{"id":38,"date":"2026-04-08T05:48:57","date_gmt":"2026-04-08T05:48:57","guid":{"rendered":"https:\/\/luckygifts.cloud\/?page_id=38"},"modified":"2026-04-08T09:09:07","modified_gmt":"2026-04-08T09:09:07","slug":"home","status":"publish","type":"page","link":"https:\/\/luckygifts.cloud\/","title":{"rendered":"Home"},"content":{"rendered":"    <style>\n        \/* \u2500\u2500 CSS Reset to prevent theme conflict \u2500\u2500 *\/\n        #lg-app-wrapper {\n            font-family: 'Outfit', -apple-system, system-ui, sans-serif;\n            --lg-accent: #FF4D6D;\n            --lg-accent-gradient: linear-gradient(135deg, #FF4D6D 0%, #FF758C 100%);\n            --lg-bg: #FFFFFF;\n            --lg-card: #FFFFFF;\n            --lg-text: #2B2D42;\n            --lg-light: #8D99AE;\n            --lg-border: #F1F3F5;\n            \n            max-width: 1300px;\n            margin: 0 auto;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n        #lg-app-wrapper * {\n            box-sizing: border-box;\n            outline: none;\n        }\n        \n        \/* \u2500\u2500 Horizontal Scrollable Categories for Mobile \u2500\u2500 *\/\n        .lg-cat-nav {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n            margin-bottom: 40px;\n            overflow-x: auto;\n            padding: 5px 10px 15px;\n            -ms-overflow-style: none; \/* IE\/Edge *\/\n            scrollbar-width: none; \/* Firefox *\/\n            scroll-behavior: smooth;\n        }\n        .lg-cat-nav::-webkit-scrollbar { display: none; } \/* Chrome\/Safari *\/\n        \n        .lg-cat-btn {\n            background: var(--lg-bg);\n            border: 1px solid var(--lg-border);\n            padding: 10px 22px;\n            border-radius: 40px;\n            font-size: 14px;\n            font-weight: 600;\n            color: var(--lg-light);\n            cursor: pointer;\n            white-space: nowrap;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            font-family: inherit;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.02);\n            flex-shrink: 0;\n        }\n        .lg-cat-btn:hover {\n            color: var(--lg-accent);\n            border-color: #ffd0db;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 15px rgba(255,77,109,0.08);\n        }\n        .lg-cat-btn.lg-active {\n            background: var(--lg-accent-gradient);\n            color: #fff;\n            border-color: transparent;\n            box-shadow: 0 8px 20px rgba(255,77,109,0.3);\n            pointer-events: none;\n        }\n\n        \/* \u2500\u2500 Responsive Product Grid \u2500\u2500 *\/\n        \/* Exact pixel columns for perfection *\/\n        .lg-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 28px;\n            opacity: 1;\n            transition: opacity 0.3s;\n        }\n\n        \/* \u2500\u2500 Premium Product Card \u2500\u2500 *\/\n        .lg-card {\n            background: var(--lg-card);\n            border-radius: 16px;\n            border: 1px solid var(--lg-border);\n            overflow: hidden;\n            display: flex;\n            flex-direction: column;\n            text-decoration: none !important;\n            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n            position: relative;\n        }\n        .lg-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n            border-color: transparent;\n            z-index: 2;\n        }\n\n        \/* Image Display *\/\n        .lg-card-image {\n            position: relative;\n            padding-top: 110%; \/* Tall aspect ratio for gifts *\/\n            background: #FAFAFA;\n            overflow: hidden;\n        }\n        .lg-card-image img {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.7s ease;\n        }\n        .lg-card:hover .lg-card-image img {\n            transform: scale(1.08);\n        }\n\n        \/* Glassmorphism Category Badge *\/\n        .lg-badge {\n            position: absolute;\n            top: 12px;\n            left: 12px;\n            background: rgba(255, 255, 255, 0.85);\n            backdrop-filter: blur(8px);\n            -webkit-backdrop-filter: blur(8px);\n            color: var(--lg-accent);\n            font-size: 11px;\n            font-weight: 800;\n            text-transform: uppercase;\n            padding: 6px 12px;\n            border-radius: 20px;\n            letter-spacing: 0.5px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.06);\n            z-index: 3;\n        }\n\n        \/* Card Content Area *\/\n        .lg-card-info {\n            padding: 20px 18px;\n            display: flex;\n            flex-direction: column;\n            flex-grow: 1;\n            position: relative;\n            background: #fff;\n            z-index: 2;\n        }\n        .lg-card-title {\n            color: var(--lg-text);\n            font-size: 15px;\n            font-weight: 700;\n            margin: 0 0 10px 0;\n            line-height: 1.4;\n            display: -webkit-box;\n            -webkit-line-clamp: 2;\n            -webkit-box-orient: vertical;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n        \n        .lg-card-price {\n            margin-top: auto;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            margin-bottom: 20px;\n        }\n        .lg-card-price ins, .lg-card-price .amount {\n            font-size: 18px;\n            font-weight: 800;\n            color: var(--lg-accent);\n            text-decoration: none;\n        }\n        .lg-card-price del .amount {\n            font-size: 13px;\n            font-weight: 500;\n            color: #A0AABF;\n            text-decoration: line-through;\n        }\n\n        \/* Slide-up Action Button *\/\n        .lg-action-btn-wrap {\n            margin-top: auto;\n            position: relative;\n        }\n        .lg-action-btn {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            background: #F8F9FA;\n            color: var(--lg-text);\n            padding: 12px;\n            border-radius: 12px;\n            font-size: 13px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            transition: all 0.3s;\n            border: 1px solid #E9ECEF;\n            font-family: inherit;\n        }\n        .lg-action-btn svg {\n            width: 16px;\n            height: 16px;\n            margin-left: 6px;\n            transition: transform 0.3s;\n        }\n        .lg-card:hover .lg-action-btn {\n            background: var(--lg-accent-gradient);\n            color: #fff;\n            border-color: transparent;\n            box-shadow: 0 6px 15px rgba(255,77,109,0.25);\n        }\n        .lg-card:hover .lg-action-btn svg {\n            transform: translateX(4px);\n        }\n\n        \/* \u2500\u2500 Isotope\/Filtering Animation \u2500\u2500 *\/\n        .lg-item-hide {\n            display: none !important;\n        }\n        .lg-item-show {\n            animation: lgPopIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;\n        }\n        @keyframes lgPopIn {\n            0% { opacity: 0; transform: scale(0.9); }\n            100% { opacity: 1; transform: scale(1); }\n        }\n\n        \/* \u2500\u2500 Responsive Breakpoints \u2500\u2500 *\/\n        @media (max-width: 1100px) {\n            .lg-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }\n        }\n        @media (max-width: 768px) {\n            #lg-app-wrapper { padding: 10px; }\n            .lg-cat-nav { margin-bottom: 25px; padding-bottom: 5px; justify-content: flex-start; }\n            .lg-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }\n            .lg-card-image { padding-top: 100%; } \/* Square image for mobile *\/\n            .lg-card-info { padding: 12px; }\n            .lg-card-title { font-size: 13px; margin-bottom: 6px; }\n            .lg-card-price ins, .lg-card-price .amount { font-size: 15px; }\n            .lg-action-btn { padding: 10px; font-size: 11px; }\n            .lg-badge { font-size: 9px; padding: 4px 8px; top: 8px; left: 8px; }\n        }\n        @media (max-width: 380px) {\n            \/* For very small devices, 1 column might be better, but 2 is standard for India *\/\n            .lg-grid { gap: 10px; }\n            .lg-card-info { padding: 10px; }\n        }\n    <\/style>\n\n    <div id=\"lg-app-wrapper\">\n        <!-- Filter Navigation -->\n        <div class=\"lg-cat-nav\" id=\"lg-cat-nav\">\n            <button class=\"lg-cat-btn lg-active\" data-filter=\"all\">All Collection<\/button>\n                            <button class=\"lg-cat-btn\" data-filter=\"customized-accessories\">\n                    Customized Accessories                <\/button>\n                            <button class=\"lg-cat-btn\" data-filter=\"flasks-water-bottles\">\n                    Flasks &amp; Water Bottles                <\/button>\n                            <button class=\"lg-cat-btn\" data-filter=\"hampers\">\n                    Hampers                <\/button>\n                            <button class=\"lg-cat-btn\" data-filter=\"keychains\">\n                    keychains                <\/button>\n                    <\/div>\n\n        <!-- Dynamic Ajax-style Grid -->\n        <div class=\"lg-grid\" id=\"lg-grid-container\">\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=school-galaxy-hamper\" class=\"lg-card lg-item-show\" data-cats=\"hampers\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Hampers<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-03-28-at-12.01.58-PM-2-1024x1024.jpeg\" alt=\"School galaxy hamper\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">School galaxy hamper<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>2,488.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;2,488.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,699.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;1,699.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=school-hamper\" class=\"lg-card lg-item-show\" data-cats=\"hampers\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Hampers<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-03-28-at-12.01.58-PM-1-1024x840.jpeg\" alt=\"School Hamper\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">School Hamper<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,699.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;1,699.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,299.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;1,299.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=atlantis-combo-set\" class=\"lg-card lg-item-show\" data-cats=\"hampers\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Hampers<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-03-30-at-9.21.27-AM-1-1024x1024.jpeg\" alt=\"Atlantis combo set\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Atlantis combo set<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,799.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;1,799.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,299.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;1,299.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=mens-gift\" class=\"lg-card lg-item-show\" data-cats=\"uncategorized\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Uncategorized<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-03-30-at-9.29.29-AM-1024x1024.jpeg\" alt=\"Men&#039;s gift\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Men&#039;s gift<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>639.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;639.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=combo-for-men\" class=\"lg-card lg-item-show\" data-cats=\"hampers\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Hampers<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-03-30-at-1.03.35-PM-1024x1024.jpeg\" alt=\"Combo for Men\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Combo for Men<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;1,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,699.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;1,699.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=home-keychain\" class=\"lg-card lg-item-show\" data-cats=\"keychains\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">keychains<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-03-30-at-5.30.44-PM-1024x1024.jpeg\" alt=\"Home Keychain\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Home Keychain<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>349.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;349.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>249.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;249.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=nexon-ladies-leather-combo\" class=\"lg-card lg-item-show\" data-cats=\"hampers\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Hampers<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-03-31-at-10.08.48-AM-2-1024x1024.jpeg\" alt=\"NEXON Ladies Leather combo\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">NEXON Ladies Leather combo<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>799.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;799.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=customised-bottle\" class=\"lg-card lg-item-show\" data-cats=\"flasks-water-bottles\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Flasks &amp; Water Bottles<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-03-31-at-7.28.51-PM-768x1024.jpeg\" alt=\"Customised Bottle\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Customised Bottle<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>599.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;599.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>419.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;419.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=mens-hamper-2\" class=\"lg-card lg-item-show\" data-cats=\"hampers\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Hampers<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-9.03.10-AM-768x1024.jpeg\" alt=\"Mens Hamper\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Mens Hamper<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,499.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;1,499.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,099.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;1,099.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=artistic-printed-wallet-gold-flake-pen\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-9.53.06-AM-768x1024.jpeg\" alt=\"Artistic Printed Wallet &amp; Gold flake Pen\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Artistic Printed Wallet &amp; Gold flake Pen<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>899.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;899.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>599.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;599.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=sling-bag-1-0\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-5.16.23-PM-1024x1024.jpeg\" alt=\"Sling Bag 1.0\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Sling Bag 1.0<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>799.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;799.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>499.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;499.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=essential-mini-combo-for-men\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-10.05.55-AM-1024x993.jpeg\" alt=\"Essential Mini Combo for Men\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Essential Mini Combo for Men<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>799.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;799.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=photo-printed-diary-combo-1-0\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories hampers\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-5.37.47-PM-831x1024.jpeg\" alt=\"Photo Printed Diary combo 1.0\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Photo Printed Diary combo 1.0<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>649.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;649.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=photo-engraved-diary-combo-1-0\" class=\"lg-card lg-item-show\" data-cats=\"uncategorized\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Uncategorized<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-5.37.56-PM-857x1024.jpeg\" alt=\"Photo Engraved Diary combo 1.0\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Photo Engraved Diary combo 1.0<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>649.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;649.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=white-ceramic-mug\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-02-at-10.23.03-AM-1024x1024.jpeg\" alt=\"White ceramic mug\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">White ceramic mug<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>399.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;399.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>299.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;299.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=mens-hamper\" class=\"lg-card lg-item-show\" data-cats=\"hampers\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Hampers<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-03-at-10.26.25-AM-1024x1024.jpeg\" alt=\"Mens Hamper\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Mens Hamper<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;1,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,499.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;1,499.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=customised-bellavita-photo-perfume\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-03-at-11.37.09-AM-1024x1024.jpeg\" alt=\"Customised Bellavita Photo Perfume\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Customised Bellavita Photo Perfume<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>899.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;899.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>699.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;699.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=real-heat-pendant\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-06-at-10.08.20-AM-1024x1024.jpeg\" alt=\"Real Heat Pendant\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Real Heat Pendant<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>699.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;699.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=eye-locket\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-06-at-6.10.13-PM-1-787x1024.jpeg\" alt=\"Eye Locket\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Eye Locket<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>499.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;499.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>299.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;299.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=breathing-teddy\" class=\"lg-card lg-item-show\" data-cats=\"uncategorized\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Uncategorized<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-06-at-8.34.38-PM-1024x1024.jpeg\" alt=\"Breathing teddy\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Breathing teddy<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>799.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;799.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>549.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;549.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=flask-cup-set\" class=\"lg-card lg-item-show\" data-cats=\"flasks-water-bottles\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Flasks &amp; Water Bottles<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-07-at-4.34.59-PM-1-1024x1024.jpeg\" alt=\"Flask Cup set\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Flask Cup set<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>799.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;799.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>499.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;499.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=kada-hug-ring-2\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-07-at-7.13.37-PM-1-1024x1024.jpeg\" alt=\"Kada + Hug Ring\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Kada + Hug Ring<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>499.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;499.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>349.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;349.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=kada-hug-ring\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-07-at-7.13.37-PM-1024x1024.jpeg\" alt=\"Kada + Hug Ring\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Kada + Hug Ring<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>499.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;499.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>349.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;349.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=wooden-keychain\" class=\"lg-card lg-item-show\" data-cats=\"keychains\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">keychains<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-07-at-8.38.16-PM-930x1024.jpeg\" alt=\"Wooden Keychain\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Wooden Keychain<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>399.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;399.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>349.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;349.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                            <!-- Individual Product Card -->\n                <a href=\"https:\/\/luckygifts.cloud\/?product=name-ring\" class=\"lg-card lg-item-show\" data-cats=\"customized-accessories\">\n                    \n                    <div class=\"lg-card-image\">\n                                                    <div class=\"lg-badge\">Customized Accessories<\/div>\n                                                <img decoding=\"async\" src=\"https:\/\/luckygifts.cloud\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-08-at-8.23.31-AM-1024x834.jpeg\" alt=\"Name ring\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"lg-card-info\">\n                        <div class=\"lg-card-title\">Name ring<\/div>\n                        <div class=\"lg-card-price\">\n                            <del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>349.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;349.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>299.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;299.00.<\/span>                        <\/div>\n                        <div class=\"lg-action-btn-wrap\">\n                            <div class=\"lg-action-btn\">\n                                View Product\n                                <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/a>\n                    <\/div>\n    <\/div>\n\n    <script>\n    document.addEventListener('DOMContentLoaded', () => {\n        const buttons = document.querySelectorAll('.lg-cat-btn');\n        const cards   = document.querySelectorAll('.lg-card');\n\n        buttons.forEach(btn => {\n            btn.addEventListener('click', (e) => {\n                \/\/ Ensure button is centered when tapped on mobile (UX touch)\n                e.target.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'center' });\n\n                \/\/ UI update\n                buttons.forEach(b => b.classList.remove('lg-active'));\n                btn.classList.add('lg-active');\n\n                const filter = btn.getAttribute('data-filter');\n\n                cards.forEach(card => {\n                    \/\/ Force DOM reflow to restart CSS animations beautifully\n                    card.classList.remove('lg-item-show');\n                    void card.offsetWidth; \n\n                    const itemCats = card.getAttribute('data-cats');\n                    if (filter === 'all' || itemCats.includes(filter)) {\n                        card.classList.remove('lg-item-hide');\n                        card.classList.add('lg-item-show');\n                    } else {\n                        card.classList.add('lg-item-hide');\n                    }\n                });\n            });\n        });\n    });\n    <\/script>\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-38","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/luckygifts.cloud\/index.php?rest_route=\/wp\/v2\/pages\/38","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luckygifts.cloud\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/luckygifts.cloud\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/luckygifts.cloud\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/luckygifts.cloud\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=38"}],"version-history":[{"count":3,"href":"https:\/\/luckygifts.cloud\/index.php?rest_route=\/wp\/v2\/pages\/38\/revisions"}],"predecessor-version":[{"id":126,"href":"https:\/\/luckygifts.cloud\/index.php?rest_route=\/wp\/v2\/pages\/38\/revisions\/126"}],"wp:attachment":[{"href":"https:\/\/luckygifts.cloud\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=38"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}