-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 18, 2026 at 04:07 PM
-- Server version: 8.0.38
-- PHP Version: 8.1.29

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: `meridiofans_hx`
--

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

--
-- Table structure for table `address`
--

CREATE TABLE `address` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `mobile` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `detailaddress` varchar(255) NOT NULL,
  `city` varchar(255) NOT NULL,
  `state` varchar(255) NOT NULL,
  `country` varchar(255) NOT NULL,
  `pincode` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `address`
--

INSERT INTO `address` (`id`, `name`, `mobile`, `email`, `detailaddress`, `city`, `state`, `country`, `pincode`) VALUES
(1, 'Prameshwer', '9875266256', 'butigod91@gmail.com', 'B1 Krishna Vihar Sodala ', 'Jaipur', 'Rajasthan', 'India', '302019'),
(2, 'Prameshwer tailor', '9875266256', 'butigod91@gmail.com', 'Manglam Grand City Mahapura Road, A813', 'Jaipur', 'Rajasthan', 'India', '302026'),
(3, 'Prameshwer tailor', '9875266256', 'butigod91@gmail.com', 'Manglam Grand City Mahapura Road', 'Jaipur', 'Rajasthan', 'India', '302026'),
(4, 'The Marigold Diaries', '09811014785', 'contact@themarigolddiaries.com', 'Plot no 369 pace city 2 sector 37 gurgaon', 'Gurgaon', 'Haryana', 'India', '122001');

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

--
-- Table structure for table `admin`
--

CREATE TABLE `admin` (
  `id` int NOT NULL,
  `username` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `deal` varchar(255) NOT NULL,
  `doller` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `admin`
--

INSERT INTO `admin` (`id`, `username`, `password`, `deal`, `doller`) VALUES
(1, 'admin', 'c53e479b03b3220d3d56da88c4cace20', 'T202', '80');

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

--
-- Table structure for table `carts`
--

CREATE TABLE `carts` (
  `id` int NOT NULL,
  `systemaddress` varchar(255) NOT NULL,
  `userid` varchar(255) NOT NULL,
  `mykey` varchar(255) NOT NULL,
  `sku` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `size` varchar(255) DEFAULT NULL,
  `picture` varchar(255) NOT NULL,
  `quantity` varchar(255) NOT NULL,
  `price` varchar(255) NOT NULL,
  `total` varchar(255) NOT NULL,
  `date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `carts`
--

INSERT INTO `carts` (`id`, `systemaddress`, `userid`, `mykey`, `sku`, `url`, `name`, `size`, `picture`, `quantity`, `price`, `total`, `date`) VALUES
(7, '::1', 'butigod91@gmail.com', 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', 'TMD25-HOM-264', 'celestial-capture-tmd25-hom-264', 'Celestial Capture', NULL, 'product-1.jpg', '1', '825', '825', '2026-03-05'),
(8, '103.175.8.0', 'butigod91@gmail.com', '3c4d5mel6f7nmelh8b909xzmeldbha345678909xnmelhbcdmelf09x3', 'TMD25-HOM-263', 'crown-tier-stand-tmd25-hom-263', 'Crown Tier Stand', NULL, 'product-1.jpg', '1', '825', '825', '2026-03-09'),
(9, '182.69.180.39', 'contact@themarigolddiaries.com', 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', 'B0GRR4VKF2', 'meridio-breeza-metal-16-inch-designer-wall-and-ceiling-mount-fan-brownb0grr4vkf2', 'Meridio Breeza Metal 16-Inch Designer Wall & Ceiling Mount Fan Brown', NULL, '023ac9f2e93cfa94a3481ffd7affe6b719acf042473f66e9f1b94e6b696c4411.jpg', '1', '16599', '16599', '2026-03-12'),
(10, '157.48.207.157', '', '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', 'B0GSC5PP6Q', 'meridio-divine-42-inch-designer-ceiling-fan-with-led-light-|-electroplated-gold-chandelier-fan-with-retractable-blades--remote-controlb0gsc5pp6q', 'Meridio Divine 42-Inch Designer Ceiling Fan with LED Light | Electroplated Gold Chandelier Fan with Retractable Blades, Remote Control', NULL, '5cf128bc662eaee8e05d868bf2d65fb069c31f74d5160e4b07b7e6f4488353ee.jpg', '1', '17099', '17099', '2026-03-13');

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

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

CREATE TABLE `categories` (
  `id` int NOT NULL,
  `picture` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `metatitle` varchar(255) NOT NULL,
  `metakeyword` varchar(255) NOT NULL,
  `metadescription` longtext NOT NULL,
  `description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `discount` int NOT NULL,
  `startprice` varchar(255) NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

INSERT INTO `categories` (`id`, `picture`, `name`, `metatitle`, `metakeyword`, `metadescription`, `description`, `discount`, `startprice`, `createdate`, `modifieddate`, `action`) VALUES
(1, 'hugger-fans.jpg', 'Hugger Fans', 'Hugger Fans', 'Hugger Fans', 'Hugger Fans', 'Hugger Fans', 25, '', '2023-10-04', '2025-02-12', 'YES'),
(2, 'outdoor-ceiling-fans.jpg', 'Outdoor Ceiling Fans', 'Outdoor Ceiling Fans', 'Outdoor Ceiling Fans', 'Outdoor Ceiling Fans', 'Outdoor Ceiling Fans', 0, '', '2023-10-04', '2025-02-12', 'YES'),
(3, 'chandelier-fans.jpg', 'Chandelier Fans', 'Chandelier Fans', 'Chandelier Fans', 'Chandelier Fans', 'Chandelier Fans', 0, '', '2023-10-04', '2025-02-12', 'YES'),
(5, 'bladeless-fans.jpg', 'Bladeless Fans', 'Bladeless Fans', 'Bladeless Fans', 'Bladeless Fans', 'Bladeless Fans', 0, '', '2023-10-04', '2025-02-12', 'YES'),
(12, 'luxury-fans.jpg', 'Luxury Fans', 'Luxury Fans', 'Luxury Fans', 'LUXURY FANS', 'Luxury Fans', 0, '', '2024-10-06', '2026-03-08', 'YES');

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

--
-- Table structure for table `colors`
--

CREATE TABLE `colors` (
  `id` int NOT NULL,
  `picture` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `colors`
--

INSERT INTO `colors` (`id`, `picture`, `name`, `createdate`, `modifieddate`, `action`) VALUES
(1, 'black.jpg', 'Black', '2026-03-01', '2026-03-01', 'YES'),
(2, 'maroon.jpg', 'maroon', '2026-03-01', '2026-03-01', 'YES'),
(3, 'mustarad.jpg', 'mustarad', '2026-03-01', '2026-03-01', 'YES'),
(4, 'orange.jpg', 'orange', '2026-03-01', '2026-03-01', 'YES'),
(5, 'pink.jpg', 'pink', '2026-03-01', '2026-03-01', 'YES'),
(9, 'red.jpg', 'red', '2026-03-01', '2026-03-01', 'YES'),
(10, 'turquoise.jpg', 'turquoise', '2026-03-01', '2026-03-01', 'YES'),
(13, 'white.jpg', 'White', '2026-03-01', '2026-03-01', 'YES'),
(14, 'yellow.jpg', 'Yellow', '2026-03-01', '2026-03-01', 'YES'),
(17, 'blue.jpg', 'blue', '2026-03-01', '2026-03-01', 'YES'),
(18, 'brown.jpg', 'brown', '2026-03-01', '2026-03-01', 'YES'),
(21, 'green.jpg', 'green', '2026-03-01', '2026-03-01', 'YES'),
(23, 'grey.jpg', 'grey', '2026-03-01', '2026-03-01', 'YES'),
(24, 'khaki.jpg', 'khaki', '2026-03-01', '2026-03-01', 'YES'),
(25, 'fab5563ab2ca4a26986a2217faca1736b17f736bd93ae649c26657f2b9dd9f85.jpg', 'Gold', '2026-03-16', '2026-03-16', 'YES');

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

--
-- Table structure for table `countries`
--

CREATE TABLE `countries` (
  `id` int NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `countries`
--

INSERT INTO `countries` (`id`, `name`, `action`) VALUES
(1, 'Andorra', 'YES'),
(2, 'United Arab Emirates', 'YES'),
(3, 'Afghanistan', 'YES'),
(4, 'Antigua and Barbuda', 'YES'),
(5, 'Anguilla', 'YES'),
(6, 'Albania', 'YES'),
(7, 'Armenia', 'YES'),
(8, 'Angola', 'YES'),
(9, 'Antarctica', 'YES'),
(10, 'Argentina', 'YES'),
(11, 'American Samoa', 'YES'),
(12, 'Austria', 'YES'),
(13, 'Australia', 'YES'),
(14, 'Aruba', 'YES'),
(15, 'Åland Islands', 'YES'),
(16, 'Azerbaijan', 'YES'),
(17, 'Bosnia and Herzegovina', 'YES'),
(18, 'Barbados', 'YES'),
(19, 'Bangladesh', 'YES'),
(20, 'Belgium', 'YES'),
(21, 'Burkina Faso', 'YES'),
(22, 'Bulgaria', 'YES'),
(23, 'Bahrain', 'YES'),
(24, 'Burundi', 'YES'),
(25, 'Benin', 'YES'),
(26, 'Saint Barthélemy', 'YES'),
(27, 'Bermuda', 'YES'),
(28, 'Brunei Darussalam', 'YES'),
(29, 'Bolivia', 'YES'),
(30, 'Bonaire, Sint Eustatius and Saba', 'YES'),
(31, 'Brazil', 'YES'),
(32, 'Bahamas', 'YES'),
(33, 'Bhutan', 'YES'),
(34, 'Bouvet Island', 'YES'),
(35, 'Botswana', 'YES'),
(36, 'Belarus', 'YES'),
(37, 'Belize', 'YES'),
(38, 'Canada', 'YES'),
(39, 'Cocos [Keeling] Islands', 'YES'),
(40, 'Democratic Republic of the Congo', 'YES'),
(41, 'Central African Republic', 'YES'),
(42, 'Republic of the Congo', 'YES'),
(43, 'Switzerland', 'YES'),
(44, 'Ivory Coast', 'YES'),
(45, 'Cook Islands', 'YES'),
(46, 'Chile', 'YES'),
(47, 'Cameroon', 'YES'),
(48, 'China', 'YES'),
(49, 'Colombia', 'YES'),
(50, 'Costa Rica', 'YES'),
(51, 'Cuba', 'YES'),
(52, 'Cape Verde', 'YES'),
(53, 'Curaçao', 'YES'),
(54, 'Christmas Island', 'YES'),
(55, 'Cyprus', 'YES'),
(56, 'Czech Republic', 'YES'),
(57, 'Germany', 'YES'),
(58, 'Djibouti', 'YES'),
(59, 'Denmark', 'YES'),
(60, 'Dominica', 'YES'),
(61, 'Dominican Republic', 'YES'),
(62, 'Algeria', 'YES'),
(63, 'Ecuador', 'YES'),
(64, 'Estonia', 'YES'),
(65, 'Egypt', 'YES'),
(66, 'Western Sahara', 'YES'),
(67, 'Eritrea', 'YES'),
(68, 'Spain', 'YES'),
(69, 'Ethiopia', 'YES'),
(70, 'Finland', 'YES'),
(71, 'Fiji', 'YES'),
(72, 'Falkland Islands', 'YES'),
(73, 'Micronesia', 'YES'),
(74, 'Faroe Islands', 'YES'),
(75, 'France', 'YES'),
(76, 'Gabon', 'YES'),
(77, 'United Kingdom of Great Britain and Northern Ireland', 'YES'),
(78, 'Grenada', 'YES'),
(79, 'Georgia', 'YES'),
(80, 'French Guiana', 'YES'),
(81, 'Guernsey', 'YES'),
(82, 'Ghana', 'YES'),
(83, 'Gibraltar', 'YES'),
(84, 'Greenland', 'YES'),
(85, 'Gambia', 'YES'),
(86, 'Guinea', 'YES'),
(87, 'Guadeloupe', 'YES'),
(88, 'Equatorial Guinea', 'YES'),
(89, 'Greece', 'YES'),
(90, 'South Georgia and the South Sandwich Islands', 'YES'),
(91, 'Guatemala', 'YES'),
(92, 'Guam', 'YES'),
(93, 'Guinea-Bissau', 'YES'),
(94, 'Guyana', 'YES'),
(95, 'Hong Kong', 'YES'),
(96, 'Heard Island and McDonald Islands', 'YES'),
(97, 'Honduras', 'YES'),
(98, 'Croatia', 'YES'),
(99, 'Haiti', 'YES'),
(100, 'Hungary', 'YES'),
(101, 'Indonesia', 'YES'),
(102, 'Ireland', 'YES'),
(103, 'Israel', 'YES'),
(104, 'Isle of Man', 'YES'),
(105, 'India', 'YES'),
(106, 'British Indian Ocean Territory', 'YES'),
(107, 'Iraq', 'YES'),
(108, 'Iran', 'YES'),
(109, 'Iceland', 'YES'),
(110, 'Italy', 'YES'),
(111, 'Jersey', 'YES'),
(112, 'Jamaica', 'YES'),
(113, 'Jordan', 'YES'),
(114, 'Japan', 'YES'),
(115, 'Kenya', 'YES'),
(116, 'Kyrgyzstan', 'YES'),
(117, 'Cambodia', 'YES'),
(118, 'Kiribati', 'YES'),
(119, 'Comoros', 'YES'),
(120, 'Saint Kitts and Nevis', 'YES'),
(121, 'North Korea', 'YES'),
(122, 'South Korea', 'YES'),
(123, 'Kuwait', 'YES'),
(124, 'Cayman Islands', 'YES'),
(125, 'Kazakhstan', 'YES'),
(126, 'Laos', 'YES'),
(127, 'Lebanon', 'YES'),
(128, 'Saint Lucia', 'YES'),
(129, 'Liechtenstein', 'YES'),
(130, 'Sri Lanka', 'YES'),
(131, 'Liberia', 'YES'),
(132, 'Lesotho', 'YES'),
(133, 'Lithuania', 'YES'),
(134, 'Luxembourg', 'YES'),
(135, 'Latvia', 'YES'),
(136, 'Libya', 'YES'),
(137, 'Morocco', 'YES'),
(138, 'Monaco', 'YES'),
(139, 'Moldova', 'YES'),
(140, 'Montenegro', 'YES'),
(141, 'Saint Martin', 'YES'),
(142, 'Madagascar', 'YES'),
(143, 'Marshall Islands', 'YES'),
(144, 'North Macedonia', 'YES'),
(145, 'Mali', 'YES'),
(146, 'Myanmar [Burma]', 'YES'),
(147, 'Mongolia', 'YES'),
(148, 'Macao', 'YES'),
(149, 'Northern Mariana Islands', 'YES'),
(150, 'Martinique', 'YES'),
(151, 'Mauritania', 'YES'),
(152, 'Montserrat', 'YES'),
(153, 'Malta', 'YES'),
(154, 'Mauritius', 'YES'),
(155, 'Maldives', 'YES'),
(156, 'Malawi', 'YES'),
(157, 'Mexico', 'YES'),
(158, 'Malaysia', 'YES'),
(159, 'Mozambique', 'YES'),
(160, 'Namibia', 'YES'),
(161, 'New Caledonia', 'YES'),
(162, 'Niger', 'YES'),
(163, 'Norfolk Island', 'YES'),
(164, 'Nigeria', 'YES'),
(165, 'Nicaragua', 'YES'),
(166, 'Netherlands', 'YES'),
(167, 'Norway', 'YES'),
(168, 'Nepal', 'YES'),
(169, 'Nauru', 'YES'),
(170, 'Niue', 'YES'),
(171, 'New Zealand', 'YES'),
(172, 'Oman', 'YES'),
(173, 'Panama', 'YES'),
(174, 'Peru', 'YES'),
(175, 'French Polynesia', 'YES'),
(176, 'Papua New Guinea', 'YES'),
(177, 'Philippines', 'YES'),
(178, 'Pakistan', 'YES'),
(179, 'Poland', 'YES'),
(180, 'Saint Pierre and Miquelon', 'YES'),
(181, 'Pitcairn Islands', 'YES'),
(182, 'Puerto Rico', 'YES'),
(183, 'Palestine', 'YES'),
(184, 'Portugal', 'YES'),
(185, 'Palau', 'YES'),
(186, 'Paraguay', 'YES'),
(187, 'Qatar', 'YES'),
(188, 'Réunion', 'YES'),
(189, 'Romania', 'YES'),
(190, 'Serbia', 'YES'),
(191, 'Russia', 'YES'),
(192, 'Rwanda', 'YES'),
(193, 'Saudi Arabia', 'YES'),
(194, 'Solomon Islands', 'YES'),
(195, 'Seychelles', 'YES'),
(196, 'Sudan', 'YES'),
(197, 'Sweden', 'YES'),
(198, 'Singapore', 'YES'),
(199, 'Saint Helena', 'YES'),
(200, 'Slovenia', 'YES'),
(201, 'Svalbard and Jan Mayen', 'YES'),
(202, 'Slovakia', 'YES'),
(203, 'Sierra Leone', 'YES'),
(204, 'San Marino', 'YES'),
(205, 'Senegal', 'YES'),
(206, 'Somalia', 'YES'),
(207, 'Suriname', 'YES'),
(208, 'South Sudan', 'YES'),
(209, 'São Tomé and Príncipe', 'YES'),
(210, 'El Salvador', 'YES'),
(211, 'Sint Maarten', 'YES'),
(212, 'Syria', 'YES'),
(213, 'Swaziland', 'YES'),
(214, 'Turks and Caicos Islands', 'YES'),
(215, 'Chad', 'YES'),
(216, 'French Southern Territories', 'YES'),
(217, 'Togo', 'YES'),
(218, 'Thailand', 'YES'),
(219, 'Tajikistan', 'YES'),
(220, 'Tokelau', 'YES'),
(221, 'East Timor', 'YES'),
(222, 'Turkmenistan', 'YES'),
(223, 'Tunisia', 'YES'),
(224, 'Tonga', 'YES'),
(225, 'Turkey', 'YES'),
(226, 'Trinidad and Tobago', 'YES'),
(227, 'Tuvalu', 'YES'),
(228, 'Taiwan', 'YES'),
(229, 'Tanzania', 'YES'),
(230, 'Ukraine', 'YES'),
(231, 'Uganda', 'YES'),
(232, 'U.S. Minor Outlying Islands', 'YES'),
(233, 'United States', 'YES'),
(234, 'Uruguay', 'YES'),
(235, 'Uzbekistan', 'YES'),
(236, 'Vatican City', 'YES'),
(237, 'Saint Vincent and the Grenadines', 'YES'),
(238, 'Venezuela', 'YES'),
(239, 'British Virgin Islands', 'YES'),
(240, 'U.S. Virgin Islands', 'YES'),
(241, 'Vietnam', 'YES'),
(242, 'Vanuatu', 'YES'),
(243, 'Wallis and Futuna', 'YES'),
(244, 'Samoa', 'YES'),
(245, 'Kosovo', 'YES'),
(246, 'Yemen', 'YES'),
(247, 'Mayotte', 'YES'),
(248, 'South Africa', 'YES'),
(249, 'Zambia', 'YES'),
(250, 'Zimbabwe', 'YES');

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

--
-- Table structure for table `coupons`
--

CREATE TABLE `coupons` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `amount` varchar(255) NOT NULL,
  `minimumamount` varchar(255) NOT NULL DEFAULT '0',
  `mode` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `startdate` date NOT NULL,
  `enddate` date NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `currency`
--

CREATE TABLE `currency` (
  `id` int NOT NULL,
  `inr` varchar(255) NOT NULL,
  `usd` varchar(255) NOT NULL,
  `pound` varchar(255) NOT NULL,
  `euro` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `currency`
--

INSERT INTO `currency` (`id`, `inr`, `usd`, `pound`, `euro`) VALUES
(1, '1', '0.012', '0.0099', '0.011');

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

--
-- Table structure for table `departments`
--

CREATE TABLE `departments` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `role` longtext NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `departments`
--

INSERT INTO `departments` (`id`, `name`, `role`, `createdate`, `modifieddate`, `action`) VALUES
(1, 'ADMINISTRATOR', 'Categories__Color__Fabrics__Integration__Marketing__Notifications__Page__Products__Report__Sales__Size Chart__Size Measurement__Sliders__Stores__Tax Rules__User Permissions__Users__Testimonials__Size Charts__Material__Collection__', '2021-08-30', '2023-02-20', 'YES');

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

--
-- Table structure for table `employees`
--

CREATE TABLE `employees` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `mobile` varchar(255) NOT NULL,
  `username` varchar(255) NOT NULL,
  `department` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `employees`
--

INSERT INTO `employees` (`id`, `name`, `email`, `mobile`, `username`, `department`, `password`, `createdate`, `modifieddate`, `action`) VALUES
(1, 'Swati Khandelwal', 'themarigolddiaries@gmail.com', '9875266256', 'admin', 'ADMINISTRATOR', '9f4cb4b0f20b8983fdd603acfd66f7a0209a811e79c9f9deb413ebb342eca1c9', '2021-08-15', '2021-08-30', 'YES');

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

--
-- Table structure for table `histories`
--

CREATE TABLE `histories` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `date` date NOT NULL,
  `time` varchar(255) NOT NULL,
  `logout` varchar(255) NOT NULL,
  `ip` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `integrations`
--

CREATE TABLE `integrations` (
  `id` int NOT NULL,
  `googlewebmaster` longtext NOT NULL,
  `googleanalytics` longtext NOT NULL,
  `googleconversion` longtext NOT NULL,
  `googlethanks` longtext NOT NULL,
  `facebookpixel` longtext NOT NULL,
  `facebooksnippet` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `integrations`
--

INSERT INTO `integrations` (`id`, `googlewebmaster`, `googleanalytics`, `googleconversion`, `googlethanks`, `facebookpixel`, `facebooksnippet`) VALUES
(1, '', '<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-EZVF96XFDC\"></script> <script>   window.dataLayer = window.dataLayer || [];   function gtag(){dataLayer.push(arguments);}   gtag(\'js\', new Date());    gtag(\'config\', \'G-EZVF96XFDC\'); </script>\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-11318856044\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'AW-11318856044\');\r\n</script>', '', '', '<!-- Meta Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window, document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'1187868645895021\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\"\r\nsrc=\"https://www.facebook.com/tr?id=1187868645895021&ev=PageView&noscript=1\"\r\n/></noscript>\r\n<!-- End Meta Pixel Code -->', '');

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

--
-- Table structure for table `logs`
--

CREATE TABLE `logs` (
  `id` int NOT NULL,
  `receiveremail` varchar(255) NOT NULL,
  `subject` varchar(255) NOT NULL,
  `message` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `date` date NOT NULL,
  `time` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `logs`
--

INSERT INTO `logs` (`id`, `receiveremail`, `subject`, `message`, `date`, `time`) VALUES
(1, 'butigod91@gmail.com', 'Reset your Meridiofans password', '<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n<title>meridiofans</title>\n<style>\n@font-face {font-family: \'regular\';src: url(\'https://www.meridiofans.com/fonts/regular.eot\');src: url(\'https://www.meridiofans.com/fonts/regular.eot@#iefix\') format(\'embedded-opentype\'),url(\'https://www.meridiofans.com/fonts/regular.woff\') format(\'woff\'),url(\'https://www.meridiofans.com/fonts/regular.ttf\') format(\'truetype\'),url(\'https://www.meridiofans.com/fonts/regular.svg\') format(\'svg\');font-weight: normal;font-style: normal;}\n@font-face {font-family: \'heading\';src: url(\'https://www.meridiofans.com/fonts/heading.eot\');src: url(\'https://www.meridiofans.com/fonts/heading.eot@#iefix\') format(\'embedded-opentype\'),url(\'https://www.meridiofans.com/fonts/heading.woff\') format(\'woff\'),url(\'https://www.meridiofans.com/fonts/heading.ttf\') format(\'truetype\'),url(\'https://www.meridiofans.com/fonts/heading.svg\') format(\'svg\');font-weight: normal;font-style: normal;}\n\nhtml, body {height:100%;padding:0;margin:0;background:#f2f1ef;font-family:regular;font-size:14px;}\na{text-decoration:none}\nli{margin:0px;padding:0px;list-style:none}\n.heading{font-family:heading;font-size:18px;display:block;text-transform:uppercase;color:#000;padding:20px 0px 10px;}\n\n.email-wraper{width:600px;margin:10px auto 0px;background:#fff;font-family:regular}\n.email-wraper .logo {text-align:center;margin:0px auto;padding:10px 0px;border:1px solid #ddd}\n.email-wraper .logo img{width:150px}\n\n.email-content{background:#fff;margin:0px auto;text-align:center;border:1px solid #ddd;padding:10px 15px 15px;}\n.email-content p{color:#7e818c;text-align:left}\n.email-content li{text-align:left;margin:0px;padding:0px;}\n.email-content p strong{font-family:heading;font-weight:normal;color:#000}\n.email-content p a{color:#000;text-decoration:underline}\n\n.changeblock{height:10px ;background:#f2f1ef;}\n\n.email-wraper .more-explore{background:#fff;margin:0px auto;text-align:center;border:1px solid #ddd}\n.email-wraper .more-explore .category{padding:15px 0px;margin:0px auto;text-align:center}\n.email-wraper .more-explore .category li{display:inline-block;padding:5px 2px;width:20%;}\n.email-wraper .more-explore .category li img{width:100%}\n.email-wraper .more-explore .category li a{color:#fff;font-family:heading;width:100%;font-weight: normal;display:block;}\n\n.email-wraper .social-link{width:100%;display:block;clear:both;background:#000;padding:10px 0px;margin:0px;text-align:center}\n.email-wraper .social-link li{display:inline-block;margin:0px;width:15%;}\n.email-wraper .social-link li a{color:#fff;text-decoration:none}\n.email-wraper .social-link li a img{width:20px;}\n.email-wraper .website{background:#fff;text-align:center;padding:10px;border:1px solid #ddd}\n.email-wraper .website a{color:#7e818c;letter-spacing:2px;text-transform:uppercase;font-size:12px;}\n.order-payment{}\n.order-payment .email-content{background:#fff}\n.order-payment .w50l{width:45%;text-align:center;    display: inline-block;}\n.order-payment .w50r{width:45%;text-align:center;    display: inline-block;}\n.order-payment .w50l img{width:20px;}\n.order-payment span{color:#7e818c;display:block;font-size:12px;padding:0px;text-align: left;}\n.order-payment strong{color:#000;display:block;font-size:14px;text-align: left;}\n.order-item {height:90px;}\n.order-item img{width:60px;float:left}\n.order-item .product-info{width:60%;float:left;padding:10px 15px;text-align:left}\n.order-item .product-info span{color:#000;display:block;text-align:left;font-size:12px;}\n\n\n.tracking-button{padding:20px 0px;}\n.tracking-button strong{font-family:heading;}\n.tracking-button a{display:block;margin:10px auto 0px;width:150px;padding:10px 0px;text-align:center;background:#000;color:#fff;font-family:heading}\n.blackpara{background:#000;display:block;text-align:center !important;padding:5px 0px;font-size: 12px;letter-spacing: 2px;}\n.blackpara p{color:#fff;text-transform:uppercase;font-family:heading;}\n\n@media only screen and (max-width: 767px) {\n.email-wraper{width:90%;}\n}\n</style>\n</head>\n<body>\n<div class=\"email-wraper\">\n<div class=\"logo\"><a href=\"https://www.meridiofans.com/\" target=\"_new\"><img src=\"/img/logo.png\" alt=\"\"/></a></div>\n</div>\n\n<div class=\"email-wraper\">\r\n<div class=\"email-content\">\r\n<p>Hello PRAMESHWER TAILOR,</p>\r\n\r\n<p>There was recently a request to change the password for your account.</p>\r\n<p>If you requested this change, set a new password by using OTP: <strong>76582</strong></p>\r\n<p>If you did not make this request, you can ignore this email and your password will remain the same.</p>\r\n\r\n<p><strong>Regards,<strong></p>\r\n<p><strong>Team meridiofans</strong></p>\r\n\r\n</div>\r\n</div>\n<div class=\"email-wraper\">\n<div class=\"changeblock\"></div>\n\n\n<ul class=\"social-link\">\n<li><a href=\"tel:09351190805\" target=\"_new\"><img src=\"/img/call.png\" alt=\"\"/></a></li>\n<li><a href=\"https://wa.me/919351190805/?text=Hello Meridio Luxury Fans\" target=\"_new\"><img src=\"/img/whatsapp.png\" alt=\"\"/></a></li>\n<li><a href=\"https://www.facebook.com/\" target=\"_new\"><img src=\"/img/facebook.png\" alt=\"\"/></a></li>\n<li><a href=\"https://www.instagram.com/\" target=\"_new\"><img src=\"/img/instagram.png\" alt=\"\"/></a></li>\n<li><a href=\"https://www.youtube.com/\" target=\"_new\"><img src=\"/img/youtube.png\" alt=\"\"/></a></li>\n</ul>\n<div class=\"changeblock\"></div>\n<div class=\"website\"><a href=\"https://www.meridiofans.com/\">www.meridiofans.com</a></div>\n</div>\n  \n</body>\n</html>', '2026-03-14', '04:52');

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

--
-- Table structure for table `newsletters`
--

CREATE TABLE `newsletters` (
  `id` int NOT NULL,
  `email` varchar(255) NOT NULL,
  `date` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `newsletters`
--

INSERT INTO `newsletters` (`id`, `email`, `date`, `action`) VALUES
(1, 'butigod91@gmail.com', '2024-01-13', 'YES'),
(2, 'swatikh111@gmail.com', '2024-01-13', 'YES');

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

--
-- Table structure for table `notifications`
--

CREATE TABLE `notifications` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `createdate` date DEFAULT NULL,
  `modifieddate` date DEFAULT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `notifications`
--

INSERT INTO `notifications` (`id`, `name`, `createdate`, `modifieddate`, `action`) VALUES
(1, 'Free shipping in India!', '2026-02-21', '2026-02-21', 'YES'),
(2, 'Smart, silent, stunning — fans', '2026-02-21', '2026-02-21', 'YES'),
(3, 'Our interior experts are just a click away', '2026-02-21', '2026-02-21', 'YES');

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

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

CREATE TABLE `orders` (
  `id` int NOT NULL,
  `token` varchar(255) NOT NULL,
  `razorpay_order_id` varchar(255) DEFAULT NULL,
  `razorpay_payment_id` varchar(255) DEFAULT NULL,
  `razorpay_signature` varchar(255) DEFAULT NULL,
  `paymentstatus` varchar(255) NOT NULL,
  `orderid` int NOT NULL DEFAULT '0',
  `invoiceno` int DEFAULT NULL,
  `userid` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `mobile` varchar(255) NOT NULL,
  `address` longtext NOT NULL,
  `city` varchar(255) NOT NULL,
  `state` varchar(255) NOT NULL,
  `country` varchar(255) NOT NULL,
  `pincode` varchar(255) NOT NULL,
  `gstn` varchar(255) DEFAULT NULL,
  `remark` longtext NOT NULL,
  `date` date NOT NULL,
  `time` varchar(255) NOT NULL,
  `amount` varchar(255) NOT NULL,
  `discount` varchar(255) NOT NULL,
  `shipping` int NOT NULL DEFAULT '0',
  `total` varchar(255) NOT NULL,
  `advance` varchar(255) DEFAULT NULL,
  `paymentmode` varchar(255) NOT NULL,
  `sellerremark` longtext,
  `status` varchar(255) NOT NULL DEFAULT 'PENDING',
  `trackingurl` varchar(255) DEFAULT NULL,
  `trackingid` varchar(255) DEFAULT NULL,
  `cron` varchar(255) NOT NULL DEFAULT 'NO'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

INSERT INTO `orders` (`id`, `token`, `razorpay_order_id`, `razorpay_payment_id`, `razorpay_signature`, `paymentstatus`, `orderid`, `invoiceno`, `userid`, `name`, `mobile`, `address`, `city`, `state`, `country`, `pincode`, `gstn`, `remark`, `date`, `time`, `amount`, `discount`, `shipping`, `total`, `advance`, `paymentmode`, `sellerremark`, `status`, `trackingurl`, `trackingid`, `cron`) VALUES
(1, 'a767ebdca95b30200fbc640a6f860c3b', 'order_SPCiJdklskeoMy', 'pay_SPCicd8r7bTxxY', 'ddc0602efd04292f0b2523601f37cedff2d2a4f8bc064813c6059ec2f8674f11', 'Success', 1001, 1, 'butigod91@gmail.com', 'Prameshwer tailor', '9875266256', 'Manglam Grand City Mahapura Road', 'Jaipur', 'Rajasthan', 'India', '302026', NULL, 'hello', '2026-03-09', '13:25', '1', '0', 0, '1', NULL, 'ONLINE', NULL, 'PENDING', NULL, NULL, 'NO'),
(3, 'dcecc7d13819023155f117daa7a33c1e', NULL, NULL, NULL, 'Pending', 1002, NULL, 'contact@themarigolddiaries.com', 'The Marigold Diaries', '09811014785', 'Plot no 369 pace city 2 sector 37 gurgaon', 'Gurgaon', 'Haryana', 'India', '122001', NULL, '', '2026-03-12', '09:14', '16599', '0', 0, '16599', NULL, 'ONLINE', NULL, 'PENDING', NULL, NULL, 'NO');

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

--
-- Table structure for table `ordersdetails`
--

CREATE TABLE `ordersdetails` (
  `id` int NOT NULL,
  `token` varchar(255) NOT NULL,
  `orderid` varchar(255) NOT NULL DEFAULT '0',
  `userid` varchar(255) NOT NULL,
  `mykey` varchar(255) NOT NULL,
  `sku` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `picture` varchar(255) NOT NULL,
  `quantity` varchar(255) NOT NULL,
  `price` varchar(255) NOT NULL,
  `total` varchar(255) NOT NULL,
  `paymentmode` varchar(255) NOT NULL,
  `paymentstatus` varchar(255) NOT NULL DEFAULT 'Pending',
  `date` date NOT NULL,
  `status` varchar(255) NOT NULL,
  `review` varchar(255) NOT NULL DEFAULT 'NO'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `ordersdetails`
--

INSERT INTO `ordersdetails` (`id`, `token`, `orderid`, `userid`, `mykey`, `sku`, `name`, `picture`, `quantity`, `price`, `total`, `paymentmode`, `paymentstatus`, `date`, `status`, `review`) VALUES
(1, 'a767ebdca95b30200fbc640a6f860c3b', '1001', 'butigod91@gmail.com', 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', 'TMD25-HOM-264', 'Celestial Capture', 'product-1.jpg', '1', '825', '825', 'ONLINE', 'Success', '2026-03-09', 'PENDING', 'NO'),
(3, 'dcecc7d13819023155f117daa7a33c1e', '1002', 'contact@themarigolddiaries.com', 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', 'B0GRR4VKF2', 'Meridio Breeza Metal 16-Inch Designer Wall & Ceiling Mount Fan Brown', '023ac9f2e93cfa94a3481ffd7affe6b719acf042473f66e9f1b94e6b696c4411.jpg', '1', '16599', '16599', 'ONLINE', 'Pending', '2026-03-12', 'PENDING', 'NO');

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

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

CREATE TABLE `pages` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

INSERT INTO `pages` (`id`, `name`, `description`, `createdate`, `modifieddate`) VALUES
(1, 'terms', '', '2026-02-22', '2026-02-22'),
(2, 'privacy', '<div><br><span style=\"color: rgb(89, 89, 89);\">Our Commitment</span><br>Terms &amp; Conditions for Meridio Products<br>By purchasing any Meridio product, you agree to the following terms and conditions. These guidelines are created to ensure a fair, transparent, and reliable experience for all customers.<br><br><span style=\"color: rgb(89, 89, 89);\">01. Exchange Policy</span><br>Products may be exchanged within 7 calendar days from the date of delivery. However, products that have already been opened, installed, or used will not be eligible for exchange.<br><br><span style=\"color: rgb(89, 89, 89);\">02. Invoice Retention</span><br>Customers must retain the Invoice-cum-Delivery Note for future reference. This document will be required for any service request, warranty claim, or communication related to the product.<br><br><span style=\"color: rgb(89, 89, 89);\">03. Delivery</span><br>All products will be delivered to the address specified by the customer at the time of order placement. The responsibility and risk related to the goods are transferred to the customer once the product has been delivered.<br><br><span style=\"color: rgb(89, 89, 89);\">04. Warranty</span><br>All Meridio products are covered under a technical warranty for manufacturing defects for a period of two (2) years from the date of invoice. However, electrical components such as tubes, bulbs, chokes, drivers, and remotes damaged due to power fluctuations or electrical issues are not covered under warranty.<br><br><span style=\"color: rgb(89, 89, 89);\">05. Warranty Exclusions</span><br>Any parts or components that are damaged, broken, or mishandled after delivery will not be covered under the warranty policy.<br><br><span style=\"color: rgb(89, 89, 89);\">06. Dispute Resolution</span><br>In the event of any dispute arising from the purchase or use of Meridio products, the matter shall fall under the jurisdiction of the courts located in Udaipur, Rajasthan. Any other disputes shall be referred to a sole arbitrator in accordance with the Arbitration and Conciliation Act, 1996.<br><br><span style=\"color: rgb(89, 89, 89);\">07. Liability Clause</span><br>In case of any damage caused to persons (including death), property, or the product itself, where the cause is attributed to the product sold under this invoice, the company’s liability shall be strictly limited to the cost of the concerned product only. No additional claims, compensation, or liabilities beyond the product value will be accepted.</div>', '2026-02-22', '2026-03-18'),
(3, 'return', '<div><h2 style=\"margin-top: 10pt; margin-bottom: 0pt; break-after: avoid; line-height: 19.76px;  color: rgb(79, 129, 189); font-weight: bold; \"><b><span style=\"color: rgb(79, 129, 189); font-weight: bold; \"></span></b></h2><span style=\"\"><b>Terms &amp; Conditions</b><br>\r\nPlease read these Terms &amp; Conditions carefully. They describe the policies that apply to the purchase and use of Meridio products, marketed and distributed by Velair Impex Pvt. Ltd.<br>\r\n<br><b>\r\nOur Commitment</b><br>\r\nTerms &amp; Conditions for Meridio Products<br>\r\nBy purchasing any Meridio product, you agree to the following terms and conditions. These guidelines are created to ensure a fair, transparent, and reliable experience for all customers.<br>\r\n<br><b>\r\n01. Exchange Policy</b><br>\r\nProducts may be exchanged within 7 calendar days from the date of delivery. However, products that have already been opened, installed, or used will not be eligible for exchange.<br>\r\n<br><b>\r\n02. Invoice Retention</b><br>\r\nCustomers must retain the Invoice-cum-Delivery Note for future reference. This document will be required for any service request, warranty claim, or communication related to the product.<br>\r\n<br><b>\r\n03. Delivery</b><br>\r\nAll products will be delivered to the address specified by the customer at the time of order placement. The responsibility and risk related to the goods are transferred to the customer once the product has been delivered.<br>\r\n<br><b>\r\n04. Warranty</b><br>\r\nAll Meridio products are covered under a technical warranty for manufacturing defects for a period of two (2) years from the date of invoice. However, electrical components such as tubes, bulbs, chokes, drivers, and remotes damaged due to power fluctuations or electrical issues are not covered under warranty.<br>\r\n<br><b>\r\n05. Warranty Exclusions</b><br>\r\nAny parts or components that are damaged, broken, or mishandled after delivery will not be covered under the warranty policy.<br>\r\n<br><b>\r\n06. Dispute Resolution</b><br>\r\nIn the event of any dispute arising from the purchase or use of Meridio products, the matter shall fall under the jurisdiction of the courts located in Udaipur, Rajasthan. Any other disputes shall be referred to a sole arbitrator in accordance with the Arbitration and Conciliation Act, 1996.<br>\r\n<br><b>\r\n07. Liability Clause</b><br>\r\nIn case of any damage caused to persons (including death), property, or the product itself, where the cause is attributed to the product sold under this invoice, the company’s liability shall be strictly limited to the cost of the concerned product only. No additional claims, compensation, or liabilities beyond the product value will be accepted.</span><p class=\"MsoNormal\" style=\"margin-bottom: 10pt; line-height: 16.72px;   color: rgb(0, 0, 0);\"><span style=\"\"></span><span style=\"\"><o:p></o:p></span></p></div>', '2026-02-22', '2026-03-18'),
(4, 'about', '\n<section class=\"inner-page\">     <div class=\"container\"> <div class=\"row\"> <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\"> <div class=\"box\">        <div class=\"row\"> <div class=\"col-lg-3 col-md-3 col-sm-12 col-xs-12\"> <img src=\"https://www.meridiofans.com/img/tarun.jpg\"/> <p class=\"heading-animation\"><strong>Tarun Karel</strong> <p class=\"heading-animation\"><strong>Founder – Meridio Fans</strong> </div> <div class=\"col-lg9 col-md-9 col-sm-12 col-xs-12\"> <p>Tarun Karel is the visionary founder of Meridio Fans, an engineer with a strong IT background and over 15 years of experience in leading Indian banking institutions. With deep expertise in finance, operations, and strategic leadership, he built a successful corporate career before following his passion for premium home décor and designer ventilation solutions.</p> <p>Driven by innovation and a commitment to quality, Tarun founded Meridio Fans to create elegant, technologically advanced ceiling fans that enhance modern living spaces. His entrepreneurial vision and leadership continue to position the brand as a rising name in the luxury fan segment.</p> </div> <div class=\"corners top-left\"></div> <div class=\"corners top-right\"></div> <div class=\"corners bottom-left\"></div> <div class=\"corners bottom-right\"></div> </div> </div>   <div class=\"row\"> <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\"> <div class=\"box\">        <div class=\"row\"> <div class=\"col-lg-3 col-md-3 col-sm-12 col-xs-12\"> <img src=\"https://www.meridiofans.com/img/mukesh.jpg\"/> <p class=\"heading-animation\"><strong>Mukesh Soni</strong> <p class=\"heading-animation\"><strong>Director</strong> <p class=\"heading-animation\">(Retired AGM – Hindustan Zinc Limited)</div> <div class=\"col-lg-9 col-md-9 col-sm-12 col-xs-12\"> <p>Mr. Mukesh Soni brings over 36 years of distinguished leadership experience in the non-ferrous metals and industrial project management sector. During his tenure at Hindustan Zinc Limited, he successfully led and executed five multi-million-dollar brownfield expansion projects, managing complete project lifecycles from concept and design to commissioning and operational handover.</p> <p>He possesses deep technical expertise in:</p> <ul class=\"list\"> <li>Mineral Processing & Metal Extraction</li> <li>Melting Furnace & Advanced Casting Technologies</li> <li>Cell House Processing Systems</li> <li>Large-Scale Industrial Plant Expansion</li> <li>International Technology Integration & Vendor Management</li> </ul>  <p>With extensive international exposure, Mr. Soni has worked closely with global technology providers from Canada, Germany, South Korea, Taiwan, England, Australia, and China. He has traveled to Germany, the United Kingdom, Canada, Spain, Italy, Australia, South Korea, Taiwan, China, and Zambia for technology finalization, quality control, and project execution.</p> <p>Currently, as Director, he provides strategic leadership and operational guidance to Meridio Fans, contributing his vast experience in engineering excellence, quality systems, process optimization, and large-scale operations management. His strong technical foundation and global exposure play a key role in driving innovation, reliability, and growth within the organization.</p> <p>Mr. Soni’s vision centers on delivering high-quality, technology-driven solutions while ensuring operational efficiency and long-term sustainability.</p>    </div> </div> <div class=\"corners top-left\"></div> <div class=\"corners top-right\"></div> <div class=\"corners bottom-left\"></div> <div class=\"corners bottom-right\"></div> </div> </div>      </div> </section>', '2021-08-14', '2026-02-22'),
(5, 'warranty', 'Any parts or components that are damaged, broken, or mishandled after delivery will not be covered under the warranty policy.<br><br>', '2026-02-22', '2026-03-18');

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

--
-- Table structure for table `productpictures`
--

CREATE TABLE `productpictures` (
  `id` int NOT NULL,
  `mykey` varchar(255) NOT NULL,
  `picture` varchar(255) NOT NULL,
  `original` varchar(255) NOT NULL,
  `position` int NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `productpictures`
--

INSERT INTO `productpictures` (`id`, `mykey`, `picture`, `original`, `position`, `createdate`, `modifieddate`, `action`) VALUES
(2, 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', '7e74131297cdf09bd7504615ceb1dc53828b2d7b2566542384beabebbcaf3638.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(3, 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', '1c03bd8a1107861e43dd02f235c59602ac5d2f3e231d58b2ec1fd323a57647ce.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(4, 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', '2f1e412531023545a65b5c346b57418fd746f0a18634e87c189c2b12ac9c4411.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(5, '3c4d5mel6f7nmelh8b909xzmeldbha345678909xnmelhbcdmelf09x3', '25f080bc4984b69c4c89310e5b5a3f277758d2618d3b759fc74068d9610ae56d.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(6, '3c4d5mel6f7nmelh8b909xzmeldbha345678909xnmelhbcdmelf09x3', '92dcac2a04193de9b32cfafecf75177c0f1b366bc85b147a317539649959b72b.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(7, '3c4d5mel6f7nmelh8b909xzmeldbha345678909xnmelhbcdmelf09x3', 'a59c3c2dadf89163dd44d9cd28c99755f8e0d4a2945cfbede066aebf38d46a64.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(8, '3c4d5mel6f7nmelh8b909xzmeldbha345678909xnmelhbcdmelf09x3', '4c7458d9efb4f1c334fa6b6d32da6dd71897e75830b285109e9310c6cfcc5f3b.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(9, 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', 'c0d6f5c2ebfcf817ea8e87b12ef6bfa945b4e7bc7dbc04bcfb33ca818e1654a4.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(10, 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', '746d947cdf0915a82525b59946f2f988f1243e63e61dc671f758b62118c92de3.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(11, 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', 'a5a13346c0fe98d30d2425192b358f3ee1a3e63e8976382d5834faf1ce4d24e9.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(12, 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', '6991869802b331e9df3fd2e57259e4079e0f9c6462526036d6e4f2d902e5314a.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(13, '7885f2b65a4acdc3b272e69c58b780e20f75c952aef597ff6c5b1d4dd9212a1f', 'c976406cb9333070d1fb8105f4a7d84a5d4b7058c26c9ab1fab183ebff92f0c5.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(17, '58360b26d791c18af81a26af2dcfa3f06fe405a0445432f3de6d3ba67e11f147', '915dce65a0e4d6f606b7b2f6c840ad2be932b676b9090d1a73264d5e9bb3aec2.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(18, '58360b26d791c18af81a26af2dcfa3f06fe405a0445432f3de6d3ba67e11f147', '2de620de0a73dbe4de763a33f427214ad0208df9d0ccc90020306d5ed2a5b8fe.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(19, '58360b26d791c18af81a26af2dcfa3f06fe405a0445432f3de6d3ba67e11f147', 'da65151495f92c8872e8804e469e00d3ac729b9373ae4ee0e7e7c3fa4709b271.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(20, '58360b26d791c18af81a26af2dcfa3f06fe405a0445432f3de6d3ba67e11f147', '18b423257be47bf6ae92a315ce9fb938b6417a8bedfd06621f636534371197a4.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(21, 'd69762d980aed5943e6f1357d5ad59e29cc913c8e12d06cc148a862cbaec6b57', 'd342e88aec156a44e100de555ba09237452d824704d01f1802bcc533f20ca7c9.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(22, 'd69762d980aed5943e6f1357d5ad59e29cc913c8e12d06cc148a862cbaec6b57', '180772de3d780229475196e50ab9f26241458bf79b561a65cbfd2a75ecd504e1.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(23, 'd69762d980aed5943e6f1357d5ad59e29cc913c8e12d06cc148a862cbaec6b57', '8baab81a5016f2db5fdda8cc91fae00b98580b21ddabab108f3ebfe3fa0f4d07.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(24, 'd69762d980aed5943e6f1357d5ad59e29cc913c8e12d06cc148a862cbaec6b57', '0dd5efb3f4fb1d7007bcaa8e75068083a0fb6b5314e9f0092d0e4eafedc6c304.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(25, 'e046e0cd4d4fe5d71f130285194c679f6418645074a6d91caee5ea04a63ed6cb', '28f24e39b69932c38b5af6b6a9e36d6ce1328403e9cf424a5683a29b0eb2964a.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(26, 'e046e0cd4d4fe5d71f130285194c679f6418645074a6d91caee5ea04a63ed6cb', '40b9ce03c0011a0ff1f0b14d3ec2e65d482e1348c000dcaa0c3545b0f4cafe5f.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(27, 'e046e0cd4d4fe5d71f130285194c679f6418645074a6d91caee5ea04a63ed6cb', 'b4a03bc6268e2940d28f6016ee9f7ee7a013406254cb75e915389b4d24c60f09.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(28, 'e046e0cd4d4fe5d71f130285194c679f6418645074a6d91caee5ea04a63ed6cb', '3844b2657beb9e35d57a1f4a4ea463e8bad4c65381a627554fd43e1bda0a2572.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(29, 'e5cad6a1dbc45a4bd7f3520bfd3cd0fa4a11f4bacbaa6ad7f5bc89d3abeea5d8', '4b7f16344edba4558898d3d31edd8ef912f69580a22c1270dda7ca5acaad7ccd.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(30, 'e5cad6a1dbc45a4bd7f3520bfd3cd0fa4a11f4bacbaa6ad7f5bc89d3abeea5d8', '14823595631b0d8f4a8da85b93603eb7abf2c34a7ae4ee743345c1ab55460d6b.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(31, 'e5cad6a1dbc45a4bd7f3520bfd3cd0fa4a11f4bacbaa6ad7f5bc89d3abeea5d8', '3633edc4c06985b0493242a81fc2db32c3bd6d70e4e7748e504aac0ac0e46aeb.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(32, 'e5cad6a1dbc45a4bd7f3520bfd3cd0fa4a11f4bacbaa6ad7f5bc89d3abeea5d8', '9cb7a2ff613b0b175dc30c50a21f2ab023e05296fdd180e98073250c2e43a862.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(33, 'ec34442914031f9990744d6293e8c8b3e10165b0ffc6280f50d0bd08afd9813a', '6aa3219538978f20f2a5c0cc3285ed58fa8cebc6c416fba956e5ac7d0c3196b3.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(34, 'ec34442914031f9990744d6293e8c8b3e10165b0ffc6280f50d0bd08afd9813a', '28f380c2a0eefc2fb7a5b078a470c1c97a47ca07b01e1dc39b5ec7fd65893bcf.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(35, 'ec34442914031f9990744d6293e8c8b3e10165b0ffc6280f50d0bd08afd9813a', 'dbe191073655a9dd3d1e2b25e7a09d800310368e10117bb3aed69775d55bbca1.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(36, 'ec34442914031f9990744d6293e8c8b3e10165b0ffc6280f50d0bd08afd9813a', 'ada17bb274f979cac7e7ce162d2951a7943b69ac47e87f289791fef0898cf784.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(37, '8420475cd0ae6b3deeee066a8446a820dfad41b0a840c9ee77e4b56c6d556aae', '2cf1adbf222cc68d027110d2050e91c2f28a1290680f6f499c1b2a261bd2aa41.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(38, '8420475cd0ae6b3deeee066a8446a820dfad41b0a840c9ee77e4b56c6d556aae', 'c9e45dd17591c1ea6a9d870a3f5448a8f9c14e6b5a5ac694577e3b9312116463.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(39, '8420475cd0ae6b3deeee066a8446a820dfad41b0a840c9ee77e4b56c6d556aae', '1b3350847a03c8c4ae96f3a36e9ae94041721f40bf3cc828dfea844fab9e29d9.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(40, '8420475cd0ae6b3deeee066a8446a820dfad41b0a840c9ee77e4b56c6d556aae', '3b855404f7bfb46ce591b380eaca0f512402de398ed3d4f5e0a0b3615c926d76.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(41, '30138bf5a22635d1bf45faa891d168f9896b93d0e2b929f9710f9496adbedf68', '256d4c7cfba3f99cd0e7f843e68351d5c7344402aa1416920d3bdab2734ec2b7.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(42, '30138bf5a22635d1bf45faa891d168f9896b93d0e2b929f9710f9496adbedf68', '37b278951808733cf82ee25641ff590d1b81cfdeb35cdfdb1609a9917a3aa8e1.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(43, '30138bf5a22635d1bf45faa891d168f9896b93d0e2b929f9710f9496adbedf68', '72552bb0871cf4e48c031e46490126b094ec1eb94036e460cbf1d5570499ff34.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(44, '30138bf5a22635d1bf45faa891d168f9896b93d0e2b929f9710f9496adbedf68', 'f74ff96e0acb52e7a9a047ec2edf0b12a961b4c3e1580a22618b08fb692e7658.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(45, 'd7e379ce305aea22e2af061f5d02e26a4fd0ce59360db4ce60f2c985f6a2844f', '633674c420f0785099567255acc3ad46e578339b39813acae2f98751abf4501c.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(46, 'd7e379ce305aea22e2af061f5d02e26a4fd0ce59360db4ce60f2c985f6a2844f', '41745a3cdb06fd68cce12bc98a901dd90d5bd5ac9910517e096b147ee240b6b5.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(47, 'd7e379ce305aea22e2af061f5d02e26a4fd0ce59360db4ce60f2c985f6a2844f', 'df7539e7c0442f7865f812ca1446a9cc29e30e9c1d5ffec5c260bc43de092b53.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(48, 'd7e379ce305aea22e2af061f5d02e26a4fd0ce59360db4ce60f2c985f6a2844f', 'f7524110ddba4ba0b86991b7aed67ce847151d5ef5cc57c472b0e7a695b65a99.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(49, '080e58137f09545406849d127a09dfc4d20fea08cdc72d4e92cbc8f0c68a5381', '7041b5238d3bca330e9fc59050aea1924ee9868bef53ffedc2cf4400a4925800.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(50, '080e58137f09545406849d127a09dfc4d20fea08cdc72d4e92cbc8f0c68a5381', 'c9e362c8f1322d189e7d44942b753da6b641055e1b19fceb404cd117d4502073.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(51, '080e58137f09545406849d127a09dfc4d20fea08cdc72d4e92cbc8f0c68a5381', '46161d9b93d5513ee772137467b2b278b249072d36146ef186a9856c92a57528.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(52, '080e58137f09545406849d127a09dfc4d20fea08cdc72d4e92cbc8f0c68a5381', '37b1979efe2f2f5b7f9874cd1c1d6225fb48a73f5ed25175d5343b55ac73fd0f.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(53, 'a132d69fb0dbc2ae4dbe0bcba1ed60349f00d6a25d78b18edc8455197f8e16f4', '3eb31fa555092059cb15580cc70d94185f520fba03a3e45f52ec96e2b92b0e09.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(54, 'a132d69fb0dbc2ae4dbe0bcba1ed60349f00d6a25d78b18edc8455197f8e16f4', '744c6b5ab28ab84881b3af02bb5cce0a55f912f569b165f04b947a87efefcd90.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(55, 'a132d69fb0dbc2ae4dbe0bcba1ed60349f00d6a25d78b18edc8455197f8e16f4', '2be73c9b3c4a0cd32bdcac5b8f6d59231b9242269ebb2bd7652c181525b93553.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(56, 'a132d69fb0dbc2ae4dbe0bcba1ed60349f00d6a25d78b18edc8455197f8e16f4', '46ff3f282945f1882771f74fa0af62f3f1f4e96201e339bcda372a228a3db554.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(57, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', '5971b358a78e75fc83d541dcf614681ba972491fd0dcb60253c804b88f37eab0.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(58, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', '30c478fcdfdaf2f35e4bf8689871169d5771457201e0a75a90febf6cce75efe8.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(59, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', '1150a51353236027568c3ff77fbc9fb516b0a313728fe2d2b3fc2bacfe1ea971.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(60, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', '08cec3df08e860ff261631aa13876076ef974641f85cf02e1bc1cc868964b172.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(61, '1c7b4d44a521bec99c1fb4b4124f4769b59b708709162e844f3b59d991d62aac', 'daa5644dd7fd746865b685b764a6dd59c194caa47571a00e0470da53dff18b72.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(62, '1c7b4d44a521bec99c1fb4b4124f4769b59b708709162e844f3b59d991d62aac', '5efdaed4964fca86479e35f73559b7d8425611f28e7bd40009d31362a5646256.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(63, '1c7b4d44a521bec99c1fb4b4124f4769b59b708709162e844f3b59d991d62aac', 'cfd26ab22c1081797425f817090abe0589175032675c4dd0aff40474c82a37df.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(64, '1c7b4d44a521bec99c1fb4b4124f4769b59b708709162e844f3b59d991d62aac', '5e21c92ee4db43235cbca5e684a3b97fb7d8bb2e6bfe235333472f10dec15f1f.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(65, '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', '5cf128bc662eaee8e05d868bf2d65fb069c31f74d5160e4b07b7e6f4488353ee.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(66, '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', 'e551f0631b5d6e87af5070acad3b5f836ebf485d6913bd30dc398723f9519c07.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(67, '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', '006c1955243544af8d7074001d22eb8de3ee64fa8ea722a8b6e873f9e09252f6.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(68, '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', 'be92ef1e6f402f7a82a36c11fdbc549d0f6ac304ff976110d9cf436501a1e06e.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(69, '06a85fa098e05a258709972e243e9be800ed123db9dddcd504e641a22a410306', '45197f7cab0ce4c2ca10a1eb45def9a67b42a84db3df58cd01b5eec9a90e8b03.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(70, '06a85fa098e05a258709972e243e9be800ed123db9dddcd504e641a22a410306', '7aefc7fde41b7c808bd735b97c97fdf269262e7f76bbb389a137c8a98240ffa5.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(71, '06a85fa098e05a258709972e243e9be800ed123db9dddcd504e641a22a410306', '8214b1dec46248f02b0aa19c5bd92919e67d177548d83459caeb8783e651c083.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(72, '06a85fa098e05a258709972e243e9be800ed123db9dddcd504e641a22a410306', 'c05072ba853f1caf4541d5bca76b6e396a6cb7dae0d7061b04baee8b6fc1def4.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(73, '3febf6fa8b807878c59f2d00e114210769664374e7cb7a69c7c0e28f1437ada2', '7c13ee5af577350ce9e04d016d6eee47f79d9e1e7f0a5ed57787a6a45a1c40d2.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(74, '3febf6fa8b807878c59f2d00e114210769664374e7cb7a69c7c0e28f1437ada2', '0d60b1aa9e00bf17e2f452df93ae5a0786172bfffd627740831a83c7b3a354e8.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(75, '3febf6fa8b807878c59f2d00e114210769664374e7cb7a69c7c0e28f1437ada2', '796199706dbd0907161818d09d542dedfa28f6016615b682c5f0e3b71df93f55.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(76, '3febf6fa8b807878c59f2d00e114210769664374e7cb7a69c7c0e28f1437ada2', 'fede0b8e72a7184a6d30bff1192976bde039b89df658aa5302ce789001d19f05.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(77, '9f8a31763202d618cc06c9ed9ecea29c518d4ffafdb00030d5698b9ca84442ac', '7bd727074d79ea5c20eac3d4be24fffd68812a5c884735413ff7e559ce472a54.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(78, '9f8a31763202d618cc06c9ed9ecea29c518d4ffafdb00030d5698b9ca84442ac', 'f4647d5b4656d2a2d2dbeaa666221a01c08a240e5a205e7db5fb579de6da2b5b.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(79, '9f8a31763202d618cc06c9ed9ecea29c518d4ffafdb00030d5698b9ca84442ac', '73f130422524ea0a91a9523983474e0962a95a12dabb4e9fefb6fc1a80814fc1.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(80, '9f8a31763202d618cc06c9ed9ecea29c518d4ffafdb00030d5698b9ca84442ac', 'd64decc0806aac4cc4fd43eaf0b4938d98dd92f289cbf6da211dc23298e5a3bd.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(81, '5363f9bdd9ee370b1d5136b7d18e2286f66e24d479962398958829e1c9662cb3', '62ca45777302b480ae2d0a9e761002a79aea4ca7a40e5c64f615c8f7f365da07.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(82, '5363f9bdd9ee370b1d5136b7d18e2286f66e24d479962398958829e1c9662cb3', '4c1536f656dac83c7ae68ec7965a6c0b4dfefdec16273826a2a68de9a297110f.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(83, '5363f9bdd9ee370b1d5136b7d18e2286f66e24d479962398958829e1c9662cb3', 'af6a4bdd0a6c7f217852de37d728196d534e2fb85d1041dc71aff537314125d9.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(84, '5363f9bdd9ee370b1d5136b7d18e2286f66e24d479962398958829e1c9662cb3', '0ec865a3193dc4129f9d19b62d9e098e75228f77eda6553c0584d6057d8cea85.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(85, '5661a819083d629743f363b84e0244bb206e292633a0fa4aaf5fabf75d766673', 'd37df63c159ac262e93944aa6a9fc3a072740400159436cb5fcb4194b7eb8047.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(86, '5661a819083d629743f363b84e0244bb206e292633a0fa4aaf5fabf75d766673', '55630748ef33a7bc30a423a55c64a5b8aacf753cf0f8d2114953c5e5487cb3da.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(87, '5661a819083d629743f363b84e0244bb206e292633a0fa4aaf5fabf75d766673', '8edf8cea9002967da493ec21f0c7e7c51d44a8691797a05fed124771aae8e256.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(88, '5661a819083d629743f363b84e0244bb206e292633a0fa4aaf5fabf75d766673', '8d2170b31a89d968b47d74c847ebe16a6b5b7a90ccf3da401f8ae30538e03658.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(89, '3b23ba144d9e917fd88460094c3666c47a41f5f73257f8d1a7270a8435b693b2', 'dcbdbd1426b7ffff550201f306c59eba6780df1874d32a523fd01bb29c01a358.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(90, '3b23ba144d9e917fd88460094c3666c47a41f5f73257f8d1a7270a8435b693b2', '751a45a61da7435af678b23462fad137cd0d4974aaae1cd6947396eb76163f50.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(91, '3b23ba144d9e917fd88460094c3666c47a41f5f73257f8d1a7270a8435b693b2', '41e2d960ad1ec84e925e91934089f5d54c33ecc725ee085c0736b19065569be6.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(92, '3b23ba144d9e917fd88460094c3666c47a41f5f73257f8d1a7270a8435b693b2', 'caf6092f6e0446e9727bae64616e742f322f7181aa162bf5a8a254af256536f3.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(93, '46ab1bf7c286ec37aedcbdda1e6db5f19095ceea0adad8f31507b1c561ccb253', 'ca807834f5b7777aa4cce0a9f40f25f73293d6503e8c0045033c3ae180da5260.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(94, '46ab1bf7c286ec37aedcbdda1e6db5f19095ceea0adad8f31507b1c561ccb253', '349f9863b6de010e96b7bad8329b095fcb41d4a6053dd55e79caf04e6e1252c1.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(95, '46ab1bf7c286ec37aedcbdda1e6db5f19095ceea0adad8f31507b1c561ccb253', 'ec55beff7b55b3506d8f31f893258da1ec0acbda9314125c922e5ba3a556d359.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(96, '46ab1bf7c286ec37aedcbdda1e6db5f19095ceea0adad8f31507b1c561ccb253', 'd6a8c1557d60fe80faec78944e67e1e0f5b3b589de5eb7ba66030bbb9fc9e5d8.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(97, '6973d3c763495e9c12ece93a12f11d329b71bdf8d697254ea9fd0d9a8fccb743', '5d93b9f4d3865c1fd16dc51613846030a0e6a381f9e693346cce94f484f221c6.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(98, '6973d3c763495e9c12ece93a12f11d329b71bdf8d697254ea9fd0d9a8fccb743', '0b29b939e4078af98391fb3c978affbb708a1d0b614d38624e5380d3c256c69a.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(99, '6973d3c763495e9c12ece93a12f11d329b71bdf8d697254ea9fd0d9a8fccb743', '5fc065b48a0af7c6091fa031b65bfbfacfa4172cc522c71bceddd9fcdc033dad.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(100, '6973d3c763495e9c12ece93a12f11d329b71bdf8d697254ea9fd0d9a8fccb743', 'bc9aff80c1e1b7074af182be20896ce4cd865c09eb874639154f39d57bf967e8.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(101, '2a952e9300a97930f8f8475a4b78128339d7290c718422b1ba99a46233e5eb55', 'f0daece5100a37031efc9721192a4dc9a413f86e58114d1977d35aef3322d7f6.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(102, '2a952e9300a97930f8f8475a4b78128339d7290c718422b1ba99a46233e5eb55', '759e2dfca443d8af4993623a2ba5e016f0a7f1b8582d7245f50709d223fc5d8d.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(103, '2a952e9300a97930f8f8475a4b78128339d7290c718422b1ba99a46233e5eb55', '1b6e6e4dc6fa2422bdc3a01341dd105ab450a3176d85b6603acfed83f0064b1b.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(104, '2a952e9300a97930f8f8475a4b78128339d7290c718422b1ba99a46233e5eb55', 'e80a3408a7fcc191677f1c13b7b9f61eaf6906b38a68a28fe58e8f6ebb5cf1a1.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(105, '682b7326b6753f42cc4686cf2e84bc708f4088ebb1c2eb8ca077f49603b94f8c', '230ddc4209183468a5022f59dbf87ef78a864b32851831a90e649df1f078fa01.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(106, '682b7326b6753f42cc4686cf2e84bc708f4088ebb1c2eb8ca077f49603b94f8c', '752960d40f49c3cca0bef5ce08a43ff412c34f583d2a81b843624a6ac23047e5.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(107, '682b7326b6753f42cc4686cf2e84bc708f4088ebb1c2eb8ca077f49603b94f8c', '3b0e07e3be7b6d459a41affb1d6e2ac00e6e80d6066afe1c50c815a699416b2f.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(108, '682b7326b6753f42cc4686cf2e84bc708f4088ebb1c2eb8ca077f49603b94f8c', 'd2cc73c3d7259075a2762672094002718ff5da308e70c2f58eb0d7b7dde21c40.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(109, '1892c26945781800f4a082c2bbb9cb55e5c8842ff63355a145db5b80bc118adf', '070678d58f4ea3900498b0974e932c034d4586c168edd0b9ec44d3c75d27439e.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(110, '1892c26945781800f4a082c2bbb9cb55e5c8842ff63355a145db5b80bc118adf', '023d2c05907a715a72ec086f01e5131d4e7751d86c68a6de9cd7b0718339ad42.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(111, '1892c26945781800f4a082c2bbb9cb55e5c8842ff63355a145db5b80bc118adf', '2c17fef95a986e74c02cfe5596b7a87520227849f9df105ebe5ef6a4dbd3595e.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(112, '1892c26945781800f4a082c2bbb9cb55e5c8842ff63355a145db5b80bc118adf', '1bf8f641984c7b675f34cc9d246b252dbeef6bb7c80fcb12d7d2662ac48f9c26.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(113, '62f8bbdc58a35e4f8d3b8203c0bf61610735f614f3184075d7ea206e9fd38b77', '1f2507943b2a3f89c06592ee5344fa6246a69b47f5c9054c9ad42e8a2ae3619b.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(114, '62f8bbdc58a35e4f8d3b8203c0bf61610735f614f3184075d7ea206e9fd38b77', '4749e0f3e120d6706bfa10a7ac358a16a0584d86efe6db25c969c2c79c9801f6.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(115, '62f8bbdc58a35e4f8d3b8203c0bf61610735f614f3184075d7ea206e9fd38b77', 'ec575d7bad926bd945244eed6e27581acfcb5ca3738ed26b5677afb5bcd3db4e.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(116, '62f8bbdc58a35e4f8d3b8203c0bf61610735f614f3184075d7ea206e9fd38b77', '9f0c226ab6b9aca7e8b86a1b63dacb30728bd7154a5dd64bc8cb30e9fce55694.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(117, 'dd8a3dd9b44e73dd54eef1618074b92437f506673e50277bfd41e8040b156346', '9f9f73a9c4a2f6676ed2b187212e45fcf814ab921afb38df51373ff9e640b9b3.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(118, 'dd8a3dd9b44e73dd54eef1618074b92437f506673e50277bfd41e8040b156346', '48a331a39713f50bd667d421632cb2b08b5ba9263f65f7cc639eae77b22470b7.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(119, 'dd8a3dd9b44e73dd54eef1618074b92437f506673e50277bfd41e8040b156346', '3c4e5ab2ec098d10823b1f37d6c99699bd2028dbdb5d522d4f26ed10935bd84a.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(120, 'dd8a3dd9b44e73dd54eef1618074b92437f506673e50277bfd41e8040b156346', '8ec03b148d46a4d10535b5e5c29cad69d53130ea7453c6d24660e41c0070d091.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(121, '1801bc220b69f1936a7f58054ad8a18c8961d20d990be16959c7966fa009f49f', '63cd7ed7785dad166336b2be1dce6035b4274c2c15b794f216307638851c8f46.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(122, '1801bc220b69f1936a7f58054ad8a18c8961d20d990be16959c7966fa009f49f', '26f999e6994bfaeb645183be1cc45b77cd355fab28acfd2712db086fd25a3f04.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(123, '1801bc220b69f1936a7f58054ad8a18c8961d20d990be16959c7966fa009f49f', '29408d70194c34ba84426f5601b93fb0c0ad3d5075e65ad7f75d7a82653f4d4e.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(124, '1801bc220b69f1936a7f58054ad8a18c8961d20d990be16959c7966fa009f49f', '8d14ee684a5355892c1f6f3546cd236534093edbb9104756d88fa60e7c3f3ea1.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(125, 'f9081bf36ba9e4cfb2acfa0f102c2ec5ceaade018467bfb7a0bcefe149279dee', '350fe9f9c812e6c6e3b6d33649b0580002c7fc366475a77b9e3978a972799f16.jpg', '1', 1, '2026-03-18', '2026-03-18', 'YES'),
(126, 'f9081bf36ba9e4cfb2acfa0f102c2ec5ceaade018467bfb7a0bcefe149279dee', '63124241513e99bb72a5d356733a8b9ee5440900aa27f2b66ce7909f93416f2d.jpg', '2', 2, '2026-03-18', '2026-03-18', 'YES'),
(127, 'f9081bf36ba9e4cfb2acfa0f102c2ec5ceaade018467bfb7a0bcefe149279dee', 'aceb86da71503103768fd0b1650b2f3087aad501644278c129f48c00bb9fdf8f.jpg', '3', 3, '2026-03-18', '2026-03-18', 'YES'),
(128, 'f9081bf36ba9e4cfb2acfa0f102c2ec5ceaade018467bfb7a0bcefe149279dee', '89598b1b733570d017e92fd509f8e68c574899399c85a7b261f9ba05f75cc7ea.jpg', '4', 4, '2026-03-18', '2026-03-18', 'YES'),
(133, 'f9081bf36ba9e4cfb2acfa0f102c2ec5ceaade018467bfb7a0bcefe149279dee', 'cc57bc85655cd4123d39552dab1686220640a833cbcf2bf4ebb6e62b17c971b1.jpg', '61tDu9k7sJL._SL1024_.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(134, 'f9081bf36ba9e4cfb2acfa0f102c2ec5ceaade018467bfb7a0bcefe149279dee', 'c0cb655169f72b25cb2324ff277524e733aa2304d4e164a015e04fa4b04e63e4.jpg', '61w0QB7tzNL._SL1024_.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(135, 'f9081bf36ba9e4cfb2acfa0f102c2ec5ceaade018467bfb7a0bcefe149279dee', 'c4c5dfb09cc92b10771afbca83b1127374a46623a29b262cd1193a668029b016.jpg', '51SOZg+0KFL._SL1024_.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(136, '06a85fa098e05a258709972e243e9be800ed123db9dddcd504e641a22a410306', 'c2099803ec4fd19d9c8c6dece5d50acd77f38253665250c921994f5eaa497a21.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(137, '06a85fa098e05a258709972e243e9be800ed123db9dddcd504e641a22a410306', '29584949b38c0507eec24ca7d1cf3601daafcd475f686e23dfb204484e452b2f.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(138, '06a85fa098e05a258709972e243e9be800ed123db9dddcd504e641a22a410306', 'd390462a0d7a99005fe96355bf4fb0ba8b82e2e9a194bd032dbaefc5cc31849f.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(139, '06a85fa098e05a258709972e243e9be800ed123db9dddcd504e641a22a410306', '4701ee710187b3f3cc4e7dc76e4622aae8ea2c0fce787bbcd7606033d49b7a8f.jpg', '4.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(140, '1801bc220b69f1936a7f58054ad8a18c8961d20d990be16959c7966fa009f49f', '224eece6be743fff27bcc19074997cbb4dfc10654b97686c153dc240b96de30c.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(141, '1801bc220b69f1936a7f58054ad8a18c8961d20d990be16959c7966fa009f49f', '95bfb3699bc56004ea0ffeaf16c88908e55b2ed26965266dde919f01790e1c2e.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(142, '1801bc220b69f1936a7f58054ad8a18c8961d20d990be16959c7966fa009f49f', 'e4c02d5b8ab21ab81cb0183758a263cac724850e9eff48ed7c8c5eb1d3231dd4.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(143, 'dd8a3dd9b44e73dd54eef1618074b92437f506673e50277bfd41e8040b156346', 'bb3e7c4bb4d529ed84c7cda2c2708940b4ba498f0283ee00950bc426f8e4ef1b.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(144, 'dd8a3dd9b44e73dd54eef1618074b92437f506673e50277bfd41e8040b156346', 'd5f5e0ccc5ba16e229d26fbc2e42d52c5d562a3653d3c34fd27e862c5e8953cf.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(145, 'dd8a3dd9b44e73dd54eef1618074b92437f506673e50277bfd41e8040b156346', '872f72d5d64d6701d9009ab88d5b175203c58223e5f763d2f347ac25818c0c6d.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(147, '62f8bbdc58a35e4f8d3b8203c0bf61610735f614f3184075d7ea206e9fd38b77', 'adb91d5794790850b029c51c921ff65831e1ab265e7e9a36c58612eb2ca8f8c4.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(148, '62f8bbdc58a35e4f8d3b8203c0bf61610735f614f3184075d7ea206e9fd38b77', 'a2370123cc942047e37cb85fa48e159fdee53df248f1ec96fdcb83c42814fd7f.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(149, '62f8bbdc58a35e4f8d3b8203c0bf61610735f614f3184075d7ea206e9fd38b77', '0b7c5c95bc5d4dc2716461c83de23f3eb593621f1ddb15b3e62f616917ae1beb.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(150, '62f8bbdc58a35e4f8d3b8203c0bf61610735f614f3184075d7ea206e9fd38b77', 'f42d3486c5bb1ecc196815e25925a1db6d154571420266a372f0b94bd1d62988.jpg', '4.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(151, '1892c26945781800f4a082c2bbb9cb55e5c8842ff63355a145db5b80bc118adf', 'e54f1c048ec96510b06609c58a872b88c772902e517aede93c8fc34fd6b3b163.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(152, '1892c26945781800f4a082c2bbb9cb55e5c8842ff63355a145db5b80bc118adf', '8387ec4c5d7ea4ed67c503100cb8f7e103df8cbb19350910a07a04c7eed92b1f.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(153, '1892c26945781800f4a082c2bbb9cb55e5c8842ff63355a145db5b80bc118adf', 'f0aaa7569c4fd49d6611841b7ca404b677e8e33707a373d4fa8d40f2d9d3bfdb.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(154, '682b7326b6753f42cc4686cf2e84bc708f4088ebb1c2eb8ca077f49603b94f8c', '2059b5e408288696890b18d7c95f849e18213acbe594d88760b94842a4e3c962.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(155, '2a952e9300a97930f8f8475a4b78128339d7290c718422b1ba99a46233e5eb55', '754937faced6150f74d57a4b13d895adcef7007c79e8b3936e0215b08fb90223.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(156, '2a952e9300a97930f8f8475a4b78128339d7290c718422b1ba99a46233e5eb55', 'af7760db9eb989663078009d170e1a6c7aff1ae7030c59bf0841c07bb2762c74.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(157, '2a952e9300a97930f8f8475a4b78128339d7290c718422b1ba99a46233e5eb55', '551cf628e0d6738f4b80dfb1171652051a6fbaa03cc055d479fb78049f221272.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(158, '2a952e9300a97930f8f8475a4b78128339d7290c718422b1ba99a46233e5eb55', '23e4f013a1ee99d39447a346e84b6e840855f337969a32b16c0e2c7092a7ba6a.jpg', '4.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(159, '6973d3c763495e9c12ece93a12f11d329b71bdf8d697254ea9fd0d9a8fccb743', 'a678b57bee820e74ba56eb4d6814944637a81813c732c8fda6c74f29d6b03832.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(160, '6973d3c763495e9c12ece93a12f11d329b71bdf8d697254ea9fd0d9a8fccb743', 'ab2629e224ba924248966f31d8680a69f04d8b69ee2866b4f3cf5746a08e735a.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(161, '46ab1bf7c286ec37aedcbdda1e6db5f19095ceea0adad8f31507b1c561ccb253', 'e028ebd18c58c159f528884abe68afc4ebd249c933560c1f9cd14b8824e94305.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(162, '46ab1bf7c286ec37aedcbdda1e6db5f19095ceea0adad8f31507b1c561ccb253', 'faf8e16c0721bfcea6906df71d4249f13c92aa82b5e25fd6fff1838f59c30ec8.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(163, '46ab1bf7c286ec37aedcbdda1e6db5f19095ceea0adad8f31507b1c561ccb253', 'e70ae5a1158fccf22547d4e4cb2b42afec885beb3ba2dfb35c6a5ab927fbff93.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(164, '46ab1bf7c286ec37aedcbdda1e6db5f19095ceea0adad8f31507b1c561ccb253', '63ecf235aba07e18190ae0a0bfc3f530e1f459b33a081b2860e9ca2eb8093c21.jpg', '4.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(165, '3b23ba144d9e917fd88460094c3666c47a41f5f73257f8d1a7270a8435b693b2', 'fc30b20a2414ef7c9d7d9031b875214959722913d2bad5f49d4af4ec0c2578e8.jpg', '61OSpghYNxL._SL1500_.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(166, '3b23ba144d9e917fd88460094c3666c47a41f5f73257f8d1a7270a8435b693b2', '9def0b036f10437aa102ba1bcf964b10d2f3572404a57128b044777c599454f0.jpg', '71N3ytgsUqL._SL1500_.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(167, '3b23ba144d9e917fd88460094c3666c47a41f5f73257f8d1a7270a8435b693b2', 'a7fef62c51c2152be51bd8e70430343f7cd33d892664feb8137cdb978cb76bef.jpg', '91KjYUxCJuL._SL1500_.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(168, '5661a819083d629743f363b84e0244bb206e292633a0fa4aaf5fabf75d766673', '1d8a2d06e2e82163255c2ae8b6962752d0602fbdca9b9c0a3c23a45a27ed1004.jpg', '2.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(169, '5661a819083d629743f363b84e0244bb206e292633a0fa4aaf5fabf75d766673', '674782117fc1c1d87b5e082d2cb6e4073fb6d397fe1889ad26b97ea49f082b33.jpg', '1.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(171, '5661a819083d629743f363b84e0244bb206e292633a0fa4aaf5fabf75d766673', '18f8467dfe2c596c0a3c5fa58e22df84b6d14347271510513d1996a328fa967c.jpg', '1.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(172, '5363f9bdd9ee370b1d5136b7d18e2286f66e24d479962398958829e1c9662cb3', '9b4e827e8330b979795e471de889b68f70de38c9b0e358dbce20e5af6c99b666.jpg', '2.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(173, '5363f9bdd9ee370b1d5136b7d18e2286f66e24d479962398958829e1c9662cb3', 'b5bc40f5150aa5ae60b1d21ef6c6b5290986a18c8c17d8773283185cd266dfb7.jpg', '1.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(174, '5363f9bdd9ee370b1d5136b7d18e2286f66e24d479962398958829e1c9662cb3', '55544de20f339b34b604efd4bb202d15b53279c9f61398ffa76586b1e1dec1d8.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(175, '5363f9bdd9ee370b1d5136b7d18e2286f66e24d479962398958829e1c9662cb3', '2335f22e4d1e5af19220ad1552fc13ec8a9336d309275a66f42cddb85079ef18.jpg', '4.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(176, '9f8a31763202d618cc06c9ed9ecea29c518d4ffafdb00030d5698b9ca84442ac', '0c9444b3649da28c8c4e07c49f1653dfedd6f183e9a0da3c4b1731e39376ebc9.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(177, '9f8a31763202d618cc06c9ed9ecea29c518d4ffafdb00030d5698b9ca84442ac', '7200e045955d20bc18140ffdbcaf0fc65dbee5a72e1574d07735e4b797d707aa.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(178, '9f8a31763202d618cc06c9ed9ecea29c518d4ffafdb00030d5698b9ca84442ac', '3591c284f0cfca0271a7f64cde54c75e7597d00e0e5b9ff419d91037ff57736c.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(179, '3febf6fa8b807878c59f2d00e114210769664374e7cb7a69c7c0e28f1437ada2', '52964b66987efbf4b11e1fabd9b74a6773819216a912f605ca0f896235761b5a.jpg', '2.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(180, '3febf6fa8b807878c59f2d00e114210769664374e7cb7a69c7c0e28f1437ada2', '2601893a28b076896d89f5d3ab4c8c0ae72b3284307c669c3ffedcc68705eb6f.jpg', '1.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(181, '3febf6fa8b807878c59f2d00e114210769664374e7cb7a69c7c0e28f1437ada2', '2636f08acb90dc8e712b7c185210fe3962c9dab802987c5cf6f5f779ef0fdc9e.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(182, '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', '64e2745235aad4d17d1b1bab04882510a164de2e93375bbd4be5d16d40110518.jpg', '2.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(183, '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', '7c430d3d5cc33a621ebb0b232b99a57ccbedf366f7ddba0f691194e15ecd606f.jpg', '1.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(184, '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', 'd44ae80d21cfaeaebb8dd17d417acacf27b9f5d216e2afa0b0a3a12c43c3726a.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(185, '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', '4dded18a1f29608c6819bf38dfae79c514fe8b07834037242d6b9b7ebbb4c128.jpg', '1.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(186, '1c7b4d44a521bec99c1fb4b4124f4769b59b708709162e844f3b59d991d62aac', 'ef2197af6c00867cc1e927b8720ac3604ac3390fbc0c1ca44b72d51c7966e4b8.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(187, '1c7b4d44a521bec99c1fb4b4124f4769b59b708709162e844f3b59d991d62aac', 'eed23640387907e30a32f1202584d8f9fddde9ab491c974bd1fad8bcecce39f7.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(188, '1c7b4d44a521bec99c1fb4b4124f4769b59b708709162e844f3b59d991d62aac', 'e4fc03716349c6e27558c94c82468708b06bdfb7e89a859a2419f5da3b25bc5f.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(189, '1c7b4d44a521bec99c1fb4b4124f4769b59b708709162e844f3b59d991d62aac', '9d8085f148bfaf3020cf2a0e6b97fb9045bd3f737c4da432aed0b88ff93ce792.jpg', '4.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(190, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', '90f1bc488cbe78317537e36ac9dc8fa33b1700b51748dd30715d07fbe5259bd7.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(191, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', 'c99cc09108f5ca9d370f1068a2a63db3f210edab1379670c6b5122a29c26f502.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(192, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', '2a9b23be9ccc3507d3effbad0bdf0e22e05d41cabc362b7a3f4195faba57c239.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(193, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', 'f0ac4f41329ca1c4e2a14dc42762f08e6bc46e3ae6a5e2990f6c845a4a91b74e.jpg', '4.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(194, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', 'f1aa04c9db1cea9ad1fde3198bee3b904ad9c07abd04ebec40e6d7ca0606a236.jpg', '5.jpg', 9, '2026-03-18', '2026-03-18', 'YES'),
(195, 'a132d69fb0dbc2ae4dbe0bcba1ed60349f00d6a25d78b18edc8455197f8e16f4', '4045d6e00a9df0b9d4701025715d6827cf3c383e9c1ec9d6af5f55683a59192f.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(196, 'a132d69fb0dbc2ae4dbe0bcba1ed60349f00d6a25d78b18edc8455197f8e16f4', '8701e8e5c25ea8e36480ce7c998da6711d457d1e1931c192830036f85a775d19.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(197, '080e58137f09545406849d127a09dfc4d20fea08cdc72d4e92cbc8f0c68a5381', '566611c34e0f447370453a311381ee578ca9d487f69e6ebd1c0cf09669811635.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(198, '080e58137f09545406849d127a09dfc4d20fea08cdc72d4e92cbc8f0c68a5381', 'bdf7217770a3c9258bea82aea1670950a4b6b9c61e2764a4fb8a29b062cb9fd4.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(199, 'd7e379ce305aea22e2af061f5d02e26a4fd0ce59360db4ce60f2c985f6a2844f', 'c444270bacecf7753c5935e3ffe0e53403ec6e3009ed75aa54a63d2f90075e1b.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(200, 'd7e379ce305aea22e2af061f5d02e26a4fd0ce59360db4ce60f2c985f6a2844f', 'ba0599fe3f2af1f92cdca5f51785af6c0637a4d286054724ce9edc2d46cf62c2.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(201, '30138bf5a22635d1bf45faa891d168f9896b93d0e2b929f9710f9496adbedf68', 'df6f3c46e745dc8d1f88f4904c24d7fa424eadf76b337fa623d33383f2329a8d.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(202, '8420475cd0ae6b3deeee066a8446a820dfad41b0a840c9ee77e4b56c6d556aae', '616281231b5f251e019a117b21ce253126fccc7c24d1ecd4938d663e5ad2a2b8.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(203, '8420475cd0ae6b3deeee066a8446a820dfad41b0a840c9ee77e4b56c6d556aae', '0a8182285179d1c34311093cc25f0408fde6fd2d11915c863d1f7c69313c0f33.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(204, '8420475cd0ae6b3deeee066a8446a820dfad41b0a840c9ee77e4b56c6d556aae', '686846be50ff375a50974e4061c72d789083fecb31824bd0bf3285dcd9423fdc.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(205, 'ec34442914031f9990744d6293e8c8b3e10165b0ffc6280f50d0bd08afd9813a', '9c418d44691aded3633da9b9cf23046e736cb7cbeb1ae5e3ffef89ef50fcb75f.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(206, 'ec34442914031f9990744d6293e8c8b3e10165b0ffc6280f50d0bd08afd9813a', '6c19f3ec7aa4eba0bde711340186ba7c61dd36b956c91bb95d03b881672d148a.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(207, 'e5cad6a1dbc45a4bd7f3520bfd3cd0fa4a11f4bacbaa6ad7f5bc89d3abeea5d8', 'ae432153a66a62b726fb3699ab696e3f02cab6fba40a07d81e4a7cc1a7f86910.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(208, 'e5cad6a1dbc45a4bd7f3520bfd3cd0fa4a11f4bacbaa6ad7f5bc89d3abeea5d8', '88f8b1bddad7b309ffea20b6fd8d931804bbe2ac7b9f6d0db0ff36de97a723e0.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(209, 'e5cad6a1dbc45a4bd7f3520bfd3cd0fa4a11f4bacbaa6ad7f5bc89d3abeea5d8', '25a7b7ceb89c02d22e84461fc6c562185cbe18d83dc34cb7c2ed8dc6e89faf34.jpg', '3.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(210, 'e046e0cd4d4fe5d71f130285194c679f6418645074a6d91caee5ea04a63ed6cb', 'cfea62f9d83101228cce90938935a1a89fa3b534278c715f01ee6f9f5bc615d4.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(211, 'd69762d980aed5943e6f1357d5ad59e29cc913c8e12d06cc148a862cbaec6b57', '5ed3caaede7f8ed65ce94fc6e8a7b3e4b2eebb154832a4395e80fbe4352996a5.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(212, '58360b26d791c18af81a26af2dcfa3f06fe405a0445432f3de6d3ba67e11f147', 'ff0b14ba710abe0062d32574b87a10e8bbb5c1743c6f1a9ba72443d74714344d.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(213, '58360b26d791c18af81a26af2dcfa3f06fe405a0445432f3de6d3ba67e11f147', 'befc49b02f445aa460f37da1f6886753606a6e80c35e57f882b706bde8beb757.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(220, 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', '065f5b422163597074d014a28e1140e63331e59362c981424d8f5eabea6de8e6.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(221, 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', '6021e591b6e9ded83655ebf006a2ff8349809eb3e823d1b61c45334198f5a92e.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(222, '3c4d5mel6f7nmelh8b909xzmeldbha345678909xnmelhbcdmelf09x3', '1f5a31a9a6ffc85ac8a7ec7ec4af588b079eb947afd7b94ad0f25d88922a9457.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(223, '3c4d5mel6f7nmelh8b909xzmeldbha345678909xnmelhbcdmelf09x3', '6e7cf27b36d8ab87567cbb11db49d476d3fb073dc864e394364a06f14585abb9.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(224, '7885f2b65a4acdc3b272e69c58b780e20f75c952aef597ff6c5b1d4dd9212a1f', '7daf3d386a6deb6a829f3b37e5c5e8824426af097233bf56570f035225e24d65.jpg', '1.jpg', 2, '2026-03-18', '2026-03-18', 'YES'),
(225, '7885f2b65a4acdc3b272e69c58b780e20f75c952aef597ff6c5b1d4dd9212a1f', '99830c2c6ab9c997553ca23f139fb277c7b696084b257af7a211d84c82373144.jpg', '2.jpg', 3, '2026-03-18', '2026-03-18', 'YES'),
(226, '7885f2b65a4acdc3b272e69c58b780e20f75c952aef597ff6c5b1d4dd9212a1f', '8a46dcfadead9e7c95c73dbeb696898a2193fa69b4dde8f13cccb0e350f48b54.jpg', '3.jpg', 4, '2026-03-18', '2026-03-18', 'YES'),
(227, '7885f2b65a4acdc3b272e69c58b780e20f75c952aef597ff6c5b1d4dd9212a1f', 'dc2fd49b3ac76acd031a20e290cd7e127c0f202c61bf684eff8c30cce4794c5f.jpg', '4.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(228, '7885f2b65a4acdc3b272e69c58b780e20f75c952aef597ff6c5b1d4dd9212a1f', '1f2a15123b4ba2aee129ce7123f2816a00cc1f888d89470e9740b106e71e2c6f.jpg', '5.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(229, '7885f2b65a4acdc3b272e69c58b780e20f75c952aef597ff6c5b1d4dd9212a1f', 'ca6d9b7e3b23027cddf8176ede3cc59dc1d9a24b9772eb39f74fb93039a8ef35.jpg', '6.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(230, '7885f2b65a4acdc3b272e69c58b780e20f75c952aef597ff6c5b1d4dd9212a1f', '9e2ac3bb244580cb776f8d69c2317ad4c3eab78170ba5995ca47ca52b4b540cb.jpg', '71VHq6uU8lL._SL1500_.jpg', 8, '2026-03-18', '2026-03-18', 'YES'),
(231, 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', 'fc312230e2f59c3dbbfc7e75f4f99f793cb2df9cdc72372b21883edabec76ef8.jpg', '1.jpg', 5, '2026-03-18', '2026-03-18', 'YES'),
(232, 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', 'b010ffefabed733500f3c5ebde825b9f1cd900993ef7930e58bc5349f827a7b0.jpg', '2.jpg', 6, '2026-03-18', '2026-03-18', 'YES'),
(233, 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', 'b2ca094be18dbeff1465452f1e8c4b338b5f9aa3ead51aa050ad31ff0b0c6e08.jpg', '1.jpg', 7, '2026-03-18', '2026-03-18', 'YES'),
(234, 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', '7cf5580a6bd0489b7de86af45adc891d46e7d820177a8cc8840d75658a364106.jpg', '1.jpg', 8, '2026-03-18', '2026-03-18', 'YES');

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

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

CREATE TABLE `products` (
  `id` int NOT NULL,
  `mykey` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `category` varchar(255) NOT NULL,
  `metatitle` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `metakeyword` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `metadescription` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `picture1` varchar(255) NOT NULL,
  `picture2` varchar(255) NOT NULL,
  `picture3` varchar(255) NOT NULL,
  `picture4` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `sku` varchar(255) NOT NULL,
  `color` varchar(255) NOT NULL,
  `mrp` int NOT NULL,
  `price` int NOT NULL,
  `discount` int NOT NULL,
  `tax` varchar(255) NOT NULL,
  `stock` int NOT NULL,
  `description` longtext NOT NULL,
  `similar` varchar(255) NOT NULL,
  `visits` int NOT NULL DEFAULT '1',
  `newarrival` varchar(255) NOT NULL DEFAULT 'NO',
  `action` varchar(255) NOT NULL DEFAULT 'YES',
  `removed` varchar(255) NOT NULL DEFAULT 'NO',
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(1, 'bhab3c4d5mel6f7nmelh8909xzmeldbha345678909xnmelhbcdmelfbha', 'meridio-breeza-metal-16-inch-designer-wall-and-ceiling-mount-fan-brownb0grr4vkf2', 'Hugger Fans', 'Meridio Breeza Metal 16-Inch Designer Wall & Ceiling Mount Fan | Metallic Brass Finish, 3 ABS Wooden-Finish Blades, Quiet DC Motor, Remote Control, 6 Speeds, Reversible Airflow with Timer', 'Meridio Breeza Metal 16-Inch Designer Wall & Ceiling Mount Fan | Metallic Brass Finish, 3 ABS Wooden-Finish Blades, Quiet DC Motor, Remote Control, 6 Speeds, Reversible Airflow with Timer', 'Meridio Breeza Metal 16-Inch Designer Wall & Ceiling Mount Fan | Metallic Brass Finish, 3 ABS Wooden-Finish Blades, Quiet DC Motor, Remote Control, 6 Speeds, Reversible Airflow with Timer', '023ac9f2e93cfa94a3481ffd7affe6b719acf042473f66e9f1b94e6b696c4411.jpg', '7e74131297cdf09bd7504615ceb1dc53828b2d7b2566542384beabebbcaf3638.jpg', '1c03bd8a1107861e43dd02f235c59602ac5d2f3e231d58b2ec1fd323a57647ce.jpg', '2f1e412531023545a65b5c346b57418fd746f0a18634e87c189c2b12ac9c4411.jpg', 'Meridio Breeza Metal 16-Inch Designer Wall & Ceiling Mount Fan Brown', 'B0GRR4VKF2', 'brown', 28999, 14939, 48, '18', 10, '<table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Metallic Brass Finish</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">20D x 20W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, Remote Controlled, Timer, Wall/Cieling Both option</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Wall Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr></tbody></table><br><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Modern Designer Fan for Stylish Interiors Meridio Breeza Metal features a bold Matte White Brass finish with elegant wooden-finish ABS blades, adding a premium modern aesthetic to living rooms, bedrooms, cafés, and office interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Dual Installation – Wall or Ceiling Mount Designed for flexible installation, this 16-inch designer fan can be mounted on walls or ceilings, making it perfect for compact spaces and decorative cooling setups.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency DC Motor Powered by a premium energy-efficient DC motor that delivers strong airflow while maintaining ultra-quiet and smooth performance for comfortable daily use.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. 6 Speed Levels for Customized Comfort Adjust airflow easily with 6 speed settings, allowing precise cooling control depending on room size and personal comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Remote Control with Smart Timer Convenient remote operation with timer settings (1H / 2H / 4H) and fan control, allowing effortless operation without manual switches.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Reversible Airflow for Year-Round Use Forward and reverse airflow improves cooling in summer and helps circulate warm air in winter.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Durable ABS Wooden-Finish Blades Equipped with 3 high-quality ABS blades designed for efficient airflow, durability, and long-term performance.</span></li></ul></div>', '', 17, 'YES', 'YES', 'NO', '2026-06-09', '2026-03-18'),
(2, '3c4d5mel6f7nmelh8b909xzmeldbha345678909xnmelhbcdmelf09x3', 'meridio-breeza-white-16-inch-designer-wall-and-ceiling-mount-fanb0grrhwhrq', 'Hugger Fans', 'Meridio Breeza White 16-Inch Designer Wall & Ceiling Mount Fan | Matte White Finish, Light Wooden ABS Blades, Quiet DC Motor, Remote Control, 6 Speeds, Reversible Airflow with Timer', 'Meridio Breeza White 16-Inch Designer Wall & Ceiling Mount Fan | Matte White Finish, Light Wooden ABS Blades, Quiet DC Motor, Remote Control, 6 Speeds, Reversible Airflow with Timer', 'Meridio Breeza White 16-Inch Designer Wall & Ceiling Mount Fan | Matte White Finish, Light Wooden ABS Blades, Quiet DC Motor, Remote Control, 6 Speeds, Reversible Airflow with Timer', '25f080bc4984b69c4c89310e5b5a3f277758d2618d3b759fc74068d9610ae56d.jpg', '92dcac2a04193de9b32cfafecf75177c0f1b366bc85b147a317539649959b72b.jpg', 'a59c3c2dadf89163dd44d9cd28c99755f8e0d4a2945cfbede066aebf38d46a64.jpg', '4c7458d9efb4f1c334fa6b6d32da6dd71897e75830b285109e9310c6cfcc5f3b.jpg', 'Meridio Breeza White 16-Inch Designer Wall & Ceiling Mount Fan', 'B0GRRHWHRQ', 'White', 28999, 16599, 42, '18', 10, '<table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Matte White</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">20D x 20W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, Remote Controlled, Timer, Wall/Cieling Both option</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Wall Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr></tbody></table>', '', 19, 'YES', 'YES', 'NO', '2026-06-10', '2026-03-11'),
(3, 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', 'meridio-twilight-bladeless-ceiling-fan-with-led-lightb0grj77w8c', 'Bladeless Fans', 'MERIDIO : CRAFTING AIR. CRAFTING LUXURY.', 'MERIDIO : CRAFTING AIR. CRAFTING LUXURY.', 'Meridio Twilight Bladeless Ceiling Fan with LED Light | Matte White Designer Fan | DC Motor | 6 Speed Remote Control | Reverse Mode | 3CCT Light | Modern Ceiling Fan for Living Room & Bedroom', 'c0d6f5c2ebfcf817ea8e87b12ef6bfa945b4e7bc7dbc04bcfb33ca818e1654a4.jpg', '746d947cdf0915a82525b59946f2f988f1243e63e61dc671f758b62118c92de3.jpg', 'a5a13346c0fe98d30d2425192b358f3ee1a3e63e8976382d5834faf1ce4d24e9.jpg', '6991869802b331e9df3fd2e57259e4079e0f9c6462526036d6e4f2d902e5314a.jpg', 'Meridio Twilight Bladeless Ceiling Fan with LED Light', 'B0GRJ77W8C', 'White', 32999, 12599, 61, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; background-color: rgb(255, 255, 255); width: 542.523px; color: rgb(15, 17, 17);  margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; float: none !important;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; float: none !important;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">White</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; float: none !important;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; float: none !important;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; float: none !important;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; float: none !important;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; float: none !important;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; float: none !important;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; float: none !important;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; float: none !important;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">50D x 50W x 9H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; float: none !important;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; float: none !important;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bladeless, Energy Efficient, Remote Controlled</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; float: none !important;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; float: none !important;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; float: none !important;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; float: none !important;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px; float: none !important;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px; float: none !important;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms<br></span></td></tr></tbody></table><br></div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Modern Bladeless Designer Fan Meridio Twilight features a sleek bladeless design in a premium matte white finish that complements modern interiors, making it perfect for living rooms, bedrooms, and luxury spaces.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">High-Efficiency DC Motor Powered by an advanced DC motor that delivers ultra-silent performance, smooth airflow, and energy-efficient operation for long-lasting comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6 Speed Control with Reverse Mode Comes with 6 adjustable speed levels and a forward/reverse airflow function to maintain comfort throughout all seasons.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Integrated LED Light with Brightness Control Built-in 60W LED light with 3CCT color temperature modes, allowing you to adjust brightness and lighting tone to match your mood and room ambiance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Smart Remote Control Convenient remote control lets you easily manage speed, lighting, timer settings, and airflow direction from anywhere in the room.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Timer Function for Energy Saving Includes 1H / 2H / 4H timer options so the fan automatically turns off, helping save electricity and improving convenience.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Premium Compact Design Stylish 550×550×90mm ultra-slim design blends functionality with elegance, making it ideal for modern homes, apartments, and luxury interiors.</span></li></ul>', '', 33, 'YES', 'YES', 'NO', '2026-06-11', '2026-03-11'),
(4, '7885f2b65a4acdc3b272e69c58b780e20f75c952aef597ff6c5b1d4dd9212a1f', 'meridio-breeza-metal-caged-fan-|-12-inch-designer-wall-and-ceiling-mountb0grr821xg', 'Hugger Fans', 'Meridio Breeza Metal Caged Fan | 12-Inch Designer Wall & Ceiling Mount | Remote Control, 6 Speeds, Quiet Copper DC Motor, Reversible Airflow with Timer', 'Meridio Breeza Metal Caged Fan | 12-Inch Designer Wall & Ceiling Mount | Remote Control, 6 Speeds, Quiet Copper DC Motor, Reversible Airflow with Timer', 'Meridio Breeza Metal Caged Fan | 12-Inch Designer Wall & Ceiling Mount | Remote Control, 6 Speeds, Quiet Copper DC Motor, Reversible Airflow with Timer', 'c976406cb9333070d1fb8105f4a7d84a5d4b7058c26c9ab1fab183ebff92f0c5.jpg', 'e4010da6ba3976e14d6d0f7687e286df07f1e37a9a19a93f1d434f022396f409.jpg', 'b80530d858e13b86bfdb8172f4c7717564ad750a05c289be2962b62fe43b71da.jpg', 'b80be005f94a44e473de164815eca7ee8e053cd2c7ead0de630611a9d00b0027.jpg', 'Meridio Breeza Metal Caged Fan | 12-Inch Designer Wall & Ceiling Mount', 'B0GRR821XG', 'Black', 29999, 16199, 46, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Gold+Black</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">20D x 20W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, Remote Controlled, Timer, Wall/Cieling Both option</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Wall Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Unique Metal Caged Designer Fan Meridio Breeza Metal Caged Fan features a stylish industrial design with a premium metal cage, adding a modern decorative touch to living rooms, bedrooms, cafes, offices, and contemporary interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Dual Installation – Wall or Ceiling Mount Designed for flexible installation, the Breeza fan can be mounted on walls or ceilings, making it perfect for compact spaces, loft interiors, and decorative cooling solutions.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. Powerful 100% Copper DC Motor Equipped with a high-efficiency copper DC motor that delivers strong airflow while operating quietly and consuming less electricity for energy-efficient performance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Remote Control with 6 Speed Levels Convenient remote control allows you to easily adjust 6 speed settings, control power, and customise airflow without needing manual switches.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Reversible Airflow for Year-Round Comfort Forward and reverse rotation improve air circulation in both summer and winter, maintaining consistent indoor comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Smart Timer Function Built-in timer options (1H / 2H / 4H) allow automatic shutoff, making the fan perfect for nighttime use and energy saving.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Durable Premium Metal Construction Constructed with a brushed copper premium metal body and protective cage, ensuring durability, safety, and long-lasting performance.</span></li></ul></div>', '', 8, 'YES', 'YES', 'NO', '2026-03-11', '2026-03-18');
INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(5, '58360b26d791c18af81a26af2dcfa3f06fe405a0445432f3de6d3ba67e11f147', 'meridio-veltrix-designer-ceiling-fan-|-premium-3-abs-wooden-finish-bladesb0grhxzkkz', 'Hugger Fans', 'Meridio Veltrix Designer Ceiling Fan | Premium 3-ABS Wooden Finish Blades | 6-Speed Remote Control | Silent Energy Efficient Motor | Modern Luxury Fan for Living Room & Bedroom', 'Meridio Veltrix Designer Ceiling Fan | Premium 3-ABS Wooden Finish Blades | 6-Speed Remote Control | Silent Energy Efficient Motor | Modern Luxury Fan for Living Room & Bedroom', 'Meridio Veltrix Designer Ceiling Fan | Premium 3-ABS Wooden Finish Blades | 6-Speed Remote Control | Silent Energy Efficient Motor | Modern Luxury Fan for Living Room & Bedroom', '915dce65a0e4d6f606b7b2f6c840ad2be932b676b9090d1a73264d5e9bb3aec2.jpg', '2de620de0a73dbe4de763a33f427214ad0208df9d0ccc90020306d5ed2a5b8fe.jpg', 'da65151495f92c8872e8804e469e00d3ac729b9373ae4ee0e7e7c3fa4709b271.jpg', '18b423257be47bf6ae92a315ce9fb938b6417a8bedfd06621f636534371197a4.jpg', 'Meridio Veltrix Designer Ceiling Fan | Premium 3-ABS Wooden Finish Blades', 'B0GRHXZKKZ', 'brown', 34599, 16599, 52, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Wooden Finish</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">60D x 60W x 30H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Premium Designer Aesthetic Meridio Veltrix features a bold modern design with elegant wooden-finish ABS blades and a refined brushed metal motor housing, bringing luxury and sophistication to living rooms, bedrooms, and premium interiors.\"</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">\"2. High-Quality ABS Wooden Finish Blades Equipped with durable aerodynamic 3-ABS blades that provide powerful airflow while maintaining a natural wooden aesthetic that complements modern, contemporary, and minimalist home décor.\"</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">\"3. Silent &amp; Energy Efficient Motor Advanced high-efficiency motor ensures smooth, silent performance while consuming less electricity, delivering consistent airflow without disturbing your comfort or sleep.\"</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">\"4. 6-Speed Remote Control Convenience Easily adjust airflow with the included remote control featuring 6 speed levels, allowing you to customize cooling comfort for any season or room condition.\"</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">\"5. Smart Timer &amp; Reverse Mode Built-in timer options (1H / 2H / 4H) and reverse function provide year-round usability by improving air circulation in both summer and winter modes.\"</span></li></ul></div>', '', 9, 'YES', 'YES', 'NO', '2026-03-11', '2026-03-11'),
(6, 'd69762d980aed5943e6f1357d5ad59e29cc913c8e12d06cc148a862cbaec6b57', 'meridio-silvaro-56-inch-designer-ceiling-fan-with-light-and-remote-|-5-abs-bladesb0gs3n7cnj', 'Outdoor Ceiling Fans', 'Meridio SILVARO 56-Inch Designer Ceiling Fan with Light & Remote | 5 ABS Blades | Powder Coated Black Finish | 3 Dimmable LED Colors | Forward & Reverse Mode | Silent Energy Efficient Motor', 'Meridio SILVARO 56-Inch Designer Ceiling Fan with Light & Remote | 5 ABS Blades | Powder Coated Black Finish | 3 Dimmable LED Colors | Forward & Reverse Mode | Silent Energy Efficient Motor', 'Meridio SILVARO 56-Inch Designer Ceiling Fan with Light & Remote | 5 ABS Blades | Powder Coated Black Finish | 3 Dimmable LED Colors | Forward & Reverse Mode | Silent Energy Efficient Motor', 'd342e88aec156a44e100de555ba09237452d824704d01f1802bcc533f20ca7c9.jpg', '180772de3d780229475196e50ab9f26241458bf79b561a65cbfd2a75ecd504e1.jpg', '8baab81a5016f2db5fdda8cc91fae00b98580b21ddabab108f3ebfe3fa0f4d07.jpg', '0dd5efb3f4fb1d7007bcaa8e75068083a0fb6b5314e9f0092d0e4eafedc6c304.jpg', 'Meridio SILVARO 56-Inch Designer Ceiling Fan with Light & Remote | 5 ABS Blades', 'B0GS3N7CNJ', 'Black', 36999, 18699, 49, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Powder Coated Black</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">60D x 60W x 30H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Premium 5 ABS Blade Design The Meridio SILVARO ceiling fan features five aerodynamic ABS blades engineered for powerful airflow, durability, and smooth, balanced performance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Elegant Powder Coated Black Color Designed with a sleek Powder Coated Black metallic body that complements modern, contemporary, and luxury interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">56-Inch Large Airflow Coverage Wide 56-inch blade span ensures strong and consistent air circulation, ideal for living rooms, bedrooms, halls, and large indoor spaces.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3 Dimmable LED Light Colors Integrated LED light offers three adjustable color temperatures – Cool White, Neutral White, and Warm White – allowing you to set the perfect ambiance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Forward &amp; Reverse Airflow Mode Reversible motor enables summer cooling and winter air circulation for improved comfort throughout the year.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Convenient Remote Control Smart remote control allows easy operation of fan speed, light settings, dimming, and airflow direction from anywhere in the room.</span></li></ul></div>', '', 8, 'NO', 'YES', 'NO', '2026-03-11', '2026-03-11'),
(7, 'e046e0cd4d4fe5d71f130285194c679f6418645074a6d91caee5ea04a63ed6cb', 'meridio-amora-42-inch-chandelier-ceiling-fan-with-led-light-|-luxury-gold-designer-fan-with-retractable-blades--remote-control--6-speedsb0gs3m3n4g', 'Chandelier Fans', 'Meridio Amora 42-Inch Chandelier Ceiling Fan with LED Light | Luxury Gold Designer Fan with Retractable Blades, Remote Control, 6 Speeds, Quiet DC Motor, 3 Color Lighting Modes', ' Meridio Amora 42-Inch Chandelier Ceiling Fan with LED Light | Luxury Gold Designer Fan with Retractable Blades, Remote Control, 6 Speeds, Quiet DC Motor, 3 Color Lighting Modes', 'Meridio Amora 42-Inch Chandelier Ceiling Fan with LED Light | Luxury Gold Designer Fan with Retractable Blades, Remote Control, 6 Speeds, Quiet DC Motor, 3 Color Lighting Modes\r\n', '28f24e39b69932c38b5af6b6a9e36d6ce1328403e9cf424a5683a29b0eb2964a.jpg', '40b9ce03c0011a0ff1f0b14d3ec2e65d482e1348c000dcaa0c3545b0f4cafe5f.jpg', 'b4a03bc6268e2940d28f6016ee9f7ee7a013406254cb75e915389b4d24c60f09.jpg', '3844b2657beb9e35d57a1f4a4ea463e8bad4c65381a627554fd43e1bda0a2572.jpg', 'Meridio Amora 42-Inch Chandelier Ceiling Fan with LED Light | Luxury Gold Designer Fan with Retractable Blades, Remote Control, 6 Speeds', 'B0GS3M3N4G', 'Black', 32999, 17999, 45, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Powder Coated Black</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr><tr class=\"a-spacing-small po-number_of_items\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Number of Items</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">1</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Elegant Chandelier Style Ceiling Fan Meridio Amora blends luxury lighting with modern airflow, featuring a gold-finish body with decorative chandelier lighting design that enhances dining rooms, bedrooms, and premium interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades Equipped with aerodynamic retractable blades that remain hidden when not in use, allowing the fixture to function beautifully as a chandelier light.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. Quiet &amp; Energy Efficient DC Motor Powered by a high-performance DC motor that ensures smooth airflow, quiet operation, and reduced energy consumption.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Adjustable LED Lighting with 3 Color Modes Integrated LED lighting supports Warm (3000K), Neutral (4500K), and Cool (6500K) color temperatures to match different moods and room lighting needs.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Remote Control Convenience The included remote control allows easy adjustment of 6 speed levels, lighting modes, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Compact 42-Inch Size for Modern Spaces Perfect for bedrooms, dining rooms, living rooms, and stylish apartments, providing both illumination and cooling.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Premium Decorative Lighting Design The shell-style chandelier diffuser creates soft ambient lighting that adds elegance and warmth to any interior.</span></li></ul></div>', '', 8, 'NO', 'YES', 'NO', '2026-03-11', '2026-03-11');
INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(8, 'e5cad6a1dbc45a4bd7f3520bfd3cd0fa4a11f4bacbaa6ad7f5bc89d3abeea5d8', 'meridio-orbit-42-inch-designer-chandelier-ceiling-fan-with-led-lightb0gs3t53d5', 'Chandelier Fans', 'Meridio Orbit 42-Inch Designer Chandelier Ceiling Fan with LED Light | Modern Crystal Style Fan with Remote Control, 6 Speeds, Quiet Copper DC Motor, 3 Color Lighting Modes, Reversible Airflow', 'Meridio Orbit 42-Inch Designer Chandelier Ceiling Fan with LED Light | Modern Crystal Style Fan with Remote Control, 6 Speeds, Quiet Copper DC Motor, 3 Color Lighting Modes, Reversible Airflow', 'Meridio Orbit 42-Inch Designer Chandelier Ceiling Fan with LED Light | Modern Crystal Style Fan with Remote Control, 6 Speeds, Quiet Copper DC Motor, 3 Color Lighting Modes, Reversible Airflow', '4b7f16344edba4558898d3d31edd8ef912f69580a22c1270dda7ca5acaad7ccd.jpg', '14823595631b0d8f4a8da85b93603eb7abf2c34a7ae4ee743345c1ab55460d6b.jpg', '3633edc4c06985b0493242a81fc2db32c3bd6d70e4e7748e504aac0ac0e46aeb.jpg', '9cb7a2ff613b0b175dc30c50a21f2ab023e05296fdd180e98073250c2e43a862.jpg', 'Meridio Orbit 42-Inch Designer Chandelier Ceiling Fan with LED Light', 'B0GS3T53D5', 'Black', 42999, 20599, 52, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Dark Wooden Finish</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">60D x 60W x 30H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms<br></span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Modern Luxury Designer Fan Meridio Orbit features a unique ring-style designer structure with crystal-accent steel construction, combining elegant lighting and powerful airflow for modern interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Powerful &amp; Silent Copper DC Motor Equipped with a 100% copper DC motor that delivers high efficiency, low noise operation, and long-lasting performance while saving energy.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. 42-Inch Compact Luxury Design The 42-inch sweep size is ideal for bedrooms, dining areas, living rooms, and stylish apartments where design and performance matter.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Integrated 120W LED Lighting System Built-in 120W LED light with 3 adjustable color modes (3000K Warm, 4500K Neutral, 6500K Cool) lets you create the perfect ambiance for any room.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Remote Control with Smart Features Full-function remote allows convenient control of fan speeds, lighting, and timer settings (1H / 2H / 4H) without leaving your seat.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Reversible Airflow for Year-Round Comfort Forward and reverse airflow modes improve cooling during summer and help circulate warm air during winter.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. High Brightness Premium Lighting Delivers 1620 lumens with RA &gt; 80, providing bright, comfortable illumination for living spaces.</span></li></ul></div>', '', 7, 'YES', 'YES', 'NO', '2026-03-11', '2026-03-11'),
(9, 'ec34442914031f9990744d6293e8c8b3e10165b0ffc6280f50d0bd08afd9813a', 'meridio-noirwood-56-inch-designer-ceiling-fan-with-led-lightb0grwnrfnc', 'Outdoor Ceiling Fans', 'Meridio Noirwood 56-Inch Designer Ceiling Fan with LED Light | 3 ABS Dark Wooden Grain Finish Blades, Powder Coated Black Body, Remote Control, 6 Speeds, Quiet DC Motor, Reversible Airflow', 'Meridio Noirwood 56-Inch Designer Ceiling Fan with LED Light | 3 ABS Dark Wooden Grain Finish Blades, Powder Coated Black Body, Remote Control, 6 Speeds, Quiet DC Motor, Reversible Airflow', 'Meridio Noirwood 56-Inch Designer Ceiling Fan with LED Light | 3 ABS Dark Wooden Grain Finish Blades, Powder Coated Black Body, Remote Control, 6 Speeds, Quiet DC Motor, Reversible Airflow', '6aa3219538978f20f2a5c0cc3285ed58fa8cebc6c416fba956e5ac7d0c3196b3.jpg', '28f380c2a0eefc2fb7a5b078a470c1c97a47ca07b01e1dc39b5ec7fd65893bcf.jpg', 'dbe191073655a9dd3d1e2b25e7a09d800310368e10117bb3aed69775d55bbca1.jpg', 'ada17bb274f979cac7e7ce162d2951a7943b69ac47e87f289791fef0898cf784.jpg', 'Meridio Noirwood 56-Inch Designer Ceiling Fan with LED Light', 'B0GRWNRFNC', 'brown', 36999, 16999, 54, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Dark Wooden Finish</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">60D x 60W x 30H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms<br></span></td></tr></tbody></table><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Modern Designer Ceiling Fan Meridio Noirwood combines dark wooden-finish ABS blades with a sleek powder-coated black body, creating a bold and contemporary look perfect for modern homes and luxury interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Powerful &amp; Silent DC Motor Equipped with a high-efficiency DC motor that delivers strong airflow while maintaining ultra-quiet and energy-saving operation for everyday comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. 3 Aerodynamic ABS Wooden-Finish Blades Designed with three premium aerodynamic ABS blades in dark wooden finish, ensuring smooth airflow performance while enhancing the fan’s elegant designer appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Remote Control with 6 Speed Levels Included remote control allows convenient adjustment of 6 speed levels, offering customized airflow and comfort for different environments.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Integrated LED Light with Adjustable Color Built-in LED light system (18W × 2 with 3 color temperature options) provides Warm, Neutral, and Cool lighting to match different moods and interior lighting needs.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Smart Timer &amp; Reversible Airflow Timer settings (1H / 2H / 4H) and reversible airflow support year-round comfort by improving air circulation in both summer and winter.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Perfect for Large Modern Spaces With a 56-inch sweep, Meridio Noirwood is ideal for large living rooms, dining areas, lounges, and modern open interiors.</span></li></ul></div>', '', 7, 'YES', 'YES', 'NO', '2026-03-11', '2026-03-11'),
(10, '8420475cd0ae6b3deeee066a8446a820dfad41b0a840c9ee77e4b56c6d556aae', 'meridio-petra-52-inch-decorative-ceiling-fan-with-light--abs-wooden-finish-blades--dc-motor--6-speed-remote-controlb0grjr9hls', 'Hugger Fans', 'Meridio Petra 52-Inch Decorative Ceiling Fan with Light, ABS Wooden-Finish Blades, DC Motor, 6-Speed Remote Control, Reverse Mode, Modern Designer Fan for Living Room, Bedroom & Hall', 'Meridio Petra 52-Inch Decorative Ceiling Fan with Light, ABS Wooden-Finish Blades, DC Motor, 6-Speed Remote Control, Reverse Mode, Modern Designer Fan for Living Room, Bedroom & Hall', 'Meridio Petra 52-Inch Decorative Ceiling Fan with Light, ABS Wooden-Finish Blades, DC Motor, 6-Speed Remote Control, Reverse Mode, Modern Designer Fan for Living Room, Bedroom & Hall', '2cf1adbf222cc68d027110d2050e91c2f28a1290680f6f499c1b2a261bd2aa41.jpg', 'c9e45dd17591c1ea6a9d870a3f5448a8f9c14e6b5a5ac694577e3b9312116463.jpg', '1b3350847a03c8c4ae96f3a36e9ae94041721f40bf3cc828dfea844fab9e29d9.jpg', '3b855404f7bfb46ce591b380eaca0f512402de398ed3d4f5e0a0b3615c926d76.jpg', 'Meridio Petra 52-Inch Decorative Ceiling Fan with Light, ABS Wooden-Finish Blades, DC Motor, 6-Speed Remote Control', 'B0GRJR9HLS', 'Black', 34999, 17499, 50, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Coffee</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">60D x 60W x 30H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Luxury Tropical Designer Blades Meridio Petra features uniquely designed ABS wooden-finish blades inspired by tropical leaf styling, adding a luxurious decorative touch to modern living rooms, bedrooms, lounges, and premium interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Energy Efficient DC Motor Technology Equipped with a high-efficiency DC motor that delivers powerful airflow while consuming less electricity, ensuring smooth, quiet, and energy-saving performance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6-Speed Remote Control Operation Easily control fan speed, light settings, and airflow using the included remote control with 6 adjustable speed levels for customized comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Integrated LED Light with Dual Control Built-in LED light provides bright and efficient illumination while allowing independent light and fan operation using the remote control.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Reverse Airflow Function Forward and reverse airflow modes improve air circulation during both summer and winter seasons, helping maintain comfortable indoor temperatures year-round.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Premium Modern Matte Finish Designed with a stylish modern finish and elegant structure that enhances contemporary interiors and complements luxury home décor.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Ideal for Large Rooms The 52-inch blade span ensures wide airflow coverage, making it perfect for living rooms, halls, bedrooms, dining areas, and modern home spaces.</span></li></ul></div>', '', 7, 'YES', 'YES', 'NO', '2026-03-11', '2026-03-11');
INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(11, '30138bf5a22635d1bf45faa891d168f9896b93d0e2b929f9710f9496adbedf68', 'meridio-halo-52-inch-designer-ceiling-fan-with-premium-abs-bladesb0grhyxv9n', 'Hugger Fans', 'Meridio Halo 52-Inch Designer Ceiling Fan with Premium ABS Blades, DC Motor, 6-Speed Remote Control, Reverse Mode, Matte Black Modern Decorative Fan for Living Room, Bedroom & Hall', 'Meridio Halo 52-Inch Designer Ceiling Fan with Premium ABS Blades, DC Motor, 6-Speed Remote Control, Reverse Mode, Matte Black Modern Decorative Fan for Living Room, Bedroom & Hall', 'Meridio Halo 52-Inch Designer Ceiling Fan with Premium ABS Blades, DC Motor, 6-Speed Remote Control, Reverse Mode, Matte Black Modern Decorative Fan for Living Room, Bedroom & Hall', '256d4c7cfba3f99cd0e7f843e68351d5c7344402aa1416920d3bdab2734ec2b7.jpg', '37b278951808733cf82ee25641ff590d1b81cfdeb35cdfdb1609a9917a3aa8e1.jpg', '72552bb0871cf4e48c031e46490126b094ec1eb94036e460cbf1d5570499ff34.jpg', 'f74ff96e0acb52e7a9a047ec2edf0b12a961b4c3e1580a22618b08fb692e7658.jpg', 'Meridio Halo 52-Inch Designer Ceiling Fan with Premium ABS Blades', 'B0GRHYXV9N', 'Black', 33999, 15999, 52, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Matt Black</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">60D x 60W x 30H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms<br></span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Premium Designer Aesthetic The Meridio Halo 52-inch ceiling fan features uniquely crafted ABS wooden-finish blades that deliver a luxurious designer look while enhancing airflow for modern living spaces.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Energy Efficient DC Motor Powered by a high-efficiency DC motor, this ceiling fan operates smoothly and quietly while consuming significantly less electricity compared to traditional fans.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Convenient Remote Operation Comes with an easy-to-use remote control that allows you to adjust fan speed, timer settings, and airflow direction without leaving your seat.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Reverse / Forward Mode The reversible airflow function helps circulate warm air during winter and cool air during summer, making it perfect for year-round use.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Built-In Timer Function Set automatic shut-off with 1H / 2H / 4H timer options for convenience, energy savings, and uninterrupted sleep.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Modern Matte Black Finish The sleek matte black finish adds a bold contemporary touch, making it an ideal decorative ceiling fan for living rooms, bedrooms, lounges, and modern interiors.</span></li></ul></div>', '', 6, 'NO', 'YES', 'NO', '2026-03-11', '2026-03-11'),
(12, 'd7e379ce305aea22e2af061f5d02e26a4fd0ce59360db4ce60f2c985f6a2844f', 'meridio-areon-60-inch-designer-ceiling-fan-with-led-lightb0grsc3sjl', 'Hugger Fans', 'Meridio Areon 60-Inch Designer Ceiling Fan with LED Light | 5 ABS Light Wooden Finish Blades, Brushed Silver Metallic Body, Remote Control, 6 Speeds, Quiet DC Motor, Reversible Airflow', 'Meridio Areon 60-Inch Designer Ceiling Fan with LED Light | 5 ABS Light Wooden Finish Blades, Brushed Silver Metallic Body, Remote Control, 6 Speeds, Quiet DC Motor, Reversible Airflow', 'Meridio Areon 60-Inch Designer Ceiling Fan with LED Light | 5 ABS Light Wooden Finish Blades, Brushed Silver Metallic Body, Remote Control, 6 Speeds, Quiet DC Motor, Reversible Airflow', '633674c420f0785099567255acc3ad46e578339b39813acae2f98751abf4501c.jpg', '41745a3cdb06fd68cce12bc98a901dd90d5bd5ac9910517e096b147ee240b6b5.jpg', 'df7539e7c0442f7865f812ca1446a9cc29e30e9c1d5ffec5c260bc43de092b53.jpg', 'f7524110ddba4ba0b86991b7aed67ce847151d5ef5cc57c472b0e7a695b65a99.jpg', 'Meridio Areon 60-Inch Designer Ceiling Fan with LED Light', 'B0GRSC3SJL', 'Black', 36999, 19999, 45, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Light Wooden Finish</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">60D x 60W x 30H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Premium 60-Inch Designer Ceiling Fan Meridio Areon features a bold modern design with five light wooden-finish ABS blades and a brushed silver metallic motor body, adding elegance to large living rooms, dining areas, and luxury interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Powerful &amp; Silent DC Motor Equipped with a high-efficiency DC motor that provides strong airflow while maintaining ultra-quiet and energy-saving operation for comfortable everyday use.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. 5 Aerodynamic ABS Wooden-Finish Blades Designed with five durable ABS blades in light wooden finish, delivering smooth and powerful airflow while enhancing the fan’s premium designer look.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Remote Control with 6 Speed Levels Convenient remote control allows easy adjustment of 6 fan speeds, ensuring customized airflow and comfort for different room conditions.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Integrated LED Light with 3 Color Modes Built-in LED light system (18W × 2 with 3 color temperature options) offers Warm, Neutral, and Cool lighting to match different moods and interior lighting needs.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Smart Timer &amp; Reversible Airflow Timer settings (1H / 2H / 4H) and reversible airflow allow year-round comfort by improving air circulation in both summer and winter.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Perfect for Large Modern Spaces The 60-inch sweep size is ideal for spacious living rooms, lounges, dining rooms, and modern homes that require powerful yet elegant cooling solutions.</span></li></ul></div>', '', 18, 'NO', 'YES', 'NO', '2026-03-11', '2026-03-11'),
(13, '080e58137f09545406849d127a09dfc4d20fea08cdc72d4e92cbc8f0c68a5381', 'meridio-ember-light-52-inch-designer-ceiling-fan-with-led-light--abs-wooden-finish-bladesb0grk17mwt', 'Luxury Fans', 'Meridio Ember Light 52-Inch Designer Ceiling Fan with LED Light, ABS Wooden-Finish Blades, Energy Efficient DC Motor, 6-Speed Remote Control, Reverse Mode, Modern Fan for Living Room & Bedroom', 'Meridio Ember Light 52-Inch Designer Ceiling Fan with LED Light, ABS Wooden-Finish Blades, Energy Efficient DC Motor, 6-Speed Remote Control, Reverse Mode, Modern Fan for Living Room & Bedroom', 'Meridio Ember Light 52-Inch Designer Ceiling Fan with LED Light, ABS Wooden-Finish Blades, Energy Efficient DC Motor, 6-Speed Remote Control, Reverse Mode, Modern Fan for Living Room & Bedroom', '7041b5238d3bca330e9fc59050aea1924ee9868bef53ffedc2cf4400a4925800.jpg', 'c9e362c8f1322d189e7d44942b753da6b641055e1b19fceb404cd117d4502073.jpg', '46161d9b93d5513ee772137467b2b278b249072d36146ef186a9856c92a57528.jpg', '37b1979efe2f2f5b7f9874cd1c1d6225fb48a73f5ed25175d5343b55ac73fd0f.jpg', 'Meridio Ember Light 52-Inch Designer Ceiling Fan with LED Light, ABS Wooden-Finish Blades', 'B0GRK17MWT', 'brown', 33999, 17499, 48, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Dark Coffee Brown</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr><tr class=\"a-spacing-small po-number_of_items\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Number of Items</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">1</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Luxury Designer Leaf Blades Meridio Ember Light features premium ABS wooden-finish blades inspired by tropical leaf design, delivering a sophisticated and decorative look for modern homes.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Energy Efficient DC Motor Equipped with a high-efficiency DC motor that provides powerful airflow while consuming less electricity and operating quietly for smooth, silent performance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Integrated LED Light Built-in LED light delivers bright and efficient illumination while enhancing the overall aesthetic of your living space.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6-Speed Remote Control Convenient remote control allows you to adjust fan speed, light settings, and airflow easily with 6 customizable speed levels.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Reverse Airflow Function Forward and reverse airflow modes improve air circulation during summer and winter, helping maintain comfortable indoor temperatures.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">Modern Dark Coffee Brown Elegant matte black motor housing paired with wooden-finish blades adds a bold contemporary style suitable for luxury interiors.</span></li></ul></div>', '', 6, 'NO', 'YES', 'NO', '2026-03-11', '2026-03-11');
INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(14, 'a132d69fb0dbc2ae4dbe0bcba1ed60349f00d6a25d78b18edc8455197f8e16f4', 'meridio-bruno-52-inch-modern-ceiling-fan-with-led-light--remote-control--6-speeds--quiet-reversible-dc-motorb0grp83yvr', 'Outdoor Ceiling Fans', 'Meridio Bruno 52-Inch Modern Ceiling Fan with LED Light, Remote Control, 6 Speeds, Quiet Reversible DC Motor, Adjustable Warm Neutral Cool Lighting, Designer Fan for Living Room, Bedroom, Dining', 'Meridio Bruno 52-Inch Modern Ceiling Fan with LED Light, Remote Control, 6 Speeds, Quiet Reversible DC Motor, Adjustable Warm Neutral Cool Lighting, Designer Fan for Living Room, Bedroom, Dining', 'Meridio Bruno 52-Inch Modern Ceiling Fan with LED Light, Remote Control, 6 Speeds, Quiet Reversible DC Motor, Adjustable Warm Neutral Cool Lighting, Designer Fan for Living Room, Bedroom, Dining', '3eb31fa555092059cb15580cc70d94185f520fba03a3e45f52ec96e2b92b0e09.jpg', '744c6b5ab28ab84881b3af02bb5cce0a55f912f569b165f04b947a87efefcd90.jpg', '2be73c9b3c4a0cd32bdcac5b8f6d59231b9242269ebb2bd7652c181525b93553.jpg', '46ff3f282945f1882771f74fa0af62f3f1f4e96201e339bcda372a228a3db554.jpg', 'Meridio Bruno 52-Inch Modern Ceiling Fan with LED Light, Remote Control, 6 Speeds, Quiet Reversible DC Motor', 'B0GRP83YVR', 'Black', 36599, 18999, 48, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Piano White</span></td></tr><tr class=\"a-spacing-small po-electric_fan_design\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Electric fan design</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Fan</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">60D x 60W x 30H Centimeters</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Modern Luxury Ceiling Fan Design Meridio Bruno combines elegant modern styling with premium materials, making it the perfect centrepiece for dining rooms, living rooms, kitchens, and modern interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Integrated LED Light with 3 Colour Modes Built-in LED light kit offers Warm, Neutral, and Cool lighting modes with adjustable brightness, allowing you to create the perfect ambience for dining, relaxing, or working.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. Ultra-Quiet Energy Efficient DC Motor The advanced DC motor delivers powerful airflow while maintaining extremely quiet operation and reduced energy consumption for comfortable daily use.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Full-Function Remote Control Convenient remote allows easy control of 6 fan speeds, lighting settings, and timer functions, giving you complete comfort control without leaving your seat.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Reversible Motor for All Seasons The reversible airflow function improves cooling in summer and helps circulate warm air during winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Timer Function for Smart Convenience Built-in timer options (1H, 2H, 4H, 8H) allow automatic shutoff, helping save energy and providing worry-free nighttime use.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Durable ABS Blades for Strong Airflow High-quality aerodynamic ABS blades provide efficient airflow while remaining lightweight, durable, and easy to maintain.</span></li></ul><br></div>', '', 6, 'NO', 'YES', 'NO', '2026-03-11', '2026-03-11'),
(15, 'f5e8bb43e4f2ffa4aa9f2c2f0facae7dbf1d03bbf91999a12259af7ee3680ca1', 'meridio-enigma-42-inch-chandelier-ceiling-fan-with-retractable-bladesb0gsc3wbcq', 'Chandelier Fans', 'Meridio Enigma 42-Inch Chandelier Ceiling Fan with Retractable Blades | K9 Crystal LED Light, Remote Control, 6 Speeds, Quiet DC Motor, 3 Color Dimming, Reversible Airflow', 'Meridio Enigma 42-Inch Chandelier Ceiling Fan with Retractable Blades | K9 Crystal LED Light, Remote Control, 6 Speeds, Quiet DC Motor, 3 Color Dimming, Reversible Airflow', 'Meridio Enigma 42-Inch Chandelier Ceiling Fan with Retractable Blades | K9 Crystal LED Light, Remote Control, 6 Speeds, Quiet DC Motor, 3 Color Dimming, Reversible Airflow', '5971b358a78e75fc83d541dcf614681ba972491fd0dcb60253c804b88f37eab0.jpg', '30c478fcdfdaf2f35e4bf8689871169d5771457201e0a75a90febf6cce75efe8.jpg', '1150a51353236027568c3ff77fbc9fb516b0a313728fe2d2b3fc2bacfe1ea971.jpg', '08cec3df08e860ff261631aa13876076ef974641f85cf02e1bc1cc868964b172.jpg', 'Meridio Enigma 42-Inch Chandelier Ceiling Fan with Retractable Blades', 'B0GSC3WBCQ', 'Black', 32999, 16199, 50, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr><tr class=\"a-spacing-small po-number_of_items\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Number of Items</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">1</span></td></tr></tbody></table><br><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Luxury Crystal Chandelier Ceiling Fan Meridio Enigma features a stunning K9 crystal chandelier design with a premium gold finish, creating a luxurious centerpiece for living rooms, dining areas, and elegant interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades Equipped with aerodynamic retractable blades that remain hidden when the fan is off, allowing the fixture to function beautifully as a chandelier light.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. 3 Color Adjustable LED Lighting Integrated LED lighting supports three color modes — Warm (3000K), Neutral (4500K), and Cool (6500K) with dimming capability for customized ambiance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. High-Efficiency DC Motor Powered by a quiet and energy-efficient DC motor that provides smooth airflow while reducing electricity consumption.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Remote Control with Smart Features Convenient remote control allows easy adjustment of 6 fan speeds, lighting settings, and timer options (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow improves cooling during summer and helps circulate warm air during winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Elegant 42-Inch Designer Fixture The 42-inch size is perfect for bedrooms, dining rooms, living rooms, and modern apartments where lighting and airflow are both essential.</span></li></ul></div>', '', 17, 'NO', 'YES', 'NO', '2026-03-13', '2026-03-14'),
(16, '1c7b4d44a521bec99c1fb4b4124f4769b59b708709162e844f3b59d991d62aac', 'meridio-divine-42-inch-designer-ceiling-fan-with-led-light-|-electroplated-gold-chandelier-fan-with-retractable-bladesb0gsc5pp6q', 'Chandelier Fans', 'Meridio Divine 42-Inch Designer Ceiling Fan with LED Light | Electroplated Black Chandelier Fan with Retractable Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Divine 42-Inch Designer Ceiling Fan with LED Light | Electroplated Black Chandelier Fan with Retractable Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Divine 42-Inch Designer Ceiling Fan with LED Light | Electroplated Black Chandelier Fan with Retractable Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'daa5644dd7fd746865b685b764a6dd59c194caa47571a00e0470da53dff18b72.jpg', '5efdaed4964fca86479e35f73559b7d8425611f28e7bd40009d31362a5646256.jpg', 'cfd26ab22c1081797425f817090abe0589175032675c4dd0aff40474c82a37df.jpg', '5e21c92ee4db43235cbca5e684a3b97fb7d8bb2e6bfe235333472f10dec15f1f.jpg', 'Meridio Divine 42-Inch Designer Ceiling Fan with LED Light | Electroplated Gold Chandelier Fan with Retractable Blades', 'B0GSC5PP6Q', 'Yellow', 38999, 17099, 56, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17); background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr><tr class=\"a-spacing-small po-number_of_items\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Number of Items</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">1</span></td></tr></tbody></table><br></div><div><br></div>', '', 17, 'YES', 'YES', 'NO', '2026-03-13', '2026-03-13'),
(17, '374023f919488d6cfcbced6cc7c70e39194509a9bdac7b23bbafffe8ad005aed', 'meridio-divine-42-inch-designer-ceiling-fan-with-led-light-|-electroplated-gold-chandelier-fan-with-retractable-blades--remote-controlb0gsc5pp6q', 'Chandelier Fans', 'Meridio Divine 42-Inch Designer Ceiling Fan with LED Light | Electroplated Gold Chandelier Fan with Retractable Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Divine 42-Inch Designer Ceiling Fan with LED Light | Electroplated Gold Chandelier Fan with Retractable Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Divine 42-Inch Designer Ceiling Fan with LED Light | Electroplated Gold Chandelier Fan with Retractable Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '5cf128bc662eaee8e05d868bf2d65fb069c31f74d5160e4b07b7e6f4488353ee.jpg', 'e551f0631b5d6e87af5070acad3b5f836ebf485d6913bd30dc398723f9519c07.jpg', '006c1955243544af8d7074001d22eb8de3ee64fa8ea722a8b6e873f9e09252f6.jpg', 'be92ef1e6f402f7a82a36c11fdbc549d0f6ac304ff976110d9cf436501a1e06e.jpg', 'Meridio Divine 42-Inch Designer Ceiling Fan with LED Light | Electroplated Gold Chandelier Fan with Retractable Blades, Remote Control', 'B0GSC5PP6Q', 'White', 42999, 17099, 60, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr><tr class=\"a-spacing-small po-number_of_items\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Number of Items</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">1</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Luxury Electroplated Gold Design Meridio Divine features a stunning electroplated gold finish with sculptural LED ring lighting, creating an elegant chandelier-style centerpiece for modern living rooms, dining areas, and luxury interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades Smart aerodynamic retractable blades extend during operation and retract when the fan is off, maintaining the fixture’s chandelier appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Quiet DC Motor Powered by a premium DC motor that delivers smooth airflow with low noise while maintaining energy-efficient performance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation Convenient remote allows easy control of 6 fan speeds, lighting modes, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Tri-Color Adjustable LED Lighting Integrated 120W LED lighting system with three color temperatures: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Reversible Airflow for All Seasons Forward and reverse modes improve cooling during summer and help circulate warm air during winter.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. High-Brightness Premium Lighting Provides 1620 lumens brightness with Ra &gt; 80 color rendering, delivering comfortable and natural illumination.</span></li></ul></div>', '', 17, 'YES', 'YES', 'NO', '2026-03-13', '2026-03-13');
INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(18, '06a85fa098e05a258709972e243e9be800ed123db9dddcd504e641a22a410306', 'meridio-iroko-42-inch-chandelier-ceiling-fan-with-retractable-bladesb0gsh8q7rz', 'Chandelier Fans', 'Meridio Iroko 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Iroko 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Iroko 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '45197f7cab0ce4c2ca10a1eb45def9a67b42a84db3df58cd01b5eec9a90e8b03.jpg', '7aefc7fde41b7c808bd735b97c97fdf269262e7f76bbb389a137c8a98240ffa5.jpg', '8214b1dec46248f02b0aa19c5bd92919e67d177548d83459caeb8783e651c083.jpg', 'c05072ba853f1caf4541d5bca76b6e396a6cb7dae0d7061b04baee8b6fc1def4.jpg', 'Meridio Iroko 42-Inch Chandelier Ceiling Fan with Retractable Blades', 'B0GSH8Q7RZ', 'Gold', 34999, 14039, 59, '18', 10, '\r\n<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-item_length_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">40L x 40W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Luxury Crystal Chandelier Design Meridio Iroko features an elegant electroplated gold body with crystal chandelier lighting, creating a sophisticated centerpiece for living rooms, bedrooms, and dining spaces.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades The aerodynamic retractable blades extend while the fan is operating and retract when turned off, maintaining the fixture’s chandelier appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. Quiet &amp; Energy Efficient DC Motor Powered by a high-performance DC motor that delivers smooth airflow with low noise while reducing energy consumption.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation Convenient remote control allows easy adjustment of 6 fan speed levels, lighting modes, and timer options (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED light offers three color temperature modes: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible motor improves cooling during summer and helps circulate warm air during winter.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Compact 42-Inch Luxury Fixture The 42-inch size is ideal for bedrooms, dining rooms, and modern apartments where elegant lighting and airflow are both needed.</span></li></ul></div>\r\n\r\n', '', 7, 'YES', 'YES', 'NO', '2026-03-14', '2026-03-18'),
(19, '3febf6fa8b807878c59f2d00e114210769664374e7cb7a69c7c0e28f1437ada2', 'meridio-crown-42-inch-chandelier-ceiling-fan-with-retractable-bladesb0gsh8fp8z', 'Chandelier Fans', 'Meridio Crown 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with Glass Leaf Design, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color LED Light', 'Meridio Crown 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with Glass Leaf Design, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color LED Light', 'Meridio Crown 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with Glass Leaf Design, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color LED Light', '7c13ee5af577350ce9e04d016d6eee47f79d9e1e7f0a5ed57787a6a45a1c40d2.jpg', '0d60b1aa9e00bf17e2f452df93ae5a0786172bfffd627740831a83c7b3a354e8.jpg', '796199706dbd0907161818d09d542dedfa28f6016615b682c5f0e3b71df93f55.jpg', 'fede0b8e72a7184a6d30bff1192976bde039b89df658aa5302ce789001d19f05.jpg', 'Meridio Crown 42-Inch Chandelier Ceiling Fan with Retractable Blades', 'B0GSH8FP8Z', 'Yellow', 35999, 14939, 58, '18', 10, '\r\n\r\n<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-item_length_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">40L x 40W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Royal Glass Leaf Chandelier Design Meridio Crown features an elegant glass leaf diffuser with decorative crystal chain accents, creating a luxurious chandelier-style centerpiece for modern homes and premium interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades The aerodynamic retractable blades extend during operation and retract when the fan is off, maintaining the sophisticated chandelier appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. Premium Electroplated Gold Finish Crafted with a high-quality electroplated gold body, giving the fan a refined and luxurious look suitable for living rooms, dining spaces, and bedrooms.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Quiet &amp; Energy Efficient DC Motor Powered by a high-efficiency DC motor that delivers smooth airflow, silent operation, and reduced energy consumption.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Smart Remote Control Operation Dedicated remote control allows convenient adjustment of 6 fan speeds, light control, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Adjustable Tri-Color LED Lighting Integrated LED light offers three color modes: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Forward &amp; Reverse Airflow Modes Reversible airflow improves cooling in summer and circulates warm air in winter for year-round comfort.</span></li></ul></div>', '', 5, 'NO', 'YES', 'NO', '2026-03-14', '2026-03-14'),
(20, '9f8a31763202d618cc06c9ed9ecea29c518d4ffafdb00030d5698b9ca84442ac', 'meridio-mighty-42-inch-chandelier-ceiling-fan-with-retractable-bladesb0gsjdtbrk', 'Chandelier Fans', 'Meridio Mighty 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold K9 Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Mighty 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold K9 Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Mighty 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold K9 Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '7bd727074d79ea5c20eac3d4be24fffd68812a5c884735413ff7e559ce472a54.jpg', 'f4647d5b4656d2a2d2dbeaa666221a01c08a240e5a205e7db5fb579de6da2b5b.jpg', '73f130422524ea0a91a9523983474e0962a95a12dabb4e9fefb6fc1a80814fc1.jpg', 'd64decc0806aac4cc4fd43eaf0b4938d98dd92f289cbf6da211dc23298e5a3bd.jpg', 'Meridio Mighty 42-Inch Chandelier Ceiling Fan with Retractable Blades', 'B0GSJDTBRK', 'Yellow', 38999, 16199, 58, '18', 10, '\r\n<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17);  &quot;Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-item_length_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">40L x 40W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px;  &quot;Amazon Ember&quot;, Arial, sans-serif;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Luxury K9 Crystal Chandelier Design Meridio Mighty features an elegant electroplated gold frame with premium K9 crystal drops, creating a sophisticated chandelier centerpiece for living rooms, dining areas, and bedrooms.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades Aerodynamic retractable blades automatically extend during operation and retract when the fan is off, maintaining the elegant chandelier appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Quiet DC Motor Powered by a premium DC motor that ensures smooth airflow delivery, ultra-quiet performance, and energy-efficient operation.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation Dedicated remote control allows convenient control of 6 fan speed levels, lighting modes, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting system supports three color temperatures: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow improves cooling in summer and circulates warm air in winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Bright Premium Lighting Performance Provides high brightness illumination with natural color rendering, creating comfortable lighting for modern interiors.</span></li></ul></div>\r\n\r\n', '', 5, 'NO', 'YES', 'NO', '2026-03-14', '2026-03-14');
INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(21, '5363f9bdd9ee370b1d5136b7d18e2286f66e24d479962398958829e1c9662cb3', 'meridio-freya-42-inch-chandelier-ceiling-fan-with-retractable-bladesb0gsh4s4yl', 'Chandelier Fans', 'Meridio Freya 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Freya 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Freya 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '62ca45777302b480ae2d0a9e761002a79aea4ca7a40e5c64f615c8f7f365da07.jpg', '4c1536f656dac83c7ae68ec7965a6c0b4dfefdec16273826a2a68de9a297110f.jpg', 'af6a4bdd0a6c7f217852de37d728196d534e2fb85d1041dc71aff537314125d9.jpg', '0ec865a3193dc4129f9d19b62d9e098e75228f77eda6553c0584d6057d8cea85.jpg', 'Meridio Freya 42-Inch Chandelier Ceiling Fan with Retractable Blades', 'B0GSH4S4YL', 'Yellow', 34999, 15839, 54, '18', 10, '\r\n<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-item_length_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">40L x 40W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; \"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Elegant Crystal Chandelier Design Meridio Freya features a stunning electroplated gold body with crystal chandelier lighting, creating a luxurious centerpiece perfect for living rooms, bedrooms, and dining areas.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades The aerodynamic retractable blades remain hidden when the fan is off, preserving the elegant chandelier appearance while delivering smooth airflow when in use.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. Quiet &amp; Energy Efficient DC Motor Powered by a high-performance DC motor that provides strong airflow with minimal noise and excellent energy efficiency.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation Full-function remote control allows convenient adjustment of fan speeds, lighting modes, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED light supports three color temperatures: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible motor improves cooling during summer and circulates warm air during winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Compact 42-Inch Designer Size The 42-inch design makes it ideal for bedrooms, dining rooms, living rooms, and modern apartments where style and performance matter.</span></li><li></li></ul></div>\r\n\r\n', '', 5, 'YES', 'YES', 'NO', '2026-03-14', '2026-03-14'),
(22, '5661a819083d629743f363b84e0244bb206e292633a0fa4aaf5fabf75d766673', 'meridio-goldfinch-42-inch-chandelier-ceiling-fan-with-retractable-bladesb0gsn5zxxj', 'Chandelier Fans', 'Meridio Goldfinch 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold K9 Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Goldfinch 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold K9 Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Goldfinch 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold K9 Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'd37df63c159ac262e93944aa6a9fc3a072740400159436cb5fcb4194b7eb8047.jpg', '55630748ef33a7bc30a423a55c64a5b8aacf753cf0f8d2114953c5e5487cb3da.jpg', '8edf8cea9002967da493ec21f0c7e7c51d44a8691797a05fed124771aae8e256.jpg', '8d2170b31a89d968b47d74c847ebe16a6b5b7a90ccf3da401f8ae30538e03658.jpg', 'Meridio Goldfinch 42-Inch Chandelier Ceiling Fan with Retractable Blades', 'B0GSN5ZXXJ', 'Gold', 34999, 13499, 61, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17);  background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-item_length_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">40L x 40W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Premium K9 Crystal Chandelier Design Meridio Goldfinch features an elegant electroplated gold frame with brilliant K9 crystal panels and hanging crystal drops, creating a luxurious centerpiece for living rooms, bedrooms, and dining areas.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades The aerodynamic retractable blades extend during operation and retract when the fan is off, preserving the elegant chandelier look.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. Quiet &amp; Energy Efficient DC Motor Equipped with a high-efficiency DC motor that provides smooth airflow, low noise performance, and excellent energy efficiency.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation Dedicated remote control allows easy adjustment of 6 speed levels, lighting modes, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting system offers three color temperature options: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow improves cooling during summer and circulates warm air during winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Elegant 42-Inch Designer Fixture The 42-inch chandelier fan design is ideal for bedrooms, dining rooms, living spaces, and modern apartments.</span></li></ul></div>', '', 1, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-16'),
(23, '3b23ba144d9e917fd88460094c3666c47a41f5f73257f8d1a7270a8435b693b2', 'meridio-kingbird-42-inch-chandelier-ceiling-fan-with-retractable-bladesb0gsn722k6', 'Chandelier Fans', 'Meridio Kingbird 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold & Black K9 Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Kingbird 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold & Black K9 Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Kingbird 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold & Black K9 Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'dcbdbd1426b7ffff550201f306c59eba6780df1874d32a523fd01bb29c01a358.jpg', '751a45a61da7435af678b23462fad137cd0d4974aaae1cd6947396eb76163f50.jpg', '41e2d960ad1ec84e925e91934089f5d54c33ecc725ee085c0736b19065569be6.jpg', 'caf6092f6e0446e9727bae64616e742f322f7181aa162bf5a8a254af256536f3.jpg', 'Meridio Kingbird 42-Inch Chandelier Ceiling Fan with Retractable Blades', 'B0GSN722K6', 'Black', 38999, 14999, 61, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-item_length_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">40L x 40W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; Amazon Ember&quot;, Arial, sans-serif;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Luxury K9 Crystal Chandelier Design Meridio Kingbird features a striking gold and black crystal chandelier structure with premium K9 crystal drops, creating a dramatic centerpiece for living rooms, bedrooms, and dining spaces.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades Aerodynamic retractable blades extend during operation and retract when the fan is off, preserving the chandelier appearance while delivering smooth airflow.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Quiet DC Motor Powered by a premium DC motor that ensures powerful airflow, ultra-quiet operation, and excellent energy efficiency.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation Full-function remote control allows convenient adjustment of 6 speed levels, lighting modes, and timer options (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting system supports three color temperature modes: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible motor improves cooling during summer and circulates warm air during winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Elegant 42-Inch Designer Fixture The 42-inch chandelier fan design is ideal for bedrooms, dining areas, living rooms, and modern apartments.</span></li></ul></div>', '', 8, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-16');
INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(24, '46ab1bf7c286ec37aedcbdda1e6db5f19095ceea0adad8f31507b1c561ccb253', 'meridio-zenix-42-inch-chandelier-ceiling-fan-with-retractable-bladesb0gsn7696y', 'Chandelier Fans', 'Meridio Zenix 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold K9 Crystal Fan with Leaf Design, LED Light, Remote Control, 6 Speeds, Quiet DC Motor', 'Meridio Zenix 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold K9 Crystal Fan with Leaf Design, LED Light, Remote Control, 6 Speeds, Quiet DC Motor', 'Meridio Zenix 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold K9 Crystal Fan with Leaf Design, LED Light, Remote Control, 6 Speeds, Quiet DC Motor', 'ca807834f5b7777aa4cce0a9f40f25f73293d6503e8c0045033c3ae180da5260.jpg', '349f9863b6de010e96b7bad8329b095fcb41d4a6053dd55e79caf04e6e1252c1.jpg', 'ec55beff7b55b3506d8f31f893258da1ec0acbda9314125c922e5ba3a556d359.jpg', 'd6a8c1557d60fe80faec78944e67e1e0f5b3b589de5eb7ba66030bbb9fc9e5d8.jpg', 'Meridio Zenix 42-Inch Chandelier Ceiling Fan with Retractable Blades', 'B0GSN7696Y', 'Gold', 38999, 15299, 60, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-item_length_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">40L x 40W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; Amazon Ember&quot;, Arial, sans-serif;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Elegant Leaf Crown Chandelier Design Meridio Zenix features a decorative gold leaf-style ring with brilliant K9 crystal drops, creating a luxurious chandelier centerpiece for modern homes and stylish interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades The aerodynamic retractable blades extend while the fan is operating and retract when turned off, maintaining the elegant chandelier appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Quiet DC Motor Powered by a premium DC motor that delivers smooth airflow, silent operation, and excellent energy efficiency.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation Dedicated remote control allows easy adjustment of 6 fan speed levels, lighting modes, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting supports three color temperatures: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow improves cooling in summer and circulates warm air in winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Compact 42-Inch Luxury Fixture The 42-inch chandelier fan design is perfect for bedrooms, dining areas, living rooms, and modern apartments.</span></li></ul></div>', '', 1, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-16'),
(25, '6973d3c763495e9c12ece93a12f11d329b71bdf8d697254ea9fd0d9a8fccb743', 'meridio-luxora-42-inch-chandelier-ceiling-fan-with-retractable-bladesb0gsnbcqsl', 'Chandelier Fans', 'Meridio Luxora 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Luxora 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Luxora 42-Inch Chandelier Ceiling Fan with Retractable Blades | Electroplated Gold Crystal Fan with LED Light, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '5d93b9f4d3865c1fd16dc51613846030a0e6a381f9e693346cce94f484f221c6.jpg', '0b29b939e4078af98391fb3c978affbb708a1d0b614d38624e5380d3c256c69a.jpg', '5fc065b48a0af7c6091fa031b65bfbfacfa4172cc522c71bceddd9fcdc033dad.jpg', 'bc9aff80c1e1b7074af182be20896ce4cd865c09eb874639154f39d57bf967e8.jpg', 'Meridio Luxora 42-Inch Chandelier Ceiling Fan with Retractable Blades', 'B0GSNBCQSL', 'Gold', 38999, 14849, 61, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-item_length_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">40L x 40W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control<br></span></td></tr></tbody></table><br><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; Amazon Ember&quot;, Arial, sans-serif;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Luxury Crystal Chandelier Design Meridio Luxora features a premium electroplated gold frame with textured decorative panels and crystal chandelier drops, creating an elegant centerpiece for living rooms, bedrooms, and dining areas.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Blades The aerodynamic retractable blades extend while the fan operates and retract when turned off, maintaining the sophisticated chandelier appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Quiet DC Motor Powered by a premium DC motor that delivers smooth airflow, low noise operation, and excellent energy efficiency.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation Dedicated remote control allows convenient adjustment of 6 speed levels, lighting modes, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting system offers three color temperature options: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow improves cooling during summer and circulates warm air during winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Elegant 42-Inch Designer Fixture The 42-inch chandelier fan design is ideal for bedrooms, dining rooms, living rooms, and modern apartments.</span></li></ul></div>', '', 1, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-16'),
(26, '2a952e9300a97930f8f8475a4b78128339d7290c718422b1ba99a46233e5eb55', 'meridio-crysta-52-inch-crystal-ceiling-fan-with-led-lightb0gsn3c1ws', 'Chandelier Fans', 'Meridio Crysta 52-Inch Crystal Ceiling Fan with LED Light | Luxury Gold Chandelier Fan with 5 Straight Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting, Forward/Reverse Mode', 'Meridio Crysta 52-Inch Crystal Ceiling Fan with LED Light | Luxury Gold Chandelier Fan with 5 Straight Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting, Forward/Reverse Mode', 'Meridio Crysta 52-Inch Crystal Ceiling Fan with LED Light | Luxury Gold Chandelier Fan with 5 Straight Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting, Forward/Reverse Mode', 'f0daece5100a37031efc9721192a4dc9a413f86e58114d1977d35aef3322d7f6.jpg', '759e2dfca443d8af4993623a2ba5e016f0a7f1b8582d7245f50709d223fc5d8d.jpg', '1b6e6e4dc6fa2422bdc3a01341dd105ab450a3176d85b6603acfed83f0064b1b.jpg', 'e80a3408a7fcc191677f1c13b7b9f61eaf6906b38a68a28fe58e8f6ebb5cf1a1.jpg', 'Meridio Crysta 52-Inch Crystal Ceiling Fan with LED Light', 'B0GSN3C1WS', 'Black', 34999, 14039, 59, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Electroplated Gold</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-item_length_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">40L x 40W x 40H Centimeters</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr></tbody></table><br><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; Amazon Ember&quot;, Arial, sans-serif;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Luxury Crystal Chandelier Design Meridio Crysta combines a premium electroplated gold frame with elegant crystal chandelier drops, creating a luxurious centerpiece for living rooms, bedrooms, dining areas, and modern interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Elegant 52-Inch Straight Blade Design Designed with sleek aerodynamic straight blades that provide powerful airflow while maintaining a clean, modern chandelier appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Silent DC Motor Equipped with an advanced DC motor that delivers smooth airflow, ultra-quiet performance, and excellent energy efficiency for comfortable everyday use.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation Control fan and lighting effortlessly using the included remote. Adjust 6 speed levels, change lighting modes, and set convenient timer options (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting allows you to customize room ambiance with three color temperatures: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow function helps cool rooms during summer and circulate warm air in winter, improving year-round comfort and air circulation.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Premium 52-Inch Decorative Ceiling Fan The larger 52-inch designer fan is perfect for living rooms, master bedrooms, dining rooms, lounges, and modern homes, combining decorative lighting with powerful cooling.</span></li></ul></div>', '', 1, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-16');
INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(27, '682b7326b6753f42cc4686cf2e84bc708f4088ebb1c2eb8ca077f49603b94f8c', 'meridio-zeno-42-inch-retractable-ceiling-fan-with-led-lightb0gsn7c129', 'Chandelier Fans', 'Meridio Zeno 42-Inch Retractable Ceiling Fan with LED Light | Modern White Designer Fan with Transparent Curved Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Zeno 42-Inch Retractable Ceiling Fan with LED Light | Modern White Designer Fan with Transparent Curved Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Zeno 42-Inch Retractable Ceiling Fan with LED Light | Modern White Designer Fan with Transparent Curved Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '230ddc4209183468a5022f59dbf87ef78a864b32851831a90e649df1f078fa01.jpg', '752960d40f49c3cca0bef5ce08a43ff412c34f583d2a81b843624a6ac23047e5.jpg', '3b0e07e3be7b6d459a41affb1d6e2ac00e6e80d6066afe1c50c815a699416b2f.jpg', 'd2cc73c3d7259075a2762672094002718ff5da308e70c2f58eb0d7b7dde21c40.jpg', 'Meridio Zeno 42-Inch Retractable Ceiling Fan with LED Light', 'B0GSN7C129', 'Gold', 32999, 13769, 58, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">White</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr></tbody></table><br><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; Amazon Ember&quot;, Arial, sans-serif;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Modern Minimalist Designer Fan Meridio Zeno features a sleek white body with a modern circular light design and elegant decorative ring pattern, creating a stylish centerpiece for contemporary interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Retractable Transparent Curved Blades Smart retractable blades extend automatically when the fan is turned on and retract when the fan is off, maintaining a clean and compact lighting fixture appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Silent DC Motor Equipped with a powerful DC motor that ensures smooth airflow, ultra-quiet operation, and improved energy efficiency for daily comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation The included remote control allows easy adjustment of 6 fan speed levels, lighting control, and convenient timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting provides three color temperature modes to suit different environments: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow improves cooling during summer and circulates warm air in winter for better air circulation throughout the year.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Compact 42-Inch Space-Saving Design The 42-inch fan size is ideal for bedrooms, small living rooms, dining spaces, apartments, and modern interiors where style and functionality matter.</span></li></ul></div>', '', 1, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-16'),
(28, '1892c26945781800f4a082c2bbb9cb55e5c8842ff63355a145db5b80bc118adf', 'meridio-nova-42-inch-retractable-ceiling-fan-with-led-lightb0gsnmz9p6', 'Chandelier Fans', 'Meridio Nova 42-Inch Retractable Ceiling Fan with LED Light | Modern Satin Nickel Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Nova 42-Inch Retractable Ceiling Fan with LED Light | Modern Satin Nickel Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Nova 42-Inch Retractable Ceiling Fan with LED Light | Modern Satin Nickel Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '070678d58f4ea3900498b0974e932c034d4586c168edd0b9ec44d3c75d27439e.jpg', '023d2c05907a715a72ec086f01e5131d4e7751d86c68a6de9cd7b0718339ad42.jpg', '2c17fef95a986e74c02cfe5596b7a87520227849f9df105ebe5ef6a4dbd3595e.jpg', '1bf8f641984c7b675f34cc9d246b252dbeef6bb7c80fcb12d7d2662ac48f9c26.jpg', 'Meridio Nova 42-Inch Retractable Ceiling Fan with LED Light', 'B0GSNMZ9P6', 'White', 32999, 13769, 58, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">White</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">30D x 30W x 20H Centimeters</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br><div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets_nonPets\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featurebullets_nonPets\" data-csa-c-slot-id=\"featurebullets_feature_div\" data-csa-c-asin=\"B0GSNMZ9P6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"y4gfqe-z77xkm-83n4xt-vx10yn\" data-cel-widget=\"featurebullets_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"><div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\" style=\"box-sizing: border-box; margin-top: 8px !important; margin-bottom: 0px;\"><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; padding: 0px;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Modern Satin Nickel Designer Finish Meridio Nova features a premium satin nickel body with a sleek circular lighting design that complements modern interiors, making it a stylish centerpiece for bedrooms, living rooms, and apartments.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Smart Retractable Transparent Blades The transparent aerodynamic blades extend automatically when the fan operates and retract when the fan is off, preserving the elegant light fixture appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Quiet DC Motor Powered by an advanced DC motor that provides smooth airflow, ultra-quiet performance, and energy-efficient cooling for everyday comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Convenience The included remote control allows easy adjustment of 6 fan speeds, lighting control, and convenient timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Built-in LED lighting allows you to customize the ambiance with three color temperatures: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow function cools the room during summer and helps circulate warm air during winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Compact 42-Inch Modern Ceiling Fan The 42-inch designer size is ideal for bedrooms, study rooms, dining areas, apartments, and modern living spaces where style and performance are equally important.</span></li></ul></div></div><div id=\"provenanceCertifications_feature_div\" class=\"celwidget\" data-feature-name=\"provenanceCertifications\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"provenanceCertifications\" data-csa-c-slot-id=\"provenanceCertifications_feature_div\" data-csa-c-asin=\"B0GSNMZ9P6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"3j5hiy-jw8382-aos6gt-lx4gck\" data-cel-widget=\"provenanceCertifications_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"customerReviewsAttribute\" data-csa-c-slot-id=\"customerReviewsAttribute_feature_div\" data-csa-c-asin=\"B0GSNMZ9P6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"jhjr7e-24urjx-j68df4-fbooiy\" data-cel-widget=\"customerReviewsAttribute_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"globalStoreInfoBullets\" data-csa-c-slot-id=\"globalStoreInfoBullets_feature_div\" data-csa-c-asin=\"B0GSNMZ9P6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"kxz8gf-1dryn4-4nzhph-gf7ru7\" data-cel-widget=\"globalStoreInfoBullets_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"HLCXComparisonJumplink_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"addOnItem_feature_div\" class=\"celwidget\" data-feature-name=\"addOnItem\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"addOnItem\" data-csa-c-slot-id=\"addOnItem_feature_div\" data-csa-c-asin=\"B0GSNMZ9P6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"gpx1iq-tmk8r1-xl6zdx-5s3ku0\" data-cel-widget=\"addOnItem_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"giftcard-holiday-availability-messaging_feature_div\" class=\"celwidget\" data-feature-name=\"giftCardHolidayAvailabilityMessaging\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"giftCardHolidayAvailabilityMessaging\" data-csa-c-slot-id=\"giftcard-holiday-availability-messaging_feature_div\" data-csa-c-asin=\"B0GSNMZ9P6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"mzf6wx-l2ceqi-psp66a-h7fe8v\" data-cel-widget=\"giftcard-holiday-availability-messaging_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"olp_feature_div\" class=\"celwidget\" data-feature-name=\"olp\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"olp\" data-csa-c-slot-id=\"olp_feature_div\" data-csa-c-asin=\"B0GSNMZ9P6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"gvo18w-e8oai-1gqr90-bwt197\" data-cel-widget=\"olp_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"><div id=\"all-offers-display\" class=\"a-section\" style=\"box-sizing: border-box; margin: 0px; position: fixed; right: -620px; width: 602px; max-width: 90vw; bottom: 0px; z-index: 290; background-color: rgb(249, 251, 251); border-width: 0px; top: 0px; box-shadow: rgba(0, 0, 0, 0.25) -4px 0px 5px; text-align: initial;  color: rgb(17, 17, 17); overflow: visible !important;\"></div><span class=\"a-declarative\" data-action=\"close-all-offers-display\" data-close-all-offers-display=\"{}\" style=\"box-sizing: border-box;\"></span></div><div id=\"buyingOptionNostosBadge_feature_div\" class=\"celwidget\" data-feature-name=\"buyingOptionNostosBadge\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"buyingOptionNostosBadge\" data-csa-c-slot-id=\"buyingOptionNostosBadge_feature_div\" data-csa-c-asin=\"B0GSNMZ9P6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"t10b22-92311v-hoqiz4-iubpvc\" data-cel-widget=\"buyingOptionNostosBadge_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"tellAmazon_feature_div\" class=\"celwidget\" data-feature-name=\"tellAmazon\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"tellAmazon\" data-csa-c-slot-id=\"tellAmazon_feature_div\" data-csa-c-asin=\"B0GSNMZ9P6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"f0k5fh-dny6i2-intjrc-va6bsu\" data-cel-widget=\"tellAmazon_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"><div class=\"celwidget c-f\" cel_widget_id=\"tell-amazon-desktop_DetailPage_2\" data-csa-op-log-render=\"\" data-csa-c-content-id=\"DsUnknown\" data-csa-c-slot-id=\"DsUnknown-3\" data-csa-c-type=\"widget\" data-csa-c-painter=\"tell-amazon-desktop-cards\" data-csa-c-id=\"n8rkuk-78ffn5-e36qcw-qeki5i\" data-cel-widget=\"tell-amazon-desktop_DetailPage_2\" style=\"box-sizing: border-box;\"><div id=\"CardInstanced7WPtUesd-gMMyLZ5sYJag\" data-card-metrics-id=\"tell-amazon-desktop_DetailPage_2\" data-acp-tracking=\"{}\" data-mix-claimed=\"true\" style=\"box-sizing: border-box;\"><div data-asin=\"B0GSNMZ9P6\" data-customer-id=\"\" data-marketplace=\"A21TJRUUN4KGV\" data-session-id=\"522-5576193-3516617\" data-logged-in=\"false\" class=\"_tell-amazon-desktop_style_tell_amazon_div__1YDZk\" style=\"box-sizing: border-box;\"><a class=\"a-link-normal _tell-amazon-desktop_style_tell_amazon_link__1KW5z\" href=\"https://www.amazon.in/dp/B0GSNMZ9P6#\" data-mix-operations=\"openTellAmazonModal\" style=\"box-sizing: border-box; color: rgb(33, 98, 161);\"><i aria-hidden=\"true\" class=\"a-icon a-icon-share-sms a-icon-mini _tell-amazon-desktop_style_tell_amazon_icon_share_sms__1ZLbZ\" role=\"presentation\" style=\"box-sizing: border-box; background-image: url(&quot;https://m.media-amazon.com/images/S/sash/rOAEFcqSdUczSTr.png&quot;); background-size: 512px 256px; background-repeat: no-repeat; display: inline-block; vertical-align: top; position: relative; top: 1px; width: 19px; height: 19px; background-position: -254px -199px; margin-right: 8px;\"></i></a></div></div></div></div></div>', '', 4, 'YES', 'YES', 'NO', '2026-03-16', '2026-03-16'),
(29, '62f8bbdc58a35e4f8d3b8203c0bf61610735f614f3184075d7ea206e9fd38b77', 'meridio-cloud-42-inch-retractable-ceiling-fan-with-led-lightb0gsnhc4l5', 'Chandelier Fans', 'Meridio Cloud 42-Inch Retractable Ceiling Fan with LED Light | Modern White Cloud-Shaped Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Cloud 42-Inch Retractable Ceiling Fan with LED Light | Modern White Cloud-Shaped Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Cloud 42-Inch Retractable Ceiling Fan with LED Light | Modern White Cloud-Shaped Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '1f2507943b2a3f89c06592ee5344fa6246a69b47f5c9054c9ad42e8a2ae3619b.jpg', '4749e0f3e120d6706bfa10a7ac358a16a0584d86efe6db25c969c2c79c9801f6.jpg', 'ec575d7bad926bd945244eed6e27581acfcb5ca3738ed26b5677afb5bcd3db4e.jpg', '9f0c226ab6b9aca7e8b86a1b63dacb30728bd7154a5dd64bc8cb30e9fce55694.jpg', 'Meridio Cloud 42-Inch Retractable Ceiling Fan with LED Light', 'B0GSNHC4L5', 'White', 32999, 13769, 58, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 705.031px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">White</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-control_method\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Control Method</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote Control</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 168.867px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 536.164px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; Amazon Ember&quot;, Arial, sans-serif;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Unique Cloud-Inspired Designer Lighting Meridio Cloud features a soft cloud-shaped LED lighting design with a clean white finish, creating a modern and playful centrepiece ideal for bedrooms, kids’ rooms, and contemporary interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Smart Retractable Transparent Blades The transparent aerodynamic blades extend automatically when the fan operates and retract when the fan is off, maintaining the elegant cloud-shaped lighting fixture appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Silent DC Motor Powered by a premium DC motor that delivers smooth airflow, ultra-quiet operation, and improved energy efficiency for everyday comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation The included remote control allows convenient adjustment of 6 fan speeds, lighting control, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting offers three color temperature options to suit different moods and environments: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow helps cool rooms in summer and circulates warm air during winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Compact 42-Inch Space-Saving Design The 42-inch designer fan is perfect for bedrooms, children\'s rooms, apartments, study rooms, and modern homes where both lighting and airflow are needed.</span></li></ul></div>', '', 1, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-16');
INSERT INTO `products` (`id`, `mykey`, `url`, `category`, `metatitle`, `metakeyword`, `metadescription`, `picture1`, `picture2`, `picture3`, `picture4`, `name`, `sku`, `color`, `mrp`, `price`, `discount`, `tax`, `stock`, `description`, `similar`, `visits`, `newarrival`, `action`, `removed`, `createdate`, `modifieddate`) VALUES
(30, 'dd8a3dd9b44e73dd54eef1618074b92437f506673e50277bfd41e8040b156346', 'meridio-timbre-42-inch-ceiling-fan-with-led-lightb0gsnrsvvj', 'Chandelier Fans', 'Meridio Timbre 42-Inch Ceiling Fan with LED Light | Modern Designer Fan with Wood Texture ABS Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting, Forward/Reverse Mode', 'Meridio Timbre 42-Inch Ceiling Fan with LED Light | Modern Designer Fan with Wood Texture ABS Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting, Forward/Reverse Mode', 'Meridio Timbre 42-Inch Ceiling Fan with LED Light | Modern Designer Fan with Wood Texture ABS Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting, Forward/Reverse Mode', '9f9f73a9c4a2f6676ed2b187212e45fcf814ab921afb38df51373ff9e640b9b3.jpg', '48a331a39713f50bd667d421632cb2b08b5ba9263f65f7cc639eae77b22470b7.jpg', '3c4e5ab2ec098d10823b1f37d6c99699bd2028dbdb5d522d4f26ed10935bd84a.jpg', '8ec03b148d46a4d10535b5e5c29cad69d53130ea7453c6d24660e41c0070d091.jpg', 'Meridio Timbre 42-Inch Ceiling Fan with LED Light', 'B0GSNRSVVJ', 'Gold', 32999, 13769, 58, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Light Wooden texture</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">30D x 30W x 20H Centimeters</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; Amazon Ember&quot;, Arial, sans-serif;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Elegant Wood Texture Designer Blades Meridio Timbre features beautifully crafted ABS blades with a natural wood texture finish, bringing a warm and modern aesthetic to living rooms, bedrooms, and dining spaces.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Modern 42-Inch Decorative Ceiling Fan The sleek 42-inch design offers a perfect balance of compact size and powerful airflow, making it ideal for apartments, bedrooms, study rooms, and modern interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Silent DC Motor Equipped with an advanced DC motor that provides smooth airflow, ultra-quiet performance, and excellent energy efficiency for everyday comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation The included remote control allows convenient adjustment of 6 fan speed levels, lighting control, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting allows you to customize the ambiance with three color temperature options: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow helps cool your room during summer and circulates warm air during winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Durable ABS Blade Construction High-quality ABS blades are lightweight, durable, and designed to provide stable, efficient airflow while maintaining a stylish wooden appearance.</span></li></ul></div>', '', 1, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-16'),
(31, '1801bc220b69f1936a7f58054ad8a18c8961d20d990be16959c7966fa009f49f', 'meridio-zyro-white-42-inch-retractable-ceiling-fan-with-led-lightb0gsp3mdhf', 'Chandelier Fans', 'Meridio Zyro White 42-Inch Retractable Ceiling Fan with LED Light | Modern White Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Zyro White 42-Inch Retractable Ceiling Fan with LED Light | Modern White Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Zyro White 42-Inch Retractable Ceiling Fan with LED Light | Modern White Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '63cd7ed7785dad166336b2be1dce6035b4274c2c15b794f216307638851c8f46.jpg', '26f999e6994bfaeb645183be1cc45b77cd355fab28acfd2712db086fd25a3f04.jpg', '29408d70194c34ba84426f5601b93fb0c0ad3d5075e65ad7f75d7a82653f4d4e.jpg', '8d14ee684a5355892c1f6f3546cd236534093edbb9104756d88fa60e7c3f3ea1.jpg', 'Meridio Zyro White 42-Inch Retractable Ceiling Fan with LED Light', 'B0GSP3MDHF', 'White', 29999, 12150, 59, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">White</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr><tr class=\"a-spacing-small po-included_components\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Included Components</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Remote</span></td></tr></tbody></table><br></div><div><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: rgb(15, 17, 17); padding: 0px; Amazon Ember&quot;, Arial, sans-serif;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Sleek Minimalist White Design Meridio Zyro features a clean white body with a modern circular LED lighting design, making it a perfect centerpiece for contemporary bedrooms, living rooms, and apartments.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Smart Retractable Transparent Blades The transparent aerodynamic blades extend automatically when the fan operates and retract when the fan is turned off, maintaining a sleek light fixture appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Silent DC Motor Powered by an advanced DC motor that provides smooth airflow, ultra-quiet performance, and excellent energy efficiency for everyday comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation The included remote control allows convenient adjustment of 6 fan speeds, lighting modes, and timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting system offers three color temperature options: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow helps cool the room during summer and circulate warm air during winter for improved comfort throughout the year.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Compact 42-Inch Space-Saving Design The 42-inch size is ideal for bedrooms, small living rooms, apartments, dining areas, and modern homes where both lighting and airflow are needed.</span></li></ul></div>', '', 2, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-16'),
(32, 'f9081bf36ba9e4cfb2acfa0f102c2ec5ceaade018467bfb7a0bcefe149279dee', 'meridio-zyro-green-42-inch-retractable-ceiling-fan-with-led-lightb0gsp37ddk', 'Chandelier Fans', 'Meridio Zyro (Mint Green) 42-Inch Retractable Ceiling Fan with LED Light | Modern Mint Green Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Zyro (Mint Green) 42-Inch Retractable Ceiling Fan with LED Light | Modern Mint Green Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', 'Meridio Zyro (Mint Green) 42-Inch Retractable Ceiling Fan with LED Light | Modern Mint Green Designer Fan with Transparent Blades, Remote Control, 6 Speeds, Quiet DC Motor, Tri-Color Lighting', '350fe9f9c812e6c6e3b6d33649b0580002c7fc366475a77b9e3978a972799f16.jpg', '63124241513e99bb72a5d356733a8b9ee5440900aa27f2b66ce7909f93416f2d.jpg', 'aceb86da71503103768fd0b1650b2f3087aad501644278c129f48c00bb9fdf8f.jpg', '89598b1b733570d017e92fd509f8e68c574899399c85a7b261f9ba05f75cc7ea.jpg', 'Meridio Zyro Green 42-Inch Retractable Ceiling Fan with LED Light', 'B0GSP37DDK', 'green', 29999, 12150, 59, '18', 10, '<div><table class=\"a-normal a-spacing-micro\" role=\"list\" style=\"box-sizing: border-box; width: 542.523px; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); margin-bottom: 0px !important;\"><tbody style=\"box-sizing: border-box;\"><tr class=\"a-spacing-small po-brand\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Brand</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-start: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">MERIDIO : CRAFTING AIR. CRAFTING LUXURY.</span></td></tr><tr class=\"a-spacing-small po-color\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Colour</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Mint Green</span></td></tr><tr class=\"a-spacing-small po-power_source_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Power Source</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Corded Electric</span></td></tr><tr class=\"a-spacing-small po-style\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Style</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Modern</span></td></tr><tr class=\"a-spacing-small po-item_depth_width_height\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Product Dimensions</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">30D x 30W x 20H Centimeters</span></td></tr><tr class=\"a-spacing-small po-room_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Room Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Bedroom, Dorm Room, Home Office, Living Room</span></td></tr><tr class=\"a-spacing-small po-special_feature\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Special Feature</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Energy Efficient, LED Light, Remote Controlled, Timer</span></td></tr><tr class=\"a-spacing-small po-mounting_type\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Mounting Type</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Ceiling Mount</span></td></tr><tr class=\"a-spacing-small po-material\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Material</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">Acrylonitrile Butadiene Styrene</span></td></tr><tr class=\"a-spacing-small po-item_weight\" role=\"listitem\" style=\"box-sizing: border-box; margin-bottom: 8px !important;\"><td class=\"a-span3\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 129.938px; padding-inline-start: 0px; padding-block-end: 0px;\"><span class=\"a-size-base a-text-bold\" style=\"box-sizing: border-box; font-weight: 700 !important; line-height: 20px !important;\">Item Weight</span></td><td class=\"a-span9\" role=\"presentation\" style=\"box-sizing: border-box; padding: 0.1875rem; vertical-align: top; float: none !important; margin-right: 0px; width: 412.586px; padding-inline-end: 0px; padding-block-end: 0px;\"><span class=\"a-size-base po-break-word\" style=\"box-sizing: border-box; word-break: break-word; line-height: 20px !important;\">5 Kilograms</span></td></tr></tbody></table><br></div><div><div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets_nonPets\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featurebullets_nonPets\" data-csa-c-slot-id=\"featurebullets_feature_div\" data-csa-c-asin=\"B0GSP37DDK\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"epevl4-iyk6bm-h3ufyz-tuifxu\" data-cel-widget=\"featurebullets_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"><div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\" style=\"box-sizing: border-box; margin-top: 8px !important; margin-bottom: 0px;\"><ul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; padding: 0px;\"><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">1. Stylish Mint Green Modern Design Meridio Zyro features a refreshing mint green finish with a sleek circular LED lighting design, adding a soft contemporary accent to bedrooms, living rooms, and modern interiors.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">2. Smart Retractable Transparent Blades The transparent aerodynamic blades extend automatically while the fan operates and retract when the fan is turned off, maintaining the clean lighting fixture appearance.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">3. High-Efficiency Silent DC Motor Powered by a premium DC motor that ensures smooth airflow, ultra-quiet performance, and improved energy efficiency for comfortable everyday use.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">4. Smart Remote Control Operation The included remote control allows easy adjustment of 6 fan speed levels, lighting control, and convenient timer settings (1H / 2H / 4H).</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">5. Adjustable Tri-Color LED Lighting Integrated LED lighting offers three color temperature options to suit different moods and environments: Warm White – 3000K Neutral White – 4500K Cool White – 6500K</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">6. Forward &amp; Reverse Airflow Modes Reversible airflow helps cool the room in summer and circulates warm air in winter for year-round comfort.</span></li><li class=\"a-spacing-mini\" style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"><span class=\"a-list-item\" style=\"box-sizing: border-box;\">7. Compact 42-Inch Space-Saving Design The 42-inch designer fan is ideal for bedrooms, apartments, study rooms, and small living spaces where both lighting and airflow are needed.</span></li></ul></div></div><div id=\"provenanceCertifications_feature_div\" class=\"celwidget\" data-feature-name=\"provenanceCertifications\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"provenanceCertifications\" data-csa-c-slot-id=\"provenanceCertifications_feature_div\" data-csa-c-asin=\"B0GSP37DDK\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"uuouuq-4t1tnb-ukts7z-kqnsm9\" data-cel-widget=\"provenanceCertifications_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"customerReviewsAttribute\" data-csa-c-slot-id=\"customerReviewsAttribute_feature_div\" data-csa-c-asin=\"B0GSP37DDK\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"gpxm6w-f8jsze-h64fvp-w00bag\" data-cel-widget=\"customerReviewsAttribute_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"globalStoreInfoBullets\" data-csa-c-slot-id=\"globalStoreInfoBullets_feature_div\" data-csa-c-asin=\"B0GSP37DDK\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"stg0vg-ol6keb-18n7h6-7egqki\" data-cel-widget=\"globalStoreInfoBullets_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"HLCXComparisonJumplink_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"addOnItem_feature_div\" class=\"celwidget\" data-feature-name=\"addOnItem\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"addOnItem\" data-csa-c-slot-id=\"addOnItem_feature_div\" data-csa-c-asin=\"B0GSP37DDK\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"oyhod3-d0huyu-rcwxwq-5potml\" data-cel-widget=\"addOnItem_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"giftcard-holiday-availability-messaging_feature_div\" class=\"celwidget\" data-feature-name=\"giftCardHolidayAvailabilityMessaging\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"giftCardHolidayAvailabilityMessaging\" data-csa-c-slot-id=\"giftcard-holiday-availability-messaging_feature_div\" data-csa-c-asin=\"B0GSP37DDK\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"s71g14-cd3dcm-xyebgs-h539l5\" data-cel-widget=\"giftcard-holiday-availability-messaging_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"olp_feature_div\" class=\"celwidget\" data-feature-name=\"olp\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"olp\" data-csa-c-slot-id=\"olp_feature_div\" data-csa-c-asin=\"B0GSP37DDK\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"7ftkx0-5j8h2w-x7hqf8-nms4ke\" data-cel-widget=\"olp_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"><div id=\"all-offers-display\" class=\"a-section\" style=\"box-sizing: border-box; margin: 0px; position: fixed; right: -620px; width: 602px; max-width: 90vw; bottom: 0px; z-index: 290; background-color: rgb(249, 251, 251); border-width: 0px; top: 0px; box-shadow: rgba(0, 0, 0, 0.25) -4px 0px 5px; text-align: initial;  color: rgb(17, 17, 17); overflow: visible !important;\"></div><span class=\"a-declarative\" data-action=\"close-all-offers-display\" data-close-all-offers-display=\"{}\" style=\"box-sizing: border-box;\"></span></div><div id=\"buyingOptionNostosBadge_feature_div\" class=\"celwidget\" data-feature-name=\"buyingOptionNostosBadge\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"buyingOptionNostosBadge\" data-csa-c-slot-id=\"buyingOptionNostosBadge_feature_div\" data-csa-c-asin=\"B0GSP37DDK\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"messug-2oykh1-fw320y-r08ozp\" data-cel-widget=\"buyingOptionNostosBadge_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"></div><div id=\"tellAmazon_feature_div\" class=\"celwidget\" data-feature-name=\"tellAmazon\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"tellAmazon\" data-csa-c-slot-id=\"tellAmazon_feature_div\" data-csa-c-asin=\"B0GSP37DDK\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"3n00vf-mwpzkb-7s9586-b8otq3\" data-cel-widget=\"tellAmazon_feature_div\" style=\"box-sizing: border-box; color: rgb(15, 17, 17); Amazon Ember&quot;, Arial, sans-serif;\"><div class=\"celwidget c-f\" cel_widget_id=\"tell-amazon-desktop_DetailPage_1\" data-csa-op-log-render=\"\" data-csa-c-content-id=\"DsUnknown\" data-csa-c-slot-id=\"DsUnknown-2\" data-csa-c-type=\"widget\" data-csa-c-painter=\"tell-amazon-desktop-cards\" data-csa-c-id=\"usrcoo-yzpy4s-6fzv6r-cpjyxj\" data-cel-widget=\"tell-amazon-desktop_DetailPage_1\" style=\"box-sizing: border-box;\"><div id=\"CardInstancegYtouS0LdxePZnEX5VnZHw\" data-card-metrics-id=\"tell-amazon-desktop_DetailPage_1\" data-acp-tracking=\"{}\" data-mix-claimed=\"true\" style=\"box-sizing: border-box;\"><div data-asin=\"B0GSP37DDK\" data-customer-id=\"\" data-marketplace=\"A21TJRUUN4KGV\" data-session-id=\"522-5576193-3516617\" data-logged-in=\"false\" class=\"_tell-amazon-desktop_style_tell_amazon_div__1YDZk\" style=\"box-sizing: border-box;\"><a class=\"a-link-normal _tell-amazon-desktop_style_tell_amazon_link__1KW5z\" href=\"https://www.amazon.in/dp/B0GSP37DDK#\" data-mix-operations=\"openTellAmazonModal\" style=\"box-sizing: border-box; color: rgb(33, 98, 161);\"><i aria-hidden=\"true\" class=\"a-icon a-icon-share-sms a-icon-mini _tell-amazon-desktop_style_tell_amazon_icon_share_sms__1ZLbZ\" role=\"presentation\" style=\"box-sizing: border-box; background-image: url(&quot;https://m.media-amazon.com/images/S/sash/rOAEFcqSdUczSTr.png&quot;); background-size: 512px 256px; background-repeat: no-repeat; display: inline-block; vertical-align: top; position: relative; top: 1px; width: 19px; height: 19px; background-position: -254px -199px; margin-right: 8px;\"></i></a></div></div></div></div></div>', '', 2, 'NO', 'YES', 'NO', '2026-03-16', '2026-03-17');

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

--
-- Table structure for table `reviews`
--

CREATE TABLE `reviews` (
  `id` int NOT NULL,
  `sku` varchar(255) NOT NULL,
  `product` varchar(255) NOT NULL,
  `rating` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `message` longtext NOT NULL,
  `date` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'NO'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

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

CREATE TABLE `roles` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

INSERT INTO `roles` (`id`, `name`) VALUES
(1, 'Page'),
(4, 'Tax Rules'),
(5, 'Sliders'),
(8, 'Categories'),
(9, 'Users'),
(10, 'Products'),
(11, 'Report'),
(12, 'Sales'),
(13, 'Marketing'),
(14, 'User Permissions'),
(15, 'Integration'),
(16, 'Notifications'),
(17, 'Stores'),
(18, 'Testimonials'),
(19, 'Color'),
(20, 'Material'),
(21, 'Collection');

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

--
-- Table structure for table `sliders`
--

CREATE TABLE `sliders` (
  `id` int NOT NULL,
  `url` varchar(255) NOT NULL,
  `picture` varchar(255) NOT NULL,
  `bannermobile` varchar(255) NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `sliders`
--

INSERT INTO `sliders` (`id`, `url`, `picture`, `bannermobile`, `createdate`, `modifieddate`, `action`) VALUES
(1, '', 'slider-1.jpg', 'slider-1.jpg', '2026-02-21', '2026-02-21', 'YES'),
(2, '', 'slider-2.jpg', 'slider-2.jpg', '2026-02-21', '2026-02-21', 'YES'),
(3, '', 'slider-3.jpg', 'slider-3.jpg', '2026-02-21', '2026-02-21', 'YES');

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

--
-- Table structure for table `states`
--

CREATE TABLE `states` (
  `id` int UNSIGNED NOT NULL,
  `state` varchar(50) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `states`
--

INSERT INTO `states` (`id`, `state`) VALUES
(1, 'Andaman And Nicobar Islands'),
(2, 'Andhra Pradesh'),
(3, 'Arunachal Pradesh'),
(4, 'Assam'),
(5, 'Bihar'),
(6, 'Chattisgarh'),
(7, 'Chandigarh'),
(8, 'Daman And Diu'),
(9, 'Delhi'),
(10, 'Dadra And Nagar Haveli'),
(11, 'Goa'),
(12, 'Gujarat'),
(13, 'Himachal Pradesh'),
(14, 'Haryana'),
(15, 'Jammu And Kashmir'),
(16, 'Jharkhand'),
(17, 'Kerala'),
(18, 'Karnataka'),
(19, 'Lakshadweep'),
(20, 'Meghalaya'),
(21, 'Maharashtra'),
(22, 'Manipur'),
(23, 'Madhya Pradesh'),
(24, 'Mizoram'),
(25, 'Nagaland'),
(26, 'Orissa'),
(27, 'Punjab'),
(28, 'Pondicherry'),
(29, 'Rajasthan'),
(30, 'Sikkim'),
(31, 'Tamil Nadu'),
(32, 'Tripura'),
(33, 'Uttarakhand'),
(34, 'Uttar Pradesh'),
(35, 'West Bengal'),
(36, 'Telangana');

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

--
-- Table structure for table `stores`
--

CREATE TABLE `stores` (
  `id` int NOT NULL,
  `picture` varchar(255) NOT NULL,
  `city` varchar(255) NOT NULL,
  `address` longtext NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(255) NOT NULL,
  `direction` varchar(255) NOT NULL,
  `createdate` date DEFAULT NULL,
  `modifieddate` date DEFAULT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `subadmin`
--

CREATE TABLE `subadmin` (
  `id` int NOT NULL,
  `username` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `role` longtext NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `subcategories`
--

CREATE TABLE `subcategories` (
  `id` int NOT NULL,
  `category` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `picture` varchar(255) NOT NULL,
  `metatitle` varchar(255) NOT NULL,
  `metakeyword` varchar(255) NOT NULL,
  `metadescription` longtext NOT NULL,
  `description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `homevisible` varchar(255) NOT NULL DEFAULT 'YES',
  `discount` int NOT NULL DEFAULT '0',
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `taxes`
--

CREATE TABLE `taxes` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `taxes`
--

INSERT INTO `taxes` (`id`, `name`, `value`, `createdate`, `modifieddate`, `action`) VALUES
(12, 'GST 18%', '18', '2024-06-16', '2024-06-16', 'YES');

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

--
-- Table structure for table `templates`
--

CREATE TABLE `templates` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `message` longtext NOT NULL,
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `testimonials`
--

CREATE TABLE `testimonials` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `picture` varchar(255) NOT NULL,
  `product` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'YES',
  `createdate` date NOT NULL,
  `modifieddate` date NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

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

CREATE TABLE `users` (
  `id` int NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `email` varchar(255) NOT NULL,
  `mobile` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `date` date NOT NULL,
  `action` varchar(255) NOT NULL DEFAULT 'NO'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

INSERT INTO `users` (`id`, `name`, `email`, `mobile`, `token`, `password`, `date`, `action`) VALUES
(1, 'PRAMESHWER TAILOR', 'butigod91@gmail.com', '9875266256', '76582', 'f0dc85bd1cd804d0d22b5ad5a16f19543800d991392a9786b77dbb702b9d6e68', '2026-02-22', 'YES'),
(3, 'PRAMESHWER TAILOR', 'priyankatailoruk@gmail.com', '8890531712', '', 'f0dc85bd1cd804d0d22b5ad5a16f19543800d991392a9786b77dbb702b9d6e68', '2026-03-14', 'YES');

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

--
-- Table structure for table `visits`
--

CREATE TABLE `visits` (
  `id` int NOT NULL,
  `mykey` varchar(255) NOT NULL,
  `ip` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `wishlists`
--

CREATE TABLE `wishlists` (
  `id` int NOT NULL,
  `email` varchar(255) NOT NULL,
  `mykey` varchar(255) NOT NULL,
  `date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wishlists`
--

INSERT INTO `wishlists` (`id`, `email`, `mykey`, `date`) VALUES
(8, 'butigod91@gmail.com', 'zmeldbbhmel5f6nmelh78909xzmeldbha3456789nmelhbcdmelfzmeld', '2026-03-05');

--
-- Indexes for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `address`
--
ALTER TABLE `address`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `admin`
--
ALTER TABLE `admin`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `carts`
--
ALTER TABLE `carts`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `colors`
--
ALTER TABLE `colors`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `countries`
--
ALTER TABLE `countries`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=251;

--
-- AUTO_INCREMENT for table `coupons`
--
ALTER TABLE `coupons`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `currency`
--
ALTER TABLE `currency`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `departments`
--
ALTER TABLE `departments`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `employees`
--
ALTER TABLE `employees`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `histories`
--
ALTER TABLE `histories`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `integrations`
--
ALTER TABLE `integrations`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `logs`
--
ALTER TABLE `logs`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `newsletters`
--
ALTER TABLE `newsletters`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `notifications`
--
ALTER TABLE `notifications`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `ordersdetails`
--
ALTER TABLE `ordersdetails`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `productpictures`
--
ALTER TABLE `productpictures`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=235;

--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT for table `reviews`
--
ALTER TABLE `reviews`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `sliders`
--
ALTER TABLE `sliders`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `states`
--
ALTER TABLE `states`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `stores`
--
ALTER TABLE `stores`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `subadmin`
--
ALTER TABLE `subadmin`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `subcategories`
--
ALTER TABLE `subcategories`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `taxes`
--
ALTER TABLE `taxes`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `templates`
--
ALTER TABLE `templates`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `testimonials`
--
ALTER TABLE `testimonials`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `visits`
--
ALTER TABLE `visits`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wishlists`
--
ALTER TABLE `wishlists`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
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 */;
