1. Array
    (
        [show_master_products_only] => 
        [area] => C
        [for_required_product] => 9555
        [include_child_variations] => 1
        [group_child_variations] => 
        [runtime_company_id] => 13
    )
    
    
  1. Array
    (
        [area] => C
        [use_caching] => 1
        [extend] => Array
            (
                [0] => product_name
                [1] => prices
                [2] => categories
            )
    
        [custom_extend] => Array
            (
            )
    
        [pname] => 
        [pshort] => 
        [pfull] => 
        [pkeywords] => 
        [feature] => Array
            (
            )
    
        [type] => simple
        [page] => 1
        [action] => 
        [filter_variants] => Array
            (
            )
    
        [features_hash] => 
        [limit] => 0
        [bid] => 0
        [match] => 
        [tracking] => Array
            (
            )
    
        [get_frontend_urls] => 
        [items_per_page] => 0
        [apply_disabled_filters] => 
        [load_products_extra_data] => 1
        [storefront] => 
        [company_ids] => 
        [product_id] => 
    )
    
    
  1. Advanced and feature filters
    
  1. before hook
    
  1. after hook
    
  2. C
    
  1. 1
    
  1. before 2nd hook
    
  1. after 2nd hook
    
  1. SELECT products.product_id, descr1.product as product, companies.company as company_name, ?:supplier_links.supplier_id, products.product_type, products.parent_product_id, products.master_product_offers_count, products.master_product_id, products.company_id FROM ?:products as products  LEFT JOIN ?:product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = 'en'  LEFT JOIN ?:product_prices as prices ON prices.product_id = products.product_id AND prices.lower_limit = 1 LEFT JOIN ?:companies AS companies ON companies.company_id = products.company_id  INNER JOIN ?:products_categories as products_categories ON products_categories.product_id = products.product_id INNER JOIN ?:categories ON ?:categories.category_id = products_categories.category_id  AND (cscart_categories.usergroup_ids = '' OR FIND_IN_SET(0, cscart_categories.usergroup_ids) OR FIND_IN_SET(1, cscart_categories.usergroup_ids))  LEFT JOIN ?:supplier_links ON ?:supplier_links.object_id = products.product_id AND ?:supplier_links.object_type = 'P'  LEFT JOIN ?:product_sales ON ?:product_sales.product_id = products.product_id AND ?:product_sales.category_id = products_categories.category_id  LEFT JOIN ?:product_required_products ON products.product_id = ?:product_required_products.required_id WHERE 1  AND (companies.status IN ('A') OR products.company_id = 0) AND products.company_id IN (13, 0) AND (products.usergroup_ids = '' OR FIND_IN_SET(0, products.usergroup_ids) OR FIND_IN_SET(1, products.usergroup_ids)) AND products.status IN ('A') AND prices.usergroup_id IN (0, 0, 1) AND products.master_product_status IN ('A') AND ?:product_required_products.product_id = 9555 GROUP BY products.product_id   ORDER BY ?:product_sales.amount desc, products.product_id ASC 
    
  1. before end of oxn
    
  2. Array
    (
    )
    
    
  1. Array
    (
    )
    
    
  2. end of fxn
    
  1. Array
    (
        [show_master_products_only] => 
        [area] => C
        [custom_extend] => Array
            (
                [0] => product_name
                [1] => categories
            )
    
        [group_child_variations] => 
        [include_child_variations] => 1
        [skip_rating] => 1
        [load_products_extra_data] => 
        [sort_by] => null
        [variation_group_id] => Array
            (
                [350] => 350
            )
    
        [get_amount] => 1
        [runtime_company_id] => 13
    )
    
    
  1. Array
    (
        [area] => C
        [use_caching] => 1
        [extend] => Array
            (
                [0] => product_name
                [1] => prices
                [2] => categories
            )
    
        [custom_extend] => Array
            (
            )
    
        [pname] => 
        [pshort] => 
        [pfull] => 
        [pkeywords] => 
        [feature] => Array
            (
            )
    
        [type] => simple
        [page] => 1
        [action] => 
        [filter_variants] => Array
            (
            )
    
        [features_hash] => 
        [limit] => 0
        [bid] => 0
        [match] => 
        [tracking] => Array
            (
            )
    
        [get_frontend_urls] => 
        [items_per_page] => 0
        [apply_disabled_filters] => 
        [load_products_extra_data] => 1
        [storefront] => 
        [company_ids] => 
        [product_id] => 
    )
    
    
  1. Advanced and feature filters
    
  1. before hook
    
  1. after hook
    
  2. C
    
  1. 1
    
  1. before 2nd hook
    
  1. after 2nd hook
    
  1. SELECT products.product_id, products.amount, descr1.product as product, companies.company as company_name, ?:supplier_links.supplier_id, variation_group_products.group_id AS variation_group_id, products.product_type, products.parent_product_id, products.master_product_offers_count, products.master_product_id, products.company_id FROM ?:products as products  LEFT JOIN ?:product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = 'en'  LEFT JOIN ?:companies AS companies ON companies.company_id = products.company_id  INNER JOIN ?:products_categories as products_categories ON products_categories.product_id = products.product_id INNER JOIN ?:categories ON ?:categories.category_id = products_categories.category_id  AND (cscart_categories.usergroup_ids = '' OR FIND_IN_SET(0, cscart_categories.usergroup_ids) OR FIND_IN_SET(1, cscart_categories.usergroup_ids))  LEFT JOIN ?:supplier_links ON ?:supplier_links.object_id = products.product_id AND ?:supplier_links.object_type = 'P'  INNER JOIN ?:product_variation_group_products AS variation_group_products ON variation_group_products.product_id = products.product_id WHERE 1  AND (companies.status IN ('A') OR products.company_id = 0) AND products.company_id IN (13, 0) AND (products.usergroup_ids = '' OR FIND_IN_SET(0, products.usergroup_ids) OR FIND_IN_SET(1, products.usergroup_ids)) AND products.status IN ('A') AND variation_group_products.group_id IN (350) AND products.master_product_status IN ('A') GROUP BY products.product_id   ORDER BY NULL asc 
    
  1. before end of oxn
    
  2. Array
    (
        [9560] => Array
            (
                [product_id] => 9560
                [amount] => 46
                [product] => Protein Almond Cookies - 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9556] => Array
            (
                [product_id] => 9556
                [amount] => 48
                [product] => Ragi Mocha Cookies- 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9558] => Array
            (
                [product_id] => 9558
                [amount] => 44
                [product] => Fig N Date Cookies- 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9555] => Array
            (
                [product_id] => 9555
                [amount] => 329
                [product] => Cranberry Oats Cookies- 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 0
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9554] => Array
            (
                [product_id] => 9554
                [amount] => 42
                [product] => Cranberry Walnut Cookies - 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9557] => Array
            (
                [product_id] => 9557
                [amount] => 49
                [product] => Millet Chocolate Chip Cookies - 260 gm
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 0
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
    )
    
    
  1. Array
    (
        [9560] => Array
            (
                [product_id] => 9560
                [amount] => 46
                [product] => Protein Almond Cookies - 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9556] => Array
            (
                [product_id] => 9556
                [amount] => 48
                [product] => Ragi Mocha Cookies- 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9558] => Array
            (
                [product_id] => 9558
                [amount] => 44
                [product] => Fig N Date Cookies- 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9555] => Array
            (
                [product_id] => 9555
                [amount] => 329
                [product] => Cranberry Oats Cookies- 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 0
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9554] => Array
            (
                [product_id] => 9554
                [amount] => 42
                [product] => Cranberry Walnut Cookies - 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
        [9557] => Array
            (
                [product_id] => 9557
                [amount] => 49
                [product] => Millet Chocolate Chip Cookies - 260 gm
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [variation_group_id] => 350
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 0
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
    )
    
    
  2. end of fxn
    
Food :: Cereals :: Oats & Porridge :: Cranberry Oats Cookies- 260 gm (Pack of 2) - Well-Being made easy | Clean Beauty, Healthy Snacks, Wellness brands

Extra 5% off on all Kbeauty orders above ₹999

KLOVE

Copied

KLOVE | Extra 5% off on all Kbeauty orders above ₹999

SUMVIBE10 | Extra 10% off on orders on orders ₹1,999+

SUNKISS5 | Extra 5% off on orders ₹999+

  1. Array
    (
        [show_master_products_only] => 
        [area] => A
        [extend] => Array
            (
                [0] => product_name
            )
    
        [pid] => Array
            (
                [0] => 9555
            )
    
        [group_child_variations] => 
        [skip_rating] => 1
        [sort_by] => null
        [runtime_company_id] => 13
    )
    
    
  1. Array
    (
        [area] => C
        [use_caching] => 1
        [extend] => Array
            (
                [0] => product_name
                [1] => prices
                [2] => categories
            )
    
        [custom_extend] => Array
            (
            )
    
        [pname] => 
        [pshort] => 
        [pfull] => 
        [pkeywords] => 
        [feature] => Array
            (
            )
    
        [type] => simple
        [page] => 1
        [action] => 
        [filter_variants] => Array
            (
            )
    
        [features_hash] => 
        [limit] => 0
        [bid] => 0
        [match] => 
        [tracking] => Array
            (
            )
    
        [get_frontend_urls] => 
        [items_per_page] => 0
        [apply_disabled_filters] => 
        [load_products_extra_data] => 1
        [storefront] => 
        [company_ids] => 
        [product_id] => 
    )
    
    
  1. Advanced and feature filters
    
  1. before hook
    
  1. after hook
    
  2. C
    
  1. before 2nd hook
    
  1. after 2nd hook
    
  1. SELECT products.product_id, descr1.product as product, companies.company as company_name, ?:supplier_links.supplier_id, products.product_type, products.parent_product_id, products.master_product_offers_count, products.master_product_id, products.company_id FROM ?:products as products  LEFT JOIN ?:product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = 'en'  LEFT JOIN ?:product_prices as prices ON prices.product_id = products.product_id AND prices.lower_limit = 1 LEFT JOIN ?:companies AS companies ON companies.company_id = products.company_id  INNER JOIN ?:products_categories as products_categories ON products_categories.product_id = products.product_id INNER JOIN ?:categories ON ?:categories.category_id = products_categories.category_id  AND (cscart_categories.usergroup_ids = '' OR FIND_IN_SET(0, cscart_categories.usergroup_ids) OR FIND_IN_SET(1, cscart_categories.usergroup_ids))  LEFT JOIN ?:supplier_links ON ?:supplier_links.object_id = products.product_id AND ?:supplier_links.object_type = 'P'  WHERE 1  AND companies.status IN ('A') AND products.company_id IN (13, 0) AND (products.usergroup_ids = '' OR FIND_IN_SET(0, products.usergroup_ids) OR FIND_IN_SET(1, products.usergroup_ids)) AND products.status IN ('A') AND prices.usergroup_id IN (0)  AND  ((1  AND  products.product_id IN (9555)) AND companies.status IN ('A') AND products.company_id IN (13, 0) AND prices.usergroup_id IN (0)) GROUP BY products.product_id   ORDER BY NULL asc 
    
  1. before end of oxn
    
  2. Array
    (
        [9555] => Array
            (
                [product_id] => 9555
                [product] => Cranberry Oats Cookies- 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [product_code] => 112202
                [hsn_code] => 3304
                [status] => A
                [list_price] => 400.00
                [amount] => 329
                [weight] => 260.000
                [length] => 0
                [width] => 0
                [height] => 0
                [shipping_freight] => 0.00
                [low_avail_limit] => 0
                [timestamp] => 1649249066
                [updated_timestamp] => 1750246019
                [usergroup_ids] => 0
                [is_edp] => N
                [edp_shipping] => N
                [unlimited_download] => N
                [tracking] => B
                [free_shipping] => N
                [zero_price_action] => R
                [is_pbp] => Y
                [is_op] => N
                [is_oper] => N
                [is_returnable] => Y
                [return_period] => 10
                [avail_since] => 0
                [out_of_stock_actions] => N
                [localization] => 
                [min_qty] => 0
                [max_qty] => 5
                [qty_step] => 0
                [list_qty_count] => 0
                [tax_ids] => 13
                [age_verification] => N
                [age_limit] => 0
                [options_type] => P
                [exceptions_type] => F
                [details_layout] => default
                [shipping_params] => a:5:{s:16:"min_items_in_box";i:0;s:16:"max_items_in_box";i:0;s:10:"box_length";i:0;s:9:"box_width";i:0;s:10:"box_height";i:0;}
                [facebook_obj_type] => 
                [buy_now_url] => 
                [is_stock_split_by_warehouses] => N
                [master_product_status] => A
                [youtube_link] => 
                [show_youtube_video] => Y
                [replace_main_image] => 
                [position_youtube] => 
                [restrict_cod] => N
                [price] => 380.000000
                [category_ids] => Array
                    (
                        [0] => 2656
                    )
    
                [seo_name] => cranberry-oats-jaggery-cookies-pack-of-2-28-cookies-300-gm-no-maida-no-added-sugar-no-preservatives
                [seo_path] => 458/2651/2656
                [main_category] => 2656
                [options_type_raw] => P
                [exceptions_type_raw] => F
                [tracking_raw] => B
                [zero_price_action_raw] => R
                [min_qty_raw] => 0
                [max_qty_raw] => 5
                [qty_step_raw] => 0
                [list_qty_count_raw] => 0
                [details_layout_raw] => default
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 0
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
    )
    
    
  1. Array
    (
        [9555] => Array
            (
                [product_id] => 9555
                [product] => Cranberry Oats Cookies- 260 gm (Pack of 2)
                [company_name] => Roadskye Tradecom Pvt. Ltd.
                [supplier_id] => 150
                [product_type] => P
                [parent_product_id] => 0
                [master_product_offers_count] => 0
                [master_product_id] => 0
                [company_id] => 13
                [product_code] => 112202
                [hsn_code] => 3304
                [status] => A
                [list_price] => 400.00
                [amount] => 329
                [weight] => 260.000
                [length] => 0
                [width] => 0
                [height] => 0
                [shipping_freight] => 0.00
                [low_avail_limit] => 0
                [timestamp] => 1649249066
                [updated_timestamp] => 1750246019
                [usergroup_ids] => 0
                [is_edp] => N
                [edp_shipping] => N
                [unlimited_download] => N
                [tracking] => B
                [free_shipping] => N
                [zero_price_action] => R
                [is_pbp] => Y
                [is_op] => N
                [is_oper] => N
                [is_returnable] => Y
                [return_period] => 10
                [avail_since] => 0
                [out_of_stock_actions] => N
                [localization] => 
                [min_qty] => 0
                [max_qty] => 5
                [qty_step] => 0
                [list_qty_count] => 0
                [tax_ids] => 13
                [age_verification] => N
                [age_limit] => 0
                [options_type] => P
                [exceptions_type] => F
                [details_layout] => default
                [shipping_params] => a:5:{s:16:"min_items_in_box";i:0;s:16:"max_items_in_box";i:0;s:10:"box_length";i:0;s:9:"box_width";i:0;s:10:"box_height";i:0;}
                [facebook_obj_type] => 
                [buy_now_url] => 
                [is_stock_split_by_warehouses] => N
                [master_product_status] => A
                [youtube_link] => 
                [show_youtube_video] => Y
                [replace_main_image] => 
                [position_youtube] => 
                [restrict_cod] => N
                [price] => 380.000000
                [category_ids] => Array
                    (
                        [0] => 2656
                    )
    
                [seo_name] => cranberry-oats-jaggery-cookies-pack-of-2-28-cookies-300-gm-no-maida-no-added-sugar-no-preservatives
                [seo_path] => 458/2651/2656
                [main_category] => 2656
                [options_type_raw] => P
                [exceptions_type_raw] => F
                [tracking_raw] => B
                [zero_price_action_raw] => R
                [min_qty_raw] => 0
                [max_qty_raw] => 5
                [qty_step_raw] => 0
                [list_qty_count_raw] => 0
                [details_layout_raw] => default
                [video_as_images] => Array
                    (
                    )
    
                [videos] => Array
                    (
                        [1029] => Array
                            (
                                [video_id] => 1029
                                [video_type] => C
                                [company_id] => 13
                                [usergroup_ids] => 0
                                [position] => 0
                                [timestamp] => 1707849000
                                [status] => A
                                [user_id] => 21551
                                [extra_params] => 
                                [community_video_id] => 1078
                                [community_url] => https://www.kindlife.in/giveaway-alert-kindlife.in-x-neceseralove
                                [community_thumbnail] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.jpg
                                [community_video_url] => https://cdn02.kindlife.in/images/videos/thumb/1078/d40f016767463939248481e79ce91363.mp4
                                [community_last_sync_timestamp] => 1707913474
                                [lang_code] => en
                                [youtube_id] => 
                                [video] => ✨GIVEAWAY ALERT✨ 
                                [description] => <p><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">‘tis the season for giving and what better gift to yourself than some much needed self-care! ☕️</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">Reminding you to take a moment to pamper yourself and embrace the calm amidst all the chaos, we’ve consciously curated these holiday essentials for YOU with some of our fave brands -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;">GIVEAWAY RULES -</span><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
    <ul><li>Follow&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>Tag your loved ones in the comments section (the more, the merrier) and tell us your fave part about the holiday season.</li><li>Repost this reel on your insta stories, tagging both&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/kindlife.in/">@kindlife.in</a>&nbsp;and&nbsp;<a class="x1i10hfl xjbqb8w x6umtig x1b1mbwd xaqea5y xav7gou x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz notranslate _a6hd" tabindex="0" role="link" href="https://www.instagram.com/neceseralove/">@neceseralove</a>.</li><li>The more you engage with both the feeds, more are your chances of winning.</li></ul>
    <p><br style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ffffff;"><br></p>
                                [short_description] => 
                                [privacy] => 1
                                [like_count] => 0
                                [dislike_count] => 0
                                [comment_count] => 0
                                [meta_keywords] => 
                                [meta_description] => 
                                [page_title] => 
                                [tagged_brands] => 
                                [category_id] => 34
                                [link_type] => M
                                [preview] => Array
                                    (
                                        [default_icon] => 1
                                    )
    
                            )
    
                    )
    
                [cp_has_video] => 1
                [brand_name] => Kikibix
            )
    
    )
    
    
  2. end of fxn
    
Kikibix: Cranberry Oats Cookies- 260 gm (Pack of 2)

Cranberry Oats Cookies- 260 gm (Pack of 2)

For seemless weight management
(6) Write a review

Compare

Share

380
400
Save: ₹20 (5%)
i

Price details

  • Maximum retail price incl. of all taxes
    400
  • Total Discount 20
Special Price
380
11
kinders earned

Delivery

Your box of happiness will be shipped in 2-4 business days.
Cash on delivery available on orders above ₹499
100% recyclable packaging
10 Days Return Policy
Available offers
  • Use SUMVIBE10 & Get Flat 10% off on orders above Rs. 1999.
  • Use SUNKISS5 & Get Flat 5% off on orders above Rs. 999.
Details
Features
How to use
Related to watch
Reviews
kindcode

Details

Add a little bit of sweet and tanginess to your freshly brewed cup of coffee with our hand baked, mouth watering Cranberry Oats Cookies. Our delectable cookies are made with superfoods like rolled oats, cranberry, raisins, pumpkin seeds that satiates the endless craving of eating something tasty & keeps you full.


Read More

Features

Brand:
Kikibix
Certifications:
  • FSSAI
  • MSME
For Concerns:
  • Bones & Joints Health
  • Diabetes
  • Digestive Wellness
  • General Immunity
  • General Wellness
  • Heart Health
  • Weight Management
kindcode
:
  • Cruelty Free

Additional Information

Net Content:
Pack of 2 Unit(s)
Net Weight:
260gm
  1. Array
    (
        [show_master_products_only] => 
        [area] => C
        [for_required_product] => 9555
        [include_child_variations] => 1
        [group_child_variations] => 
        [runtime_company_id] => 13
    )
    
    
  1. Array
    (
        [area] => C
        [use_caching] => 1
        [extend] => Array
            (
                [0] => product_name
                [1] => prices
                [2] => categories
            )
    
        [custom_extend] => Array
            (
            )
    
        [pname] => 
        [pshort] => 
        [pfull] => 
        [pkeywords] => 
        [feature] => Array
            (
            )
    
        [type] => simple
        [page] => 1
        [action] => 
        [filter_variants] => Array
            (
            )
    
        [features_hash] => 
        [limit] => 0
        [bid] => 0
        [match] => 
        [tracking] => Array
            (
            )
    
        [get_frontend_urls] => 
        [items_per_page] => 0
        [apply_disabled_filters] => 
        [load_products_extra_data] => 1
        [storefront] => 
        [company_ids] => 
        [product_id] => 
    )
    
    
  1. Advanced and feature filters
    
  1. before hook
    
  1. after hook
    
  2. C
    
  1. 1
    
  1. before 2nd hook
    
  1. after 2nd hook
    
  1. SELECT products.product_id, descr1.product as product, companies.company as company_name, ?:supplier_links.supplier_id, products.product_type, products.parent_product_id, products.master_product_offers_count, products.master_product_id, products.company_id FROM ?:products as products  LEFT JOIN ?:product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = 'en'  LEFT JOIN ?:product_prices as prices ON prices.product_id = products.product_id AND prices.lower_limit = 1 LEFT JOIN ?:companies AS companies ON companies.company_id = products.company_id  INNER JOIN ?:products_categories as products_categories ON products_categories.product_id = products.product_id INNER JOIN ?:categories ON ?:categories.category_id = products_categories.category_id  AND (cscart_categories.usergroup_ids = '' OR FIND_IN_SET(0, cscart_categories.usergroup_ids) OR FIND_IN_SET(1, cscart_categories.usergroup_ids))  LEFT JOIN ?:supplier_links ON ?:supplier_links.object_id = products.product_id AND ?:supplier_links.object_type = 'P'  LEFT JOIN ?:product_sales ON ?:product_sales.product_id = products.product_id AND ?:product_sales.category_id = products_categories.category_id  LEFT JOIN ?:product_required_products ON products.product_id = ?:product_required_products.required_id WHERE 1  AND (companies.status IN ('A') OR products.company_id = 0) AND products.company_id IN (13, 0) AND (products.usergroup_ids = '' OR FIND_IN_SET(0, products.usergroup_ids) OR FIND_IN_SET(1, products.usergroup_ids)) AND products.status IN ('A') AND prices.usergroup_id IN (0, 0, 1) AND products.master_product_status IN ('A') AND ?:product_required_products.product_id = 9555 GROUP BY products.product_id   ORDER BY ?:product_sales.amount desc, products.product_id ASC 
    
  1. before end of oxn
    
  2. Array
    (
    )
    
    
  1. Array
    (
    )
    
    
  2. end of fxn
    

How to use

Related to watch

✨GIVEAWAY ALERT✨

Reviews

Vinita Gehlot
Jodhpur
Verified purchase
5.0
Comment
Good product
Priyanka T
Hyderabad
Verified purchase
5.0
Comment
They are delicious! Is perfect for dealing with the 4 p/m hunger.
Kiran Tiwari Tiwari
Saharanpur
Verified purchase
4.0
Comment
Very Nice Product
Shariq Alam
Malerkotla
5.0
Comment
Love this Cranberry Oats
Shilpi Duhan
Mumbai
Verified purchase
3.0
Comment
Tastes good
ADITI MISHRA
Kanpur
Verified purchase
5.0
Comment
So healthy and tasty. Better than the millets variant.
Read More

kindcode

  • Cruelty Free

    “Cruelty-Free” is a PETA provided certification to brands which do not conduct product tests on animals prior to sales. Considering the vulnerability of animals and their lack of ability to give consent doesn’t make it ethical to test products meant for human use on them. Hence products that are natural or plant based could be cruelty free only if they have not been tested on animals.

Kikibix

Wholesome nutritionist-crafted cookies and snacks for kids and families

Shop the Brand

kiki.AI

Hi, I am kiki.AI, unlock your gateway to global beauty and health with AI-powered insights.

Compare with similar items

Similar Products

Recently viewed

Server

Request

Config

SQL

Cache queries

Logging

Templates

Blocks