-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jun 09, 2026 at 02:00 PM
-- Server version: 10.4.32-MariaDB
-- PHP Version: 8.2.12

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: `dokanx-v1-6`
--

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

--
-- Table structure for table `admin_info`
--

CREATE TABLE `admin_info` (
  `admin_id` int(11) NOT NULL,
  `admin_username` varchar(50) NOT NULL,
  `admin_password` varchar(255) NOT NULL,
  `admin_picture` varchar(255) DEFAULT NULL,
  `role_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `admin_info`
--

INSERT INTO `admin_info` (`admin_id`, `admin_username`, `admin_password`, `admin_picture`, `role_id`, `created_at`) VALUES
(1, 'admin_39_', '$2y$10$pOUw0YcI6jt69Lj0oHUDGeJphh1Y9q9jYjJp8gR0egCLuI3i9CHg2', 'NULL', 1, '2025-08-05 00:00:00'),
(11, 'fardin7443', '$2y$10$kzPpWb1/K6lUIH67ceonfOQEqBqlBN054KGghIs3LGwbOwZ8pIoTi', '', 4, '2026-04-22 15:56:43'),
(12, 'nahianrafi45', '$2y$10$dzFvMzoIz0flrrnHp4aOoeP/4fFQ1G9KA4YtjQrTTY/Xdc0DxHkJu', '', 2, '2026-04-22 16:10:31');

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

--
-- Table structure for table `blocklist`
--

CREATE TABLE `blocklist` (
  `id` int(11) NOT NULL,
  `block_type` enum('ip','phone') NOT NULL,
  `block_value` text NOT NULL,
  `reason` varchar(255) DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT 1,
  `blocked_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `expires_at` datetime DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `blocklist`
--

INSERT INTO `blocklist` (`id`, `block_type`, `block_value`, `reason`, `is_active`, `blocked_at`, `expires_at`, `created_by`) VALUES
(1, 'ip', '172.11.3546.77678', NULL, 1, '2026-04-08 08:31:16', NULL, NULL),
(4, 'phone', '01944667441', NULL, 0, '2026-04-09 11:12:55', NULL, NULL),
(5, 'phone', '01559907883', NULL, 0, '2026-04-09 11:13:55', NULL, NULL),
(6, 'ip', '114.129.14.97', NULL, 1, '2026-04-09 11:48:11', NULL, NULL),
(7, 'phone', '0888888', 'fraud', 1, '2026-04-22 11:47:37', NULL, NULL),
(9, 'phone', '01111111111', NULL, 1, '2026-04-22 11:49:08', NULL, NULL),
(10, 'ip', '::1', NULL, 0, '2026-04-23 05:23:54', NULL, NULL);

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

--
-- Table structure for table `blogs`
--

CREATE TABLE `blogs` (
  `id` int(11) NOT NULL,
  `blog_title` varchar(255) DEFAULT NULL,
  `blog_description` text DEFAULT NULL,
  `blog_img` varchar(255) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `blogs`
--

INSERT INTO `blogs` (`id`, `blog_title`, `blog_description`, `blog_img`, `created_at`) VALUES
(2, 'The Future of E-Commerce: How AI and Automation Are Changing Online Shopping', '<p><span style=\"font-size: 14pt;\">Discover the latest techniques successful e-commerce businesses are using to increase conversions and average order value. From AI-driven personalization to mobile-first checkout design, this article reveals the tools and tactics that can take your online store to the next level. </span></p>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li data-start=\"564\" data-end=\"822\">E-commerce is evolving faster than ever.</li>\r\n<li data-start=\"564\" data-end=\"822\">Learn how artificial intelligence,&nbsp;chatbots, and automated marketing systems are transforming.</li>\r\n<li data-start=\"564\" data-end=\"822\">How customers browse, buy, and interact with brands.</li>\r\n<li data-start=\"564\" data-end=\"822\">How your business can stay ahead of the curve.</li>\r\n</ul>', 'blog_68e77f308ae834.41929499.jpg', '2025-10-05 12:58:47'),
(3, '5 Proven Strategies to Boost Your Online Store Sales in 2025', '<p><span style=\"font-size: 14pt;\">Discover the latest techniques successful e-commerce businesses are using to increase conversions and average order value. From AI-driven personalization to mobile-first checkout design, this article reveals the tools and tactics that can take your online store to the next level. </span></p>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li data-start=\"564\" data-end=\"822\">E-commerce is evolving faster than ever.</li>\r\n<li data-start=\"564\" data-end=\"822\">Learn how artificial intelligence,&nbsp;chatbots, and automated marketing systems are transforming.</li>\r\n<li data-start=\"564\" data-end=\"822\">How customers browse, buy, and interact with brands.</li>\r\n<li data-start=\"564\" data-end=\"822\">How your business can stay ahead of the curve.</li>\r\n</ul>', 'blog_68e77f20b71a48.72131867.jpg', '2025-10-05 13:14:09');

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

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

CREATE TABLE `brands` (
  `id` int(11) NOT NULL,
  `brand_name` varchar(255) DEFAULT NULL,
  `brand_logo` varchar(255) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

INSERT INTO `brands` (`id`, `brand_name`, `brand_logo`, `created_at`) VALUES
(1, 'Vim', '../img/compressed_brand_brand21.png', '2025-09-29 17:19:52'),
(2, 'Bashundhara', '../img/compressed_brand_brand20.png', '2025-09-29 17:20:06'),
(3, 'Dano', '../img/compressed_brand_brand19.png', '2025-09-29 17:20:33'),
(4, 'Xiaomi', '../img/compressed_brand_brand18.png', '2025-09-29 17:20:52'),
(5, 'Radhuni', '../img/compressed_brand_brand17.png', '2025-09-29 17:21:01'),
(6, 'Lux', '../img/compressed_brand_brand16.png', '2025-09-29 17:21:08'),
(7, 'Walton', '../img/compressed_brand_brand15.png', '2025-09-29 17:21:19'),
(8, 'Danish', '../img/compressed_brand_brand14.png', '2025-09-29 17:21:44'),
(9, 'Asus', '../img/compressed_brand_brand13.png', '2025-09-29 17:21:51'),
(10, 'Chashi', '../img/compressed_brand_brand12.png', '2025-09-29 17:22:03'),
(11, 'Rupchada', '../img/compressed_brand_brand11.png', '2025-09-29 17:22:14'),
(12, 'Garnier', '../img/compressed_brand_brand10.png', '2025-09-29 17:22:23'),
(13, 'Nestle', '../img/compressed_brand_brand9.png', '2025-09-29 17:22:47'),
(14, 'Horlicks', '../img/compressed_brand_brand8.png', '2025-09-29 17:22:57'),
(15, 'Wheel', '../img/compressed_brand_brand7.png', '2025-09-29 17:23:04'),
(16, 'Unilever', '../img/compressed_brand_brand6.png', '2025-09-29 17:23:14'),
(17, 'Lifeboy', '../img/compressed_brand_brand5.png', '2025-09-29 17:23:22'),
(18, 'Fresh', '../img/compressed_brand_brand4.png', '2025-09-29 17:23:34'),
(19, 'ACI', '../img/compressed_brand_brand3.png', '2025-09-29 17:23:41'),
(20, 'Teer', '../img/compressed_brand_brand2.png', '2025-09-29 17:23:48'),
(21, 'Diploma', '../img/compressed_brand_brand1.png', '2025-09-29 17:23:56');

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

--
-- Table structure for table `color_labels`
--

CREATE TABLE `color_labels` (
  `id` int(11) NOT NULL,
  `color_label` varchar(50) NOT NULL,
  `color_hex` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `color_labels`
--

INSERT INTO `color_labels` (`id`, `color_label`, `color_hex`) VALUES
(4, 'Red', '#e70d0d'),
(5, 'Blue', '#0a89eb'),
(6, 'Black', '#000000'),
(7, 'Orange', '#ff881a'),
(8, 'Purple', '#9c1dbf'),
(10, 'White', '#ffffff'),
(11, 'Lime', '#13e779');

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

--
-- Table structure for table `coupon`
--

CREATE TABLE `coupon` (
  `id` int(11) NOT NULL,
  `coupon_name` varchar(255) NOT NULL,
  `coupon_code` varchar(100) NOT NULL,
  `coupon_discount` varchar(50) NOT NULL,
  `free_shipping` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `coupon`
--

INSERT INTO `coupon` (`id`, `coupon_name`, `coupon_code`, `coupon_discount`, `free_shipping`, `created_at`) VALUES
(1, 'Flat 15%', 'WGZWPAYXN4', '15', 0, '2025-08-30 11:43:37'),
(2, 'Flat 25%', 'RKKXSO50PQ', '25', 0, '2025-08-30 12:08:06'),
(14, '50% Discount', 'PWT2CMU48P', '50', 0, '2025-12-11 15:35:07');

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

--
-- Table structure for table `customer_reviews`
--

CREATE TABLE `customer_reviews` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `review_text` text DEFAULT NULL,
  `ratings` int(11) DEFAULT NULL CHECK (`ratings` between 1 and 5),
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `customer_reviews`
--

INSERT INTO `customer_reviews` (`id`, `product_id`, `user_id`, `review_text`, `ratings`, `created_at`) VALUES
(1, 10, 3, 'Very Good In Charging', 5, '2025-12-10 04:44:46'),
(7, 2, 4, 'Nice PRD', 4, '2025-12-10 05:44:49'),
(8, 17, 4, 'Nice', 3, '2025-12-10 06:15:20'),
(9, 10, 3, 'Best In Camera', 5, '2025-12-10 08:39:52'),
(10, 6, 3, 'Very Comfortable', 4, '2025-12-10 08:44:03'),
(11, 28, 3, 'Good Quality', 4, '2025-12-17 07:13:32');

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

--
-- Table structure for table `custom_product_recommendations`
--

CREATE TABLE `custom_product_recommendations` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `recommended_product_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `custom_product_recommendations`
--

INSERT INTO `custom_product_recommendations` (`id`, `product_id`, `recommended_product_id`, `created_at`, `updated_at`) VALUES
(3, 28, 5, '2026-06-08 10:56:12', '2026-06-08 10:56:12'),
(4, 28, 6, '2026-06-08 10:56:16', '2026-06-08 10:56:16'),
(5, 10, 12, '2026-06-08 11:18:27', '2026-06-08 11:18:27'),
(7, 4, 6, '2026-06-09 04:28:16', '2026-06-09 04:28:16'),
(10, 10, 11, '2026-06-09 04:39:38', '2026-06-09 04:39:38'),
(11, 10, 13, '2026-06-09 11:09:50', '2026-06-09 11:09:50');

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

--
-- Table structure for table `discount`
--

CREATE TABLE `discount` (
  `id` int(11) NOT NULL,
  `purchase_amount` decimal(10,2) DEFAULT NULL,
  `discount_amount` varchar(50) NOT NULL DEFAULT '0',
  `free_shipping` int(11) DEFAULT 0,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `discount`
--

INSERT INTO `discount` (`id`, `purchase_amount`, `discount_amount`, `free_shipping`, `created_at`) VALUES
(8, 500.00, '50', 0, '2026-06-09 12:23:51'),
(9, 5000.00, '500', 1, '2026-06-09 12:24:03'),
(10, 1000.00, '90', 1, '2026-06-09 12:24:14'),
(11, 2000.00, '200', 1, '2026-06-09 13:18:17'),
(12, 7000.00, '800', 1, '2026-06-09 14:03:10'),
(13, 10000.00, '1200', 1, '2026-06-09 14:03:18'),
(14, 12000.00, '1500', 1, '2026-06-09 14:03:28'),
(15, 750.00, '0', 1, '2026-06-09 16:03:48');

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

--
-- Table structure for table `expense_category`
--

CREATE TABLE `expense_category` (
  `category_id` int(11) NOT NULL,
  `category_name` varchar(255) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `expense_category`
--

INSERT INTO `expense_category` (`category_id`, `category_name`, `created_at`) VALUES
(1, 'Office Rent', '2025-09-10 15:30:58'),
(2, 'Material Purchase', '2026-02-23 14:42:01'),
(3, 'Transportation Cost', '2026-02-23 14:42:12'),
(4, 'Staff Salary', '2026-02-24 10:51:17'),
(5, 'Gift Purchases', '2026-04-23 17:03:43');

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

--
-- Table structure for table `expense_info`
--

CREATE TABLE `expense_info` (
  `expense_id` int(11) NOT NULL,
  `expense_title` varchar(255) NOT NULL,
  `expense_category` varchar(100) NOT NULL,
  `expense_amount` decimal(10,2) NOT NULL,
  `expense_description` text DEFAULT NULL,
  `expense_date` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `expense_info`
--

INSERT INTO `expense_info` (`expense_id`, `expense_title`, `expense_category`, `expense_amount`, `expense_description`, `expense_date`) VALUES
(1, 'Home to Factory', 'Transportation Cost', 500.00, '', '2026-02-24 00:00:00'),
(2, 'GHJ', 'Office Rent', 1300.00, '', '2026-04-05 00:00:00'),
(3, 'Investment', 'Material Purchase', 150000.00, '', '2026-04-06 00:00:00'),
(4, 'Office Rent', 'Office Rent', 35000.00, '', '2026-03-19 00:00:00'),
(5, 'Office Rent', 'Office Rent', 73000.00, '', '2026-01-14 00:00:00'),
(6, 'Office Rent', 'Office Rent', 200000.00, '', '2026-02-18 00:00:00'),
(7, 'Office Rent', 'Office Rent', 65000.00, '', '2026-03-12 00:00:00'),
(8, 'Mahin Salary', 'Staff Salary', 35000.00, '', '2026-05-16 00:00:00'),
(9, 'All Salary', 'Staff Salary', 155000.00, '', '2026-06-16 00:00:00'),
(10, 'Investment', 'Material Purchase', 145000.00, '', '2026-07-16 00:00:00'),
(11, 'Investment', 'Material Purchase', 100000.00, '', '2026-01-16 00:00:00'),
(12, 'Foreign Trip', 'Transportation Cost', 300000.00, '', '2026-08-16 00:00:00'),
(13, 'Foreign Trip', 'Transportation Cost', 300000.00, '', '2026-09-16 00:00:00'),
(14, 'All Employees Salary', 'Staff Salary', 200000.03, '', '2026-10-16 00:00:00'),
(15, 'All Salary', 'Staff Salary', 120000.00, '', '2026-11-16 00:00:00'),
(16, 'Office Rent', 'Office Rent', 195000.00, '', '2026-12-16 00:00:00');

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

--
-- Table structure for table `features`
--

CREATE TABLE `features` (
  `feature_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `feature_title` varchar(255) NOT NULL,
  `feature_description` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `features`
--

INSERT INTO `features` (`feature_id`, `product_id`, `feature_title`, `feature_description`, `created_at`) VALUES
(7, 13, 'Feature 1', 'Helio G100 Ultimate Processor', '2025-11-29 06:29:29'),
(8, 13, 'Feature 2', 'IP68/69 Dust & Water Resistance', '2025-11-29 06:29:29'),
(11, 13, 'Feature 3', '6.78 120 Hz Ultra-bright Curved AMOLED Display', '2026-04-07 04:36:40');

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

--
-- Table structure for table `footer_info`
--

CREATE TABLE `footer_info` (
  `id` int(11) NOT NULL,
  `about_us` text NOT NULL,
  `contact_us` text NOT NULL,
  `faq` text NOT NULL,
  `terms_of_use` text NOT NULL,
  `privacy_policy` text NOT NULL,
  `shipping_delivery` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `footer_info`
--

INSERT INTO `footer_info` (`id`, `about_us`, `contact_us`, `faq`, `terms_of_use`, `privacy_policy`, `shipping_delivery`) VALUES
(1, '                                                                                                                                                                                                                                <div><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:normal\"><b><span style=\"font-size:16.0pt;mso-bidi-font-size:\r\n11.0pt\">About Easy Tech</span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:normal\"><b><span style=\"font-size:16.0pt;mso-bidi-font-size:\r\n11.0pt\"><o:p></o:p></span></b></p>\r\n\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:normal\"><br></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:normal\">Welcome\r\nto Easy Tech Solutions</p>\r\n\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:normal\">At\r\nLioo, we donâ€™t just make leather goodsâ€” we create pieces that carry meaning.\r\nEvery item is thoughtfully designed, handcrafted with skill and made to stand\r\nthe test of time. We believe in blending style, durability and tradition\r\nensuring that each piece becomes a part of your story. No shortcuts, no\r\ncompromisesâ€” just pure craftsmanship.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:normal\">For\r\nus, itâ€™s simple: made by hand, meant for the heart.</p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:normal\"><o:p><br></o:p></p><p class=\"MsoNormal\" align=\"center\" style=\"margin-bottom:0in;margin-bottom:.0001pt;\r\ntext-align:center;line-height:150%\"><b><span style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;line-height:150%\">Our Story</span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"margin-bottom:0in;margin-bottom:.0001pt;\r\ntext-align:center;line-height:150%\"><b><span style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;line-height:150%\"><o:p><br></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"margin-bottom:0in;margin-bottom:.0001pt;\r\ntext-align:center;line-height:150%\"><b><span style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;line-height:150%\"><o:p><br></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:150%\">I\'m\r\nSerazees Salekin and this is how Lioo came to life.<o:p></o:p></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:150%\">Lioo\r\nwasnâ€™t built overnight. It started with a simple idea and a deep appreciation\r\nfor craftsmanship. But more than anything, it was built with the support of the\r\npeople around me. Family has always been my greatest strength and without them,\r\nnone of this would have been possible.<o:p></o:p></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:150%\">From\r\nthe very beginning, my brothers stood by me, always ready to help, no matter\r\nthe challenge. Their dedication and hard work shaped Lioo into what it is\r\ntoday. And then thereâ€™s Tilok Dadaâ€”more than just a friend, heâ€™s been like a\r\nbig brother, guiding and supporting us every step of the way.<o:p></o:p></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:150%\">Before\r\nI even thought about leather crafting, someone introduced me to it. That was\r\nthe starting pointâ€”the moment I realized this could be more than just a skill,\r\nbut a true craft worth pursuing.<o:p></o:p></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:150%\">Starting\r\nsomething new is never easy. There were struggles, setbacks and moments of\r\ndoubt. But through it all, we kept going, fueled by our love for the craft and\r\nthe desire to create something meaningful. Every product we make carries a\r\npiece of that journey. Nothing leaves our hands unless weâ€™re truly proud of it,\r\nbecause real craftsmanship isnâ€™t just about making somethingâ€”itâ€™s about making\r\nsomething that lasts.<o:p></o:p></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:normal\"><o:p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</o:p></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center;line-height:150%\">Lioo\r\nisnâ€™t just a brand. Itâ€™s a reflection of passion, perseverance and the people\r\nwho helped build it. From our hands to your heart, this is just the\r\nbeginningâ€”and weâ€™re honored to have you be a part of it.</p></div>                                                                                                                                                                                                                ', '                                                                                                                                                                        <p class=\"MsoNormal\" style=\"text-align: center; line-height: normal;\">Have a question or need\r\nassistance? We\'re here to help. Feel free to reach out anytime.<o:p></o:p></p><p class=\"MsoNormal\" style=\"text-align: center; line-height: normal;\"><b>Email: easytechx@gmail.com</b></p><p class=\"MsoNormal\" style=\"text-align: center; line-height: normal;\"><b><o:p></o:p></b></p><p class=\"MsoNormal\" style=\"text-align: center; line-height: normal;\"><b>Hotline &amp; WhatsApp: +880 19XXXXXXXX</b><o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" style=\"text-align: center; line-height: normal;\">We aim to respond as soon as\r\npossible. Let us know how we can assist you.<o:p></o:p></p>                                                                                                                                                            ', '                                                                                                                                            <div><p class=\"MsoNormal\"><b>Q: Do you use genuine\r\nleather?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Yes, all of our products are made from 100% genuine\r\nexport grade leather. We take pride in using the finest quality leather that\r\nages beautifully and adds character over time.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: What is oil pull-up\r\nleather and how does it age?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Oil pull-up leather is a type of leather that is infused\r\nwith oils and waxes which gives it a rich, luxurious feel. It may show\r\nscratches or a slight rusty appearance initially but don\'t worryâ€”this is a\r\nnatural part of the leather\'s aging process. Over time, with use the scratches\r\nand marks will fade and the leather will develop a beautiful patina, enhancing\r\nits character. This is the charm of oil pull-up leatherâ€”it only gets better\r\nwith time!<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: How do I care for\r\nmy Lioo leather product?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Leather gets better with time if cared for properly. Keep\r\nit away from direct sunlight, moisture and sharp objects. Use a leather\r\nconditioner occasionally to maintain its shine and texture.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: Do you offer\r\ncustom designs?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Yes! If you have a specific design in mind, weâ€™d love to\r\nbring it to life. Custom orders take 8-10 business days to craft.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: Do you charge\r\nextra for custom products?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Yes, customized products may incur an additional charge\r\nbased on the complexity and materials required for your unique design. Weâ€™ll\r\nprovide you with a clear quote before you place your order to ensure there are\r\nno surprises.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: What payment\r\nmethods do you accept?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: We accept cash on delivery, as well as mobile banking\r\noptions like Bkash, Nagad,&nbsp;<span style=\"font-weight: initial;\">Rocket</span><span style=\"font-size: 0.9375rem; font-weight: initial;\">&nbsp;and Upay. Bank transfers are also available upon\r\nrequest.</span></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: Do you offer gift\r\npackaging?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Absolutely! If you\'re purchasing a Lioo product as a\r\ngift, we offer premium gift packaging for an additional charge. Just let us\r\nknow at checkout.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: How long will it\r\ntake to receive my order?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Once your order is processed (within 2-3 business days),\r\nit will be delivered in 5-7 business days. For customized products, it may take\r\nup to 8-10 business days to craft and ship.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: Do you offer\r\nwholesale pricing?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Currently, we don\'t offer wholesale pricing but we\'re\r\nalways open to collaborating. If youâ€™re interested in purchasing large\r\nquantities or have a special request, please contact us directly.</p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: Do you have a\r\nphysical store?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Not yet, but we\'re working on it! For now, weâ€™re\r\nonline-only but with your support, we hope to open a store in the future. Stay\r\nwith usâ€”weâ€™d love to have you visit one day!<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: Do you ship\r\noutside of Bangladesh?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: At the moment, we only deliver within Bangladesh. Weâ€™re\r\nworking on expanding to other regions, so stay tuned for future updates!<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: What should I do\r\nif I received a defective product?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: Weâ€™re committed to quality but if you receive a defective\r\nitem, please reach out to us immediately via email or WhatsApp with photos of\r\nthe product. Weâ€™ll arrange a return or exchange as quickly as possible.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>Q: I still have more\r\nquestions. What should I do?<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\">A: No worries! If you canâ€™t find the answer youâ€™re looking\r\nfor, feel free to reach out to us via email or WhatsApp and weâ€™ll be happy to\r\nassist you. Your satisfaction is our top priority!<br>\r\n<!--[if !supportLineBreakNewLine]--><br>\r\n<!--[endif]--><o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span style=\"font-size:14.0pt;mso-bidi-font-size:11.0pt;line-height:\r\n107%\">Additional Information<o:p></o:p></span></b></p>\r\n\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\">At Lioo, every\r\nleather item is carefully handcrafted with attention to detail. Because leather\r\nis a natural material, no two products will ever look exactly the same. Each\r\npiece of leather has its own unique texture, grain and even small imperfections,\r\nwhich makes every item special.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b>Leather Availability &amp; Substitutions<o:p></o:p></b></p>\r\n\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\">Leather availability\r\ncan vary depending on demand and supply. If we run out of a particular leather\r\ntype, weâ€™ll be happy to suggest a similar alternative that maintains the same\r\nquality and craftsmanship you expect from Lioo.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\">Some leather types\r\nmay take a bit longer to source, sometimes taking weeks to arrive. If your\r\ncustom order requires a more exclusive leather, weâ€™ll keep you updated on any\r\ndelays so youâ€™re always in the loop.<o:p></o:p></p></div>                                                                                                                                  ', '                                                                                                                                            <p><span style=\"font-size: 0.9375rem; font-weight: initial;\">Welcome to Lioo! By visiting our website and making a\r\npurchase, youâ€™re agreeing to the terms and conditions outlined below. These are\r\nhere to protect both you and us, ensuring smooth transactions. We encourage you\r\nto read them carefully before placing any order.</span></p><p class=\"MsoNormal\"><o:p>&nbsp;</o:p></p><p class=\"MsoNormal\"><b>1. Orders &amp; Payments</b></p><ul><li>All prices on our website are in BDT (Bangladeshi Taka) and these can change without prior notice, so it\'s always good to double-check before checkout.</li><li>We offer several payment options for your convenience, including Cash on Delivery, Bank Transfers, Bkash, Nagad, Rocket and Upay.</li><li>We typically process your order within 2-3 business days and aim to deliver it to you in 5-7 business days. For customized orders, please note it may take 8-10 business days, depending on the design and availability of materials.</li></ul><p class=\"MsoNormal\"><b>&nbsp;</b></p><p class=\"MsoNormal\"><b>2. Shipping &amp; Delivery</b></p><ul><li>We deliver all over Bangladeshâ€”whether youâ€™re in Dhaka, Chittagong or elsewhere, weâ€™ve got you covered.</li><li>While we make every effort to meet our delivery estimates, sometimes unforeseen circumstances like weather, supply chain delays or courier issues can cause delays. We appreciate your understanding in such cases.</li><li>Please double-check that youâ€™ve provided the correct shipping address. If thereâ€™s any mistake on your part, Lioo cannot be held responsible for delivery problems.</li></ul><p class=\"MsoNormal\"><o:p>&nbsp;</o:p></p><p class=\"MsoNoSpacing\"><b>3. Return &amp; Exchange Policy</b></p><ul><li>Upon delivery, we kindly ask you to check your product. If thereâ€™s an issue, let the delivery person know immediately so we can address it as soon as possible.</li><li>After the delivery is completed and accepted, we unfortunately cannot process returns or exchanges.</li></ul><p class=\"MsoNormal\" style=\"margin-left:.25in\"><o:p>&nbsp;</o:p></p><p class=\"MsoNormal\"><b>4. Product Authenticity &amp; Craftsmanship</b></p><p class=\"MsoNormal\">Every product at Lioo is made from genuine leather, carefully crafted by skilled artisans. Because leather is a natural material, each item is one-of-a-kind and you may notice slight variations in color, texture or grainâ€”thatâ€™s the beauty of real leather!</p><ul><li>As time passes, leather develops a patina that adds character to your product. Taking proper care of your item will help preserve its quality.</li></ul><p class=\"MsoNormal\" style=\"margin-left:.25in\"><o:p>&nbsp;</o:p></p><p class=\"MsoNormal\"><b>5. Privacy &amp; Data\r\nProtection</b></p><ul><li><span style=\"font-size: 0.9375rem; text-indent: -0.25in; font-weight: initial;\">Your privacy matters to us. We take every measure to safeguard your personal information.</span></li><li><span style=\"font-size: 0.9375rem; text-indent: -0.25in; font-weight: initial;\">Lioo never sells, shares or trades your personal details with third parties. Payment processing is done securely through trusted payment gateways.</span></li></ul><p class=\"MsoNormal\"><o:p>&nbsp;</o:p></p><p class=\"MsoNormal\"><b>6. Intellectual\r\nProperty Rights<o:p></o:p></b></p><p class=\"MsoNormal\">All designs, logos, images and content on our website are\r\nthe exclusive property of Lioo. Reproducing or using any of these materials\r\nwithout our permission is strictly prohibited.<o:p></o:p></p><p class=\"MsoNormal\"><o:p>&nbsp;</o:p></p><p class=\"MsoNormal\"><b>7. Amendments to Terms\r\n&amp; Conditions<o:p></o:p></b></p><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Lioo reserves the right to modify these terms at any time.\r\nIf we make any changes, weâ€™ll update this page. By continuing to use our\r\nwebsite, you agree to the updated terms.<o:p></o:p></p>                                                                                                                                  ', '                                                                                    <p><b>1. Information We Collect</b></p><p>When you visit our website or make a purchase, we gather a few details to ensure smooth service. These include:</p><ul><li>Your name, phone number, email address, and shipping address.</li><li>Payment details, which are securely processed through trusted payment partners.</li></ul><p><b><br></b></p><p><b>2. How We Use Your Information</b></p><p>We take the information you provide and use it for several reasons, including:</p><ul><li>Processing and delivering your orders quickly and accurately.</li><li>Improving our website and services to provide you with a better shopping experience.</li><li>Sending you order updates or promotional offers (but only if youâ€™ve opted in to receive them).</li></ul><p><b><br></b></p><p><b>3. Data Security</b></p><p>Your security is important to us, which is why we use encryption and security measures to protect your personal data.</p><ul><li>Payment details are never stored by usâ€”every transaction is processed securely through trusted payment providers to ensure your privacy.</li></ul><p><b><br></b></p><p><b>4. Sharing of Information</b></p><p>We respect your privacy and do not sell or share your personal information with anyone outside of our company.</p><ul><li><span style=\"font-size: 0.875rem; font-weight: initial;\">The only time we might share your details is with our delivery partners, to ensure your order reaches you in the best possible condition.</span></li></ul><p><b><br></b></p><p><b>5. Cookies &amp; Tracking</b></p><p>To improve your shopping experience, we use cookies. These small files help us remember your preferences and offer personalized recommendations.</p><ul><li>You can always choose to disable cookies through your browser settings, but keep in mind that this might affect your shopping experience on our site.</li></ul><p><br></p><p>From time to time, we may make updates to our privacy policy to keep it current. When we do, weâ€™ll post the changes right here for you to see.</p><div><br></div>                                                                              ', '                                                                                    <p class=\"MsoNormal\"><b>Shipping &amp; Delivery&nbsp;Policy</b></p><p class=\"MsoNormal\">We proudly deliver all over Bangladesh, making it easy for you to receive your Lioo product no matter where you are.</p><ul><li>Order Processing: We aim to process all orders within 2-3 business days.</li><li>Standard Delivery: Once processed, your order will arrive within 5-7 business days.</li><li>For custom products, we need a bit more time to make them just right, so expect delivery to take up to 8-10 business days.</li></ul><p class=\"MsoNormal\">We work with trusted courier partners to make sure your items arrive safely and on time. If you ever have any questions or concerns during the shipping process, donâ€™t hesitate to reach out.</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\"><b>Return &amp; Exchange Policy</b></p><p class=\"MsoNormal\">Your satisfaction means the world to us! Thatâ€™s why we ask you to carefully check your product upon delivery. If thereâ€™s an issue, please let the delivery person know right away.</p><p class=\"MsoNormal\">Once the delivery is complete and accepted, we unfortunately cannot process returns or exchanges.</p><p class=\"MsoNormal\">While we always ensure the best quality craftsmanship, if you ever face any concerns, weâ€™re here to help. Reach out to us, and weâ€™ll do everything we can to assist you.</p>                                                                              ');

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

--
-- Table structure for table `gallery`
--

CREATE TABLE `gallery` (
  `image_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `gallery_image` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `gallery`
--

INSERT INTO `gallery` (`image_id`, `product_id`, `gallery_image`) VALUES
(10, 13, 'uploads/692a92c981d8b_tecno-camon-40-pro-sandy-titanium97.jpeg'),
(11, 13, 'uploads/692a92c986b47_camon-40-pro-galaxy-black25.jpeg'),
(12, 13, 'uploads/692a92c98b656_camon-40-pro-glacier-white-134.jpeg'),
(14, 13, 'uploads/69f5b5a8922b2_camon-40-pro-5g-emerald-lake-green-2682.jpeg');

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

--
-- Table structure for table `landing_pages`
--

CREATE TABLE `landing_pages` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_slug` varchar(255) NOT NULL,
  `home_title` varchar(255) NOT NULL,
  `home_description` text NOT NULL,
  `home_img` varchar(255) NOT NULL,
  `feature_img` varchar(255) NOT NULL,
  `features_main_title` varchar(255) DEFAULT NULL,
  `why_choose_main_title` varchar(255) DEFAULT NULL,
  `why_choose_bottom_title` varchar(255) DEFAULT NULL,
  `review_main_title` varchar(255) DEFAULT NULL,
  `checkout_main_title` varchar(255) DEFAULT NULL,
  `yt_link` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `landing_pages`
--

INSERT INTO `landing_pages` (`id`, `product_id`, `product_slug`, `home_title`, `home_description`, `home_img`, `feature_img`, `features_main_title`, `why_choose_main_title`, `why_choose_bottom_title`, `review_main_title`, `checkout_main_title`, `yt_link`) VALUES
(5, 13, 'tecno-camon-40-pro-8-256gb', 'TECNO CAMON 40 Pro (8/256GB)', 'Blazing-Fast Performance with MediaTek Helio G100', 'uploads/692a92c931578_tecno-camon-40-pro-sandy-titanium97.jpeg', 'uploads/692a92c936ae3_camon-40-pro-glacier-white-134.jpeg', 'The TECNO CAMON 40 Pro Comes With 13 Months Warranty', 'কেন আমাদের থেকে নেবেন?', 'TECNO CAMON 40 Pro is great for photography, featuring a 50MP main camera', 'সম্মানিত কাস্টমারের রিভিউ সমূহ', 'Please Order Now', 'https://www.youtube.com/shorts/bmDeVGtsdwg');

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

--
-- Table structure for table `main_category`
--

CREATE TABLE `main_category` (
  `main_ctg_id` int(11) NOT NULL,
  `main_ctg_name` varchar(100) NOT NULL,
  `main_ctg_des` text DEFAULT NULL,
  `main_ctg_img` varchar(255) DEFAULT NULL,
  `main_ctg_slug` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `main_category`
--

INSERT INTO `main_category` (`main_ctg_id`, `main_ctg_name`, `main_ctg_des`, `main_ctg_img`, `main_ctg_slug`) VALUES
(1, 'Mens Fashion', 'All The Men\'s Product You Will Find Here', '../img/compressed_xExX22FggutEJOBFwlFYoJkQsX4gOU7GEr5nubiJ.jpg', 'mens-fashion'),
(2, 'Womens Fashion', 'All The Women\'s Product You Will Find Here', '../img/compressed_67dc35b5a0fc5-square.png', 'womens-fashion'),
(4, 'Gadget & Electronics', 'All The Gadget & Electronics Product You Will Find Here', '../img/compressed_compressed_tech-gift-for-him-2022-metapod.webp', 'gadget-electronics'),
(5, 'Home Appliances', 'All The Home Appliances Product You Will Find Here', '../img/compressed_home appliances 01_AdobeStock_329321873.jpeg', 'home-appliances'),
(9, 'Skin Care & Beauty', 'All The Skin Care & Beauty Items', '../img/compressed_HvURCAK1fhEkSlgvG45NZYeFfkfpKrrnl6h0ISbU.jpg', 'skin-care-beauty'),
(10, 'Footwear', 'All The Footwear Products Here', '../img/compressed_shoe.jpg', 'footwear');

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

--
-- Table structure for table `order_discount_list`
--

CREATE TABLE `order_discount_list` (
  `id` int(11) NOT NULL,
  `invoice_no` varchar(50) NOT NULL,
  `total_order_amount` decimal(10,2) NOT NULL,
  `total_discount_amount` decimal(10,2) NOT NULL,
  `free_shipping` int(11) NOT NULL DEFAULT 0,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `order_discount_list`
--

INSERT INTO `order_discount_list` (`id`, `invoice_no`, `total_order_amount`, `total_discount_amount`, `free_shipping`, `created_at`) VALUES
(1, 'INV-68Z7PYVO7', 1450.00, 0.00, 0, '2025-11-13 14:32:00'),
(4, 'INV-68ZB9XAYF', 2315.00, 50.00, 0, '2025-11-29 15:56:32'),
(5, 'INV-695L7CBB6', 1250.00, 0.00, 0, '2025-11-29 15:58:23'),
(6, 'INV-1764417395704', 4100.00, 350.00, 1, '2025-11-29 17:56:35'),
(7, 'INV-1764565241049', 1690.00, 150.00, 1, '2025-12-01 11:00:41'),
(8, 'INV-1764574501522', 2380.00, 350.00, 1, '2025-12-01 13:35:02'),
(9, 'INV-1765266327739', 1450.00, 150.00, 1, '2025-12-09 13:45:28'),
(10, 'INV-1765360185018', 970.00, 75.00, 1, '2025-12-10 15:49:45'),
(11, 'INV-69ADLIFKY', 250249.00, 0.00, 0, '2025-12-11 17:31:54'),
(12, 'INV-1765773497440', 750.00, 50.00, 0, '2025-12-15 10:38:17'),
(13, 'INV-1765773935999', 719997.00, 1000.00, 1, '2025-12-15 10:45:36'),
(14, 'INV-1765774164119', 719997.00, 1000.00, 1, '2025-12-15 10:49:24'),
(16, 'INV-1765778590715', 5400.00, 500.00, 1, '2025-12-15 12:03:10'),
(17, 'INV-1765776817711', 722897.00, 1200.00, 0, '2025-12-15 13:17:55'),
(18, 'INV-1765790511054', 1800.00, 120.00, 1, '2025-12-15 15:21:51'),
(19, 'INV-1765790601533', 1200.00, 120.00, 1, '2025-12-15 15:23:21'),
(20, 'INV-1765796738197', 1450.00, 120.00, 1, '2025-12-15 17:05:38'),
(21, 'INV-1765950750137', 239999.00, 1000.00, 1, '2025-12-17 11:52:30'),
(22, 'INV-1765950904065', 4090.00, 350.00, 1, '2025-12-17 11:55:04'),
(23, 'INV-1765962642762', 600.00, 50.00, 0, '2025-12-17 15:10:42'),
(24, 'INV-1765964755690', 1570.00, 120.00, 1, '2025-12-17 15:45:55'),
(25, 'INV-69D1X4CDV', 2900.00, 0.00, 0, '2025-12-18 11:18:50'),
(26, 'INV-69FF8MA7G', 30479.00, 0.00, 0, '2025-12-24 10:37:05'),
(27, 'INV-69FF8WG7Q', 27499.00, 0.00, 0, '2025-12-24 10:37:46'),
(28, 'INV-69FF8YDR8', 1780.00, 0.00, 0, '2025-12-24 10:37:54'),
(29, 'INV-1768211768889', 2050.00, 350.00, 1, '2026-01-12 15:56:09'),
(30, 'INV-1768211887990', 2499.00, 350.00, 1, '2026-01-12 15:58:08'),
(31, 'INV-69RRZ3NKF', 2380.00, 0.00, 0, '2026-01-24 13:37:10'),
(32, 'INV-1771829797956', 600.00, 200.00, 0, '2026-02-23 12:56:38'),
(33, 'INV-1771833765745', 2290.00, 350.00, 1, '2026-02-23 14:02:46'),
(34, 'INV-1771916389837', 2290.00, 350.00, 1, '2026-02-24 12:59:50'),
(35, 'INV-1771921066199', 2290.00, 350.00, 1, '2026-02-24 14:17:46'),
(36, 'INV-1772527854903', 1200.00, 120.00, 1, '2026-03-03 14:50:55'),
(37, 'INV-1772527904440', 1200.00, 120.00, 1, '2026-03-03 14:51:44'),
(38, 'INV-1772527949848', 1565.00, 120.00, 1, '2026-03-03 14:52:30'),
(39, 'INV-1772527971892', 2100.00, 350.00, 1, '2026-03-03 14:52:51'),
(40, 'INV-6A782LQ1I', 3000.00, 500.00, 0, '2026-03-04 11:39:01'),
(41, 'INV-6A783DFN4', 179999.00, 9999.00, 0, '2026-03-04 11:40:58'),
(42, 'INV-6A783SFUD', 239999.00, 0.00, 0, '2026-03-04 11:41:20'),
(43, 'INV-6A783W71F', 7569.00, 0.00, 0, '2026-03-04 11:41:56'),
(44, 'INV-6A784F10I', 4998.00, 0.00, 0, '2026-03-04 11:43:50'),
(45, 'INV-6A789VINN', 4998.00, 998.00, 0, '2026-03-04 11:58:30'),
(46, 'INV-6A78A2EGC', 12495.00, 0.00, 0, '2026-03-04 11:58:50'),
(47, 'INV-6A78B21KX', 5400.00, 0.00, 0, '2026-03-04 12:03:24'),
(48, 'INV-6A78BY6G8', 3000.00, 0.00, 0, '2026-03-04 12:04:15'),
(49, 'INV-6A78C4B96', 6600.00, 0.00, 0, '2026-03-04 12:05:14'),
(50, 'INV-1772604518213', 4800.00, 350.00, 1, '2026-03-04 12:08:38'),
(51, 'INV-6A78DPVGJ', 7200.00, 0.00, 0, '2026-03-04 12:09:33'),
(52, 'INV-6A78F0OT0', 7200.00, 0.00, 0, '2026-03-04 12:13:45'),
(53, 'INV-6A78GLSKC', 19800.00, 800.00, 0, '2026-03-04 12:19:59'),
(54, 'INV-6A78N12KY', 6000.00, 0.00, 0, '2026-03-04 12:35:39'),
(56, 'INV-6A78PKOPS', 8100.00, 100.00, 0, '2026-03-04 12:45:08'),
(58, 'INV-6A78NX3UY', 8100.00, 0.00, 0, '2026-03-04 12:55:20'),
(59, 'INV-6AKBPRLYO', 12495.00, 50.00, 0, '2026-04-06 11:48:52'),
(60, 'INV-6AKBVVCJ0', 250876.00, 0.00, 0, '2026-04-06 12:06:04'),
(61, 'INV-6AKBW1AWU', 1455.00, 50.00, 0, '2026-04-06 12:09:08'),
(62, 'INV-1775457405216', 239999.00, 1000.00, 1, '2026-04-06 12:36:45'),
(63, 'INV-1775457712423', 860.00, 50.00, 0, '2026-04-06 12:41:52'),
(64, 'INV-6AKDKX5T2', 2000.00, 0.00, 0, '2026-04-06 14:57:03'),
(66, 'INV-6AKSS1SZC', 5070.00, 10.00, 0, '2026-04-07 16:28:24'),
(69, 'INV-6AKSRZKCS', 2499.00, 0.00, 0, '2026-04-07 18:24:31'),
(70, 'INV-6ALHOYZAW', 241399.00, 50.00, 0, '2026-04-09 10:19:50'),
(72, 'INV-1775730879771', 1800.00, 120.00, 0, '2026-04-15 11:47:23'),
(77, 'INV-6ANXX2L7F', 4998.00, 0.00, 0, '2026-04-15 15:18:29'),
(78, 'INV-6AKSSCVTT', 2499.00, 0.00, 0, '2026-04-15 18:35:41'),
(79, 'INV-6AOB3Y9PZ', 5070.00, 0.00, 0, '2026-04-16 12:39:41'),
(80, 'INV-1776322181789', 1190.00, 120.00, 1, '2026-04-16 12:49:41'),
(81, 'INV-1776322198533', 2290.00, 350.00, 1, '2026-04-16 12:49:58'),
(82, 'INV-1776322749348', 2290.00, 350.00, 1, '2026-04-16 12:59:09'),
(83, 'INV-1776322764819', 600.00, 50.00, 0, '2026-04-16 12:59:24'),
(84, 'INV-1776323215572', 179999.00, 1000.00, 1, '2026-04-16 13:06:55'),
(85, 'INV-1776323464851', 82497.00, 1000.00, 1, '2026-04-16 13:11:04'),
(86, 'INV-1776323492451', 179999.00, 1000.00, 1, '2026-04-16 13:11:32'),
(87, 'INV-1776323953106', 179999.00, 1000.00, 1, '2026-04-16 13:19:13'),
(88, 'INV-1776324117571', 239999.00, 1000.00, 1, '2026-04-16 13:21:57'),
(89, 'INV-1776324154250', 82497.00, 1000.00, 1, '2026-04-16 13:22:34'),
(90, 'INV-1776324409226', 96600.00, 1000.00, 1, '2026-04-16 13:26:49'),
(91, 'INV-1776324428571', 479998.00, 1000.00, 1, '2026-04-16 13:27:08'),
(92, 'INV-1776325136691', 239999.00, 1000.00, 1, '2026-04-16 13:38:56'),
(94, 'INV-1776325459153', 239999.00, 1000.00, 0, '2026-04-16 13:45:27'),
(95, 'INV-1776325628585', 207498.00, 1000.00, 1, '2026-04-16 13:47:08'),
(96, 'INV-1776325711152', 54998.00, 1000.00, 1, '2026-04-16 13:48:31'),
(97, 'INV-1776326001913', 144900.00, 1000.00, 1, '2026-04-16 13:53:21'),
(98, 'INV-1776328286167', 2290.00, 350.00, 1, '2026-04-16 14:31:26'),
(99, 'INV-1776328304510', 600.00, 50.00, 0, '2026-04-16 14:31:44'),
(100, 'INV-1776921868738', 1450.00, 120.00, 1, '2026-04-23 11:24:28'),
(101, 'INV-1776921915792', 1450.00, 120.00, 1, '2026-04-23 11:25:15'),
(102, 'INV-1776921927745', 1450.00, 120.00, 1, '2026-04-23 11:25:27'),
(103, 'INV-1776922086904', 1450.00, 120.00, 1, '2026-04-23 11:28:06'),
(104, 'INV-1776922096048', 1450.00, 120.00, 1, '2026-04-23 11:28:16'),
(105, 'INV-1776922106584', 1450.00, 120.00, 1, '2026-04-23 11:28:26'),
(106, 'INV-1776922117136', 1450.00, 120.00, 1, '2026-04-23 11:28:37'),
(107, 'INV-1776922168432', 1690.00, 120.00, 1, '2026-04-23 11:29:28'),
(108, 'INV-1776922195905', 1690.00, 120.00, 1, '2026-04-23 11:29:55'),
(109, 'INV-1776922206472', 1690.00, 120.00, 1, '2026-04-23 11:30:06'),
(110, 'INV-1776922303952', 2290.00, 350.00, 1, '2026-04-23 11:31:44'),
(111, 'INV-1776922616607', 2290.00, 350.00, 1, '2026-04-23 11:36:56'),
(112, 'INV-1776922639319', 2290.00, 350.00, 1, '2026-04-23 11:37:19'),
(113, 'INV-1776922954711', 2290.00, 350.00, 1, '2026-04-23 11:42:34'),
(114, 'INV-1776923017895', 2290.00, 350.00, 1, '2026-04-23 11:43:37'),
(115, 'INV-1776923078951', 2290.00, 350.00, 1, '2026-04-23 11:44:38'),
(116, 'INV-1776923080391', 2290.00, 350.00, 1, '2026-04-23 11:44:40'),
(117, 'INV-1776923093719', 2290.00, 350.00, 1, '2026-04-23 11:44:53'),
(118, 'INV-1776923102631', 2290.00, 350.00, 1, '2026-04-23 11:45:02'),
(119, 'INV-1776926380076', 3980.00, 350.00, 1, '2026-04-23 12:39:40'),
(120, 'INV-1776926400516', 3980.00, 350.00, 1, '2026-04-23 12:40:00'),
(121, 'INV-APR001', 234997.00, 0.00, 0, '2026-04-23 12:40:37'),
(122, 'INV-6ARUNLGXS', 7200.00, 0.00, 0, '2026-04-25 10:53:23'),
(123, 'INV-6ARUO6Y5S', 7200.00, 0.00, 0, '2026-04-25 10:55:01'),
(125, 'INV-6ARUONZ1J', 7200.00, 0.00, 0, '2026-04-25 10:58:30'),
(126, 'INV-1777185168154', 2499.00, 350.00, 1, '2026-04-26 12:32:48'),
(127, 'INV-1777540889651', 2290.00, 350.00, 1, '2026-04-30 15:21:29');

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

--
-- Table structure for table `order_info`
--

CREATE TABLE `order_info` (
  `order_no` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `ip_address` text DEFAULT NULL,
  `user_full_name` varchar(255) NOT NULL,
  `user_phone` varchar(20) NOT NULL,
  `user_email` varchar(100) NOT NULL,
  `user_address` text NOT NULL,
  `city_address` varchar(50) NOT NULL,
  `invoice_no` varchar(50) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_title` varchar(255) NOT NULL,
  `product_quantity` int(11) NOT NULL,
  `product_size` varchar(50) DEFAULT 'Default',
  `product_color` text DEFAULT NULL,
  `total_price` int(11) NOT NULL,
  `payment_method` varchar(50) NOT NULL,
  `order_note` text DEFAULT NULL,
  `order_date` datetime DEFAULT current_timestamp(),
  `order_status` varchar(50) DEFAULT 'Pending',
  `order_type` varchar(20) DEFAULT 'regular',
  `order_visibility` varchar(50) DEFAULT 'Show',
  `is_restock_inventory` varchar(5) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `order_info`
--

INSERT INTO `order_info` (`order_no`, `user_id`, `ip_address`, `user_full_name`, `user_phone`, `user_email`, `user_address`, `city_address`, `invoice_no`, `product_id`, `product_title`, `product_quantity`, `product_size`, `product_color`, `total_price`, `payment_method`, `order_note`, `order_date`, `order_status`, `order_type`, `order_visibility`, `is_restock_inventory`) VALUES
(4, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'free-shipping', 'INV-6A78NX3UY', 30, 'Panjabi For Eid 2026', 3, '', '', 2100, 'Cash On Delivery', NULL, '2026-03-04 12:55:20', 'Ready To Ship', 'regular', 'Show', '0'),
(3, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'free-shipping', 'INV-6A78NX3UY', 28, 'Football Jercey', 10, 'L', 'Black', 6000, 'Cash On Delivery', NULL, '2026-03-04 12:55:20', 'Ready To Ship', 'regular', 'Show', '0'),
(5, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-6AKBPRLYO', 11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 2, '', '', 4998, 'Cash On Delivery', NULL, '2026-04-06 11:48:52', 'Confirmed', 'regular', 'Show', '0'),
(6, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-6AKBPRLYO', 11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 3, '', '', 7497, 'Cash On Delivery', NULL, '2026-04-06 11:48:52', 'Confirmed', 'regular', 'Show', '0'),
(7, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AKBVVCJ0', 3, 'Mens Denim Jeans - Indigo', 2, '', '', 3380, 'Cash On Delivery', NULL, '2026-03-10 12:06:04', 'Confirmed', 'regular', 'Show', '0'),
(8, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AKBVVCJ0', 11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 3, '', '', 7497, 'Cash On Delivery', NULL, '2026-03-10 12:06:04', 'Confirmed', 'regular', 'Show', '0'),
(9, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AKBVVCJ0', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', 'White', 239999, 'Cash On Delivery', NULL, '2026-03-10 12:06:04', 'Confirmed', 'regular', 'Show', '0'),
(10, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AKBW1AWU', 6, 'Mens Premium Blank T-shirt', 3, 'M', 'Black', 1455, 'Cash On Delivery', NULL, '2026-04-03 12:09:08', 'Confirmed', 'regular', 'Show', '0'),
(26, 0, NULL, 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1775730879771', 28, 'Football Jercey', 3, 'XL', 'Purple', 1800, 'Cash On Delivery', NULL, '2026-04-15 11:47:23', 'Returned', 'regular', 'Show', '1'),
(14, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'free-shipping', 'INV-6AKDKX5T2', 28, 'Football Jercey', 1, 'L', 'Black', 600, 'Cash On Delivery', NULL, '2026-04-06 14:57:03', 'Confirmed', 'regular', 'Show', '0'),
(15, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'free-shipping', 'INV-6AKDKX5T2', 30, 'Panjabi For Eid 2026', 2, '', '', 1400, 'Cash On Delivery', NULL, '2026-04-06 14:57:03', 'Confirmed', 'regular', 'Show', '0'),
(21, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'free-shipping', 'INV-6ALHOYZAW', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', '', 239999, 'Cash On Delivery', NULL, '2026-04-09 10:19:50', 'Confirmed', 'regular', 'Show', '0'),
(17, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'free-shipping', 'INV-6AKSS1SZC', 3, 'Mens Denim Jeans - Indigo', 3, '', '', 5070, 'Cash On Delivery', NULL, '2026-04-07 16:28:24', 'Confirmed', 'regular', 'Show', '0'),
(32, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi, Dhaka, Bangladesh', 'free-shipping', 'INV-6AKSSCVTT', 11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 1, '', '', 2499, 'Cash On Delivery', NULL, '2026-03-04 18:35:41', 'Confirmed', 'regular', 'Show', '0'),
(22, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'free-shipping', 'INV-6ALHOYZAW', 30, 'Panjabi For Eid 2026', 2, '', '', 1400, 'Cash On Delivery', NULL, '2026-04-09 10:19:50', 'Confirmed', 'regular', 'Show', '0'),
(31, 0, NULL, 'TEST TEST', '01111111111', 'test@gmail.com', 'NO', 'Inside Dhaka', 'INV-6ANXX2L7F', 11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 2, '', '', 4998, 'Cash On Delivery', NULL, '2026-04-15 15:18:29', 'In-Courier', 'regular', 'Show', '0'),
(33, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AOB3Y9PZ', 3, 'Mens Denim Jeans - Indigo', 3, '', '', 5070, 'Cash On Delivery', NULL, '2026-03-11 12:39:41', 'Confirmed', 'regular', 'Show', '0'),
(34, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776322181789', 14, 'Women\'s Premium Kurti - Creimenia', 1, '', '', 1190, 'Cash On Delivery', '', '2026-04-16 12:49:41', 'Cancelled', 'regular', 'Show', '1'),
(35, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776322198533', 3, 'Mens Denim Jeans - Indigo', 1, '', '', 1690, 'bKash', '', '2026-04-16 12:49:58', 'Confirmed', 'regular', 'Show', '0'),
(36, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776322198533', 28, 'Football Jercey', 1, 'XL', 'Purple', 600, 'bKash', '', '2026-04-16 12:49:58', 'Confirmed', 'regular', 'Show', '0'),
(37, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776322749348', 2, 'Mens Premium Shirt - Urban', 1, 'L', '', 2290, 'upay', '', '2026-04-16 12:59:09', 'Pre-Order', 'regular', 'Show', '0'),
(38, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776322764819', 28, 'Football Jercey', 1, 'M', 'Red', 600, 'rocket', '', '2026-04-16 12:59:24', 'Delivered', 'regular', 'Show', '0'),
(39, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776323215572', 12, 'MacBook Air 15\" M3 Chip 16 512GB Midnight', 1, '', 'Purple', 179999, 'bKash', '', '2026-04-16 13:06:55', 'Ready To Ship', 'regular', 'Show', '0'),
(40, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776323464851', 13, 'TECNO CAMON 40 Pro (8 256GB)', 3, '', 'White', 82497, 'upay', '', '2026-04-16 13:11:04', 'Confirmed', 'regular', 'Show', '0'),
(41, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776323492451', 12, 'MacBook Air 15\" M3 Chip 16 512GB Midnight', 1, '', 'Black', 179999, 'rocket', '', '2026-04-16 13:11:32', 'Ship Later', 'regular', 'Show', '0'),
(42, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776323953106', 12, 'MacBook Air 15\" M3 Chip 16 512GB Midnight', 1, '', 'Black', 179999, 'nagad', '', '2026-04-16 13:19:13', 'Pre-Order', 'regular', 'Show', '0'),
(43, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776324117571', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', 'White', 239999, 'Cash On Delivery', '', '2026-04-16 13:21:57', 'Confirmed', 'regular', 'Show', '0'),
(44, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776324154250', 13, 'TECNO CAMON 40 Pro (8 256GB)', 3, '', 'White', 82497, 'bKash', '', '2026-04-16 13:22:34', 'Confirmed', 'regular', 'Show', '0'),
(45, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776324409226', 8, 'SAFE ST18KRINV Inverter AC', 2, '', '', 96600, 'Cash On Delivery', '', '2026-04-16 13:26:49', 'Confirmed', 'regular', 'Hide', '0'),
(46, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776324428571', 10, 'iPhone 16 Pro Inactive USA 512GB', 2, '', 'White', 479998, 'nagad', '', '2026-04-16 13:27:08', 'Confirmed', 'regular', 'Show', '0'),
(101, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-JAN001', 3, 'Mens Denim Jeans - Indigo', 2, '', '', 3380, 'bKash', '', '2026-01-05 11:22:10', 'Delivered', 'regular', 'Show', '0'),
(102, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-JAN001', 28, 'Football Jercey', 1, 'L', 'Black', 600, 'bKash', '', '2026-01-05 11:22:10', 'Delivered', 'regular', 'Show', '0'),
(103, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-FEB001', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', 'White', 239999, 'Cash On Delivery', '', '2026-02-10 15:45:20', 'Confirmed', 'regular', 'Show', '0'),
(104, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-MAR001', 11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 2, '', '', 4998, 'nagad', '', '2026-03-12 18:10:05', 'Ready To Ship', 'regular', 'Show', '0'),
(226, 0, NULL, 'Fardin Ahmed', '01799673358', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-APR001', 13, 'TECNO CAMON 40 Pro (8 256GB)', 2, '', 'White', 54998, 'Cash On Delivery', NULL, '2026-04-23 12:40:37', 'Confirmed', 'regular', 'Show', '0'),
(225, 0, NULL, 'Fardin Ahmed', '01799673358', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-APR001', 12, 'MacBook Air 15\" M3 Chip 16 512GB Midnight', 1, '', 'Black', 179999, 'Cash On Delivery', NULL, '2026-04-23 12:40:37', 'Confirmed', 'regular', 'Show', '0'),
(107, 0, NULL, 'TEST TEST', '01111111111', 'test@gmail.com', 'NO', 'Inside Dhaka', 'INV-MAY001', 6, 'Mens Premium Blank T-shirt', 4, 'M', 'Black', 1940, 'Cash On Delivery', '', '2026-05-14 10:05:30', 'Cancelled', 'regular', 'Show', '1'),
(108, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-JUN001', 30, 'Panjabi For Eid 2026', 3, '', '', 2100, 'bKash', '', '2026-06-02 09:45:00', 'Delivered', 'regular', 'Show', '0'),
(109, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-JUL001', 8, 'SAFE ST18KRINV Inverter AC', 1, '', '', 48300, 'nagad', '', '2026-07-19 16:30:12', 'Ready To Ship', 'regular', 'Show', '0'),
(110, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-AUG001', 3, 'Mens Denim Jeans - Indigo', 2, '', '', 3380, 'Cash On Delivery', '', '2026-08-22 12:15:40', 'Pending', 'regular', 'Show', '0'),
(111, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-SEP001', 14, 'Women\'s Premium Kurti - Creimenia', 2, '', '', 2380, 'upay', '', '2026-09-11 14:05:22', 'Delivered', 'regular', 'Show', '0'),
(112, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-OCT001', 11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 1, '', '', 2499, 'rocket', '', '2026-10-03 17:55:11', 'Ship Later', 'regular', 'Show', '0'),
(113, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-NOV001', 13, 'TECNO CAMON 40 Pro (8 256GB)', 1, '', 'White', 27499, 'Cash On Delivery', '', '2026-11-18 19:10:50', 'Pending', 'regular', 'Show', '0'),
(114, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-DEC001', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', 'White', 239999, 'bKash', '', '2026-12-25 20:45:33', 'Pre-Order', 'regular', 'Show', '0'),
(201, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-HIGH001', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', 'White', 239999, 'bKash', '', '2026-06-10 12:10:00', 'Pending', 'regular', 'Show', '0'),
(202, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-HIGH001', 11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 2, '', '', 4998, 'bKash', '', '2026-06-10 12:10:00', 'Pending', 'regular', 'Show', '0'),
(203, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-HIGH001', 8, 'SAFE ST18KRINV Inverter AC', 1, '', '', 48300, 'bKash', '', '2026-06-10 12:10:00', 'Pending', 'regular', 'Show', '0'),
(204, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-HIGH002', 12, 'MacBook Air 15\" M3 Chip 16 512GB Midnight', 1, '', 'Black', 179999, 'nagad', '', '2026-07-15 14:25:00', 'Ready To Ship', 'regular', 'Show', '0'),
(205, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-HIGH002', 13, 'TECNO CAMON 40 Pro (8 256GB)', 1, '', 'White', 27499, 'nagad', '', '2026-07-15 14:25:00', 'Ready To Ship', 'regular', 'Show', '0'),
(206, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-HIGH003', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', 'White', 239999, 'Cash On Delivery', '', '2026-08-05 18:40:00', 'Pending', 'regular', 'Show', '0'),
(207, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-HIGH004', 12, 'MacBook Air 15\" M3 Chip 16 512GB Midnight', 2, '', 'Black', 359998, 'rocket', '', '2026-09-12 11:15:00', 'Delivered', 'regular', 'Show', '0'),
(208, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-HIGH005', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', 'White', 239999, 'upay', '', '2026-10-01 13:05:00', 'Confirmed', 'regular', 'Show', '0'),
(209, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-HIGH005', 6, 'Mens Premium Blank T-shirt', 5, 'M', 'Black', 2425, 'upay', '', '2026-10-01 13:05:00', 'Confirmed', 'regular', 'Show', '0'),
(210, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-HIGH006', 12, 'MacBook Air 15\" M3 Chip 16 512GB Midnight', 1, '', 'Black', 179999, 'bKash', '', '2026-11-20 17:20:00', 'Ready To Ship', 'regular', 'Show', '0'),
(211, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776325136691', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', 'White', 239999, 'Cash On Delivery', '', '2026-04-16 13:38:56', 'Confirmed', 'regular', 'Show', '0'),
(213, 0, NULL, 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776325459153', 10, 'iPhone 16 Pro Inactive USA 512GB', 1, '', 'White', 239999, 'Cash On Delivery', NULL, '2026-04-16 13:45:27', 'Pending', 'regular', 'Show', '0'),
(214, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776325628585', 12, 'MacBook Air 15\" M3 Chip 16 512GB Midnight', 1, '', 'Purple', 179999, 'Cash On Delivery', '', '2026-04-16 13:47:08', 'Delivered', 'regular', 'Show', '0'),
(215, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776325628585', 13, 'TECNO CAMON 40 Pro (8 256GB)', 1, '', 'Black', 27499, 'Cash On Delivery', '', '2026-04-16 13:47:08', 'Delivered', 'regular', 'Show', '0'),
(216, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776325711152', 13, 'TECNO CAMON 40 Pro (8 256GB)', 2, '', 'Purple', 54998, 'Cash On Delivery', '', '2026-04-16 13:48:31', 'Hold', 'regular', 'Show', '0'),
(217, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776326001913', 8, 'SAFE ST18KRINV Inverter AC', 3, '', '', 144900, 'upay', '', '2026-04-16 13:53:21', 'Delivered', 'regular', 'Show', '0'),
(218, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776328286167', 2, 'Mens Premium Shirt - Urban', 1, 'L', '', 2290, 'Cash On Delivery', '', '2026-04-16 14:31:26', 'Pending', 'regular', 'Show', '0'),
(219, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776328304510', 28, 'Football Jercey', 1, 'XL', 'Purple', 600, 'bKash', '', '2026-04-16 14:31:44', 'Pending', 'regular', 'Show', '0'),
(220, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776922117136', 1, 'Mens Premium Shirt - Designer Edition', 1, 'X', '', 1450, 'Cash On Delivery', '', '2026-04-23 11:28:37', 'Pending', 'regular', 'Show', '0'),
(221, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776922206472', 3, 'Mens Denim Jeans - Indigo', 1, '', '', 1690, 'Cash On Delivery', '', '2026-04-23 11:30:06', 'Pending', 'regular', 'Show', '0'),
(222, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776923102631', 2, 'Mens Premium Shirt - Urban', 1, 'L', '', 2290, 'Cash On Delivery', '', '2026-04-23 11:45:02', 'Pending', 'regular', 'Show', '0'),
(223, 0, '::1', 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776926400516', 2, 'Mens Premium Shirt - Urban', 1, 'L', '', 2290, 'Cash On Delivery', '', '2026-04-23 12:40:00', 'Pending', 'regular', 'Show', '0'),
(224, 0, '::1', 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1776926400516', 3, 'Mens Denim Jeans - Indigo', 1, '', '', 1690, 'Cash On Delivery', '', '2026-04-23 12:40:00', 'Pending', 'regular', 'Show', '0'),
(227, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'free-shipping', 'INV-6ARUNLGXS', 31, 'Mens Premium Red Panjabi', 4, '30', '', 7200, 'Cash On Delivery', NULL, '2026-04-25 10:53:23', 'Delivered', 'regular', 'Hide', '0'),
(230, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'free-shipping', 'INV-6ARUONZ1J', 31, 'Mens Premium Red Panjabi', 4, '20', '', 7200, 'Cash On Delivery', NULL, '2026-04-25 10:58:30', 'Ready To Ship', 'regular', 'Show', '0'),
(231, 3, '::1', 'Fardin Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1777185168154', 11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 1, '', '', 2499, 'sslcommerz', '', '2026-04-26 12:32:48', 'Pending', 'regular', 'Show', '0'),
(232, 0, '::1', 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Inside Dhaka', 'INV-1777540889651', 2, 'Mens Premium Shirt - Urban', 1, 'L', '', 2290, 'Cash On Delivery', '', '2026-04-30 15:21:29', 'Pending', 'regular', 'Show', '0'),
(233, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AVXVIU79', 13, 'TECNO CAMON 40 Pro (8 256GB)', 1, 'Default', NULL, 27499, 'Cash On Delivery', NULL, '2026-05-05 18:09:26', 'Pending', 'regular', 'Show', '0'),
(234, 0, NULL, 'Md Jony', '01559907883', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AVY13MVV', 13, 'TECNO CAMON 40 Pro (8 256GB)', 1, '20', 'Blue', 27499, 'Cash On Delivery', NULL, '2026-05-05 18:25:03', 'Pending', 'regular', 'Show', '0'),
(235, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AVY54UQR', 13, 'TECNO CAMON 40 Pro (8 256GB)', 2, '', 'Purple', 54998, 'Cash On Delivery', NULL, '2026-05-05 18:36:21', 'Pending', 'regular', 'Show', '0'),
(236, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AVY74KAI', 13, 'TECNO CAMON 40 Pro (8 256GB)', 10, '', 'White', 274990, 'Cash On Delivery', NULL, '2026-05-05 18:41:55', 'Pending', 'regular', 'Show', '0'),
(237, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AVY77H3Y', 13, 'TECNO CAMON 40 Pro (8 256GB)', 10, '', 'Purple', 274990, 'Cash On Delivery', NULL, '2026-05-05 18:42:09', 'Pending', 'regular', 'Show', '0'),
(238, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AVY7E3ND', 13, 'TECNO CAMON 40 Pro (8 256GB)', 2, '', 'Purple', 54998, 'Cash On Delivery', NULL, '2026-05-05 18:42:40', 'Pending', 'regular', 'Show', '0'),
(239, 0, NULL, 'Fardin Ahmed', '01944667441', 'fardin@gmail.com', 'Dhanmondi', 'Outside Dhaka', 'INV-6AVY8CTIW', 13, 'TECNO CAMON 40 Pro (8 256GB)', 1, '', 'Black', 27499, 'Cash On Delivery', NULL, '2026-05-05 18:45:22', 'Pending', 'regular', 'Show', '0');

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

--
-- Table structure for table `page_access`
--

CREATE TABLE `page_access` (
  `id` int(11) NOT NULL,
  `role_id` int(11) NOT NULL,
  `dashboard` int(11) NOT NULL DEFAULT 1,
  `product` int(11) NOT NULL DEFAULT 0,
  `categories` int(11) NOT NULL DEFAULT 0,
  `blogs` int(11) NOT NULL DEFAULT 0,
  `brands` int(11) NOT NULL DEFAULT 0,
  `fraud_checker` int(11) NOT NULL DEFAULT 0,
  `landing_pages` int(11) NOT NULL DEFAULT 0,
  `customer_msg` int(11) NOT NULL DEFAULT 0,
  `testimonials` int(11) NOT NULL DEFAULT 0,
  `reviews` int(11) NOT NULL DEFAULT 0,
  `sales_report` int(11) NOT NULL DEFAULT 0,
  `slider` int(11) NOT NULL DEFAULT 0,
  `banner` int(11) NOT NULL DEFAULT 0,
  `discounts` int(11) NOT NULL DEFAULT 0,
  `coupons` int(11) NOT NULL DEFAULT 0,
  `customers` int(11) NOT NULL DEFAULT 0,
  `orders` int(11) NOT NULL DEFAULT 0,
  `payments` int(11) NOT NULL DEFAULT 0,
  `accounts` int(11) NOT NULL DEFAULT 0,
  `inventory` int(11) DEFAULT 0,
  `invoice` int(11) DEFAULT 0,
  `courier` int(11) DEFAULT 0,
  `history` int(11) DEFAULT 0,
  `settings` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `page_access`
--

INSERT INTO `page_access` (`id`, `role_id`, `dashboard`, `product`, `categories`, `blogs`, `brands`, `fraud_checker`, `landing_pages`, `customer_msg`, `testimonials`, `reviews`, `sales_report`, `slider`, `banner`, `discounts`, `coupons`, `customers`, `orders`, `payments`, `accounts`, `inventory`, `invoice`, `courier`, `history`, `settings`) VALUES
(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
(2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1),
(4, 4, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1);

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

--
-- Table structure for table `parcel_info`
--

CREATE TABLE `parcel_info` (
  `parcel_id` int(11) NOT NULL,
  `invoice_no` varchar(50) NOT NULL,
  `tracking_code` varchar(255) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `parcel_info`
--

INSERT INTO `parcel_info` (`parcel_id`, `invoice_no`, `tracking_code`, `created_at`) VALUES
(1, 'INV-6ANXX2L7F', 'SFR260415STC1CE0B3BD', '2026-04-15 14:39:17'),
(2, 'INV-1775730879771', 'SFR260415ST2F03904BD', '2026-04-15 18:07:56'),
(3, 'INV-1775730879771', 'SFR260415STA441B03BD', '2026-04-15 18:08:11');

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

--
-- Table structure for table `pathao_acc_info`
--

CREATE TABLE `pathao_acc_info` (
  `id` int(11) NOT NULL,
  `client_id` varchar(100) NOT NULL,
  `client_secret` varchar(255) NOT NULL,
  `username` varchar(150) NOT NULL,
  `password` varchar(150) NOT NULL,
  `grant_type` varchar(50) DEFAULT 'password',
  `store_id` varchar(100) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `pathao_acc_info`
--

INSERT INTO `pathao_acc_info` (`id`, `client_id`, `client_secret`, `username`, `password`, `grant_type`, `store_id`, `created_at`) VALUES
(1, '11223344', 'HJ235YHUJD', 'user56', '12345678', 'password', '3635786587', '2025-12-11 10:19:45');

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

--
-- Table structure for table `pathao_parcel_info`
--

CREATE TABLE `pathao_parcel_info` (
  `id` int(11) NOT NULL,
  `invoice_no` varchar(100) NOT NULL,
  `consignment_id` varchar(255) DEFAULT NULL,
  `delivery_fee` int(11) DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `payment_info`
--

CREATE TABLE `payment_info` (
  `serial_no` int(11) NOT NULL,
  `invoice_no` varchar(50) NOT NULL,
  `payment_method` varchar(50) DEFAULT NULL,
  `acc_number` varchar(50) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `paid_amount` int(11) NOT NULL DEFAULT 0,
  `store_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `payment_date` datetime DEFAULT current_timestamp(),
  `payment_status` varchar(50) DEFAULT 'Unpaid'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `payment_info`
--

INSERT INTO `payment_info` (`serial_no`, `invoice_no`, `payment_method`, `acc_number`, `transaction_id`, `paid_amount`, `store_amount`, `payment_date`, `payment_status`) VALUES
(15, 'INV-6ANXX2L7F', 'Cash On Delivery', '', '', 0, 0.00, '2026-02-10 11:35:58', 'Unpaid'),
(16, 'INV-1775730879771', 'Cash On Delivery', '', '', 0, 0.00, '2026-04-16 12:01:31', 'Refund'),
(17, 'INV-1776322198533', 'bKash', '01944667441', '436yrghfbnmv u56ym', 1940, 0.00, '2026-02-10 13:02:50', 'Full Paid'),
(4, 'INV-6AKBW1AWU', 'bKash', '01944667441', 'sdgsdhgdhf', 1555, 0.00, '2026-04-07 15:51:23', 'Full Paid'),
(5, 'INV-6AKBVVCJ0', 'Cash On Delivery', '', '', 251026, 0.00, '2026-04-06 13:13:38', 'Full Paid'),
(6, 'INV-6A78NX3UY', 'Cash On Delivery', '', '', 8100, 0.00, '2026-04-15 11:31:07', 'Full Paid'),
(7, 'INV-6AKSSCVTT', 'Cash On Delivery', '', '', 2499, 0.00, '2026-05-12 10:34:34', 'Full Paid'),
(8, 'INV-6AKSS1SZC', 'Cash On Delivery', '', '', 5060, 0.00, '2026-05-14 18:18:13', 'Full Paid'),
(10, 'INV-6AKDKX5T2', 'Cash On Delivery', '', '', 0, 0.00, '2026-04-09 10:34:37', 'Unpaid'),
(11, 'INV-6AKBPRLYO', 'Cash On Delivery', '', '', 0, 0.00, '2026-03-03 18:28:05', 'Unpaid'),
(12, 'INV-6ALHOYZAW', 'bKash', '', '', 0, 0.00, '2026-03-11 10:59:23', 'Unpaid'),
(18, 'INV-1776322198533', 'bKash', '01944667441', '436yrghfbnmv u56ym', 1940, 0.00, '2026-04-16 13:02:50', 'Full Paid'),
(19, 'INV-1776322749348', 'upay', '01944667441', '436yrghfbnmv u56ym', 1940, 0.00, '2026-05-07 13:02:55', 'Full Paid'),
(20, 'INV-1776322764819', 'rocket', '01944667441', 'dsgertf5346', 630, 0.00, '2026-04-16 12:59:24', 'Full Paid'),
(21, 'INV-1776323215572', 'bKash', '01944667441', 'dsgertf5346', 0, 0.00, '2026-04-16 13:36:53', 'Unpaid'),
(22, 'INV-1776323464851', 'upay', '01944667441', 'dsgertf5346', 0, 0.00, '2026-04-16 13:11:04', 'Unpaid'),
(23, 'INV-1776323492451', 'rocket', '01944667441', '436yrghfbnmv u56ym', 0, 0.00, '2026-02-10 13:11:32', 'Unpaid'),
(24, 'INV-1776323953106', 'nagad', '01944667441', '436yrghfbnmv u56ym', 0, 0.00, '2026-02-13 13:19:13', 'Unpaid'),
(307, 'INV-1776325136691', 'Cash On Delivery', '', '', 238999, 0.00, '2026-04-16 13:40:06', 'Full Paid'),
(25, 'INV-1776322181789', 'Cash On Delivery', '', '', 1070, 0.00, '2026-04-16 13:20:22', 'Full Paid'),
(26, 'INV-6AOB3Y9PZ', 'Cash On Delivery', '', '', 5220, 0.00, '2026-04-16 13:20:26', 'Full Paid'),
(27, 'INV-1776324154250', 'bKash', '01944667441', 'dsgertf5346', 0, 0.00, '2026-06-10 13:22:34', 'Unpaid'),
(28, 'INV-1776324117571', 'Cash On Delivery', '', '', 0, 0.00, '2026-01-21 13:23:32', 'Unpaid'),
(29, 'INV-1776324428571', 'nagad', '01944667441', '436yrghfbnmv u56ym', 0, 0.00, '2026-04-16 13:27:34', 'Unpaid'),
(30, 'INV-1776324409226', 'Cash On Delivery', '', '', 0, 0.00, '2026-01-13 13:27:37', 'Unpaid'),
(201, 'INV-JAN001', 'bKash', '01944667441', 'TXNJAN12345', 3980, 0.00, '2026-01-05 11:30:15', 'Full Paid'),
(202, 'INV-FEB001', 'Cash On Delivery', '', '', 239999, 0.00, '2026-02-10 16:00:00', 'Full Paid'),
(203, 'INV-MAR001', 'nagad', '01944667441', 'TXNMAR77889', 4998, 0.00, '2026-03-12 18:20:10', 'Full Paid'),
(204, 'INV-APR001', 'rocket', '01944667441', 'TXNAPR55667', 235077, 0.00, '2026-04-23 14:42:10', 'Full Paid'),
(205, 'INV-MAY001', 'Cash On Delivery', '', '', 1940, 0.00, '2026-05-14 10:20:00', 'Full Paid'),
(206, 'INV-JUN001', 'bKash', '01944667441', 'TXNJUN11223', 2100, 0.00, '2026-06-02 10:00:00', 'Full Paid'),
(207, 'INV-JUL001', 'nagad', '01944667441', 'TXNJUL99887', 48300, 0.00, '2026-07-19 16:45:00', 'Full Paid'),
(208, 'INV-AUG001', 'Cash On Delivery', '', '', 3380, 0.00, '2026-08-22 12:30:00', 'Full Paid'),
(209, 'INV-SEP001', 'upay', '01944667441', 'TXNSEP44556', 2380, 0.00, '2026-09-11 14:20:00', 'Full Paid'),
(210, 'INV-OCT001', 'rocket', '01944667441', 'TXNOCT77881', 2499, 0.00, '2026-10-03 18:10:00', 'Full Paid'),
(211, 'INV-NOV001', 'Cash On Delivery', '', '', 27499, 0.00, '2026-11-18 19:30:00', 'Full Paid'),
(212, 'INV-DEC001', 'bKash', '01944667441', 'TXNDEC90909', 239999, 0.00, '2026-12-25 21:00:00', 'Full Paid'),
(301, 'INV-HIGH001', 'bKash', '01944667441', 'TXNHIGH001', 293297, 0.00, '2026-06-10 12:20:00', 'Full Paid'),
(302, 'INV-HIGH002', 'nagad', '01944667441', 'TXNHIGH002', 207498, 0.00, '2026-07-15 14:40:00', 'Full Paid'),
(303, 'INV-HIGH003', 'Cash On Delivery', '', '', 239999, 0.00, '2026-08-05 19:00:00', 'Full Paid'),
(304, 'INV-HIGH004', 'rocket', '01944667441', 'TXNHIGH004', 359998, 0.00, '2026-09-12 11:30:00', 'Full Paid'),
(305, 'INV-HIGH005', 'upay', '01944667441', 'TXNHIGH005', 242424, 0.00, '2026-10-01 13:20:00', 'Full Paid'),
(306, 'INV-HIGH006', 'bKash', '01944667441', 'TXNHIGH006', 179999, 0.00, '2026-11-20 17:40:00', 'Full Paid'),
(308, 'INV-1776325459153', 'Cash On Delivery', '', '', 239079, 0.00, '2026-01-13 13:45:50', 'Full Paid'),
(309, 'INV-1776325628585', 'Cash On Delivery', '', '', 206498, 0.00, '2026-03-13 13:47:23', 'Full Paid'),
(310, 'INV-1776325711152', 'Cash On Delivery', '', '', 53998, 0.00, '2026-05-28 13:48:44', 'Full Paid'),
(311, 'INV-1776326001913', 'upay', '01944667441', '436yrghfbnmv u56ym', 143900, 0.00, '2026-05-21 13:53:41', 'Full Paid'),
(312, 'INV-1776328304510', 'bKash', '01944667441', '436yrghfbnmv u56ym', 0, 0.00, '2026-04-16 14:31:44', 'Unpaid'),
(313, 'INV-1776926400516', 'Cash On Delivery', '', '', 500, 0.00, '2026-04-23 14:52:07', 'Partially Paid'),
(314, 'INV-1777185168154', 'sslcommerz', '', '', 0, 0.00, '2026-04-26 12:32:48', 'Unpaid');

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

--
-- Table structure for table `product_color_list`
--

CREATE TABLE `product_color_list` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `color` varchar(50) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `product_color_list`
--

INSERT INTO `product_color_list` (`id`, `product_id`, `color`, `created_at`) VALUES
(72, 12, 'Black', '2025-12-15 15:48:31'),
(73, 12, 'Purple', '2025-12-15 15:48:31'),
(74, 10, 'Red', '2025-12-15 15:48:52'),
(75, 10, 'White', '2025-12-15 15:48:52'),
(76, 6, 'Black', '2025-12-15 15:52:42'),
(77, 6, 'White', '2025-12-15 15:52:42'),
(78, 5, 'Blue', '2025-12-15 15:53:17'),
(79, 9, 'White', '2025-12-15 17:51:01'),
(80, 9, 'Black', '2025-12-15 17:51:01'),
(127, 28, 'White', '2026-04-15 11:25:56'),
(128, 28, 'Black', '2026-04-15 11:25:56'),
(129, 28, 'Purple', '2026-04-15 11:25:56'),
(130, 28, 'Red', '2026-04-15 11:25:56'),
(135, 13, 'Blue', '2026-06-09 16:10:34'),
(136, 13, 'Black', '2026-06-09 16:10:34'),
(137, 13, 'Purple', '2026-06-09 16:10:34'),
(138, 13, 'White', '2026-06-09 16:10:34');

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

--
-- Table structure for table `product_info`
--

CREATE TABLE `product_info` (
  `product_id` int(11) NOT NULL,
  `product_title` varchar(255) NOT NULL,
  `product_purchase_price` int(11) NOT NULL,
  `product_regular_price` int(11) NOT NULL,
  `product_price` int(11) NOT NULL,
  `main_ctg_id` int(11) NOT NULL,
  `sub_ctg_id` int(11) NOT NULL,
  `available_stock` int(11) NOT NULL,
  `is_preorder` tinyint(1) DEFAULT 0,
  `preorder_available_date` date DEFAULT NULL,
  `preorder_note` text DEFAULT NULL,
  `size_option` varchar(50) DEFAULT NULL,
  `product_keyword` varchar(255) DEFAULT NULL,
  `product_code` varchar(255) DEFAULT NULL,
  `product_short_description` text DEFAULT NULL,
  `product_description` text DEFAULT NULL,
  `product_img1` varchar(255) DEFAULT NULL,
  `product_img2` varchar(255) DEFAULT NULL,
  `product_img3` varchar(255) DEFAULT NULL,
  `product_img4` varchar(255) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `product_type` text NOT NULL,
  `product_slug` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `product_info`
--

INSERT INTO `product_info` (`product_id`, `product_title`, `product_purchase_price`, `product_regular_price`, `product_price`, `main_ctg_id`, `sub_ctg_id`, `available_stock`, `is_preorder`, `preorder_available_date`, `preorder_note`, `size_option`, `product_keyword`, `product_code`, `product_short_description`, `product_description`, `product_img1`, `product_img2`, `product_img3`, `product_img4`, `created_at`, `product_type`, `product_slug`) VALUES
(1, 'Mens Premium Shirt - Designer Edition', 0, 1890, 1450, 1, 1, 62, 0, NULL, NULL, 'Default', 'shirt', '', '', '<p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">Made of premium grade cotton. Stitched with intensive care.&nbsp;Slim-fit shirt in woven fabric with an easy-iron finish.</p><ul style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><li style=\"box-sizing: inherit;\">Y Fit/Slim fit collar shirt</li><li style=\"box-sizing: inherit;\">Turn-down collar, classic button placket.</li><li style=\"box-sizing: inherit;\">Long sleeves with adjustable buttoning at cuffs and a sleeve placket with a link button.</li><li style=\"box-sizing: inherit;\">Gently rounded hem</li></ul> ', '../img/compressed_653e61e89a66d-square.jpeg', NULL, NULL, NULL, '2025-04-18 15:55:24', 'new_arrival', 'mens-premium-shirt-designer-edition'),
(2, 'Mens Premium Shirt - Urban', 1500, 2500, 2290, 1, 1, 42, 0, NULL, NULL, 'Default', 'shirt', '', '<p style=\"box-sizing: inherit; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px; color: rgb(55, 58, 60);\"><br></p><ul style=\"box-sizing: inherit; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px; color: rgb(55, 58, 60);\"><li style=\"box-sizing: inherit;\">Y Fit/Slim fit collar shirt</li><li style=\"box-sizing: inherit;\">Turn-down collar, classic button placket.</li><li style=\"box-sizing: inherit;\">Long sleeves with adjustable buttoning at cuffs and a sleeve placket with a link button</li></ul>', '<p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">Made of premium grade cotton. Stitched with intensive care.&nbsp;Slim-fit shirt in woven fabric with an easy-iron finish.</p><ul style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><li style=\"box-sizing: inherit;\">Y Fit/Slim fit collar shirt</li><li style=\"box-sizing: inherit;\">Turn-down collar, classic button placket.</li><li style=\"box-sizing: inherit;\">Long sleeves with adjustable buttoning at cuffs and a sleeve placket with a link button.</li><li style=\"box-sizing: inherit;\">Gently rounded hem</li></ul> ', '../img/compressed_651f9a7d524d3-square.jpg', NULL, NULL, NULL, '2025-04-18 15:56:50', 'new_arrival', 'mens-premium-shirt-urban'),
(3, 'Mens Denim Jeans - Indigo', 0, 2200, 1690, 1, 2, -10, 0, NULL, NULL, 'Default', 'pant', '347645t78u', '', '', '../img/compressed_651830ea2edad-square.png', NULL, NULL, NULL, '2025-04-18 15:58:08', 'trending', 'mens-denim-jeans-indigo'),
(4, 'Mens Denim Jeans - Jet Black', 0, 2200, 2050, 1, 2, 33, 0, NULL, NULL, 'Default', 'pant', '467587uy', '', '', '../img/compressed_660ab04660919-square.jpg', '../img/compressed_660aad08a5cec-square.jpg', '../img/compressed_6549f0fa83036-square.jpg', NULL, '2025-04-18 16:00:07', 'trending', 'mens-denim-jeans-jet-black'),
(5, 'Premium Elite Edition Cotton Polo - Sky Blue', 0, 1410, 1080, 1, 3, 49, 0, NULL, NULL, 'Default', 't shirt', '342654y', '', '<p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><b>The Polo t-shirt is made with Double&nbsp;PK fabric which features premium 80% combed compact organic cotton. The t-shirt has a soft touch which makes it very comfortable for day-long usage.&nbsp;</b></p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><b>Regular fit, Shirt collar.</b></p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">Color:&nbsp;</span>Sky Blue</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder;\">Fabric type&nbsp; :</span>&nbsp; Double&nbsp;PK</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder;\">Yarn count&nbsp; &nbsp;:&nbsp;</span>&nbsp;26/1</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder;\">Composition :</span>&nbsp;Cvc ( 80% cotton + 20% polyester )&nbsp;</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder;\">GSM&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :</span>&nbsp;210-220</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder;\">Color type:</span>&nbsp;Reactive Dye, Dye Finishing: Enzyme and Silicon Washed</p> ', '../img/compressed_641ad6ab2e091-square.jpg', '../img/compressed_641ad6ab2a461-square.jpg', '../img/compressed_641ad6ab2e091-square.jpg', '../img/compressed_641ad6ab2a461-square.jpg', '2025-04-18 16:04:51', '', 'premium-elite-edition-cotton-polo-sky-blue'),
(6, 'Mens Premium Blank T-shirt', 0, 640, 485, 1, 3, 141, 0, NULL, NULL, 'Default', 't shirt', '354tery', '', '<p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">Fabrilife Mens Premium Quality t-shirt that offers a much smoother, silky feel and more structured, mid-weight fit than the regular t-shirts . The t-shirts are made with finest quality Combed Compact Cotton , features astonishing ~175 GSM on just 26\'s cotton which gives a smooth and compact construction.</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">The compact finish guarantees that the t-shirt length and width will not change over wash or months of usage.</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">Color:&nbsp;</span>Black</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder;\">Detailed Specification:</span></p><ul style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><li style=\"box-sizing: inherit;\">Organic Ringspun Combed Compact Cotton</li><li style=\"box-sizing: inherit;\">100% Cotton</li><li style=\"box-sizing: inherit;\">Regular fit, Crew Neck Mid-weight, 5.16 oz/yd2(~175GSM)</li><li style=\"box-sizing: inherit;\">Reactive Dye, enzyme and silicon washed</li><li style=\"box-sizing: inherit;\">Preshurnk to minimize shrinkage</li></ul> ', '../img/compressed_61507e01ee991-square.jpg', '../img/compressed_61507e01e099f-square.jpg', NULL, NULL, '2025-04-18 16:06:30', 'new_arrival', 'mens-premium-blank-t-shirt');
INSERT INTO `product_info` (`product_id`, `product_title`, `product_purchase_price`, `product_regular_price`, `product_price`, `main_ctg_id`, `sub_ctg_id`, `available_stock`, `is_preorder`, `preorder_available_date`, `preorder_note`, `size_option`, `product_keyword`, `product_code`, `product_short_description`, `product_description`, `product_img1`, `product_img2`, `product_img3`, `product_img4`, `created_at`, `product_type`, `product_slug`) VALUES
(8, 'SAFE ST18KRINV Inverter AC', 0, 65000, 48300, 5, 26, 9, 0, NULL, NULL, 'Default', 'ac', '346treyhg', NULL, '<h1 class=\"font-semibold\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); font-size: 1.5rem; margin-bottom: 0px; color: rgb(37, 38, 43); font-family: Inter, sans-serif;\">1.5 Ton - White</h1><p style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); font-size: 1.5rem; margin-bottom: 0px; color: rgb(37, 38, 43); font-family: Inter, sans-serif;\"><br></p><p class=\"mb-6 text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 1.5rem; --tw-text-opacity: 1; color: rgb(82, 82, 82); font-family: Inter, sans-serif; font-size: 14px;\"><span style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); font-weight: bolder;\">Category:</span>&nbsp;<a class=\"text-blue-500\" href=\"https://evaly.com.bd/search?page=1&amp;categoryName=Air%20Conditioners\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); color: rgb(59, 130, 246); --tw-text-opacity: 1;\">Air Conditioners</a>&nbsp;<span class=\"mx-2\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229);\">|</span><span style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); font-weight: bolder;\">Brand:</span>&nbsp;<a class=\"text-blue-500\" href=\"https://evaly.com.bd/search?page=1&amp;brandName=SAFE\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); color: rgb(59, 130, 246); --tw-text-opacity: 1;\">SAFE</a></p><h2 class=\"mb-2 text-base font-semibold\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); font-size: 1rem; font-weight: 600; line-height: 1.5rem; color: rgb(37, 38, 43); font-family: Inter, sans-serif;\">Specifications:</h2><div style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); color: rgb(37, 38, 43); font-family: Inter, sans-serif; font-size: 14px;\"><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Brand&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">Safe</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Product Type&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">Air Conditioner</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Model&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">SAFE-ST18KPINV</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Air Conditioner Type&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">Intelligent Inverter</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Function&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">Cooling</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Cooling Capacity&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">18000 BTU/Hr</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Refrigerant&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">R-32</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Capacity&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">1.5 Ton</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Color&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">White</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Service Warranty&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">5 Years</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Spare Parts Warranty&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">1 Year Guarantee</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Installation Charge&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">Free</dd></dl></div> ', '../img/compressed_53cf61f4-2f1f-4a97-a03f-a81eef2b2b7f.png', NULL, NULL, NULL, '2025-04-18 16:09:23', 'top_selling', 'safe-st18krinv-inverter-ac');
INSERT INTO `product_info` (`product_id`, `product_title`, `product_purchase_price`, `product_regular_price`, `product_price`, `main_ctg_id`, `sub_ctg_id`, `available_stock`, `is_preorder`, `preorder_available_date`, `preorder_note`, `size_option`, `product_keyword`, `product_code`, `product_short_description`, `product_description`, `product_img1`, `product_img2`, `product_img3`, `product_img4`, `created_at`, `product_type`, `product_slug`) VALUES
(9, 'Stainless Steel Electric Kettle - 1.8 Litre', 0, 1250, 750, 5, 18, 25, 0, NULL, NULL, 'Default', '', '', '', '<p class=\"mb-6 text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 1.5rem; --tw-text-opacity: 1; color: rgb(82, 82, 82); font-family: Inter, sans-serif; font-size: 14px;\"><span style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); font-weight: bolder;\">Category:</span>&nbsp;<a class=\"text-blue-500\" href=\"https://evaly.com.bd/search?page=1&amp;categoryName=Electric%20Kettles\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); color: rgb(59, 130, 246); --tw-text-opacity: 1;\">Electric Kettles</a>&nbsp;<span class=\"mx-2\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229);\">|</span><span style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); font-weight: bolder;\">Brand:</span>&nbsp;<a class=\"text-blue-500\" href=\"https://evaly.com.bd/search?page=1&amp;brandName=Individual%20Collection\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); color: rgb(59, 130, 246); --tw-text-opacity: 1;\">Individual Collection</a></p><h2 class=\"mb-2 text-base font-semibold\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); font-size: 1rem; font-weight: 600; line-height: 1.5rem; color: rgb(37, 38, 43); font-family: Inter, sans-serif;\">Specifications:</h2><div style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); color: rgb(37, 38, 43); font-family: Inter, sans-serif; font-size: 14px;\"><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Product Type&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">Electric Kettle</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Material&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">Stainless Steel</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Voltage&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">230 Volts</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Wattage&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">1500 Watts</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Capacity&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">1.8 liters</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Warranty&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">3 Month Replacement</dd></dl><dl class=\"flex gap-4 mb-1\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); display: flex; gap: 1rem;\"><dt class=\"flex-1 max-w-[200px] font-semibold text-gray-600\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); max-width: 200px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(82, 82, 82);\">Delivery Time&nbsp;:</dt><dd class=\"flex-1 text-gray-500\" style=\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; border: 0px solid rgb(229, 229, 229); margin-bottom: 0px; flex: 1 1 0%; --tw-text-opacity: 1; color: rgb(115, 115, 115);\">Delivery in 72 Hours</dd></dl></div> ', '../img/compressed_763673f8-bc5e-424f-a6ff-eb7893acee63 (1).png', NULL, NULL, NULL, '2025-04-18 16:11:18', 'top_selling', 'stainless-steel-electric-kettle-18-litre');
INSERT INTO `product_info` (`product_id`, `product_title`, `product_purchase_price`, `product_regular_price`, `product_price`, `main_ctg_id`, `sub_ctg_id`, `available_stock`, `is_preorder`, `preorder_available_date`, `preorder_note`, `size_option`, `product_keyword`, `product_code`, `product_short_description`, `product_description`, `product_img1`, `product_img2`, `product_img3`, `product_img4`, `created_at`, `product_type`, `product_slug`) VALUES
(10, 'iPhone 16 Pro Inactive USA 512GB', 0, 274999, 239999, 4, 10, 28, 0, NULL, NULL, 'Default', 'phone', '436yr54y', '', '<h3 class=\"text-xl font-semibold pb-2 text-primary\" style=\"border: 0px solid rgb(229, 231, 235); --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; font-size: 1.25rem; font-weight: 600; margin-bottom: 0px; line-height: 1.75rem; --tw-text-opacity: 1; color: rgb(242, 110, 33); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;;\"><table class=\"Description_specification__pXv75\" style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; color: rgb(33, 37, 41); font-size: 16px; font-weight: 400; border-width: 0px; border-style: solid; border-color: inherit; border-image: initial; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; text-indent: 0px; width: 814.297px;\"><tbody style=\"border-color: rgb(229, 231, 235); border-image: initial; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;\"><tr class=\"border-b border-gray-200 py-3 p-2\" style=\"padding-top: 0.75rem; padding-bottom: 0.75rem; border-color: rgb(229, 231, 235); border-bottom-width: 1px; border-image: initial; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-border-opacity: 1;\"><td style=\"padding: 0.75rem 1rem; border-color: rgb(229, 231, 235); border-width: 0px; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; min-width: 300px; --tw-text-opacity: 1; color: rgb(54, 69, 79);\"><div class=\"flex flex-col md:flex-row md:items-center\" style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; display: flex; flex-direction: row; align-items: center;\"><p class=\"basis-[30%]\" style=\"margin-bottom: 0px; font-size: 14px; border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 30%;\">Size</p><p class=\"basis-[70%] !font-normal text-black text-base\" style=\"margin-bottom: 0px; font-size: 1rem; border: 0px solid rgb(229, 231, 235); --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 70%; line-height: 1.5rem; --tw-text-opacity: 1;\">6.3‑inch</p></div></td></tr><tr class=\"border-b border-gray-200 py-3 p-2\" style=\"padding-top: 0.75rem; padding-bottom: 0.75rem; border-color: rgb(229, 231, 235); border-bottom-width: 1px; border-image: initial; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-border-opacity: 1;\"><td style=\"padding: 0.75rem 1rem; border-color: rgb(229, 231, 235); border-width: 0px; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; min-width: 300px; --tw-text-opacity: 1; color: rgb(54, 69, 79);\"><div class=\"flex flex-col md:flex-row md:items-center\" style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; display: flex; flex-direction: row; align-items: center;\"><p class=\"basis-[30%]\" style=\"margin-bottom: 0px; font-size: 14px; border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 30%;\">Type</p><p class=\"basis-[70%] !font-normal text-black text-base\" style=\"margin-bottom: 0px; font-size: 1rem; border: 0px solid rgb(229, 231, 235); --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 70%; line-height: 1.5rem; --tw-text-opacity: 1;\">Super Retina XDR display</p></div></td></tr><tr class=\"border-b border-gray-200 py-3 p-2\" style=\"padding-top: 0.75rem; padding-bottom: 0.75rem; border-color: rgb(229, 231, 235); border-bottom-width: 1px; border-image: initial; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-border-opacity: 1;\"><td style=\"padding: 0.75rem 1rem; border-color: rgb(229, 231, 235); border-width: 0px; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; min-width: 300px; --tw-text-opacity: 1; color: rgb(54, 69, 79);\"><div class=\"flex flex-col md:flex-row md:items-center\" style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; display: flex; flex-direction: row; align-items: center;\"><p class=\"basis-[30%]\" style=\"margin-bottom: 0px; font-size: 14px; border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 30%;\">Resolution</p><p class=\"basis-[70%] !font-normal text-black text-base\" style=\"margin-bottom: 0px; font-size: 1rem; border: 0px solid rgb(229, 231, 235); --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 70%; line-height: 1.5rem; --tw-text-opacity: 1;\">460 ppi</p></div></td></tr><tr class=\"border-b border-gray-200 py-3 p-2\" style=\"padding-top: 0.75rem; padding-bottom: 0.75rem; border-color: rgb(229, 231, 235); border-bottom-width: 1px; border-image: initial; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-border-opacity: 1;\"><td style=\"padding: 0.75rem 1rem; border-color: rgb(229, 231, 235); border-width: 0px; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; min-width: 300px; --tw-text-opacity: 1; color: rgb(54, 69, 79);\"><div class=\"flex flex-col md:flex-row md:items-center\" style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; display: flex; flex-direction: row; align-items: center;\"><p class=\"basis-[30%]\" style=\"margin-bottom: 0px; font-size: 14px; border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 30%;\">Brightness</p><p class=\"basis-[70%] !font-normal text-black text-base\" style=\"margin-bottom: 0px; font-size: 1rem; border: 0px solid rgb(229, 231, 235); --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 70%; line-height: 1.5rem; --tw-text-opacity: 1;\">1000 nits max brightness (typical); 1600 nits peak brightness (HDR); 2000 nits peak brightness (outdoor); 1 nit minimum brightness</p></div></td></tr><tr class=\"border-b border-gray-200 py-3 p-2\" style=\"padding-top: 0.75rem; padding-bottom: 0.75rem; border-color: rgb(229, 231, 235); border-bottom-width: 1px; border-image: initial; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-border-opacity: 1;\"><td style=\"padding: 0.75rem 1rem; border-color: rgb(229, 231, 235); border-width: 0px; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; min-width: 300px; --tw-text-opacity: 1; color: rgb(54, 69, 79);\"><div class=\"flex flex-col md:flex-row md:items-center\" style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; display: flex; flex-direction: row; align-items: center;\"><p class=\"basis-[30%]\" style=\"margin-bottom: 0px; font-size: 14px; border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 30%;\">Features</p><p class=\"basis-[70%] !font-normal text-black text-base\" style=\"margin-bottom: 0px; font-size: 1rem; border: 0px solid rgb(229, 231, 235); --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; flex-basis: 70%; line-height: 1.5rem; --tw-text-opacity: 1;\">Dynamic Island<br style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;\">Always-On display<br style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;\">ProMotion technology with adaptive refresh rates up to 120Hz<br style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;\">HDR display<br style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;\">True Tone<br></p></div></td></tr></tbody></table><br></h3>', '../img/compressed_iphone-16-pro-512gb-black-titanium.jpeg', '../img/compressed_iphone-16-pro-512gb-black-titanium-1.jpeg', '../img/compressed_iphone-16-pro-512gb-black-titanium-2.jpeg', '../img/compressed_iphone-16-pro-512gb-black-titanium-3.jpeg', '2025-04-18 16:13:48', 'top_selling', 'iphone-16-pro-inactive-usa-512gb'),
(11, 'Meko Ti5 ANC LCD True Wireless Earbuds', 2000, 2999, 2499, 4, 13, 45, 0, NULL, NULL, 'Default', '3etyr', '47yt5u', '', '<ul style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style-position: initial; list-style-image: initial; margin-bottom: 0px; padding-left: 1.25rem; max-width: 100%; overflow-x: auto; line-height: 1.25rem; font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;;\"><li style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; padding-top: 0.25rem; line-height: 1.5rem !important; font-size: 1rem !important;\">Wireless Version 5.4</li><li style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; padding-top: 0.25rem; line-height: 1.5rem !important; font-size: 1rem !important;\">Battery Capacity: 300mAh</li><li style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; padding-top: 0.25rem; line-height: 1.5rem !important; font-size: 1rem !important;\">Charging Time: 1.5-2 hrs</li><li style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; padding-top: 0.25rem; line-height: 1.5rem !important; font-size: 1rem !important;\">Music Playback Time 4.5 hrs</li></ul> ', '../img/compressed_meko-ti5-anc-plus-lcd-earbuds340.jpeg', '../img/compressed_meko-ti5-anc-plus-lcd-earbuds-1832.jpeg', '../img/compressed_meko-ti5-anc-plus-lcd-earbuds-2898.jpeg', '../img/compressed_meko-ti5-anc-plus-lcd-earbuds-4335.jpeg', '2025-04-18 16:19:10', 'top_selling', 'meko-ti5-anc-lcd-true-wireless-earbuds');
INSERT INTO `product_info` (`product_id`, `product_title`, `product_purchase_price`, `product_regular_price`, `product_price`, `main_ctg_id`, `sub_ctg_id`, `available_stock`, `is_preorder`, `preorder_available_date`, `preorder_note`, `size_option`, `product_keyword`, `product_code`, `product_short_description`, `product_description`, `product_img1`, `product_img2`, `product_img3`, `product_img4`, `created_at`, `product_type`, `product_slug`) VALUES
(12, 'MacBook Air 15\" M3 Chip 16 512GB Midnight', 0, 194000, 179999, 4, 11, 15, 0, NULL, NULL, 'Default', 'tghfn', '4463527', '', '<ul style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style-position: initial; list-style-image: initial; margin-bottom: 0px; padding-left: 1.25rem; max-width: 100%; overflow-x: auto; line-height: 1.25rem; font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;;\"><li style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; padding-top: 0.25rem; line-height: 1.5rem !important; font-size: 1rem !important;\">Apple M3 chip</li><li style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; padding-top: 0.25rem; line-height: 1.5rem !important; font-size: 1rem !important;\">Liquid Retina display</li><li style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; padding-top: 0.25rem; line-height: 1.5rem !important; font-size: 1rem !important;\">52.6-watt?hour lithium?polymer battery</li><li style=\"border: 0px solid rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; padding-top: 0.25rem; line-height: 1.5rem !important; font-size: 1rem !important;\">1080p FaceTime HD camera</li></ul> ', '../img/compressed_macbook-air-m3-chip-16-512-midnighat-4.jpeg', '../img/compressed_macbook-air-m3-chip-16-512-midnight.jpeg', NULL, NULL, '2025-04-18 16:21:07', 'trending', 'macbook-air-15quot-m3-chip-16-512gb-midnight'),
(13, 'TECNO CAMON 40 Pro (8 256GB)', 0, 29999, 27499, 4, 10, 30, 0, NULL, NULL, 'Default', 'etrh', '', '', '', '../img/compressed_camon-40-pro-galaxy-black-1114.jpeg', '../img/compressed_camon-40-pro-emerald-lake-green-1728.jpeg', '../img/compressed_camon-40-pro-glacier-white-134.jpeg', '../img/compressed_tecno-camon-40-pro-sandy-titanium97.jpeg', '2025-04-18 16:23:03', 'top_selling', 'tecno-camon-40-pro-8-256gb'),
(14, 'Women\'s Premium Kurti - Creimenia', 1000, 1500, 1190, 2, 6, 37, 0, NULL, NULL, 'Default', 'hfg', 'WP4667', '', '', '../img/compressed_67dbac21a0020-square.jpg', '../img/compressed_67dbac2190c65-square.jpg', NULL, NULL, '2025-04-18 16:35:32', 'trending', 'women039s-premium-kurti-creimenia'),
(15, 'Women Premium Kurti - Lailati', 0, 1600, 1250, 2, 6, 26, 0, NULL, NULL, 'Default', 'ghfn', '65t7u', '', '', '../img/compressed_67dbe432df816-square.jpg', '../img/compressed_67dbe4335a278-square.jpg', NULL, NULL, '2025-04-18 16:36:18', 'new_arrival', 'women-premium-kurti-lailati'),
(16, 'Urban Elegance Women\'s Pant Prestig', 0, 1800, 1490, 2, 8, 60, 0, NULL, NULL, 'Default', 'rfhn', '54673', '', '', '../img/compressed_67f4e4d2010b2-square.jpg', NULL, NULL, NULL, '2025-04-18 16:37:23', 'top_rated', 'urban-elegance-women039s-pant-prestig'),
(17, 'Women\'s Premium Palazzo - Rihania', 0, 1250, 890, 2, 8, 30, 0, NULL, NULL, 'Default', '4624ty', '5ythg', '', '<p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"font-family: Poppins;\">?</span>Made with soft double georgette&nbsp;fabric which is comfortable while remaining lightweight.&nbsp; From cozy to breathable georgette, our Palazzo collection is curated to meet your every need and desire , Great use for Tops or kurti. The waistband is made of double georgette&nbsp;&nbsp;fabric material for comfortable wear. These Formal pants also feature convenient side seam pockets. Explore our collection today and experience the ultimate in comfort and luxury with our premium double.&nbsp;</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder;\"><span style=\"box-sizing: inherit; font-size: 10pt; font-family: Verdana, sans-serif;\">Composition</span></span></p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\"><span style=\"box-sizing: inherit; font-weight: bolder;\"><span style=\"box-sizing: inherit; font-size: 10pt; font-family: Verdana, sans-serif;\">Color : Black &amp;&nbsp;cream</span></span></p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">Made of double georgette.</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">Convenient side seam pockets</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">Straight leg cut</p><p style=\"box-sizing: inherit; color: rgb(55, 58, 60); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; font-size: 14.4px;\">Soft material for comfort</p> ', '../img/compressed_67dbb07806bdb-square.jpg', NULL, NULL, NULL, '2025-04-18 16:40:09', 'trending', 'women039s-premium-palazzo-rihania'),
(18, 'Women Premium Tops -Parishas', 0, 1100, 860, 2, 6, 9, 0, '0000-00-00', '', 'Default', 'sdhfd', '', '', '<p>Dress</p>', '../img/compressed_67daeef4e87ee-square.jpg', NULL, NULL, NULL, '2025-04-18 16:41:03', 'new_arrival', 'women-premium-tops-parishas'),
(28, 'Football Jercey', 500, 700, 600, 1, 3, 229, 0, '2026-03-20', 'Coming Soon!', NULL, '', '', '<p>DDD</p>', '<p>DDD</p>', '../img/compressed_WhatsApp Image 2025-10-15 at 4.14.02 PM.jpeg', NULL, NULL, NULL, '2025-12-14 10:34:10', '', 'football-jercey'),
(30, 'Panjabi For Eid 2026', 500, 800, 700, 1, 4, 23, 1, '2026-03-21', 'Coming Soon in this EID 2026', NULL, '', 'RTHJ65', '<p>jk</p>', '<p>jk</p>', '../img/compressed_ctg.jpg', '../img/compressed_642045d219ef5-square.jpg', NULL, NULL, '2026-03-03 06:09:21', '', 'panjabi-for-eid-2026'),
(31, 'Mens Premium Red Panjabi', 1000, 2000, 1750, 1, 4, 81, 0, NULL, NULL, NULL, '', '', '<p>Panjabi For Men</p>', '<p>Panjabi For Men</p>', '../img/compressed_642045d219ef5-square.jpg', '../img/compressed_xExX22FggutEJOBFwlFYoJkQsX4gOU7GEr5nubiJ.jpg', '../img/compressed_67c42e086d23b-square.jpg', '../img/compressed_Panjabi-30835-800x800.jpg', '2026-04-25 04:46:33', 'top_selling', 'mens-premium-red-panjabi');

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

--
-- Table structure for table `product_size_list`
--

CREATE TABLE `product_size_list` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `size` varchar(50) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `product_size_list`
--

INSERT INTO `product_size_list` (`id`, `product_id`, `size`, `created_at`) VALUES
(96, 16, '20', '2025-12-15 15:46:52'),
(97, 16, '30', '2025-12-15 15:46:52'),
(98, 16, '40', '2025-12-15 15:46:52'),
(102, 6, 'M', '2025-12-15 15:52:42'),
(103, 6, 'L', '2025-12-15 15:52:42'),
(104, 6, 'XL', '2025-12-15 15:52:42'),
(105, 5, 'X', '2025-12-15 15:53:17'),
(106, 5, 'M', '2025-12-15 15:53:17'),
(107, 1, 'XS', '2025-12-17 11:37:35'),
(108, 1, 'X', '2025-12-17 11:37:35'),
(109, 1, 'M', '2025-12-17 11:37:35'),
(110, 1, 'L', '2025-12-17 11:37:35'),
(117, 2, 'XS', '2026-02-24 14:27:34'),
(118, 2, '3XL', '2026-02-24 14:27:34'),
(119, 2, 'L', '2026-02-24 14:27:34'),
(123, 18, '20', '2026-03-03 12:35:58'),
(124, 18, '30', '2026-03-03 12:35:58'),
(155, 28, 'M', '2026-04-15 11:25:56'),
(156, 28, 'L', '2026-04-15 11:25:56'),
(157, 28, 'XL', '2026-04-15 11:25:56'),
(161, 31, '20', '2026-04-25 11:30:56'),
(162, 31, '30', '2026-04-25 11:30:56'),
(163, 31, '40', '2026-04-25 11:30:56');

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

--
-- Table structure for table `product_variants`
--

CREATE TABLE `product_variants` (
  `variant_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `sku` varchar(100) DEFAULT NULL,
  `size` varchar(50) DEFAULT NULL,
  `color` varchar(50) DEFAULT NULL,
  `available_stock` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `product_variants`
--

INSERT INTO `product_variants` (`variant_id`, `product_id`, `sku`, `size`, `color`, `available_stock`) VALUES
(24, 16, '56UYR', '20', NULL, 20),
(25, 16, 'VV5', '30', NULL, 20),
(26, 16, 'FRY5', '40', NULL, 20),
(31, 12, 'GF254', NULL, 'Black', 7),
(32, 12, 'RF454TT', NULL, 'Purple', 8),
(33, 10, 'PU4346', NULL, 'Red', 21),
(34, 10, 'WH35', NULL, 'White', 8),
(38, 6, 'FDHG55', 'M', 'Black', 17),
(39, 6, 'E4TR4T', 'M', 'White', 30),
(40, 6, 'ETGEDF', 'L', 'Black', 18),
(41, 6, '4RTR', 'L', 'White', 29),
(42, 6, 'FGHBNGF35', 'XL', 'Black', 30),
(43, 6, 'ERHGF', 'XL', 'White', 17),
(44, 5, '5Y67', 'X', 'Blue', 20),
(45, 5, '6UHYJGH5', 'M', 'Blue', 29),
(46, 9, 'GHU', NULL, 'White', 15),
(47, 9, 'NBJD3', NULL, 'Black', 10),
(48, 1, 'FD54', 'XS', NULL, 24),
(49, 1, 'HT57', 'X', NULL, 13),
(50, 1, 'OH7', 'M', NULL, 20),
(51, 1, 'IPJK', 'L', NULL, 5),
(60, 2, 'FHFG56', 'XS', NULL, 10),
(61, 2, 'FDVH54', '3XL', NULL, 19),
(62, 2, 'GFJYT65', 'L', NULL, 13),
(67, 18, 'DFF5', '20', NULL, 0),
(68, 18, 'GF5', '30', NULL, 9),
(116, 28, 'WH-45', 'M', 'White', 50),
(117, 28, 'BL-45', 'L', 'Black', 39),
(118, 28, 'SK4634', 'XL', 'Purple', 51),
(119, 28, 'BL73', 'M', 'Black', 40),
(120, 28, 'HJK876', 'M', 'Red', 49),
(124, 31, 'GHJ354', '20', NULL, 26),
(125, 31, 'KJHGTJ3', '30', NULL, 26),
(126, 31, 'KJGHJFS346', '40', NULL, 29),
(131, 13, 'FDV54', NULL, 'Blue', 9),
(132, 13, 'FHFG4', NULL, 'Black', 8),
(133, 13, 'FGHN', NULL, 'Purple', 4),
(134, 13, 'RF345', NULL, 'White', 9);

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

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

CREATE TABLE `reviews` (
  `review_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `review_image` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `reviews`
--

INSERT INTO `reviews` (`review_id`, `product_id`, `review_image`) VALUES
(5, 13, 'uploads/692a92c95502e_Screenshot_8.png'),
(6, 13, 'uploads/692a92c95ddb2_Screenshot_6.png'),
(7, 13, 'uploads/692a92c96d748_Screenshot_5.png');

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

--
-- Table structure for table `review_table`
--

CREATE TABLE `review_table` (
  `review_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_name` varchar(255) NOT NULL,
  `user_rating` int(11) NOT NULL CHECK (`user_rating` between 1 and 5),
  `user_review` text NOT NULL,
  `datetime` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

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

CREATE TABLE `roles` (
  `id` int(11) NOT NULL,
  `role_name` varchar(255) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

INSERT INTO `roles` (`id`, `role_name`, `created_at`) VALUES
(1, 'Admin', '2025-08-05 00:00:00'),
(2, 'Accountant', '2025-08-05 00:00:00'),
(4, 'Product Manager', '2025-08-06 00:00:00');

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

--
-- Table structure for table `size_labels`
--

CREATE TABLE `size_labels` (
  `id` int(11) NOT NULL,
  `size_label` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `size_labels`
--

INSERT INTO `size_labels` (`id`, `size_label`) VALUES
(1, 'XS'),
(2, 'X'),
(3, 'M'),
(4, 'L'),
(5, 'XL'),
(6, 'XXL'),
(7, '3XL'),
(10, '20'),
(11, '30'),
(12, '40');

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

--
-- Table structure for table `slider`
--

CREATE TABLE `slider` (
  `slider_id` int(11) NOT NULL,
  `slider_img` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `slider`
--

INSERT INTO `slider` (`slider_id`, `slider_img`) VALUES
(17, '../img/compressed_ipad-air-m3-6119.jpg'),
(18, '../img/compressed_17-SERIES-1659.jpg'),
(19, '../img/compressed_MacBook-Air-M4-1105.jpg');

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

--
-- Table structure for table `steadfast_info`
--

CREATE TABLE `steadfast_info` (
  `id` int(11) NOT NULL,
  `api_url` text NOT NULL,
  `api_key` text NOT NULL,
  `secret_key` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `steadfast_info`
--

INSERT INTO `steadfast_info` (`id`, `api_url`, `api_key`, `secret_key`) VALUES
(1, 'https://portal.packzy.com/api/v1/create_order', ' ', ' ');

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

--
-- Table structure for table `sub_category`
--

CREATE TABLE `sub_category` (
  `sub_ctg_id` int(11) NOT NULL,
  `sub_ctg_name` varchar(100) NOT NULL,
  `main_ctg_name` varchar(100) NOT NULL,
  `sub_ctg_slug` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `sub_category`
--

INSERT INTO `sub_category` (`sub_ctg_id`, `sub_ctg_name`, `main_ctg_name`, `sub_ctg_slug`) VALUES
(1, 'Shirts', 'Mens Fashion', 'shirts'),
(2, 'Pants', 'Mens Fashion', 'pants'),
(3, 'T-Shirt', 'Mens Fashion', 't-shirt'),
(4, 'Panjabi', 'Mens Fashion', 'panjabi'),
(5, 'Jacket', 'Mens Fashion', 'jacket'),
(6, 'Tops Long', 'Womens Fashion', 'tops-long'),
(8, 'Ladies Plajo', 'Womens Fashion', 'ladies-plajo'),
(9, 'Borka', 'Womens Fashion', 'borka'),
(10, 'Phone', 'Gadget & Electronics', 'phone'),
(11, 'Laptop', 'Gadget & Electronics', 'laptop'),
(12, 'Drone', 'Gadget & Electronics', 'drone'),
(13, 'Headphones & Earphones', 'Gadget & Electronics', 'headphones-amp-earphones'),
(15, 'Fridge', 'Home Appliances', 'fridge'),
(16, 'Washing Machine', 'Home Appliances', 'washing-machine'),
(17, 'Micro Oven', 'Home Appliances', 'micro-oven'),
(18, 'Electric Kettle', 'Home Appliances', 'electric-kettle'),
(22, 'Body Lotion', 'Health & Beauty', 'body-lotion'),
(23, 'Hair Cream', 'Health & Beauty', 'hair-cream'),
(26, 'AC', 'Home Appliances', 'ac'),
(27, 'Leather Bag', 'Bags and Travel', 'leather-bag'),
(31, 'Hoodies', 'Mens Fashion', 'hoodies'),
(32, 'Shoes', 'Mens Fashion', 'shoes'),
(33, 'Body Soap', 'Skin Care & Beauty', 'body-soap'),
(34, 'Cream', 'Skin Care & Beauty', 'cream'),
(35, 'Formal Shoes', 'Footwear', 'formal-shoes'),
(36, 'Casual Shoe', 'Footwear', 'casual-shoe');

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

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

CREATE TABLE `testimonials` (
  `id` int(11) NOT NULL,
  `user_name` varchar(255) DEFAULT NULL,
  `user_position` varchar(255) DEFAULT NULL,
  `user_photo` varchar(255) DEFAULT NULL,
  `testimonial_text` text DEFAULT NULL,
  `ratings` int(11) DEFAULT NULL CHECK (`ratings` between 1 and 5),
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `testimonials`
--

INSERT INTO `testimonials` (`id`, `user_name`, `user_position`, `user_photo`, `testimonial_text`, `ratings`, `created_at`) VALUES
(10, 'Sarah Johnson', 'Food Blogger', '6943aec5d946b.jpeg', 'Easy Tech has transformed my dining experience. The quality of food and service is absolutely exceptional. Every visit feels like a special occasion!', 5, '2025-12-18 07:35:33'),
(11, 'Michael Chen', 'Regular Customer', '6943aeef76256.jpeg', 'I\'ve been a loyal customer for over 2 years. The attention to detail and passion for culinary excellence is evident in every dish. Highly recommended!', 5, '2025-12-18 07:36:15'),
(12, 'Emma Rodriguez', 'Chef', '6943af1c7b957.jpeg', 'As a professional chef, I\'m impressed by their commitment to using fresh, quality ingredients. The flavors are authentic and the presentation is stunning.', 4, '2025-12-18 07:37:00'),
(13, 'David Kim', 'Business Owner', '6943af5309e2d.jpeg', 'Perfect place for business meetings and family gatherings. The ambiance is perfect and the staff is incredibly professional and attentive.', 5, '2025-12-18 07:37:55'),
(14, 'Lisa Anderson', 'Food Critic', '6943af7c4d1ce.jpeg', 'An extraordinary culinary journey! The innovative menu and impeccable service make this a standout dining destination. A must-visit for food enthusiasts.', 4, '2025-12-18 07:38:36'),
(15, 'James Wilson', 'Tech Executive', '6943afb683cf6.jpeg', 'The perfect blend of tradition and innovation. Every meal here is memorable, and the customer service is second to none. Truly exceptional!', 5, '2025-12-18 07:39:34');

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

--
-- Table structure for table `themes`
--

CREATE TABLE `themes` (
  `id` int(11) NOT NULL,
  `text_color` varchar(255) DEFAULT NULL,
  `button_color` varchar(255) DEFAULT NULL,
  `button_text_color` varchar(255) DEFAULT NULL,
  `button_hover_color` varchar(255) DEFAULT NULL,
  `navbar_color` varchar(255) DEFAULT NULL,
  `navbar_text_color` varchar(255) DEFAULT NULL,
  `indicator_color` varchar(255) DEFAULT NULL,
  `search_btn_color` varchar(255) DEFAULT NULL,
  `search_btn_text_color` varchar(255) DEFAULT NULL,
  `search_btn_hover_color` varchar(255) DEFAULT NULL,
  `subscribe_btn_color` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `user_info`
--

CREATE TABLE `user_info` (
  `user_id` int(11) NOT NULL,
  `user_fName` varchar(50) NOT NULL,
  `user_lName` varchar(50) NOT NULL,
  `user_phone` varchar(20) NOT NULL,
  `user_email` varchar(100) NOT NULL,
  `user_gender` varchar(20) NOT NULL,
  `user_password` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `user_info`
--

INSERT INTO `user_info` (`user_id`, `user_fName`, `user_lName`, `user_phone`, `user_email`, `user_gender`, `user_password`) VALUES
(3, 'Fardin', 'Ahmed', '01944667441', 'mdshawon7443@gmail.com', 'Male', '$2y$10$Uk8ZD6Ui4dSRx772cl35UuIM9xxZ3/BT5eixm69VKMi9RAOyAe/am'),
(4, 'Md', 'Jony', '01559907883', 'jony@gmail.com', 'Male', '$2y$10$n7aCco9VBswIV0IFAGVdLuhOsL743s7B8nLqdzv9diFTIC7CohESO');

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

--
-- Table structure for table `user_messages`
--

CREATE TABLE `user_messages` (
  `id` int(11) NOT NULL,
  `full_name` varchar(255) NOT NULL,
  `email` varchar(100) NOT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `subject` varchar(255) NOT NULL,
  `message` text NOT NULL,
  `sent_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `user_messages`
--

INSERT INTO `user_messages` (`id`, `full_name`, `email`, `phone`, `subject`, `message`, `sent_at`) VALUES
(5, 'Fardin Ahmed', 'fardin@gmail.com', '01944667441', 'NTG', 'Nothing To Say', '2025-12-20 04:35:02');

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

--
-- Table structure for table `website_info`
--

CREATE TABLE `website_info` (
  `id` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `logo_size` varchar(50) NOT NULL DEFAULT '50',
  `fav` varchar(255) NOT NULL,
  `address` text NOT NULL,
  `inside_location` text NOT NULL,
  `inside_delivery_charge` int(11) NOT NULL,
  `outside_delivery_charge` int(11) NOT NULL,
  `phone` varchar(15) NOT NULL,
  `wp_api_num` varchar(15) NOT NULL,
  `messenger_username` text DEFAULT NULL,
  `acc_num` varchar(15) NOT NULL,
  `email` varchar(100) NOT NULL,
  `fb_link` varchar(255) NOT NULL,
  `insta_link` varchar(255) NOT NULL,
  `twitter_link` varchar(255) NOT NULL,
  `yt_link` varchar(255) NOT NULL,
  `location` text NOT NULL,
  `vdo_location` varchar(255) NOT NULL,
  `banner_one` varchar(255) NOT NULL,
  `banner_two` varchar(255) NOT NULL,
  `shop_banner` varchar(255) NOT NULL,
  `about_banner` varchar(255) NOT NULL,
  `contact_banner` varchar(255) NOT NULL,
  `faq_banner` varchar(255) NOT NULL,
  `term_banner` varchar(255) NOT NULL,
  `privacy_banner` varchar(255) NOT NULL,
  `shipping_banner` varchar(255) NOT NULL,
  `top_banner_ad_content` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `website_info`
--

INSERT INTO `website_info` (`id`, `name`, `logo`, `logo_size`, `fav`, `address`, `inside_location`, `inside_delivery_charge`, `outside_delivery_charge`, `phone`, `wp_api_num`, `messenger_username`, `acc_num`, `email`, `fb_link`, `insta_link`, `twitter_link`, `yt_link`, `location`, `vdo_location`, `banner_one`, `banner_two`, `shop_banner`, `about_banner`, `contact_banner`, `faq_banner`, `term_banner`, `privacy_banner`, `shipping_banner`, `top_banner_ad_content`) VALUES
(1, 'DokanX', 'uploads/logo.png', '120', '', 'Dhaka, Bangladesh', 'Dhaka', 80, 150, '01944667441', '1944667441', '5475678', '01XXXXXXX', 'info@dokanxbd.com', '#', '#', '#', '#', 'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d58433.58839526138!2d90.35775996504786!3d23.743839015450195!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755bf6de2c3b19b%3A0xeeef7eec6d1d012a!2sEasy%20Tech%20Solutions!5e0!3m2!1sen!2sbd!4v1752511116922!5m2!1sen!2sbd', '', 'uploads/banner_one_1777724671.jpg', 'uploads/banner_two_1777724671.jpg', '', '', '', '', '', '', '', 'Get 25% off on your purchase! Use this coupon code RKKXSO50PQ on the Checkout Page');

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

--
-- Table structure for table `why_choose_product`
--

CREATE TABLE `why_choose_product` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `why_text` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `why_choose_product`
--

INSERT INTO `why_choose_product` (`id`, `product_id`, `why_text`) VALUES
(8, 13, 'Blazing-Fast Performance with MediaTek Helio G100'),
(9, 13, 'Pro-Quality Cameras: 50MP Rear & 50MP Selfie'),
(10, 13, 'Rich Audio with Dual Speakers & Dolby Atmos');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin_info`
--
ALTER TABLE `admin_info`
  ADD PRIMARY KEY (`admin_id`),
  ADD KEY `role_id` (`role_id`);

--
-- Indexes for table `blocklist`
--
ALTER TABLE `blocklist`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_value` (`block_value`(768)),
  ADD KEY `idx_type` (`block_type`),
  ADD KEY `idx_active` (`is_active`);

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

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

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

--
-- Indexes for table `coupon`
--
ALTER TABLE `coupon`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `coupon_code` (`coupon_code`);

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

--
-- Indexes for table `custom_product_recommendations`
--
ALTER TABLE `custom_product_recommendations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_product_recommendation` (`product_id`,`recommended_product_id`),
  ADD KEY `idx_product_id` (`product_id`),
  ADD KEY `idx_recommended_product_id` (`recommended_product_id`);

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

--
-- Indexes for table `expense_category`
--
ALTER TABLE `expense_category`
  ADD PRIMARY KEY (`category_id`),
  ADD UNIQUE KEY `category_name` (`category_name`);

--
-- Indexes for table `expense_info`
--
ALTER TABLE `expense_info`
  ADD PRIMARY KEY (`expense_id`);

--
-- Indexes for table `features`
--
ALTER TABLE `features`
  ADD PRIMARY KEY (`feature_id`),
  ADD KEY `product_id` (`product_id`);

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

--
-- Indexes for table `gallery`
--
ALTER TABLE `gallery`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `landing_pages`
--
ALTER TABLE `landing_pages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `main_category`
--
ALTER TABLE `main_category`
  ADD PRIMARY KEY (`main_ctg_id`);

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

--
-- Indexes for table `order_info`
--
ALTER TABLE `order_info`
  ADD PRIMARY KEY (`order_no`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `page_access`
--
ALTER TABLE `page_access`
  ADD PRIMARY KEY (`id`),
  ADD KEY `role_id` (`role_id`);

--
-- Indexes for table `parcel_info`
--
ALTER TABLE `parcel_info`
  ADD PRIMARY KEY (`parcel_id`);

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

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

--
-- Indexes for table `payment_info`
--
ALTER TABLE `payment_info`
  ADD PRIMARY KEY (`serial_no`);

--
-- Indexes for table `product_color_list`
--
ALTER TABLE `product_color_list`
  ADD PRIMARY KEY (`id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `product_info`
--
ALTER TABLE `product_info`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `main_ctg_id` (`main_ctg_id`),
  ADD KEY `sub_ctg_id` (`sub_ctg_id`);

--
-- Indexes for table `product_size_list`
--
ALTER TABLE `product_size_list`
  ADD PRIMARY KEY (`id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `product_variants`
--
ALTER TABLE `product_variants`
  ADD PRIMARY KEY (`variant_id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `reviews`
--
ALTER TABLE `reviews`
  ADD PRIMARY KEY (`review_id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `review_table`
--
ALTER TABLE `review_table`
  ADD PRIMARY KEY (`review_id`),
  ADD KEY `product_id` (`product_id`);

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

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

--
-- Indexes for table `slider`
--
ALTER TABLE `slider`
  ADD PRIMARY KEY (`slider_id`);

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

--
-- Indexes for table `sub_category`
--
ALTER TABLE `sub_category`
  ADD PRIMARY KEY (`sub_ctg_id`);

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

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

--
-- Indexes for table `user_info`
--
ALTER TABLE `user_info`
  ADD PRIMARY KEY (`user_id`),
  ADD UNIQUE KEY `user_phone` (`user_phone`),
  ADD UNIQUE KEY `user_email` (`user_email`);

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admin_info`
--
ALTER TABLE `admin_info`
  MODIFY `admin_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

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

--
-- AUTO_INCREMENT for table `blogs`
--
ALTER TABLE `blogs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `brands`
--
ALTER TABLE `brands`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `color_labels`
--
ALTER TABLE `color_labels`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `coupon`
--
ALTER TABLE `coupon`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `customer_reviews`
--
ALTER TABLE `customer_reviews`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `custom_product_recommendations`
--
ALTER TABLE `custom_product_recommendations`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `discount`
--
ALTER TABLE `discount`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `expense_category`
--
ALTER TABLE `expense_category`
  MODIFY `category_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `expense_info`
--
ALTER TABLE `expense_info`
  MODIFY `expense_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `features`
--
ALTER TABLE `features`
  MODIFY `feature_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `gallery`
--
ALTER TABLE `gallery`
  MODIFY `image_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `landing_pages`
--
ALTER TABLE `landing_pages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `main_category`
--
ALTER TABLE `main_category`
  MODIFY `main_ctg_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `order_discount_list`
--
ALTER TABLE `order_discount_list`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=128;

--
-- AUTO_INCREMENT for table `order_info`
--
ALTER TABLE `order_info`
  MODIFY `order_no` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=240;

--
-- AUTO_INCREMENT for table `page_access`
--
ALTER TABLE `page_access`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `parcel_info`
--
ALTER TABLE `parcel_info`
  MODIFY `parcel_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `pathao_acc_info`
--
ALTER TABLE `pathao_acc_info`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `pathao_parcel_info`
--
ALTER TABLE `pathao_parcel_info`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `payment_info`
--
ALTER TABLE `payment_info`
  MODIFY `serial_no` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=315;

--
-- AUTO_INCREMENT for table `product_color_list`
--
ALTER TABLE `product_color_list`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=139;

--
-- AUTO_INCREMENT for table `product_info`
--
ALTER TABLE `product_info`
  MODIFY `product_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `product_size_list`
--
ALTER TABLE `product_size_list`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=165;

--
-- AUTO_INCREMENT for table `product_variants`
--
ALTER TABLE `product_variants`
  MODIFY `variant_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=135;

--
-- AUTO_INCREMENT for table `reviews`
--
ALTER TABLE `reviews`
  MODIFY `review_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `review_table`
--
ALTER TABLE `review_table`
  MODIFY `review_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `size_labels`
--
ALTER TABLE `size_labels`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `slider`
--
ALTER TABLE `slider`
  MODIFY `slider_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;

--
-- AUTO_INCREMENT for table `steadfast_info`
--
ALTER TABLE `steadfast_info`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `sub_category`
--
ALTER TABLE `sub_category`
  MODIFY `sub_ctg_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `testimonials`
--
ALTER TABLE `testimonials`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

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

--
-- AUTO_INCREMENT for table `user_info`
--
ALTER TABLE `user_info`
  MODIFY `user_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `user_messages`
--
ALTER TABLE `user_messages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `website_info`
--
ALTER TABLE `website_info`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `why_choose_product`
--
ALTER TABLE `why_choose_product`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `admin_info`
--
ALTER TABLE `admin_info`
  ADD CONSTRAINT `admin_info_ibfk_1` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `custom_product_recommendations`
--
ALTER TABLE `custom_product_recommendations`
  ADD CONSTRAINT `fk_cpr_product` FOREIGN KEY (`product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `fk_cpr_recommended_product` FOREIGN KEY (`recommended_product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `features`
--
ALTER TABLE `features`
  ADD CONSTRAINT `features_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE;

--
-- Constraints for table `gallery`
--
ALTER TABLE `gallery`
  ADD CONSTRAINT `gallery_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE;

--
-- Constraints for table `landing_pages`
--
ALTER TABLE `landing_pages`
  ADD CONSTRAINT `landing_pages_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE;

--
-- Constraints for table `page_access`
--
ALTER TABLE `page_access`
  ADD CONSTRAINT `page_access_ibfk_1` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `product_color_list`
--
ALTER TABLE `product_color_list`
  ADD CONSTRAINT `product_color_list_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE;

--
-- Constraints for table `product_size_list`
--
ALTER TABLE `product_size_list`
  ADD CONSTRAINT `product_size_list_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE;

--
-- Constraints for table `product_variants`
--
ALTER TABLE `product_variants`
  ADD CONSTRAINT `product_variants_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE;

--
-- Constraints for table `reviews`
--
ALTER TABLE `reviews`
  ADD CONSTRAINT `reviews_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE;

--
-- Constraints for table `review_table`
--
ALTER TABLE `review_table`
  ADD CONSTRAINT `review_table_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `product_info` (`product_id`) ON DELETE CASCADE;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
