SELECT 
  cscart_bm_snapping.grid_id as grid_id, 
  cscart_bm_snapping.block_id as block_id, 
  IFNULL(
    dynamic_object_content.content, 
    default_content.content
  ) as content, 
  IFNULL(
    dynamic_object_content.object_id, 
    default_content.object_id
  ) AS object_id, 
  IFNULL(
    dynamic_object_content.object_type, 
    default_content.object_type
  ) AS object_type, 
  cscart_bm_block_statuses.object_ids as object_ids, 
  cscart_bm_snapping.*, 
  cscart_bm_blocks.*, 
  cscart_bm_blocks_descriptions.* 
FROM 
  cscart_bm_snapping 
  LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_bm_snapping.block_id 
  LEFT JOIN cscart_bm_block_statuses ON cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id 
  AND cscart_bm_block_statuses.object_type LIKE 'categories' 
  LEFT JOIN cscart_bm_blocks_descriptions ON cscart_bm_blocks.block_id = cscart_bm_blocks_descriptions.block_id 
  LEFT JOIN cscart_bm_blocks_content AS default_content ON cscart_bm_blocks.block_id = default_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = default_content.lang_code 
  AND default_content.snapping_id = 0 
  AND default_content.object_id = 0 
  AND default_content.object_type like '' 
  LEFT JOIN cscart_bm_blocks_content AS dynamic_object_content ON cscart_bm_blocks.block_id = dynamic_object_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code 
  AND dynamic_object_content.object_id = 1120 
  AND dynamic_object_content.object_type like 'categories' 
WHERE 
  cscart_bm_snapping.grid_id IN (
    2167, 2168, 2169, 2176, 2178, 2179, 2173, 
    2170, 2172, 2171, 2177, 2175, 2174, 
    2180, 2183, 2188, 2192, 2189, 2648, 
    2190, 2187, 2191, 2193, 2194, 2195, 
    2196, 2218, 2219, 2220, 2221
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00608

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "828832.93"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "609140.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_bm_snapping",
            "access_type": "range",
            "possible_keys": [
              "grid_id"
            ],
            "key": "grid_id",
            "used_key_parts": [
              "grid_id"
            ],
            "key_length": "4",
            "rows_examined_per_scan": 229,
            "rows_produced_per_join": 229,
            "filtered": "100.00",
            "index_condition": "(`cscart_db`.`cscart_bm_snapping`.`grid_id` in (2167,2168,2169,2176,2178,2179,2173,2170,2172,2171,2177,2175,2174,2180,2183,2188,2192,2189,2648,2190,2187,2191,2193,2194,2195,2196,2218,2219,2220,2221))",
            "cost_info": {
              "read_cost": "87.66",
              "eval_cost": "22.90",
              "prefix_cost": "110.56",
              "data_read_per_join": "177K"
            },
            "used_columns": [
              "snapping_id",
              "block_id",
              "grid_id",
              "wrapper",
              "user_class",
              "order",
              "status"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "cscart_db.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 229,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "108.78",
              "eval_cost": "22.90",
              "prefix_cost": "242.24",
              "data_read_per_join": "50K"
            },
            "used_columns": [
              "block_id",
              "type",
              "properties",
              "company_id",
              "storefront_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id",
              "lang_code"
            ],
            "key_length": "10",
            "ref": [
              "cscart_db.cscart_bm_snapping.block_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 229,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "57.25",
              "eval_cost": "22.90",
              "prefix_cost": "322.38",
              "data_read_per_join": "46K"
            },
            "used_columns": [
              "block_id",
              "lang_code",
              "name"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_block_statuses",
            "access_type": "ref",
            "possible_keys": [
              "snapping_id"
            ],
            "key": "snapping_id",
            "used_key_parts": [
              "snapping_id"
            ],
            "key_length": "4",
            "ref": [
              "cscart_db.cscart_bm_snapping.snapping_id"
            ],
            "rows_examined_per_scan": 7,
            "rows_produced_per_join": 1603,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(cscart_bm_block_statuses), ((`cscart_db`.`cscart_bm_snapping`.`snapping_id` = `cscart_db`.`cscart_bm_block_statuses`.`snapping_id`) and (`cscart_db`.`cscart_bm_block_statuses`.`object_type` like 'categories')), true)",
            "cost_info": {
              "read_cost": "400.75",
              "eval_cost": "160.30",
              "prefix_cost": "883.43",
              "data_read_per_join": "187K"
            },
            "used_columns": [
              "snapping_id",
              "object_ids",
              "object_type"
            ]
          }
        },
        {
          "table": {
            "table_name": "default_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id",
              "snapping_id",
              "lang_code",
              "object_id"
            ],
            "key_length": "18",
            "ref": [
              "cscart_db.cscart_bm_snapping.block_id",
              "const",
              "cscart_db.cscart_bm_blocks_descriptions.lang_code",
              "const"
            ],
            "rows_examined_per_scan": 10,
            "rows_produced_per_join": 16030,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(default_content), (`cscart_db`.`default_content`.`object_type` like ''), true)",
            "cost_info": {
              "read_cost": "4007.50",
              "eval_cost": "1603.00",
              "prefix_cost": "6493.93",
              "data_read_per_join": "3M"
            },
            "used_columns": [
              "snapping_id",
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ]
          }
        },
        {
          "table": {
            "table_name": "dynamic_object_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "cscart_db.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 38,
            "rows_produced_per_join": 609140,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(dynamic_object_content), ((`cscart_db`.`dynamic_object_content`.`object_id` = 1120) and (`cscart_db`.`dynamic_object_content`.`lang_code` = `cscart_db`.`cscart_bm_blocks_descriptions`.`lang_code`) and (`cscart_db`.`dynamic_object_content`.`object_type` like 'categories')), true)",
            "cost_info": {
              "read_cost": "152285.00",
              "eval_cost": "60914.00",
              "prefix_cost": "219692.93",
              "data_read_per_join": "130M"
            },
            "used_columns": [
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ]
          }
        }
      ]
    }
  }
}

Result

grid_id block_id content object_id object_type object_ids snapping_id wrapper user_class order status type properties company_id storefront_id lang_code name
2648 2 0 3320 top-currencies hidden-app hidden-phone 0 A currencies a:4:{s:8:"template";s:21:"blocks/currencies.tpl";s:4:"text";s:0:"";s:6:"format";s:6:"symbol";s:14:"dropdown_limit";s:1:"4";} 0 1 en Currencies
2174 7 0 3293 bk_footer_search 0 D template a:1:{s:8:"template";s:62:"addons/ca_search_widget/blocks/static_templates/search_bar.tpl";} 0 1 en Search
2193 7 0 3316 hidden-tablet hidden-desktop 0 D template a:1:{s:8:"template";s:62:"addons/ca_search_widget/blocks/static_templates/search_bar.tpl";} 0 1 en Search
2178 18 0 3296 0 D template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 0 1 en Copyright
2171 67 0 3288 blocks/wrappers/sidebox_important.tpl 0 D template a:1:{s:8:"template";s:44:"blocks/static_templates/my_account_links.tpl";} 0 1 en My account
2172 69 a:1:{s:7:"content";s:434:"<ul id="demo_store_links"> <li class="ty-footer-menu__item"><a href="/faqs">FAQs</a></li> <li class="ty-footer-menu__item"><a href="/return-and-cancellation-policies">Return Policy</a></li> <li class="ty-footer-menu__item"><a href="/privacy-policy">Privacy Policy</a></li> <li class="ty-footer-menu__item"><a href="terms-and-conditions">T&C</a></li> <li class="ty-footer-menu__item"><a href="contactus">Contact Us</a></li> </ul>";} 0 3290 blocks/wrappers/sidebox_important.tpl footer-no-wysiwyg 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Help
2218 80 a:1:{s:5:"items";a:1:{s:7:"filling";s:8:"manually";}} 0 3362 0 D product_filters a:1:{s:8:"template";s:56:"blocks/product_filters/for_category/selected_filters.tpl";} 0 1 en Selected product filters
2180 221 a:1:{s:7:"content";s:34343:"<style type="text/css"> .bk_footer__accountWrap img { width: 30px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; } .bk_footer_tab_list_new { position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; } .bk_footer_tab_list_new > ul { list-style: none; margin: 0; display: flex; justify-content: space-around; align-items: end; position: relative; } .bk_footer_tab_list_new > ul > li { flex: 1; padding: 0; background-color: #fff; } .bk_footer_tab_list_new > ul > li.bk_footer_navMid { background-image: radial-gradient(circle at 50% 7%, transparent 28px, #fff 0); background-color: transparent; flex: 0 0 auto; width: 56px; } .bk_footer_nav2 { border-top-right-radius: 10px; } .bk_footer_nav4 { border-top-left-radius: 10px; } .bk_footer_tab_list_new > ul > li > a { padding: 6px 0px; text-align: center; font-size: 11px; color: #8F8F8F; display: flex; flex-flow: column; justify-content: end; height: 56px; } .bk_footer_tab_list_new > ul li.bk_footer_plusBtn { position: absolute; text-align: center; aspect-ratio: 1; border-radius: 50px; transform: translateY(-60%); width: 46px; z-index: 1; } .bk_footer_tab_list_new ul li.bk_footer_plusBtn span { background: #2dbaa8; display: flex; align-items: center; justify-content: center; aspect-ratio: 1; border-radius: 50px; cursor: pointer; transition: 0.2s; } .bk_footer_tab_list_new > ul li.bk_footer_plusBtn.open span { background: #5E2ECF; transform: rotate(45deg); } .bk_footer_tab_list_new ul li.bk_footer_plusBtn span img { width: 50%; } .bk_footer_tab_list_new ul li.active a { color: #2DBAA8; } .bk_footer_tab_list_new li .bk_foot_activeImg, .bk_footer_tab_list_new li.active .bk_foot_nonActiveImg { display: none } .bk_footer_tab_list_new li .bk_foot_nonActiveImg, .bk_footer_tab_list_new li.active .bk_foot_activeImg { display: block } .bk_footer_tab_list_new .bk-icon-footer { display: block; margin: 0 auto 2px; opacity: 0.5; } .bk_footer_tab_list_new li.active .bk_foot_activeImg { opacity: 1; } .bk_footer_tab_list_new .bk-icon-footer svg { height: 28px; max-width: none } .bk_footer_tab_option_wrap { position: absolute; bottom: 0; left: 0; right: 0; background: #0009; padding: 15px 0 75px; overflow: hidden; height: 100vh; display: flex; flex-flow: column; justify-content: end; } .bk_footer_tab_option_wrap ul.bk_footer_tab_option_list { text-align: center; transform-origin: bottom; list-style: none; margin: 0; transform: rotate(-60deg) translateY(100%); transition: 0.3s; } .bk_footer_tab_option_wrap.show ul { transform: none; } li.option_tab_item1 { padding-left: 12%; } li.option_tab_item2 { padding-left: 10%; } li.option_tab_item3 { padding-left: 5%; } li.option_tab_item4 { padding-left: 10%; } ul.bk_footer_tab_option_list li a { padding: 4px 0; font-size: 13px; font-weight: 500; display: inline-flex; align-items: center; } ul.bk_footer_tab_option_list li span { background: #2dbaa8; border-radius: 50px; width: 36px; aspect-ratio: 1; line-height: 36px; margin-right: 10px; display: inline-flex; align-items: center; justify-content: center; } ul.bk_footer_tab_option_list li p { display: inline-block; padding: 0; opacity: 0; transition: 0.5s; transform: translateX(20px); font-size: 13px; font-weight: 500; } .bk_footer_tab_option_wrap.show ul p { opacity: 1; transform: unset; color: #fff; } .bk-ing-aiscan-container #ca-bot-icon { display: none; } </style> <div class="bk_footer_tab_list_new"> <ul> <li {if $runtime.controller == 'index' && $runtime.mode == 'index'} class="active" {/if} ><a href=""> <span class="bk-icon-footer bk_foot_activeImg"> <img src="https://cdn.kindlife.in/images/lotti-icons/footer-kiki-active.svg" alt="kiki-logo"> </span> <span class="bk-icon-footer bk_foot_nonActiveImg"> <img src="https://cdn.kindlife.in/images/lotti-icons/footer-kiki-nonActive.svg" alt="kiki-logo"> </span>For You </a> </li> <li class="bk_footer_nav2 {if ($runtime.controller== 'community' && $runtime.mode == 'video')}active{/if}"><a href="{if $auth['user_id']}https://www.kindlife.in/community {else}https://www.kindlife.in/community {/if}"> <span class="bk-icon-footer bk_foot_activeImg"> <svg xmlns="http://www.w3.org/2000/svg" width="23.485" height="23.288" viewBox="0 0 23.485 23.288"> <g id="klcommunity1a" transform="translate(-139.5 -565)"> <g id="Group_5315" data-name="Group 5315" transform="translate(8 -1)"> <g id="Group_4502" data-name="Group 4502" transform="translate(132.904 567.365)"> <g id="Group_5317" data-name="Group 5317" transform="translate(0 1)"> <path id="Subtraction_26" data-name="Subtraction 26" d="M13.188,20.557h0a3,3,0,1,0-5.963-.476,3.92,3.92,0,0,0,.027.413,10.8,10.8,0,0,1-4.551-2.7A10.629,10.629,0,0,1,0,13.259a3.055,3.055,0,0,0,.395.025,3,3,0,0,0,0-6.006A3.1,3.1,0,0,0,0,7.3,10.651,10.651,0,0,1,2.7,2.771,10.792,10.792,0,0,1,7.256.064a3.064,3.064,0,0,0-.031.419,3,3,0,1,0,6,0A3.288,3.288,0,0,0,13.188,0a10.793,10.793,0,0,1,4.7,2.689A10.627,10.627,0,0,1,20.676,7.3a3,3,0,0,0,0,5.958,10.659,10.659,0,0,1-2.783,4.609,10.8,10.8,0,0,1-4.7,2.687Z" transform="translate(0 0)" fill="#c2ede8"/> </g> <g id="Group_4337" data-name="Group 4337"> <g id="Subtraction_26-2" data-name="Subtraction 26" transform="translate(0 0)" fill="none"> <path d="M13.188,20.557h0a3,3,0,1,0-5.963-.476,3.92,3.92,0,0,0,.027.413,10.8,10.8,0,0,1-4.551-2.7A10.629,10.629,0,0,1,0,13.259a3.055,3.055,0,0,0,.395.025,3,3,0,0,0,0-6.006A3.1,3.1,0,0,0,0,7.3,10.651,10.651,0,0,1,2.7,2.771,10.792,10.792,0,0,1,7.256.064a3.064,3.064,0,0,0-.031.419,3,3,0,1,0,6,0A3.288,3.288,0,0,0,13.188,0a10.793,10.793,0,0,1,4.7,2.689A10.627,10.627,0,0,1,20.676,7.3a3,3,0,0,0,0,5.958,10.659,10.659,0,0,1-2.783,4.609,10.8,10.8,0,0,1-4.7,2.687Z" stroke="none"/> <path d="M 14.12485408782959 19.18101501464844 C 15.26116180419922 18.70671272277832 16.30566024780273 18.01838874816895 17.1923942565918 17.15375518798828 C 18.13859939575195 16.23085975646973 18.88479042053223 15.12604522705078 19.38310241699219 13.91861438751221 C 17.99908638000488 13.27910423278809 17.05468368530273 11.87442016601562 17.05468368530273 10.27880477905273 C 17.05468368530273 8.684712409973145 18.0000114440918 7.281652927398682 19.38534355163574 6.64335298538208 C 18.88636779785156 5.431734085083008 18.13955879211426 4.325932025909424 17.19210433959961 3.40455436706543 C 16.30628776550293 2.539858341217041 15.26239109039307 1.851429343223572 14.12603855133057 1.376815438270569 C 13.7191801071167 3.154345512390137 12.12524127960205 4.484374523162842 10.22656440734863 4.484374523162842 C 8.357674598693848 4.484374523162842 6.783840656280518 3.196819067001343 6.345812320709229 1.46248471736908 C 5.252406597137451 1.947750210762024 4.250875473022461 2.632092714309692 3.403004169464111 3.478974342346191 C 2.556026935577393 4.322686195373535 1.873263835906982 5.318141937255859 1.391546726226807 6.403483867645264 C 3.118343353271484 6.846869945526123 4.398434162139893 8.416254997253418 4.398434162139893 10.27880477905273 C 4.398434162139893 12.14291763305664 3.119745016098022 13.71373748779297 1.394274473190308 14.15863513946533 C 1.87410044670105 15.23866748809814 2.557404756546021 16.23321533203125 3.407593965530396 17.08078384399414 C 4.255331993103027 17.92688179016113 5.255912303924561 18.61087226867676 6.347017765045166 19.09574127197266 C 6.786629199981689 17.36367988586426 8.35929012298584 16.07861518859863 10.22656440734863 16.07861518859863 C 12.12335681915283 16.07861518859863 13.71604633331299 17.40613746643066 14.12485408782959 19.18101501464844 M 13.18750381469727 20.55712509155273 L 13.18750381469727 20.5556640625 C 13.21484375 20.38525390625 13.22656440734863 20.22949409484863 13.22656440734863 20.07959365844727 C 13.22656440734863 18.4248046875 11.88281440734863 17.07861518859863 10.22656440734863 17.07861518859863 C 8.570314407348633 17.07861518859863 7.224614143371582 18.4248046875 7.224614143371582 20.07959365844727 C 7.224614143371582 20.19726371765137 7.234374046325684 20.32861518859863 7.251954078674316 20.49267387390137 C 5.537114143371582 19.98535537719727 3.964843988418579 19.0498046875 2.701174020767212 17.78857421875 C 1.433594107627869 16.52490425109863 0.4980440735816956 14.95849418640137 0.001954062609001994 13.25927448272705 C 0.1308640688657761 13.27587413787842 0.2597640752792358 13.28466415405273 0.3964840769767761 13.28466415405273 C 2.050784111022949 13.28466415405273 3.398434162139893 11.93652439117432 3.398434162139893 10.27880477905273 C 3.398434162139893 8.624514579772949 2.050784111022949 7.278324604034424 0.3964840769767761 7.278324604034424 C 0.2636740505695343 7.278324604034424 0.1289040595293045 7.28711462020874 -0.001955937594175339 7.304194450378418 C 0.4980440735816956 5.600584506988525 1.429684042930603 4.033204555511475 2.697263956069946 2.770504474639893 C 3.962893962860107 1.506344437599182 5.539063930511475 0.5712844729423523 7.255864143371582 0.06445445120334625 C 7.236323833465576 0.2050744593143463 7.224614143371582 0.3461944460868835 7.224614143371582 0.4833944439888 C 7.224614143371582 2.138184547424316 8.570314407348633 3.484374523162842 10.22656440734863 3.484374523162842 C 11.88281440734863 3.484374523162842 13.22656440734863 2.138184547424316 13.22656440734863 0.4833944439888 C 13.22656440734863 0.3320344388484955 13.21289443969727 0.1694344580173492 13.18750381469727 4.453124802239472e-06 C 14.95507431030273 0.4794944524765015 16.58007431030273 1.409664511680603 17.890625 2.688964366912842 C 19.203125 3.965334415435791 20.16406440734863 5.560544490814209 20.67578315734863 7.302244663238525 C 19.18164443969727 7.491694450378418 18.05468368530273 8.770503997802734 18.05468368530273 10.27880477905273 C 18.05468368530273 11.78857421875 19.18164443969727 13.07080459594727 20.67382431030273 13.26074409484863 C 20.16211318969727 15.00000476837158 19.1992244720459 16.59326362609863 17.890625 17.86962509155273 C 16.578125 19.1494140625 14.95312404632568 20.078125 13.18945407867432 20.55664443969727 L 13.18750381469727 20.55712509155273 Z" stroke="none" fill="#11a895"/> </g> </g> </g> <circle id="Ellipse_636" data-name="Ellipse 636" cx="1.365" cy="1.365" r="1.365" transform="translate(141.877 566)" fill="#11a895"/> <circle id="Ellipse_637" data-name="Ellipse 637" cx="1.365" cy="1.365" r="1.365" transform="translate(141.877 586.557)" fill="#11a895"/> <circle id="Ellipse_638" data-name="Ellipse 638" cx="1.365" cy="1.365" r="1.365" transform="translate(154.985 576.279) rotate(90)" fill="#11a895"/> <circle id="Ellipse_639" data-name="Ellipse 639" cx="1.365" cy="1.365" r="1.365" transform="translate(134.231 576.279) rotate(90)" fill="#11a895"/> </g> </g> </svg> </span> <span class="bk-icon-footer bk_foot_nonActiveImg"> <svg xmlns="http://www.w3.org/2000/svg" width="23.485" height="23.288" viewBox="0 0 23.485 23.288"> <g id="klcommunity1" transform="translate(-131.5 -566)"> <g id="Group_4502" data-name="Group 4502" transform="translate(132.904 567.365)"> <g id="Group_4337" data-name="Group 4337"> <g id="Subtraction_26" data-name="Subtraction 26" transform="translate(0 0)" fill="none"> <path d="M13.188,20.557h0a3,3,0,1,0-5.963-.476,3.92,3.92,0,0,0,.027.413,10.8,10.8,0,0,1-4.551-2.7A10.629,10.629,0,0,1,0,13.259a3.055,3.055,0,0,0,.395.025,3,3,0,0,0,0-6.006A3.1,3.1,0,0,0,0,7.3,10.651,10.651,0,0,1,2.7,2.771,10.792,10.792,0,0,1,7.256.064a3.064,3.064,0,0,0-.031.419,3,3,0,1,0,6,0A3.288,3.288,0,0,0,13.188,0a10.793,10.793,0,0,1,4.7,2.689A10.627,10.627,0,0,1,20.676,7.3a3,3,0,0,0,0,5.958,10.659,10.659,0,0,1-2.783,4.609,10.8,10.8,0,0,1-4.7,2.687Z" stroke="none"/> <path d="M 14.12485408782959 19.18101501464844 C 15.26116180419922 18.70671272277832 16.30566024780273 18.01838874816895 17.1923942565918 17.15375518798828 C 18.13859939575195 16.23085975646973 18.88479042053223 15.12604522705078 19.38310241699219 13.91861438751221 C 17.99908638000488 13.27910423278809 17.05468368530273 11.87442016601562 17.05468368530273 10.27880477905273 C 17.05468368530273 8.684712409973145 18.0000114440918 7.281652927398682 19.38534355163574 6.64335298538208 C 18.88636779785156 5.431734085083008 18.13955879211426 4.325932025909424 17.19210433959961 3.40455436706543 C 16.30628776550293 2.539858341217041 15.26239109039307 1.851429343223572 14.12603855133057 1.376815438270569 C 13.7191801071167 3.154345512390137 12.12524127960205 4.484374523162842 10.22656440734863 4.484374523162842 C 8.357674598693848 4.484374523162842 6.783840656280518 3.196819067001343 6.345812320709229 1.46248471736908 C 5.252406597137451 1.947750210762024 4.250875473022461 2.632092714309692 3.403004169464111 3.478974342346191 C 2.556026935577393 4.322686195373535 1.873263835906982 5.318141937255859 1.391546726226807 6.403483867645264 C 3.118343353271484 6.846869945526123 4.398434162139893 8.416254997253418 4.398434162139893 10.27880477905273 C 4.398434162139893 12.14291763305664 3.119745016098022 13.71373748779297 1.394274473190308 14.15863513946533 C 1.87410044670105 15.23866748809814 2.557404756546021 16.23321533203125 3.407593965530396 17.08078384399414 C 4.255331993103027 17.92688179016113 5.255912303924561 18.61087226867676 6.347017765045166 19.09574127197266 C 6.786629199981689 17.36367988586426 8.35929012298584 16.07861518859863 10.22656440734863 16.07861518859863 C 12.12335681915283 16.07861518859863 13.71604633331299 17.40613746643066 14.12485408782959 19.18101501464844 M 13.18750381469727 20.55712509155273 L 13.18750381469727 20.5556640625 C 13.21484375 20.38525390625 13.22656440734863 20.22949409484863 13.22656440734863 20.07959365844727 C 13.22656440734863 18.4248046875 11.88281440734863 17.07861518859863 10.22656440734863 17.07861518859863 C 8.570314407348633 17.07861518859863 7.224614143371582 18.4248046875 7.224614143371582 20.07959365844727 C 7.224614143371582 20.19726371765137 7.234374046325684 20.32861518859863 7.251954078674316 20.49267387390137 C 5.537114143371582 19.98535537719727 3.964843988418579 19.0498046875 2.701174020767212 17.78857421875 C 1.433594107627869 16.52490425109863 0.4980440735816956 14.95849418640137 0.001954062609001994 13.25927448272705 C 0.1308640688657761 13.27587413787842 0.2597640752792358 13.28466415405273 0.3964840769767761 13.28466415405273 C 2.050784111022949 13.28466415405273 3.398434162139893 11.93652439117432 3.398434162139893 10.27880477905273 C 3.398434162139893 8.624514579772949 2.050784111022949 7.278324604034424 0.3964840769767761 7.278324604034424 C 0.2636740505695343 7.278324604034424 0.1289040595293045 7.28711462020874 -0.001955937594175339 7.304194450378418 C 0.4980440735816956 5.600584506988525 1.429684042930603 4.033204555511475 2.697263956069946 2.770504474639893 C 3.962893962860107 1.506344437599182 5.539063930511475 0.5712844729423523 7.255864143371582 0.06445445120334625 C 7.236323833465576 0.2050744593143463 7.224614143371582 0.3461944460868835 7.224614143371582 0.4833944439888 C 7.224614143371582 2.138184547424316 8.570314407348633 3.484374523162842 10.22656440734863 3.484374523162842 C 11.88281440734863 3.484374523162842 13.22656440734863 2.138184547424316 13.22656440734863 0.4833944439888 C 13.22656440734863 0.3320344388484955 13.21289443969727 0.1694344580173492 13.18750381469727 4.453124802239472e-06 C 14.95507431030273 0.4794944524765015 16.58007431030273 1.409664511680603 17.890625 2.688964366912842 C 19.203125 3.965334415435791 20.16406440734863 5.560544490814209 20.67578315734863 7.302244663238525 C 19.18164443969727 7.491694450378418 18.05468368530273 8.770503997802734 18.05468368530273 10.27880477905273 C 18.05468368530273 11.78857421875 19.18164443969727 13.07080459594727 20.67382431030273 13.26074409484863 C 20.16211318969727 15.00000476837158 19.1992244720459 16.59326362609863 17.890625 17.86962509155273 C 16.578125 19.1494140625 14.95312404632568 20.078125 13.18945407867432 20.55664443969727 L 13.18750381469727 20.55712509155273 Z" stroke="none" fill="#333"/> </g> </g> </g> <circle id="Ellipse_636" data-name="Ellipse 636" cx="1.365" cy="1.365" r="1.365" transform="translate(141.877 566)" fill="#333"/> <circle id="Ellipse_637" data-name="Ellipse 637" cx="1.365" cy="1.365" r="1.365" transform="translate(141.877 586.557)" fill="#333"/> <circle id="Ellipse_638" data-name="Ellipse 638" cx="1.365" cy="1.365" r="1.365" transform="translate(154.985 576.279) rotate(90)" fill="#333"/> <circle id="Ellipse_639" data-name="Ellipse 639" cx="1.365" cy="1.365" r="1.365" transform="translate(134.231 576.279) rotate(90)" fill="#333"/> </g> </svg> </span> Creators </a> </li> <li class="bk_footer_navMid" {if ($runtime.controller== 'kl_qna' && $runtime.mode == 'kl_qna')} class="active" {/if} ><a href="index.php?dispatch=kl_qna.kiki_ai"> <span class="bk-icon-footer" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" width="27.91" height="24.41" viewBox="0 0 27.91 24.41"> <g id="WeChat" transform="translate(0 -3)"> <path id="Path_25434" data-name="Path 25434" d="M11.775,21.484c4.666-.567,8.286-4.012,8.286-8.2C20.06,8.707,15.787,5,10.466,5a10.542,10.542,0,0,0-4.274.872l-.349-.785A9.081,9.081,0,0,0,0,13.286,8.634,8.634,0,0,0,2.573,19.3l-.785,2.922a.9.9,0,0,0,.305.916.784.784,0,0,0,.959.044l2.835-1.657a11.449,11.449,0,0,0,4.579.916c.48,0,.959-.044,1.4-.087Z" transform="translate(0 -1.128)" fill="#19a895"/> <path id="Path_25435" data-name="Path 25435" d="M15.775,13.105A1.308,1.308,0,1,0,14.466,11.8,1.285,1.285,0,0,0,15.775,13.105Zm-6.105,0A1.308,1.308,0,1,0,8.361,11.8,1.285,1.285,0,0,0,9.669,13.105Zm3.053,6.105c4.8,0,8.722-.7,8.722-4.8S17.519,7,12.722,7,4,10.314,4,14.414,7.925,19.211,12.722,19.211Z" transform="translate(-2.256 -2.256)" fill="#c2ede8" fill-rule="evenodd"/> <path id="Path_25436" data-name="Path 25436" d="M40.515,28.793h.872a7.427,7.427,0,0,1-2.4,5.408l.611,2.224a.827.827,0,0,1-.349.916.851.851,0,0,1-1,0l-2.093-1.4a9.423,9.423,0,0,1-3.532.654c-4.71,0-8.722-3.4-8.722-7.85s4.012-7.85,8.722-7.85a7.066,7.066,0,0,1,.959.044l-.087.872A8.18,8.18,0,0,1,40.515,28.793Z" transform="translate(-13.477 -10.094)" fill="#e0c3f6"/> <path id="Path_25437" data-name="Path 25437" d="M41.955,31.105c0,3.358-3.14,4.361-6.978,4.361S28,34.463,28,31.105,31.14,25,34.978,25,41.955,27.747,41.955,31.105Z" transform="translate(-15.789 -12.406)" fill="#fff"/> <path id="Path_25438" data-name="Path 25438" d="M17.12,4.744a9.679,9.679,0,0,0-4.535,1.09L11.8,4.265A11.959,11.959,0,0,1,17.12,3c5.233,0,9.725,3.4,10.379,7.981,3.968.7,7.065,3.838,7.065,7.719a7.427,7.427,0,0,1-2.4,5.408L31.642,22.1a5.641,5.641,0,0,0,1.177-3.4c0-3.053-2.617-5.713-6.193-6.062l-.741-.087-.044-.741C25.624,7.971,21.917,4.744,17.12,4.744Zm6.105,12.211a.872.872,0,1,0-.872-.872A.875.875,0,0,0,23.226,16.955Zm5.233,0a.872.872,0,1,0-.872-.872A.875.875,0,0,0,28.459,16.955Z" transform="translate(-6.654)" fill="#314a52"/> <g id="Group_14940" data-name="Group 14940" transform="translate(4.68 7.604)"> <path id="Path_2169" data-name="Path 2169" d="M298.337,438.27a1.878,1.878,0,0,0,2.624.642,1.994,1.994,0,0,0,.7-2.707,2.179,2.179,0,0,0-2.9-.542A1.806,1.806,0,0,0,298.337,438.27Z" transform="translate(-297.032 -435.033)" fill="#262626"/> <ellipse id="Ellipse_340" data-name="Ellipse 340" cx="1.52" cy="0.551" rx="1.52" ry="0.551" transform="matrix(0.834, -0.552, 0.552, 0.834, 0, 1.679)" fill="#262626"/> <path id="Path_2170" data-name="Path 2170" d="M308.994,440a.525.525,0,0,0,.735.144.491.491,0,0,0,.147-.7.582.582,0,0,0-.778-.163A.5.5,0,0,0,308.994,440Z" transform="translate(-306.136 -438.257)" fill="#8cddc6"/> </g> <g id="Group_14941" data-name="Group 14941" transform="translate(11.6 7.605)"> <path id="Path_2169-2" data-name="Path 2169" d="M301.584,438.27a1.878,1.878,0,0,1-2.624.642,1.994,1.994,0,0,1-.7-2.707,2.179,2.179,0,0,1,2.9-.542A1.806,1.806,0,0,1,301.584,438.27Z" transform="translate(-297.96 -435.034)" fill="#262626"/> <ellipse id="Ellipse_340-2" data-name="Ellipse 340" cx="1.52" cy="0.551" rx="1.52" ry="0.551" transform="matrix(-0.834, -0.552, 0.552, -0.834, 4.32, 2.597)" fill="#262626"/> <path id="Path_2170-2" data-name="Path 2170" d="M309.862,440a.525.525,0,0,1-.735.144.491.491,0,0,1-.147-.7.582.582,0,0,1,.778-.163A.5.5,0,0,1,309.862,440Z" transform="translate(-307.791 -438.258)" fill="#8cddc6"/> </g> </g> </svg> </span> Kiki.Ai </a> </li> <li class="bk_footer_nav4 {if $runtime.controller== 'cp_video_categories' && $runtime.mode == 'view'}active{/if}"><a href="/watch-and-shop"> <span class="bk-icon-footer bk_foot_activeImg"> <svg xmlns="http://www.w3.org/2000/svg" width="22.304" height="24.247" viewBox="0 0 22.304 24.247"> <g id="klwatch1a" transform="translate(-238.5 -564)"> <g id="Group_4500" data-name="Group 4500" transform="translate(239 564)"> <rect id="Rectangle_2408" data-name="Rectangle 2408" width="15.728" height="23.156" rx="3" transform="translate(3.787 1.091)" fill="#c2ede8"/> <g id="Rectangle_2269" data-name="Rectangle 2269" transform="translate(2.788)" fill="none" stroke="#11a895" stroke-width="1"> <rect width="15.728" height="23.156" rx="3" stroke="none"/> <rect x="0.5" y="0.5" width="14.728" height="22.156" rx="2.5" fill="none"/> </g> <path id="Polygon_43" data-name="Polygon 43" d="M2.68,2.279a1.5,1.5,0,0,1,2.6,0l1.4,2.446a1.5,1.5,0,0,1-1.3,2.244H2.585a1.5,1.5,0,0,1-1.3-2.244Z" transform="translate(16.143 8.596) rotate(90)" fill="#fff"/> <g id="Polygon_42" data-name="Polygon 42" transform="translate(15.142 7.596) rotate(90)" fill="none"> <path d="M2.68,2.279a1.5,1.5,0,0,1,2.6,0l1.4,2.446a1.5,1.5,0,0,1-1.3,2.244H2.585a1.5,1.5,0,0,1-1.3-2.244Z" stroke="none"/> <path d="M 3.982226371765137 2.523345947265625 C 3.894986152648926 2.523345947265625 3.678046226501465 2.547895908355713 3.54810619354248 2.775275707244873 L 2.150646209716797 5.220826148986816 C 2.021716594696045 5.446465492248535 2.108866214752197 5.644986152648926 2.152316570281982 5.719865798950195 C 2.195766448974609 5.794735908508301 2.324896335601807 5.96889591217041 2.584766387939453 5.96889591217041 L 5.37968635559082 5.96889591217041 C 5.639556407928467 5.96889591217041 5.768686294555664 5.794735908508301 5.812136650085449 5.719865798950195 C 5.855586051940918 5.644986152648926 5.942736625671387 5.446465492248535 5.813806533813477 5.220826148986816 L 4.416346549987793 2.775275707244873 C 4.286406517028809 2.547895908355713 4.069466590881348 2.523345947265625 3.982226371765137 2.523345947265625 M 3.982226371765137 1.523345947265625 C 4.489446640014648 1.523345947265625 4.996666431427002 1.775275707244873 5.284586429595947 2.279135704040527 L 6.682046413421631 4.724685668945312 C 7.253466606140137 5.724676132202148 6.531416416168213 6.96889591217041 5.37968635559082 6.96889591217041 L 2.584766387939453 6.96889591217041 C 1.433036327362061 6.96889591217041 0.7109861373901367 5.724676132202148 1.282406330108643 4.724685668945312 L 2.679866313934326 2.279135704040527 C 2.967786312103271 1.775275707244873 3.475006580352783 1.523345947265625 3.982226371765137 1.523345947265625 Z" stroke="none" fill="#11a895"/> </g> <line id="Line_761" data-name="Line 761" y2="11.15" transform="translate(21.304 7.094)" fill="none" stroke="#11a895" stroke-linecap="round" stroke-width="1"/> <line id="Line_762" data-name="Line 762" y2="11.15" transform="translate(0 7.094)" fill="none" stroke="#11a895" stroke-linecap="round" stroke-width="1"/> </g> </g> </svg> </span> <span class="bk-icon-footer bk_foot_nonActiveImg"> <svg xmlns="http://www.w3.org/2000/svg" width="22.304" height="23.156" viewBox="0 0 22.304 23.156"> <g id="klwatch1" transform="translate(-238.5 -479)"> <g id="Group_4500" data-name="Group 4500" transform="translate(239 479)"> <g id="Rectangle_2269" data-name="Rectangle 2269" transform="translate(2.788)" fill="none" stroke="#333" stroke-width="1"> <rect width="15.728" height="23.156" rx="3" stroke="none"/> <rect x="0.5" y="0.5" width="14.728" height="22.156" rx="2.5" fill="none"/> </g> <g id="Polygon_42" data-name="Polygon 42" transform="translate(15.142 7.596) rotate(90)" fill="none"> <path d="M2.68,2.279a1.5,1.5,0,0,1,2.6,0l1.4,2.446a1.5,1.5,0,0,1-1.3,2.244H2.585a1.5,1.5,0,0,1-1.3-2.244Z" stroke="none"/> <path d="M 3.982226371765137 2.523345947265625 C 3.894986152648926 2.523345947265625 3.678046226501465 2.547895908355713 3.54810619354248 2.775275707244873 L 2.150646209716797 5.220826148986816 C 2.021716594696045 5.446465492248535 2.108866214752197 5.644986152648926 2.152316570281982 5.719865798950195 C 2.195766448974609 5.794735908508301 2.324896335601807 5.96889591217041 2.584766387939453 5.96889591217041 L 5.37968635559082 5.96889591217041 C 5.639556407928467 5.96889591217041 5.768686294555664 5.794735908508301 5.812136650085449 5.719865798950195 C 5.855586051940918 5.644986152648926 5.942736625671387 5.446465492248535 5.813806533813477 5.220826148986816 L 4.416346549987793 2.775275707244873 C 4.286406517028809 2.547895908355713 4.069466590881348 2.523345947265625 3.982226371765137 2.523345947265625 M 3.982226371765137 1.523345947265625 C 4.489446640014648 1.523345947265625 4.996666431427002 1.775275707244873 5.284586429595947 2.279135704040527 L 6.682046413421631 4.724685668945312 C 7.253466606140137 5.724676132202148 6.531416416168213 6.96889591217041 5.37968635559082 6.96889591217041 L 2.584766387939453 6.96889591217041 C 1.433036327362061 6.96889591217041 0.7109861373901367 5.724676132202148 1.282406330108643 4.724685668945312 L 2.679866313934326 2.279135704040527 C 2.967786312103271 1.775275707244873 3.475006580352783 1.523345947265625 3.982226371765137 1.523345947265625 Z" stroke="none" fill="#333"/> </g> <line id="Line_761" data-name="Line 761" y2="11.15" transform="translate(21.304 7.094)" fill="none" stroke="#333" stroke-linecap="round" stroke-width="1"/> <line id="Line_762" data-name="Line 762" y2="11.15" transform="translate(0 7.094)" fill="none" stroke="#333" stroke-linecap="round" stroke-width="1"/> </g> </g> </svg> </span> Watch </a> </li> <li {if ($runtime.controller== 'auth' && $runtime.mode == 'login_form') || ($runtime.controller== 'pprofile' && $runtime.mode == 'account')} class="active" {/if} > <a href="index.php?dispatch=kl_account.account"> <span class="bk-icon-footer bk_foot_nonActiveImg"> {if !empty($auth['user_id'])} <div id="bk_mobile_menu_user_pic" class="bk_footer__accountWrap"><img src="{$config.female_default_icon}" alt=""></div> {else} <img src="{$config.female_default_icon}" alt=""> {/if} </span> <span class="bk-icon-footer bk_foot_activeImg"> <img src="{$config.female_default_icon}" alt=""> </span> You</a> </li> <li class="bk_footer_plusBtn"> <span><img src="https://cdn.kindlife.in/images/ui_icon/bk-plus-icon.png" alt=""></span> </li> </ul> <div class="bk_footer_tab_option_wrap" style="display: none;"> <ul class="bk_footer_tab_option_list"> <li class="option_tab_item1"> <a href="https://kindlife.page.link/RMY9ko9R7GYvqTEq6"> <span><img src="https://cdn.kindlife.in/images/ui_icon/bk-skin-anlysis-icon.png" alt=""></span><p>Skin Analyser</p> </a> </li> <li class="option_tab_item2"> <a href="https://kindlife.page.link/RMY9ko9R7GYvqTEq6"> <span><img src="https://cdn.kindlife.in/images/ui_icon/bk-personalized-pack-icon.png" alt=""></span><p>Personalised Routine</p> </a> </li> <li class="option_tab_item3"> <a href="?dispatch=kl_qna.kiki_ai"> <span><img src="https://cdn.kindlife.in/images/ui_icon/bk-ask-person-icon.png" alt=""></span><p>Ask Me Anything</p> </a> </li> {if $auth['user_id']} <li class="option_tab_item4"> <a href="{if $auth['user_id']}https://www.kindlife.in/ingredient-label-scan?ingredient_label_scan=open {else}https://www.kindlife.in/login{/if}"> <span><img src="https://cdn.kindlife.in/images/ui_icon/Ingredient-can-icon.svg" alt=""></span><p>Ingradient Scan</p> </a> </li> {/if} </ul> </div> </div> <script> if (typeof window !== 'undefined' && window.ReactNativeWebView) { // $('.bk_footer_tab_list_new').hide(); } // function to open extra options by clicking plus icon in footer $(".bk_footer_plusBtn").click(function(){ $(this).toggleClass("open"); $(".bk_footer_tab_option_wrap").toggle().toggleClass("show"); }) // function to open ing-scan-analizer from footer tab $(".bk-ing-aiscan-openerBtn").click(function(){ $(".bk_footer_plusBtn").removeClass("open"); $(".bk_footer_tab_option_wrap").toggle().removeClass("show"); $(".bk-ing-aiscan-container #ca-bot-icon").click(); }) $(document).ready(function() { if(!window.ReactNativeWebView){ let curr_time_in_sec = (Math.floor((new Date().getTime())/1000)); function renderUserData(user_data) { if (user_data && user_data.user_profile_pic) { var html = '<img src="' + user_data.user_profile_pic + '">'; $('#bk_mobile_menu_user_pic').html(html); } else { console.log('No user profile picture found in the response.'); } } function saveToLocalStorage(key, data) { localStorage.setItem(key, data); } function remFromLocalStorage(key) { localStorage.removeItem(key); } function fetchUserData() { Tygh.$.ceAjax('request', fn_url('kl_account.user_profile_data'), { data: { 'is_ajax': 1, 'type': 'mobile_menu', 'ts': Date.now() }, method: 'GET', callback: function (user_data) { renderUserData(user_data); if(user_data.no_data) { return; } let renew_threshold = 60*60*24*7; //7 days user_data.ttl = curr_time_in_sec + renew_threshold; saveToLocalStorage(window.btoa("user_profile_data"), window.btoa(JSON.stringify(user_data))); }, hidden: true, }); } } }); </script>";} 0 3298 hidden-tablet hidden-desktop 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en bk_Footer_tabs
2176 332 a:1:{s:7:"content";s:1571:"<style> ul.bk_foot_services { margin:0; padding: 20px 0; list-style: none; display: flex; justify-content: space-around; overflow: auto; } .bk_foot_services li { display: flex; padding: 0 10px; min-width: fit-content; } .bk_foot_services li figure { padding: 5px; border: 1px solid #000; border-radius: 50%; } .bk_foot_services .bk_foot_services_text { padding-left: 10px; display: flex; align-items: center; } </style> <div class="bk_container"> <ul class="bk_foot_services"> <li> <figure><img src="https://cdn.kindlife.in/images/ui_icon/Free-Shipping.svg" alt="icon" width="34" height="34"></figure> <div class="bk_foot_services_text">Free shipping on <br> orders above ₹699</div> </li> <li> <figure><img src="https://cdn.kindlife.in/images/ui_icon/easy-retunrs.svg" alt="icon" width="34" height="34"></figure> <div class="bk_foot_services_text">5 days <br> easy returns</div> </li> <li> <figure><img src="https://cdn.kindlife.in/images/ui_icon/100perc-autehntic.svg" alt="icon" width="34" height="34"></figure> <div class="bk_foot_services_text">100% authentic, <br> direct sourcing</div> </li> <li> <figure><img src="https://cdn.kindlife.in/images/ui_icon/sku-sold.svg" alt="icon" width="34" height="34"></figure> <div class="bk_foot_services_text">2M+ units sold</div> </li> </ul> </div> ";} 0 3295 bk_footer_kind 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Footer kind-icons
2190 333 a:1:{s:7:"content";s:10192:"<style type="text/css"> .bk_header_right{ position: relative; } .bk-icon-proicohdr img{ width: 24px; border-radius: 100px; } .bk_profileIconHeader .bk_proicohdr_activeImg{ display: none; } .bk_profileIconHeader .bk_proicohdr_nonActiveImg{ display: block; } .bk_profileIconHeader .active .bk_proicohdr_activeImg{ display: block; } .bk_profileIconHeader .active .bk_proicohdr_nonActiveImg{ display: none; } .bk_profileIconHeader a { width: 50px; display: block; text-align: center; line-height: 60px; } .bk_profileIconHeader svg { width: 26px; height: 26px; vertical-align: middle; } </style> <div class="bk_myaccount_navigation_container"> <div class="bk_profileIconHeader bk_my_account_nav_click"> <div {if ($runtime.controller== 'auth' && $runtime.mode == 'login_form') || ($runtime.controller== 'pprofile' && $runtime.mode == 'profiles')} class="active" {/if} > <a href="javascript:void(0)"> <span class="bk-icon-proicohdr bk_proicohdr_activeImg"> <svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"> <g id="Group_1511" data-name="Group 1511" transform="translate(-902 -66)"> <g id="Ellipse_414" data-name="Ellipse 414" transform="translate(902 66)" fill="#fff" stroke="#2dbaa8" stroke-width="1"> <circle cx="11.5" cy="11.5" r="11.5" stroke="none"/> <circle cx="11.5" cy="11.5" r="11" fill="none"/> </g> <path id="Path_2513" data-name="Path 2513" d="M194.768,50.856a.5.5,0,0,1-.5-.5V46.135a6.025,6.025,0,0,0-1.682-4.553,5.58,5.58,0,0,0-3.786-1.3h-.164a5.6,5.6,0,0,0-3.822,1.3,6.027,6.027,0,0,0-1.682,4.559V50.36a.5.5,0,1,1-.993,0V46.135a6.966,6.966,0,0,1,2.013-5.293,6.506,6.506,0,0,1,4.522-1.554l.089,0a6.492,6.492,0,0,1,4.485,1.556,6.963,6.963,0,0,1,2.013,5.286V50.36A.5.5,0,0,1,194.768,50.856Zm-6.1-5.482.716-1.217.593,1.187a.5.5,0,0,0,.444.274h2.3a.5.5,0,1,0,0-.993h-1.991l-.865-1.73a.5.5,0,0,0-.427-.274.5.5,0,0,0-.445.245l-1.035,1.76h-3.3a.5.5,0,1,0,0,.993h3.587A.5.5,0,0,0,188.666,45.374ZM181.9,54.953c3.384-.861,5-1.678,4.944-2.5,0-.2,0-1.567,0-2.111a.5.5,0,0,0-.5-.495h0a.5.5,0,0,0-.495.5c0,.5,0,1.7,0,2.039-.139.151-.875.758-4.2,1.6a.5.5,0,1,0,.245.962Zm3.957-2.392v0Zm0,0h0Zm0,0h0Zm10.255,2.036a.5.5,0,0,0-.359-.6c-3.322-.845-4.057-1.452-4.2-1.6,0-.343,0-1.539,0-2.039a.5.5,0,0,0-.495-.5h0a.5.5,0,0,0-.5.495c0,.544,0,1.908,0,2.111-.06.818,1.56,1.635,4.944,2.5a.5.5,0,0,0,.123.015A.5.5,0,0,0,196.111,54.594Zm-4.562-2.029v0Zm0,0h0Zm0,0h0Zm-3.572-.969a.5.5,0,0,0-.26-.652,2.137,2.137,0,0,1-.226-.121,5.861,5.861,0,0,1-1.705-4.4,4.937,4.937,0,0,1,.1-1.156.5.5,0,1,0-.972-.205,5.834,5.834,0,0,0-.125,1.39h0a6.766,6.766,0,0,0,2.124,5.185,2.894,2.894,0,0,0,.407.222.5.5,0,0,0,.652-.26Zm2.1.26a2.758,2.758,0,0,0,.429-.239,6.743,6.743,0,0,0,2.1-5.139,5.842,5.842,0,0,0-.123-1.419.5.5,0,1,0-.971.2,5,5,0,0,1,.1,1.185,5.848,5.848,0,0,1-1.681,4.359,1.871,1.871,0,0,1-.249.137.5.5,0,1,0,.392.912Z" transform="translate(724.552 31.321)" fill="#2dbaa8"/> </g> </svg> </span> <span class="bk-icon-proicohdr bk_proicohdr_nonActiveImg"> <svg xmlns="http://www.w3.org/2000/svg" width="22.779" height="22.779" viewBox="0 0 22.779 22.779"> <g id="klaccount1" transform="translate(-429.006 -478.5)"> <g id="Ellipse_414" data-name="Ellipse 414" transform="translate(429.006 478.5)" fill="none" stroke="#5a5a5a" stroke-width="1"> <circle cx="11.389" cy="11.389" r="11.389" stroke="none"/> <circle cx="11.389" cy="11.389" r="10.889" fill="none"/> </g> <path id="Path_2513" data-name="Path 2513" d="M194.73,50.823a.5.5,0,0,1-.495-.495V46.116a6.008,6.008,0,0,0-1.678-4.54,5.564,5.564,0,0,0-3.775-1.3h-.164a5.581,5.581,0,0,0-3.811,1.3,6.01,6.01,0,0,0-1.677,4.546v4.206a.495.495,0,1,1-.99,0V46.116a6.946,6.946,0,0,1,2.007-5.278,6.487,6.487,0,0,1,4.509-1.55l.088,0a6.473,6.473,0,0,1,4.472,1.552,6.943,6.943,0,0,1,2.007,5.271v4.219A.5.5,0,0,1,194.73,50.823Zm-6.085-5.467.714-1.214.591,1.184a.5.5,0,0,0,.443.274h2.292a.495.495,0,1,0,0-.99H190.7l-.862-1.725a.5.5,0,0,0-.426-.273.5.5,0,0,0-.443.244l-1.033,1.755h-3.294a.495.495,0,0,0,0,.99h3.577A.5.5,0,0,0,188.645,45.356ZM181.9,54.908c3.374-.859,4.989-1.673,4.93-2.489,0-.2,0-1.563,0-2.105a.5.5,0,0,0-.495-.493h0a.5.5,0,0,0-.493.5c0,.5,0,1.691,0,2.033-.139.151-.873.756-4.184,1.6a.495.495,0,1,0,.244.959Zm3.946-2.385v0Zm0,0h0Zm0,0h0Zm10.226,2.03a.5.5,0,0,0-.358-.6c-3.312-.843-4.045-1.447-4.184-1.6,0-.342,0-1.534,0-2.033a.5.5,0,0,0-.493-.5h0a.5.5,0,0,0-.495.493c0,.542,0,1.9,0,2.105-.059.816,1.555,1.63,4.93,2.489a.5.5,0,0,0,.122.015A.5.5,0,0,0,196.069,54.551Zm-4.549-2.024v0Zm0,0h0Zm0,0h0Zm-3.562-.966a.5.5,0,0,0-.259-.65,2.128,2.128,0,0,1-.225-.12,5.845,5.845,0,0,1-1.7-4.391,4.925,4.925,0,0,1,.1-1.153.5.5,0,1,0-.969-.2,5.817,5.817,0,0,0-.124,1.386h0a6.747,6.747,0,0,0,2.118,5.171,2.883,2.883,0,0,0,.405.222.494.494,0,0,0,.65-.259Zm2.1.259a2.75,2.75,0,0,0,.428-.238,6.724,6.724,0,0,0,2.094-5.125,5.826,5.826,0,0,0-.123-1.415.495.495,0,1,0-.968.2,4.989,4.989,0,0,1,.1,1.182,5.832,5.832,0,0,1-1.676,4.346,1.865,1.865,0,0,1-.248.137.495.495,0,1,0,.391.909Z" transform="translate(251.853 443.297)" fill="#333"/> </g> </svg> </span> </a> </div> </div> <div class="bk_my_account_navigation"></div> </div> {literal} <script> $(document).ready(function(){ $(".bk_my_account_navigation").append($(".bk_my_account_navigation_block")); $('.bk_my_account_nav_click').on('click',function(){ $(".bk_my_account_navigation").slideToggle(); $('.bk_my_account_navigation_block .bk_PopUpProfile').css('display','block'); $(".bk_my_account_navigation_block .bk_category_menu").append($(".bk_newSideNav")); $('.bk_my_account_navigation_block .bk_newSideNav .ty-menu-vertical .ty-menu__items').css('display','block'); // $('.bk_overlay-search_cat').css('display','block'); return false; }); $('.bk_proflie_popClosePP').click(function(){ $(".bk_my_account_navigation").slideUp(); }); $(".bk_my_account_navigation_block .bk_newSideNav .ty-menu.ty-menu-vertical > ul > li").click(function(){ $(this).toggleClass("active"); $(this).siblings("li").removeClass("active"); }); $(".bk_my_account_navigation_block .bk_second_nav > li").click(function(){ $(this).find(".bk_nav_drdn").slideToggle(); $(this).siblings("li").find(".bk_nav_drdn").slideUp(); $(this).toggleClass("active"); $(this).siblings("li").removeClass("active"); }); $(".bk_my_account_navigation_block .bk_category_menu .bk_category_collapse").click(function(){ $(this).next('.bk_newSideNav').slideToggle(); $(this).toggleClass("active"); }); /* if(!window.ReactNativeWebView){ Tygh.$.ceAjax('request', fn_url('kl_account.user_profile_data'), { data:{ 'is_ajax':1, 'type': 'desktop_menu' }, method: 'GET', callback: function(data){ if(data.user_profile_pic){ if($('.bk-icon-proicohdr')[0]){ $('.bk-icon-proicohdr').children('img').attr('src',data.moo_pic_url+"/"+data.mo_user_id+"/200_square_"+data.user_profile_pic); } else{ $('.bk-icon-proicohdr').children('img').attr('src',data.moo_pic_url+"/"+data.mo_user_id+"/200_square_"+data.user_profile_pic); } } if(data.mo_user_id){ $('#skc').attr("href",fn_url("reward_points.userlog")); }else{ $('#skc').attr("href","superkind-club"); } if(data.user_type == 'P' && data.user_id){ var url = window.location; if(url.href.indexOf("aff_id=")>-1){ url = removeParam("aff_id",url.href); } if(typeof url != "string"){ url=url.href; } if(url.includes("?")){ window.history.pushState({},'',url+'&aff_id='+data.user_id); } else{ window.history.pushState({},'',url+'?aff_id='+data.user_id); } function removeParam(key, sourceURL) { var rtn = sourceURL.split("?")[0], param, params_arr = [], queryString = (sourceURL.indexOf("?") !== -1) ? sourceURL.split("?")[1] : ""; if (queryString !== "") { params_arr = queryString.split("&"); for (var i = params_arr.length - 1; i >= 0; i -= 1) { param = params_arr[i].split("=")[0]; if (param === key) { params_arr.splice(i, 1); } } rtn = rtn + "?" + params_arr.join("&"); } if(rtn.slice(-1)=='?'){ rtn = rtn.substring(0, rtn.length - 1); } return rtn; } } }, hidden: true }); } */ }); </script> {/literal}";} 0 3313 hidden-phone 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en sign in desktop
2219 341 a:1:{s:7:"content";s:2055:"<div class="bk_prodListdiv" > <div class="bk_pagename_top"> <div style="float: left;">{if !empty($category_data.main_pair.detailed.image_path) } <img src="{$category_data.main_pair.detailed.image_path}"/> {/if} </div> <div style=" display: inline-block; margin: 0px 10px 0px 0px;"> <h4 class="ty-mainbox-title header bk-mainbox-title header"> {if $category_data.category|trim} {$category_data.category nofilter} {else} <span>{$category_data.page_title}</span> {/if} </h4> </div> </div> {if $subcategories} <div class="bk_prodListTags"> {math equation="ceil(n/c)" assign="rows" n=$subcategories|count c=$columns|default:"2"} {split data=$subcategories size=$rows assign="splitted_subcategories"} <ul class="subcategories clearfix"> {hook name="categories:view_subcategories"} {foreach from=$splitted_subcategories item="ssubcateg"} {foreach from=$ssubcateg item=category name="ssubcateg"} {if $category} {assign var=cat_count value=$category.category_id|fn_categories_total_product} <li class="ty-subcategories__item"> <a href="{"categories.view?category_id=`$category.category_id`"|fn_url}"> {if $category.main_pair} {/if} <span {live_edit name="category:category:{$category.category_id}"}>{$category.category} <!-- {if $cat_count > 0}({$cat_count}){/if} --> </span> </a> </li> {/if} {/foreach} {/foreach} {/hook} </ul> </div> {/if} </div> ";} 0 1741,2278 3363 bk_cate_subcat hidden-desktop hidden-tablet 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en title_subcat_prod_list
2183 361 a:1:{s:7:"content";s:7518:"<link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> <style> li.ty-cart-items__list-item { display: none; } body *, input[type="text"], input[type="password"], input[type="tel"], input[type="number"], textarea, select { font-family: "Poppins", sans-serif; } /* body *, input[type="text"], input[type="password"], input[type="tel"], input[type="number"], textarea, select { font-family: "Jost", sans-serif; } v .ty-wysiwyg-content h4 { font-weight: 500; font-size: 16px; } .ty-scroller-list__description form > a { font-size: 14px; line-height: 18px; } .ty-scroller-list__description a.product-title { font-size: 13px; line-height: 18px; font-weight: 400; margin: 0; } .ty-thumbnail-list__name a, .bk-product-list__item-name a { color: #000; font-weight: 400; margin: 0; } /* css for profile-updaate start */ .bk_profile_updt_form .ty-profile-field__buttons.buttons-container { padding-top: 10px; } /* css for profile-updaate end */ /* css for review popup start */ .bk_pop-up_content .ty-product-review-new-product-review-rating .ty-control-group > div:last-child { position: absolute; width: 100px; height: 100px; right: 20px; top: 0; font-size: 11px; } .bk_pop-up_content .ty-product-review-new-product-review-rating .ty-control-group > div:last-child span { overflow: hidden; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 16px; } .help-inline p { font-size: 80%; } @media (max-width:480px) { .bk_pop-up_content .ty-product-review-new-product-review-rating .ty-control-group > div:last-child { width: 90px; height: 90px; } } /* css for review popup end */ /* css for address page flag dropdown start */ div .bk_address_savedAddress .iti__country-list { bottom: 100%; } div .bk_address_savedAddress .bk_formGrp { overflow: unset; } div .bk_address_savedAddress .bk_col_row { overflow: auto; } /* css for address page flag dropdown end */ /* css for desk-nav-menu start */ .ty-menu-item__cokodive .ty-menu__item-link { background: url('https://cdn.kindlife.in/images/ui_icon/cokodive-logo.png') center no-repeat !important;; background-size: contain !important; color: transparent !important; user-select: none; } @media (max-width: 767px) { .ty-menu-item__cokodive .ty-menu__item-link { background-position: 16px 6px !important; background-size: 80px !important; } } /* css for desk-nav-menu end */ /* css for kiki-ai page start */ .kiki-qna-header .kiki-qna-title:before { content: ''; width: 24px; height: 24px; background: url(https://cdn.kindlife.in/images/ui_icon/kiki-app-sm-icon.svg) center no-repeat; background-size: contain; } div .kiki-qna-header .kiki-qna-title { -webkit-text-fill-color: unset; display: flex; align-items: center; gap: 6px; } /* css for kiki-ai page end */ /*css for popup-review start */ @media(max-width: 480px) { .bk_review_popup_new.k-ty-product-review .ty-product-review-new--review__body { height: calc(75vh - 100px); } } /*css for popup-review end */ a:hover { color: #000; } div .ty-owl-controls .owl-prev { position: absolute; left: 0; } div .ty-owl-controls .owl-next { position: absolute; right: 0; } /*css for pdp page start */ span.bk_feature_pdpShipment.bk_pdpShipment-block { display: none; } /*css for pdp page end */ /*css for plp page banner */ .bk_catBanner.mobile { display: none; } .bk_catBanner.mobile img { width: 100% } /*css for plp page banner */ body * { scrollbar-width: none; } .bk_upload_album, .bk_album_tab { display: none !important; } div.ty-product-review-reviews-stars { background: #57C062; line-height: 13px; } .ty-product-review-reviews-stars:before { display: none; } .container-fluid .buttons-container { background: transparent; } .ty-login-reglink { display: none; } .bk_desktop_nav .rfs-intrest-cate .ty-menu__submenu-items .ty-top-mine__submenu-col:last-child, .bk_desktop_nav .rfs-intrest-cate-in .ty-menu__submenu-items .ty-top-mine__submenu-col:last-child { background: #8cddc6; padding: 0px 10px; } .ty-menu-item__sale .ty-menu__item-link { color: #fe7400 !important; font-weight: 500; } .ty-menu-item__express .ty-menu__item-link { color: #22D1C1 !important; font-weight: 500; } .banners .ty-banner__image-item img { width: 100%; } .alert-error { border-color: #fff !important; background: #27262C !important; color: #F1AB51 !important; border-radius: 12px !important; } .alert-error .close { color: #fff !important; } div.notification-container { top: auto; bottom: 80px; right: auto; left: 50%; transform: translateX(-50%); min-width: unset; width: max-content; } @media (max-width: 767px) { .tygh-header { position: relative !important; top: 0; z-index: 99; } .bk_catBanner.desktop { display: none; } .bk_catBanner.mobile { display: block; } .ty-search-block_category_bk .search-results.dropdown-style { position: fixed; top: 50px; box-shadow: none; border-radius: 0; max-height: 80vh; } } @media (max-width: 480px) { div.notification-container { bottom: 130px; max-width: 80%; } } </style> <!-- main popup css start --> <style> .sd-popup__content .sd-popup__close { color: #000; font-size: 24px; top: 5px; right: 5px; background: #c9c9c9; width: 30px; line-height: 30px; text-align: center; border-radius: 50%; font-weight: 400; z-index: 1; } .sd-popup__content .sd-popup__close:hover, .sd-popup__content .sd-popup__close:focus { color: #000; text-decoration: none; cursor: pointer; } .hp_popup_wrap { position: relative; } .hp_links_img { position: absolute; bottom: 10%; right: 3%; display: flex; gap: 15px; width: 40%; } .hp_links_img img { border-radius: 6px; } /* main popup css end */ @font-face { font-family: glyphs; src: url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.eot'); src: url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.eot') format('embedded-opentype'), url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.woff') format('woff'), url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.ttf') format('truetype'), url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.svg') format('svg'); } </style>";} 0 3764 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en CSS Custom Temporary
2188 627 a:1:{s:4:"menu";s:1:"2";} 0 4182 bk_newSideNav 0 D menu a:2:{s:8:"template";s:33:"blocks/menu/dropdown_vertical.tpl";s:25:"right_to_left_orientation";s:1:"N";} 0 1 en main menu mobile
2221 2376 a:1:{s:7:"content";s:2545:"<style> .bk-product-list__image .ty-pict, .bk-product-list__image .ty-no-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; } .ty-simple-list__buttons .bk-icon-listcart, .bk_list_cartNonActive .ty-icon-cartxd, .bk-icon-listcart{ border-radius: 12px; } .bk-product-bestPrice { padding: 1px 4px !important; background: linear-gradient(90.87deg, #dfd4f7a3 1.28%, #dfd4f717 100% 100%) !important; } .bk-product-bestPrice p { font-size: 11px !important; } .bk-product-list-sub-control { gap: 8px; margin-top: 6px; } .bk-product-list__price, .bk-product-bestPrice { margin: 0; } .bk-product-list_control_Btns { margin-top: auto; } .bk_listing_promo { display: none; } .ty-product-filters__variants::-webkit-scrollbar { display: block; width: 8px; } .ty-product-filters__variants::-webkit-scrollbar-thumb { background: #c4c4c4; } .ty-product-coming-soon { display: none; } .ty-pagination__bottom { display: none; } .bk_search_products .ty-pagination__bottom { display: block; } input[type="checkbox"]::before { border-width: 1px; } .bk_catBanner { margin: 10px 0 } .bk_all_pids .plp_vc_desc_wrap { padding: 10px; overflow: hidden; } .bk_all_pids .plp_vc_desc { font-size: 16px; line-height: 26px; } .plp_vc_desc_wrap > img { margin: 4px 15px 2px 0; width: 100px; min-width: 100px; background: #fff; padding: 5px; border-radius: 5px; border: 1px solid #f2f2f2; float: left; } @media (max-width: 767px) { .bk_all_pids > .correct-scroller { margin-bottom: 10px; } .ty-scroller-list.owl-carousel .owl-wrapper { border: 0; } .ty-scroller-list.owl-carousel .owl-item { border: 1px solid #EAE9EC; } .ty-scroller-list.owl-carousel .owl-item + .owl-item { border-left: 0; } } @media (max-width: 480px) { .bk_all_pids .plp_vc_desc { font-size: 14px; line-height: 22px; } .plp_vc_desc_wrap > img { width: 80px; min-width: 80px; } } </style> <style> .bn_img { width: 33.33%; align-self: center; } .bn_img:hover { box-shadow: 0 0 10px #0002; } @media (max-width: 600px){ .bn_img { width: 50%; } } </style> <script> $(".bk_all_pids .ty-pagination-container").prepend($(".plp_subcat")); </script>";} 0 9645 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en temp css for category / variant page
2183 2492 a:1:{s:7:"content";s:82:"<style> ul.kiki_people_qna_list > li:first-child { display: none; } </style>";} 0 9853 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en temps kiki ai css
2220 2871 0 10421 0 D plp_tip_of_the_day_ajax a:42:{s:8:"template";s:59:"addons/kl_tips/views/products/components/tip_of_the_day.tpl";s:13:"custom_prompt";s:0:"";s:7:"plp_tod";s:1:"Y";s:8:"category";s:1:"Y";s:13:"image_formate";s:3:"otb";s:15:"user_tod_gender";s:1:"N";s:18:"user_tod_hair_type";s:1:"N";s:22:"user_tod_hair_concerns";s:1:"N";s:18:"user_tod_skin_type";s:1:"N";s:22:"user_tod_skin_concerns";s:1:"N";s:27:"user_tod_product_preference";s:1:"N";s:18:"user_tod_skin_goal";s:1:"N";s:23:"user_tod_sensitive_skin";s:1:"N";s:25:"user_tod_uneven_skin_tone";s:1:"N";s:18:"user_tod_blemishes";s:1:"N";s:19:"user_tod_aging_skin";s:1:"N";s:20:"user_tod_large_pores";s:1:"N";s:17:"user_tod_isExpert";s:1:"N";s:21:"user_tod_expertDomain";s:1:"N";s:19:"user_tod_hair_goals";s:1:"N";s:19:"user_tod_scalp_type";s:1:"N";s:19:"user_tod_kind_codes";s:1:"N";s:17:"user_tod_kindcrew";s:1:"N";s:37:"user_tod_skin_hair_supplement_concern";s:1:"N";s:36:"user_tod_fitness_supplement_concerns";s:1:"N";s:37:"user_tod_immunity_supplement_concerns";s:1:"N";s:30:"user_tod_preffered_formulation";s:1:"N";s:23:"user_tod_preffered_diet";s:1:"N";s:31:"user_tod_lifestyle_led_concerns";s:1:"N";s:22:"user_tod_sleep_quality";s:1:"N";s:16:"user_tod_apetite";s:1:"N";s:18:"user_tod_digestion";s:1:"N";s:18:"user_tod_body_temp";s:1:"N";s:22:"user_tod_ayurveda_hair";s:1:"N";s:18:"user_tod_body_type";s:1:"N";s:23:"user_tod_ayurveda_dosha";s:1:"N";s:23:"user_tod_play_win_score";s:1:"N";s:23:"user_tod_ss_application";s:1:"N";s:20:"user_tod_ss_chemical";s:1:"N";s:25:"user_tod_ss_bs_protection";s:1:"N";s:26:"user_tod_ss_effective_time";s:1:"N";s:22:"user_tod_estimated_age";s:1:"N";} 0 1 en PLP OTB TOD - Tip of the day
2220 3794 a:1:{s:7:"content";s:318:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/hp-images/HP-2609-festive-drip-desk.png"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/hp-images/HP-2609-festive-drip-mob.png"> </div>";} 0 3086 13155 0 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en festive drip setals
2220 3819 a:1:{s:7:"content";s:312:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Ctgry-1010-nuts-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Ctgry-1010-nuts-mob.webp"> </div>";} 0 2646 13211 0 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Snack stack nuts and seeds strip
2218 10 0 3366 hidden-app hidden-phone 1 A breadcrumbs a:1:{s:8:"template";s:22:"common/breadcrumbs.tpl";} 0 1 en Breadcrumbs
2219 59 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:59:"19,18,16,17,25,26,30,31,32,33,28,21,34,35,36,37,23,39,40,15";}} 0 1741 3364 blocks/wrappers/sidebox_important.tpl prod-filters 1 A product_filters a:1:{s:8:"template";s:48:"blocks/product_filters/for_category/original.tpl";} 0 1 en Filters
2171 68 a:1:{s:7:"content";s:631:"<ul id="demo_store_links"> <!-- <li class="ty-footer-menu__item"><a href="https://docs.google.com/forms/d/1h9JjQ3grp26ZqMDDsmmuKqkjAC--L_rr-ZFZaloine8/viewform?edit_requested=true">Brand</a></li> --> <li class="ty-footer-menu__item"><a href="https://kindlife.in/affiliate">kind champion</a></li> <li class="ty-footer-menu__item"><a href="https://www.kindlife.in/brand-query">Brand</a></li> <li class="ty-footer-menu__item"><a href="https://www.kindlife.in/corporate-gifting">Corporate Gifting</a></li> <li class="ty-footer-menu__item"><a href="https://www.kindlife.in/bulk-order">Bulk Order</a></li> </ul>";} 0 3289 blocks/wrappers/sidebox_important.tpl footer-no-wysiwyg 1 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Partner
2190 185 0 3307 bk-pull-right top-cart 1 A cart_content a:4:{s:8:"template";s:23:"blocks/cart_content.tpl";s:22:"display_bottom_buttons";s:1:"Y";s:20:"display_delete_icons";s:1:"Y";s:19:"products_links_type";s:5:"thumb";} 0 1 en Cart
2221 213 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:14:"16,17,19,20,23";}} 0 3372 hidden-desktop hidden-tablet 1 D product_filters a:1:{s:8:"template";s:51:"blocks/product_filters/for_category/kl_original.tpl";} 0 1 en Modern Filter
2188 243 a:1:{s:7:"content";s:102:"<div class="hamburger_menu"> <a href="#"><i class="top-hamburgur ty-icon-menuxd"></i></a> </div>";} 0 3302 hamburgur_icon hidden-tablet hidden-desktop 1 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en hamburger
2648 261 a:1:{s:7:"content";s:10935:"<style> .bk_top_code_strip_wrap { background: #54D4C6; /* background: #fbff12; */ background-size: cover; /* background:linear-gradient(#f94f01 30%,#fff 30% 70%,#2b9602 70%); background: radial-gradient(circle, rgba(142, 25, 24, 1) 0%, rgba(75, 20, 19, 1) 84%); */ } .bk_top_code_strip_inner { max-width: 1200px; margin: 0 auto; position: relative; } .bk_top_code_strip { display: inline-flex; justify-content: center; padding: 6px; flex-wrap: wrap; gap: 10px; } .bk_top_code_text-box { display: inline-flex; align-items: center; text-align: center; gap: 10px; margin: 5px 0; } /* .bk_top_code_actionBtns { background-color: #dbbbbbc9; padding: 3px; border-radius: 3px; } */ .bk_top_code_text-box p, .bk_top_code_coupon-box .coupon-code { /* background: linear-gradient(90deg, #e1625e 0%, #f3cf1f 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; */ font-weight: 600; /* text-transform: uppercase; */ color: #000; position: relative; padding: 0; } .bk_top_code_icon { font-size: 200%; position: absolute; left: -40px; top: -10px; } .text-unset p { text-transform: unset; } /* .bk_top_code_coupon-box { padding: 5px 10px; background: #000; border: 1px dashed #000; border-radius: 5px; cursor: pointer; position: relative; } */ span.coupon-code { color: #000 !important; } .bk_top_code_actionBtns a { color: #000; display: flex; align-items: center; gap: 2px; } .coupon_code_slides { display: none } .slideshow-container { position: relative; } .prev-slide, .next-slide { all: unset; cursor: pointer; position: absolute; top: 50%; width: auto; font-size: 16px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; color: #000; /* color: #fff; */ padding: 10px; z-index: 1; margin-top: -22px; display: none; } .next-slide { right: 0; border-radius: 3px 0 0 3px; } .prev-slide:hover, .next-slide:hover { background-color: rgba(0, 0, 0, 0.1); } .bk_top_code_coupon-box p { display: none; position: absolute; bottom: -38px; background: #000; color: #2B8B35; padding: 10px; line-height: 14px; border-radius: 4px; left: 50%; transform: translateX(-50%); box-shadow: 0px 0px 4px #0005; font-size: 12px; font-weight: 500; white-space: nowrap; z-index: 10; text-transform: capitalize; } .bk_top_code_coupon-box p span { color: #fff; } .bk_top_code_coupon-box.show p { display: block; } /* Fading animation */ .bk_top_code_strip_wrap .fade { animation-name: fade; animation-duration: 1.5s; } @keyframes fade { from { opacity: .4 } to { opacity: 1 } } @media (max-width: 767px) { .bk_top_code_text-box p, .bk_top_code_coupon-box, .bk_top_code_actionBtns a { font-size: 13px; } .bk_top_code_icon { left: -36px; } } @media (max-width: 480px) { .bk_top_code_text-box p, .bk_top_code_coupon-box, .bk_top_code_actionBtns a { font-size: 10px; } .bk_top_code_icon { left: -28px; top: -8px; } .prev-slide, .next-slide, .bk_top_code_actionBtns a span { display: none !important; } .bk_top_code_coupon-box { padding: 5px; } .bk_top_code_strip { padding: 3px; } } @media (max-width: 380px) { .bk_top_code_coupon-box, .bk_top_code_actionBtns { display: none; } } </style> <div class="bk_top_code_strip_wrap"> <div class="bk_top_code_strip_inner"> <button class="bk_code_arrowBtn prev-slide" onclick="nextSlide(-1)" style="display: block;">❮</button> <button class="bk_code_arrowBtn next-slide" onclick="nextSlide(1)" style="display: block;">❯</button> <!-- <div class="bk_top_code_strip coupon_code_slides fade" style="display: flex;"> <div class="bk_top_code_text-box"> <p>Extra 30% on COSRX orders </p> <div class="bk_top_code_coupon-box"><span class="coupon-code">Use: <span>SPECIAL30</span></span> <p class="coupon-copy-text"><span></span> Copied</p> </div> </div> </div> --> <div class="bk_top_code_strip coupon_code_slides fade" style="display: flex;"> <div class="bk_top_code_text-box"> <p><span class="bk_top_code_icon">&#128230;</span> 100% Authentic</p> <!-- <div class="bk_top_code_coupon-box"> <p class="coupon-copy-text"><span></span> Copied</p> </div> --> </div> </div> <div class="bk_top_code_strip coupon_code_slides fade" style="display: none;"> <div class="bk_top_code_text-box"> <p>Sourced Directly from Brands or Authorised Distributors</p> <!-- <div class="bk_top_code_coupon-box"> <p class="coupon-copy-text"><span></span> Copied</p> </div> --> </div> </div> <div class="bk_top_code_strip coupon_code_slides fade" style="display: none;"> <div class="bk_top_code_text-box"> <p><span class="bk_top_code_icon">&#127379;</span> Shipping above ₹699</p> <!-- <div class="bk_top_code_coupon-box"> <p class="coupon-copy-text"><span></span> Copied</p> </div> --> </div> </div> <!-- <div class="bk_top_code_strip coupon_code_slides fade"> <div class="bk_top_code_text-box"> <p> EXTRA 15% off on orders ₹1,499+ </p> <div class="bk_top_code_coupon-box"><span class="coupon-code">Use Code: <span>APP15</span></span><p class="coupon-copy-text"><span></span> Copied</p></div> <div class="bk_top_code_actionBtns"> <a href="https://play.google.com/store/apps/details?id=com.kindlife&hl=en_IN&gl=US"> <img src="https://cdn.kindlife.in/images/ui_icon/get-app-icon.svg" alt="app-icon" width="20" height="20"> <span>GET APP</span> </a> </div> </div> </div> --> </div> </div> <script> let slideIndex = 1; showSlides(slideIndex); // change slide after 2 seconds var slideTimer = setInterval(() => { showSlides(++slideIndex); }, 5000); // next-slide funtion function nextSlide(n) { showSlides(slideIndex += n); clearInterval(slideTimer); slideTimer = setInterval(() => { showSlides(++slideIndex); }, 5000); } function showSlides(n) { let i; let slides = document.getElementsByClassName("coupon_code_slides"); let slideBtns = document.getElementsByClassName("bk_code_arrowBtn"); if (n > slides.length) { slideIndex = 1 } if (n < 1) { slideIndex = slides.length } for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } if (slides.length > 1) { for (b = 0; b < slideBtns.length; b++) { slideBtns[b].style.display = "block"; } } slides[slideIndex - 1].style.display = "flex"; } </script> <script> function getMobileOperatingSystem() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; if (/windows phone/i.test(userAgent)) { return "Windows Phone"; } if (/android/i.test(userAgent)) { return "Android"; } if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return "iOS"; } return "unknown"; } function DetectAndServe() { let os = getMobileOperatingSystem(); // alert(os) if (os == "Android") { window.location.href = "https://play.google.com/store/apps/details?id=com.kindlife&hl=en_IN&gl=US"; } else if (os == "iOS") { window.location.href = "https://apps.apple.com/us/app/kindlife/id1558677327"; } else if (os == "Windows Phone") { window.location.href = "https://kindlife.in"; } else { window.location.href = "https://kindlife.in"; } } $(".bk_top_code_actionBtns a").click(() => { DetectAndServe(); }) </script> <script> (function (_, $) { $(document).ready(function () { if (window.ReactNativeWebView) { $(".bk_top_code_actionBtns").hide(); setTimeout(() => { $(".hp_popup_wrap .hp_links_img").hide(); $(".hp_main_img.web").hide(); $(".hp_main_img.app").show(); }, 1000); } }); })(Tygh, Tygh.$); </script> <script> $(document).ready(function () { // copy-to-clipboad function $(".bk_top_code_coupon-box > span").click(function () { let copyText = $(this).find("span")[0]; let copyBox = $(this).parent(".bk_top_code_coupon-box").addClass("show"); let copyCode = $($(this).siblings("p")[0]).find("span")[0]; copyCode.innerText = '"' + copyText.innerText + '"' + " Coupon"; setTimeout(() => { $(copyBox).removeClass("show"); }, 3000); navigator.clipboard.writeText(copyText.innerHTML); }); }); </script>";} 0 3301 1 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Top Coupon code strip
2178 266 a:1:{s:7:"content";s:86:"<p class="bottom-copyright">© 2025 AlphaCMA Private LIMITED. All Rights Reserved.</p>";} 0 13246 1 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Copyright custom text
2174 330 a:1:{s:7:"content";s:10718:"<style> .bk_footer_block .footer-copyright, .bk_footer_desk{ background-color: #EDF2F8; } .ty-footer-grid__full-width > .row-fluid { max-width: 1200px; margin: 0 auto; } .bk_footer_block .bottom-copyright { margin: 10px 0; } .bk_footer_desk .bk_footer_kind{ border-bottom: 1px solid #D7E2F0; float: left; width: 100%; } .footer-copyright .bottom-copyright, .bk_footer_desk .bk_footer_contact p{ color: #1B1C1E; font-weight: 400; font-size: 13px; } .bk_footer_desk > .row-fluid .span3, .bk_footer_desk > .row-fluid .span4, .bk_footer_desk > .row-fluid .span6, .bk_footer_desk > .row-fluid .span7 { margin-left: 0; margin-top: 15px; } .bk_footer_desk .ty-sidebox-important__title, .bk_footer_desk span.ty-sidebox__title-wrapper, .bk_footer_desk .bk_foot_social h4{ color: #1B1C1E; font-size: 14px; font-weight: 600; margin: 0 0 5px 0; text-transform: inherit; } .bk_footer_desk .span3 ul{ margin: 0; } .bk_footer_desk .ty-search-block_1{ padding: 0; border: 1px solid #D7E2F0; border-radius: 50px; } .bk_footer_desk .ty-footer-menu__item { margin-bottom: 0px; padding: 3px 0; } .bk_footer_desk .ty-footer-menu__item a{ color: #1B1C1E; } .bk_footer_desk .ty-footer-menu__item a:hover{ text-decoration: underline!important; } .bk_footer_desk .bk_footer_social-Icons ul{ padding: 0; margin: 0; } .bk_footer_desk .bk_footer_social-Icons div { font-size:13px; } .bk_footer_desk .bk_foot_social h2{ color:#1B1C1E; font-size: 22px; line-height: 32px; font-weight: 600; margin: 0 0 24px; text-transform: none; } .bk_footer_desk .bk_footer_download { margin: 20px 0; } .bk_footer_desk .bk_footer_download span { margin-right: 5px; } .bk_footer_desk .bk_footer_download img { border-radius: 5px; margin-bottom: 5px; } .bk_footer_desk .bk_footer_social-Icons ul li { display: inline-block; margin-right: 20px; } .bk_footer_desk .bk_footer_social-Icons { margin: 10px 0; } .bk_footer_desk .bk_footer_social-Icons svg { width: 20px; height: 20px; } .bk_footer_desk li{ list-style: none; } .bk_footer_contact { margin: 10px 0; } .bk_footer_desk .bk_footer_contact .bk_btn_grn{ color: #2BBAA8; } .bk_footer_desk .about-grid .ty-icon-magnifiercartxdnew{ top: 8px; right: 10px; } .bk_footer_block h3.ty-sidebox-important__title{ color: #1B1C1E; font-size: 14px; font-weight: 600; margin: 0 0 5px 0; background: transparent; border-bottom: none; padding: 0 0; } .bk_footer_kind .ty-wysiwyg-content,.tygh-footer .ty-wysiwyg-content{ margin: 0 0 0 0; } .bk_footer_search{ width: 100%; max-width: 250px; float: left; clear: both; } .tygh-footer .ty-sidebox-important{ margin-bottom: 15px; } .tygh-footer *{ box-sizing: border-box; } .tygh-footer .bk_footer_desk .span3 .ty-wysiwyg-content div{ font-size: 13px; color: #888888; } /* mobile view */ @media (max-width: 767px){ .bk_footer_block { margin-bottom: 60px; } .bk_footer_desk .bk_foot_social h4{ margin: 0; text-transform: none; } .bk_footer_desk > .row-fluid .span3, .bk_footer_desk > .row-fluid .span4{ width: 100%; } .bk_footer_desk .ty-footer-menu__item{ display: inline-block; margin-right: 10px; border: none; } .bk_footer_desk .ty-sidebox-important__body { min-height: auto; } .bk_footer_desk .ty-sidebox-important__title, .bk_footer_desk span.ty-sidebox__title-wrapper, .bk_footer_desk .bk_foot_social h4{ margin: 0; } .bk_footer_desk > .row-fluid .span4 { width: 100%; margin-top: 40px; } .bk_footer_desk .bk_foot_social h2{ margin-bottom: 15px; } } </style> <div class="bk_foot_social"> <h2>Have you been kind to yourself today?</h2> <h4 class="bk_footer_download_h4">Download now, we App-solutely recommend it</h4> <div class="bk_footer_download"> <span><a href="http://play.google.com/store/apps/details?id=com.kindlife"><img src="https://cdn.kindlife.in/images/ui_icon/footer_app_andr_icon.png" alt="android icon" width="120" height="36" loading="lazy"></a></span> <span><a href="http://apps.apple.com/in/app/kindlife/id1558677327"><img src="https://cdn.kindlife.in/images/ui_icon/footer_app_ios_icon.png" alt="ios icon" width="120" height="36" loading="lazy"></a></span> </div> <h4>Keep up with kindlife</h4> <div class="bk_footer_social-Icons"> <ul> <li><a href="http://www.facebook.com/kindlife.in/"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <path id="facebook-ko" fill="#1A1C1D" d="M21.4,1.9H3.6C3,1.9,2.5,2.4,2.5,3v17.8c0,0.6,0.5,1.1,1.1,1.1h9.6v-7.7h-2.6v-3h2.6V8.9 c-0.2-2,1.3-3.8,3.3-4c0.2,0,0.4,0,0.6,0c0.8,0,1.6,0,2.3,0.1v2.7h-1.6c-1.3,0-1.5,0.6-1.5,1.5v1.9h3l-0.4,3h-2.6v7.7h5.1 c0.6,0,1.1-0.5,1.1-1.1V3C22.5,2.4,22,1.9,21.4,1.9"/> </svg> </a></li> <li><a href="http://www.instagram.com/kindlife.in/"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <g id="instagram-ko" transform="translate(732 3345)"> <path id="Path_2508" fill="#1A1C1D" d="M-719.5-3343.6c-2.9,0-3.2,0-4.4,0.1c-0.9,0-1.7,0.2-2.6,0.5c-0.7,0.3-1.3,0.7-1.9,1.2 c-0.5,0.5-1,1.2-1.2,1.9c-0.3,0.8-0.5,1.7-0.5,2.6c-0.1,1.1-0.1,1.5-0.1,4.3c0,2.9,0,3.2,0.1,4.3c0,0.9,0.2,1.7,0.5,2.6 c0.6,1.4,1.7,2.5,3.1,3.1c0.8,0.3,1.7,0.5,2.6,0.5c1.1,0.1,1.5,0.1,4.4,0.1c2.9,0,3.2,0,4.4-0.1c0.9,0,1.7-0.2,2.6-0.5 c1.4-0.5,2.5-1.7,3.1-3.1c0.3-0.8,0.5-1.7,0.5-2.6c0.1-1.1,0.1-1.5,0.1-4.3c0-2.9,0-3.2-0.1-4.3c0-0.9-0.2-1.7-0.5-2.6 c-0.6-1.4-1.7-2.5-3.1-3.1c-0.8-0.3-1.7-0.5-2.6-0.5C-716.3-3343.6-716.6-3343.6-719.5-3343.6 M-719.5-3341.7c2.8,0,3.2,0,4.3,0.1 c0.7,0,1.3,0.1,2,0.4c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.8,0.8,1.2c0.2,0.6,0.4,1.3,0.4,2c0,1.1,0.1,1.4,0.1,4.2 c0,2.8,0,3.1-0.1,4.2c0,0.7-0.1,1.3-0.4,2c-0.4,0.9-1.1,1.6-2,2c-0.6,0.2-1.3,0.4-2,0.4c-1.1,0.1-1.4,0.1-4.3,0.1s-3.2,0-4.3-0.1 c-0.7,0-1.3-0.1-2-0.4c-0.9-0.4-1.7-1.1-2-2c-0.2-0.6-0.4-1.3-0.4-2c0-1.1-0.1-1.4-0.1-4.2c0-2.8,0-3.1,0.1-4.2 c0-0.7,0.1-1.3,0.4-2c0.4-0.9,1.1-1.6,2-2c0.6-0.2,1.3-0.4,2-0.4C-722.7-3341.7-722.3-3341.7-719.5-3341.7"/> <path id="Path_2509" fill="#1A1C1D" d="M-719.3-3329.4c-1.9,0-3.5-1.6-3.5-3.5c0-1.9,1.6-3.5,3.5-3.5s3.5,1.6,3.5,3.5l0,0 C-715.8-3330.9-717.4-3329.4-719.3-3329.4 M-719.3-3338.2c-3,0-5.4,2.4-5.4,5.4c0,3,2.4,5.4,5.4,5.4s5.4-2.4,5.4-5.4l0,0 C-713.9-3335.8-716.3-3338.2-719.3-3338.2 M-712.1-3338.7c0,0.7-0.6,1.3-1.4,1.3c-0.7,0-1.3-0.6-1.3-1.4c0-0.7,0.6-1.3,1.3-1.3 C-712.7-3340-712.1-3339.4-712.1-3338.7"/> </g> </svg> </a></li> <li><a href="http://twitter.com/kindlife_in"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <path id="twitter-ko" fill="#1A1C1D" d="M7.6,22.3c7.8,0.1,14.2-6.2,14.2-14c0-0.1,0-0.1,0-0.2c0-0.2,0-0.4,0-0.6 c1-0.7,1.8-1.6,2.5-2.6c-0.9,0.4-1.9,0.7-2.9,0.8c1-0.6,1.8-1.6,2.2-2.8c-1,0.6-2.1,1-3.2,1.2c-1.9-2-5.1-2.1-7.1-0.2 c-1.3,1.2-1.8,3-1.5,4.8c-4-0.2-7.8-2.1-10.3-5.2C0.3,5.7,1,8.6,3.2,10.1c-0.8,0-1.6-0.2-2.3-0.6v0.1c0,2.4,1.7,4.4,4,4.9 c-0.7,0.2-1.5,0.2-2.3,0.1c0.7,2,2.5,3.4,4.7,3.5c-1.8,1.4-4,2.1-6.2,2.1c-0.4,0-0.8,0-1.2-0.1C2.2,21.5,4.9,22.3,7.6,22.3"/> </svg> </a></li> <li><a href="http://www.youtube.com/channel/UCB2jIIGdFEhHKeoddqfP-Gg/featured"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 28 24" style="enable-background:new 0 0 28 24;" xml:space="preserve"> <g id="youtube-ko" transform="translate(813 3345)"> <path id="Path_2510" fill="#1B1B1D" d="M-785.3-3339.1c-0.1-1.1-0.5-2.1-1.1-3c-0.7-0.8-1.7-1.3-2.8-1.3c-3.9-0.3-9.8-0.3-9.8-0.3h0 c0,0-5.9,0-9.8,0.3c-1.1,0-2.1,0.5-2.8,1.3c-0.6,0.9-1,1.9-1.1,3c-0.2,1.6-0.3,3.2-0.3,4.8v2.3c0,1.6,0.1,3.2,0.3,4.8 c0.1,1.1,0.5,2.1,1.1,3c0.8,0.8,1.9,1.3,3.1,1.3c2.2,0.2,9.5,0.3,9.5,0.3s5.9,0,9.8-0.3c1.1,0,2.1-0.5,2.8-1.3c0.6-0.9,1-1.9,1.1-3 c0.2-1.6,0.3-3.2,0.3-4.8v-2.3C-785-3335.9-785.1-3337.5-785.3-3339.1L-785.3-3339.1z"/> <path id="Path_2511" fill="#FFFFFF" d="M-801-3329.4c-0.2,0-0.3,0-0.5-0.1c-0.3-0.2-0.5-0.5-0.5-0.9v-6.1c0-0.4,0.2-0.7,0.5-0.9 c0.3-0.2,0.7-0.2,1,0l5.1,3.1c0.5,0.3,0.6,1,0.3,1.4c-0.1,0.1-0.2,0.2-0.3,0.3l-5.1,3.1C-800.7-3329.5-800.9-3329.4-801-3329.4 L-801-3329.4z"/> </g> </svg> </a></li> </ul> </div> <div class="bk_footer_contact"> <p> Whatsapp us on <a class="bk_btn_grn" href="https://api.whatsapp.com/send?phone=918130287724">+918130287724 </a>to get in touch.</br> Reach out to us from 10AM - 6PM (Mon-Sat), we take a break on weekends (hi boss!) </p> </div> </div> <script> if (typeof window !== 'undefined' && window.ReactNativeWebView) { $('.bk_footer_download_h4').hide(); $('.bk_footer_download').hide(); } </script>";} 0 3292 1 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en footer social
2193 336 a:1:{s:7:"content";s:3462:"<style> .blockfullwidth { margin: 0px -10px; } .ty-wysiwyg-content .bk-mainbox-title { line-height: normal; height: auto; font-size: inherit; font-weight: 500; } .bk_prodListdiv{ background-color: #EDF2F8; padding: 0px 10px; } .bk_pagename_top >div>img { height: auto; width: 30px; border-radius: 100px; padding: 6px; background-color: white; margin-right: 10px; } .bk_prodListTags{ width: 100%; box-sizing: border-box; overflow-x: auto; white-space: nowrap; padding-bottom: 10px; } .bk_prodListTags > ul.subcategories > li { border:none; padding:0 0; } .bk_prodListTags > span{ font-weight: normal; font-stretch: normal; font-style: normal; letter-spacing: normal; text-align: left; color: #1b1c1e; display: inline-block; margin-right: 5px; margin-top: 8px; height: 30px; line-height: 30px; } .bk_prodListTags ul{ margin: 0; padding: 0; list-style: none; display: inline-block; } .bk_prodListTags ul li{ width: auto; display: inline-block; margin: 0px; } .bk_prodListTags ul li a{ display: block; width: auto; padding: 8px 10px 7px; border: solid 1px #ffffff; background: #fff; border-radius: 5px; font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; letter-spacing: normal; text-align: center; color: #525252; box-shadow: 0 2px 6px #00000017; -webkit-box-shadow: 0 2px 6px #00000017; } .bk_prodListTags ul li.active a{ color: #2DBAA8; border: solid 1px #2DBAA8; } .bk_product_count_number{ line-height: inherit; color: #525252; background: none; padding-left: 0; padding-top: 0px; padding-bottom: 5px; font-size: 13px } .bk_product_search_count { display: none; } .bk_pagename_top{ padding: 10px 0px; } </style> <div class="bk_prodListdiv" > <div class="bk_pagename_top"> <div style="float: left;">{if !empty($category_data.main_pair.detailed.image_path) } <img src="{$category_data.main_pair.detailed.image_path}"/> {/if} </div> <div style=" display: inline-block; margin: 0px 10px 0px 0px;"> <h4 class="ty-mainbox-title header bk-mainbox-title header"> {if $category_data.category|trim} {$category_data.category nofilter} {else} <span>{$category_data.page_title}</span> {/if} <br> <div id="bk_product_count_text" class="bk_product_count_number"></div> </h4> </div> </div> {if $subcategories} <div class="bk_prodListTags"> {math equation="ceil(n/c)" assign="rows" n=$subcategories|count c=$columns|default:"2"} {split data=$subcategories size=$rows assign="splitted_subcategories"} <ul class="subcategories clearfix"> {hook name="categories:view_subcategories"} {foreach from=$splitted_subcategories item="ssubcateg"} {foreach from=$ssubcateg item=category name="ssubcateg"} {if $category} <li class="ty-subcategories__item"> <a href="{"categories.view?category_id=`$category.category_id`"|fn_url}"> {if $category.main_pair} {/if} <span {live_edit name="category:category:{$category.category_id}"}>{$category.category}</span> </a> </li> {/if} {/foreach} {/foreach} {/hook} </ul> {/if} </div> </div>";} 0 3317 1 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Sub Categories on Product Listing Pages
2183 621 a:1:{s:7:"content";s:228:"<script> const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); if(urlParams.has('app_header')){ $('.tygh-header').css("display", "none"); } </script>";} 0 4173 1 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en hide header for app
2220 3750 a:1:{s:7:"content";s:6271:"<style> .img-desk{ display: block; } .img-mob{ display: none; } .product-image { position: relative; width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; } .product-image img { max-height: 100%; width: auto; object-fit: contain; border-radius: 10px; } .pre-btn { left: 10px; } .nxt-btn { right: 10px; } .pre-btn:hover, .nxt-btn:hover { background: #000; } img.product-card-mob { display: none; } @media screen and (max-width: 600px) { .img-desk{ display: none; } .img-mob{ display: block; } } </style> <style> /* PRODUCTS */ .product { position: relative; overflow: hidden; margin: 10px 0; } .product-container { display: flex; overflow-x: auto; scroll-behavior: smooth; justify-content: space-between; } .product-container::-webkit-scrollbar { display: none; } .product-card { position: relative; margin-right: 10px; } .product-card:last-child { margin-right: 0; } .card_1x1 .product-card { flex: 0 0 100%; } .card_1x2 .product-card { flex: 0 0 calc(50% - 10px); } .product-image>a { display: inline-block; } .product-image img { width: 100%; border-radius: 5px; } .animate-text { position: absolute; bottom: 0; left: 0; } .pre-btn, .nxt-btn { width: 46px; position: absolute; top: calc(50% - 18px); cursor: pointer; z-index: 3; font-size: 22px; height: 46px; line-height: 46px; background: #ffffff5c; color: #fff; border-radius: 50%; border: 0; padding: 0; display: none; } .pre-btn { left: 0; } .nxt-btn { right: 0; } .pre-btn:hover, .nxt-btn:hover { background: #000; } @media screen and (max-width: 767px) { .card_1x2 .product-card { flex: 0 0 100%; } } @media screen and (max-width: 480px) { .pre-btn, .nxt-btn { width: 40px; height: 40px; line-height: 40px; } } </style> <section class="product"> <button class="pre-btn"><span class="ty-icon ty-icon-left-open-thin"></span></button> <button class="nxt-btn"><span class="ty-icon ty-icon-right-open-thin"></span></button> <div class="product-container card_1x1"> <div class="product-card"> <div class="product-image"> <img class="img-desk" src="https://cdn.kindlife.in/images/banners/hp-images/HP-RRR-1109-rizz-strip-english-desk4.webp" class="product-thumb" alt="" loading="lazy"> <img class="img-mob" src="https://cdn.kindlife.in/images/banners/hp-images/HP-RRR-1109-rizz-strip-english-mob3.webp" class="product-thumb" alt="" loading="lazy"> </div> </div> <div class="product-card"> <div class="product-image"> <img class="img-desk" src="https://cdn.kindlife.in/images/banners/hp-images/HP-RRR-1109-rizz-strip-hindi-desk3.webp" class="product-thumb" alt="" loading="lazy"> <img class="img-mob" src="https://cdn.kindlife.in/images/banners/hp-images/HP-RRR-1109-rizz-strip-hindi-mob3.webp" class="product-thumb" alt="" loading="lazy"> </div> </div> </div> </section> <script type="text/javascript"> const productContainers = document.querySelectorAll('.product-container'); const nxtBtn = document.querySelectorAll('.nxt-btn'); const preBtn = document.querySelectorAll('.pre-btn'); productContainers.forEach((item, i) => { let index = 0; const updateScroll = () => { const productCards = item.querySelectorAll('.product-card'); if (productCards.length === 0) return; const cardStyle = getComputedStyle(productCards[0]); const cardWidth = productCards[0].offsetWidth + parseInt(cardStyle.marginRight) + parseInt(cardStyle.marginLeft); const containerWidth = item.offsetWidth; const maxIndex = productCards.length - Math.floor(containerWidth / cardWidth); return { cardWidth, maxIndex }; }; const scrollToIndex = () => { const { cardWidth } = updateScroll(); item.scrollTo({ left: index * cardWidth, behavior: 'smooth' }); }; nxtBtn[i].addEventListener('click', () => { const { maxIndex } = updateScroll(); index++; if (index > maxIndex) index = 0; scrollToIndex(); }); preBtn[i].addEventListener('click', () => { index--; if (index < 0) index = 0; scrollToIndex(); }); // Auto-scroll setInterval(() => { nxtBtn[i].click(); }, 4000); // Optional: update on resize window.addEventListener('resize', () => { scrollToIndex(); }); }); </script> <div class="custom_strip_banner" style="display:none;"> <img class="bk_catBanner desktop" src="https://cdn.kindlife.in/images/banners/hp-images/HP-1809-redeem-desk.png" loading="lazy" width="1200" height="500"> <img class="bk_catBanner mobile" src="https://cdn.kindlife.in/images/banners/hp-images/HP-1809-redeem-mob.png" loading="lazy" width="700" height="450"> </div> <script> function showCustomStripBanner() { const banner = document.querySelector('.custom_strip_banner'); const now = new Date(); const day = now.getDay(); const hour = now.getHours(); if ((day === 0 || day === 4) && (hour >= 6 && hour < 24)) { banner.style.display = "block"; } else { banner.style.display = "none"; } } showCustomStripBanner(); setInterval(showCustomStripBanner, 15 * 60 * 1000); </script> ";} 0 3074,3076,3073,3072 13036 1 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Rizz ,rewaaz strip for all plp
2189 7 0 3306 hidden-phone 2 A template a:1:{s:8:"template";s:62:"addons/ca_search_widget/blocks/static_templates/search_bar.tpl";} 0 1 en Search
2169 13 a:1:{s:7:"content";s:627:"<div class="ty-social-link-block"><h3 class="ty-social-link__title">{__("get_social")}</h3> <div class="ty-social-link facebook"> <a href="http://www.facebook.com"><i class="ty-icon-facebook"></i>Facebook</a> </div> <div class="ty-social-link instagram"> <a href="https://www.instagram.com"><i class="ty-icon-instagram"></i>Instagram</a> </div> <div class="ty-social-link twitter"> <a href="https://twitter.com"><i class="ty-icon-twitter"></i>Twitter</a> </div> <div class="ty-social-link youtube"> <a href="https://www.youtube.com/user/cscartvideos"><i class="ty-icon-youtube"></i>Youtube</a> </div></div> ";} 0 3287 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Social links
2173 17 a:1:{s:7:"content";s:1073:"<ul id="about_cs_cart_links"> <li class="ty-footer-menu__item"><a href="/riseofkoreanbeautyinindia">Insights</a></li> <li class="ty-footer-menu__item"><a href="/kinder">kinders</a></li> <li class="ty-footer-menu__item"><a href="/kindcrew">kind crew</a></li> <li class="ty-footer-menu__item"><a href="/kind-circle">kind circle</a></li> <li class="ty-footer-menu__item"><a href="https://www.kindlife.in/community">Community</a></li> <li class="ty-footer-menu__item"><a href="/customer-love">Customer love</a></li> <li class="ty-footer-menu__item"><a href="/superkind-club">Superkind club</a></li> <li class="ty-footer-menu__item"><a href="/blog/">Blog</a></li> <!-- <li class="ty-footer-menu__item"><a href="/kindcode">kindcode</a></li> --> <!-- <li class="ty-footer-menu__item"><a href="/perfectmatch">Perfect Match</a></li> --> <!-- <li class="ty-footer-menu__item"><a href="/just-launched">Just Launched</a></li> --> <!-- <li class="ty-footer-menu__item"><a href="/how-we-curate">How we curate</a></li> --> </ul> ";} 0 3291 blocks/wrappers/sidebox_important.tpl footer-no-wysiwyg 2 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en About us
2179 19 0 3297 2 A template a:1:{s:8:"template";s:41:"blocks/static_templates/payment_icons.tpl";} 0 1 en Payment icons
2194 64 0 3319 top-languages 2 D languages a:4:{s:8:"template";s:20:"blocks/languages.tpl";s:4:"text";s:0:"";s:6:"format";s:4:"name";s:14:"dropdown_limit";s:1:"0";} 0 1 en Languages
2168 66 0 3286 2 D template a:1:{s:8:"template";s:56:"addons/newsletters/blocks/static_templates/subscribe.tpl";} 0 1 en Subscribe
2193 240 0 3318 hidden-app 2 A template a:1:{s:8:"template";s:70:"addons/ca_search_widget/blocks/static_templates/kl_search_category.tpl";} 0 1 en Search_Category
2188 246 0 3303 2 A template a:1:{s:8:"template";s:50:"addons/my_changes/blocks/static_templates/side.tpl";} 0 1 en open_hamburger
2175 331 a:1:{s:7:"content";s:696:" <ul id="customer_service_links"> <li class="ty-footer-menu__item"><a href="{"reward_points.userlog"|fn_url}">Insider/kindperks</a> <div>become a member /sign up – get additional discount & kinders.</div> </li> <li class="ty-footer-menu__item"><a href="#">Guides</a> <div>how to use products, create looks, recipes.</div> </li> <li class="ty-footer-menu__item"><a href="#">kind crew recommends </a> <div>product recommendations by the crew.</div> </li> <li class="ty-footer-menu__item"><a href="#">Expert recommends </a> <div>product recommendations by experts.</div> </li> </ul>";} 0 3294 blocks/wrappers/sidebox_important.tpl footer-no-wysiwyg 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en kind corners
2192 335 a:1:{s:4:"menu";s:1:"2";} 0 3315 hidden-phone 2 A menu a:3:{s:8:"template";s:35:"blocks/menu/dropdown_horizontal.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:2:"10";} 0 1 en main menu desktop
2190 985 0 5940 bk_my_account_navigation_block hidden-phone 2 A template a:1:{s:8:"template";s:58:"addons/my_changes/blocks/static_templates/side-desktop.tpl";} 0 1 en Desktop My Account Navigation
2183 1143 a:1:{s:7:"content";s:1961:"<style> body div.ui-dialog .ui-dialog-titlebar { padding: 10px 15px; } body div.ui-dialog .ui-dialog-titlebar .ui-dialog-title.bk_popup-title { font-size: 22px; } body div.ui-widget-content.ui-dialog .bk_pop-up_content .buttons-container { margin-top: 10px; } .bk_review_popup_new img { border: 1px solid #f2f2f2; padding: 5px; } .ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-text { text-transform: none; font-weight: 400; } body .ui-dialog .ui-dialog-titlebar { border-bottom: 1px solid #d3d3d3; } .bk_review_popup_new .ty-control-group__title { font-size: 16px; font-weight: 500; color: #000; } @media(max-width: 480px) { .bk_review_popup_new.k-ty-product-review .ty-control-group .ty-product-review-rate+div { width: 90px; height: 90px; } /* .bk_review_popup_new.k-ty-product-review .ty-product-review-new--review__body { height: 445px; } */ .bk_review_popup_new textarea { min-height: 160px; } .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.dialog-auto-sized.bk_popup-containers { width: 100% !important; height: 100% !important; border-radius: 0px !important; max-height: 100vh !important; } .bk_popup-containers.ui-dialog .ui-dialog-titlebar { border-bottom: none; } /* .bk_review_popup_new .ty-btn.ty-btn__primary { width: 100%; border-radius: 0; height: 45px; } */ .bk_popup-containers .ui-dialog-content.ui-widget-content { padding: 0; } .bk_review_popup_new.ty-product-review-new-product-review.k-ty-product-review { margin-top: 10px; } .bk_pop-up_content.k-ty-product-review .ty-product-review-new--review__body section { padding: 0; } } </style>";} 0 6282 2 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en popup review css
2648 2652 a:1:{s:7:"content";s:3872:"<style type="text/css"> .bk_top_code_strip{ background-color: #e3f3f1; } .bk_top_code_strip_text{ padding: 5px 55px 5px 5px; text-align: center; } .bk_top_code_strip *{ color: #000; font-size: 16px; font-weight: 500; background-image: linear-gradient(90deg,#d42377,#1c90fd); background-color: #208df8; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; } .bk_top_code_strip_text a::after{ content: ""; position: absolute; bottom: 0px; left: 0; height: 2px; width: 100%; background-image: linear-gradient(90deg,#d42377,#1c90fd); } .bk_top_code_strip_text a.bk_app_downloadBtn1::after{ height: 1px; } .bk_top_code_strip .btn{ padding: 0; } .bk_app_downloadBtn1 { display: none; } @media (max-width: 767px){ .bk_app_downloadBtn1 { display: inline-block; } .bk_app_downloadBtn-desk1 { display: none; } } @media(max-width:450px) { .bk_top_code_strip *{ font-size: 14px; } .bk_top_code_strip_text { padding: 6px; } } </style> <div class="bk_top_code_strip show_web"> <div class="bk_top_code_strip_text"> <div>Use code APP15 for extra 15% off on app <a class="btn bk_app_downloadBtn-desk1" href="https://play.google.com/store/apps/details?id=com.kindlife&hl=en_IN&gl=US"> DOWNLOAD NOW</a> <a class="btn bk_app_downloadBtn1"> DOWNLOAD NOW</a> *T&C Apply </div> </div> </div> <div class="bk_top_code_strip show_mob" style="display: none;"> <div class="bk_top_code_strip_text"> <div>Use code APP15 for extra 15% off on your first order </div> </div> </div> <script> function getMobileOperatingSystem() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; if (/windows phone/i.test(userAgent)) { return "Windows Phone"; } if (/android/i.test(userAgent)) { return "Android"; } if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return "iOS"; } return "unknown"; } function DetectAndServe(){ let os = getMobileOperatingSystem(); // alert(os) if (os == "Android") { window.location.href = "https://play.google.com/store/apps/details?id=com.kindlife&hl=en_IN&gl=US"; } else if (os == "iOS") { window.location.href = "https://apps.apple.com/us/app/kindlife/id1558677327"; } else if (os == "Windows Phone") { window.location.href = "https://kindlife.in"; } else { window.location.href = "https://kindlife.in"; } } $(".bk_app_downloadBtn1").click(() => { DetectAndServe(); }) </script> <script> (function (_, $) { $(document).ready(function() { if (window.ReactNativeWebView) { $(".bk_top_code_strip.show_web").hide(); $(".bk_top_code_strip.show_mob").show(); setTimeout(() => { $(".hp_popup_wrap .hp_links_img").hide(); $(".hp_main_img.web").hide(); // $(".hp_main_img.app").show(); }, 1000); } }); })(Tygh, Tygh.$); </script> ";} 0 10286 2 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en HP top kindcode strip
2220 3758 a:1:{s:7:"content";s:334:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Category-1609-strip-rizz40-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Category-1609-strip-rizz40-mob.webp"> </div>";} 0 3073 13046 2 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en rizz 40 strip for RRR
2195 3 a:1:{s:4:"menu";s:1:"1";} 0 3321 top-quick-links 3 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"Y";} 0 1 en Quick links
2190 212 0 3308 top-wishlist bk-pull-right 3 A template a:1:{s:8:"template";s:58:"addons/my_changes/blocks/static_templates/wishlist_2bk.tpl";} 0 1 en wishlist_2bk
2188 230 a:1:{s:7:"content";s:269:"<div onclick="return goToPreviousPage()" ><img src="images/back_bt.svg" ></div> <script> function goToPreviousPage(){ if(document.referrer.indexOf(window.location.hostname) !== -1){ window.history.back(); }else{ window.location.href = "/"; } } </script>";} 0 3304 bk_backBtn hidden-tablet hidden-desktop 3 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en back-button
2183 2166 a:1:{s:7:"content";s:5873:"<style> .tygh-header .hamburgur_icon, .tygh-header .top-logo, .tygh-header .top-wishlist, .tygh-header .top-notification, .tygh-header .ty-dropdown-box, .tygh-header .top-search, .tygh-header .bk_backBtn { position: relative; line-height: 60px; height: 60px; width: 50px; text-align: center; padding: 0 !important; } .tygh-header .bk_backBtn{ cursor: pointer; width: 40px; } .tygh-header .top-wishlist a, .tygh-header .top-notification a, .tygh-header .ty-dropdown-box a, .tygh-header .top-logo a, .tygh-header .hamburgur_icon a, .tygh-header .top-search a { display: block; padding: 0 !important; float: none; } .tygh-header .top-logo { width: 130px; } .tygh-header .top-logo svg { vertical-align: middle; } .tygh-header .hamburgur_icon a i, .tygh-header .ty-wishlist, .tygh-header .ty-minicart__icon { font-size: 24px; vertical-align: middle; color: #1b1c1e; position: static; display: inline-block; } .tygh-header .bk_backBtn img { width: 22px; } .open_search_box { padding: 0; width: 100%; } .tygh-header .top-search a > img { width: 24px; float: none; display: inline-block; } .ty-minicart-title { position: absolute; width: 18px; height: 18px; color: #fff; font-size: 10px; font-weight: 600; line-height: 18px; text-align: center; right: 5px; top: 10px; background: #F07F87; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; box-sizing: content-box; border: #fff solid 1px; } .ty-search-block_1 form { position: relative; margin: 0 10px 0; height: auto; line-height: 60px; } button.ty-icon-magnifiercartxdnew { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border: none; background: url('../../../../../../../../design/themes/new_2bk/media/images/banners/home-page/magnifier_icon1.png?1678953024') no-repeat; background-size: 18px 18px; opacity: 50%; } .ty-search-block_1 form input.ty-search-block__input { display: inline-block; padding: 7px 30px 7px 10px; width: 100%; height: 40px; border: none; border-radius: 30px; background-color: rgba(237,242,248,0.45); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .ty-search-block__input:focus { background-color: #fcfcfc; } .bk_overlay-search_cat { position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 100; } .tygh-header .bk_backBtn1 { line-height: 48px; height: 48px; min-width: 40px; text-align: center; position: relative; margin: 0; padding: 0; } .tygh-header .bk_backBtn1 img { width: 22px; cursor: pointer; } .tygh-header .ty-search-block_category_bk form { display: flex; background: #fcfcfc; border: 0; padding: 16px 10px 5px 0; position: relative; } input.ty-search-block__input_category_bk { padding: 10px 30px 10px 15px !important; flex: 1; height: 48px !important; border: 1px solid #EFEAFB !important; border-radius: 22px !important; background-color: #F6F9FF !important; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } input.ty-search-block__input_category_bk:focus { border-color: #ccc; } span.search_textDelete { position: absolute; right: 15px; top: 50%; margin-top: -6px; display: none; cursor: pointer; } div.ty-search-block_1 { margin: 0; padding: 0; border: 0; width: 100%; } div.ty-dropdown-box__title { padding: 0; border: 0; position: static; display: block; } @media (max-width: 766px){ .top-cart { padding-right: 0px; } .tygh-header .top-logo { width: 116px; } } @media (max-width: 480px){ .tygh-header .hamburgur_icon, .tygh-header .top-wishlist, .tygh-header .top-notification, .tygh-header .ty-dropdown-box, .tygh-header .top-search, .tygh-header .bk_backBtn { width: 40px; line-height: 50px; height: 50px; } .tygh-header .top-logo, .ty-search-block_1 form { line-height: 50px; height: 50px; } } .banners .owl-controls { position: absolute; bottom: 0; margin: 0; width: 100%; } .banners.owl-carousel .owl-wrapper-outer { border-radius: 10px; } .banners.owl-carousel .owl-item { padding: 0; } .owl-controls .owl-pagination { text-align: center; } div.owl-theme .owl-controls .owl-page span { width: 10px; transition: all 1s; } .owl-theme .owl-controls .owl-page.active span { width: 20px; } .tygh-header .top-logo a { padding: 0 !important; } .tygh-header .top-wishlist, .tygh-header .top-notification, .tygh-header .ty-dropdown-box, .tygh-header .top-search { padding: 0; } .tygh-header .top-wishlist a, .tygh-header .top-notification a, .tygh-header .ty-dropdown-box a, .tygh-header .top-logo a, .tygh-header .hamburgur_icon a, .tygh-header .top-search a { padding: 0px; } .owl-carousel:not(.owl-theme):not(.owl-one-theme):not(.owl-more-theme) { white-space: nowrap; overflow: hidden; } .owl-carousel:not(.owl-theme):not(.owl-one-theme):not(.owl-more-theme) > * { display: inline-block; } </style>";} 0 9388 3 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en top header icons temp css
2220 3759 a:1:{s:7:"content";s:334:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Category-1609-strip-rizz50-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Category-1609-strip-rizz50-mob.webp"> </div>";} 0 3072 13047 3 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en rizz50 strip for rrr
2188 171 a:1:{s:7:"content";s:450:"<div> <a href="/index.php" title="online shopping" itemprop="url"> <!-- <img src="https://cdn.kindlife.in/images/lotti-icons/Kindlife-logo.png" alt="kiki-logo" width="130" height="25"> --> <img src="https://cdn.kindlife.in/images/banners/hp-images/Kindlife-bday-4-logo.png" alt="kiki-logo" width="130" height="25"> <!-- <img src="https://cdn.kindlife.in/images/kindlifeLogo.png" alt="kiki-logo"> --> </a> </div>";} 0 3305 top-logo 4 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Logo_2BK
2190 187 a:1:{s:7:"content";s:90:"<div> <a href="#"><i class="ty-notification__icon ty-icon-notificationxd"></i> </a> </div>";} 0 3309 top-notification bk-pull-right 4 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en new notification
2183 2143 a:1:{s:7:"content";s:363:"<style> .ty-mainbox-body button:active, .correct-scroller .ty-scroller-list__item:active, .bk_header_right a i:active, .ty-banner__image-item:active, .ty-wysiwyg-content button:active, .ty-wysiwyg-content a svg:active{ filter: opacity(0.6); } .ty-wysiwyg-content a:active, .ty-wysiwyg-content a img:active{ filter: contrast(0.8); } </style>";} 0 9594 4 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en faded effect css for all buttons/links
2220 3757 a:1:{s:7:"content";s:334:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Category-1609-strip-rizz10-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Category-1609-strip-rizz10-mob.webp"> </div>";} 0 3076 13045 4 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en rizz 10 strip for RRR
2190 231 a:1:{s:7:"content";s:87:"<div class="open_search_box"> <a href="#"><img src="images/search_bt.svg"></a> </div>";} 0 3310 top-search bk-pull-right hidden-desktop hidden-tablet 5 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en search_bt
2220 3551 a:1:{s:7:"content";s:272:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/hp-images/HP-1807-food-haul-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/hp-images/HP-1807-food-haul-mob.webp"> </div>";} 0 2998 12509 5 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en strip for snack stack
2190 232 a:1:{s:7:"content";s:60:"<div> <a href="#"><img src="images/share_bt.svg"></a> </div>";} 0 3311 top-share bk-pull-right 6 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en share_bt
2220 3655 a:1:{s:7:"content";s:372:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners//landing-page/Rakhi-store/Rakhi-store-2207-make-your-own-desk2.jpg"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners//landing-page/Rakhi-store/Rakhi-store-2207-make-your-own-mob2.jpg"> </div>";} 0 3017 12746 6 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Strip of make your own gift
2190 4 0 3312 blocks/wrappers/onclick_dropdown.tpl top-my-account bk_topMyAccount 7 D my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 en My Account
2220 3660 a:1:{s:7:"content";s:450:"<div class="bk_catBanner strip_banner shadow desktop"> <a href="https://www.kindlife.in/freedom-to-be-sale/"> <img src="https://cdn.kindlife.in/images/banners/hp-images/HP-3107-strip-desk-freedom3.webp"></a> </div> <div class="bk_catBanner strip_banner shadow mobile"> <a href="https://www.kindlife.in/freedom-to-be-sale/"> <img src="https://cdn.kindlife.in/images/banners/hp-images/HP-3107-strip-mob-freedom3.webp"></a> </div>";} 0 12754 7 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category freedom sale strip for all
2190 334 a:1:{s:7:"content";s:3764:"<style> .bk_communityBtn { height: 60px; display: flex; align-items: center; margin-right: 5px; } .bk_community_tab a { color: #1b1c1e; display: inline-block; line-height: 30px; padding: 0 10px; border-radius: 12px; border: solid 1px #767284; margin: 0; font-size: 13px; } .bk_top_Btns_wrap { display: flex; column-gap: 12px; align-items: center; } .bk_kiki-ai_Btnwrap a { display: flex; align-items: center; column-gap: 5px; font-size: 13px; border: solid 1px #767284; color: #1b1c1e; border-radius: 12px; padding: 0px 10px; line-height: 30px; } .bk_kiki-ai_Btnwrap .kiki-imgBtn svg { width: 22px; height: 22px; vertical-align: middle; } .bk_kiki-ai_Btnwrap .kiki-imgBtn img { width: 16px; } @media (max-width:900px){ .bk_kiki-ai_Btnwrap { display: none; } } </style> <div class="bk_top_Btns_wrap"> <div class="bk_kiki-ai_Btnwrap" title="Talk to kiki.Ai"> <a href="index.php?dispatch=kl_qna.kiki_ai"> <span class="kiki-imgBtn"> <svg xmlns="http://www.w3.org/2000/svg" width="27.91" height="24.41" viewBox="0 0 27.91 24.41"> <g id="WeChat" transform="translate(0 -3)"> <path id="Path_25434" data-name="Path 25434" d="M11.775,21.484c4.666-.567,8.286-4.012,8.286-8.2C20.06,8.707,15.787,5,10.466,5a10.542,10.542,0,0,0-4.274.872l-.349-.785A9.081,9.081,0,0,0,0,13.286,8.634,8.634,0,0,0,2.573,19.3l-.785,2.922a.9.9,0,0,0,.305.916.784.784,0,0,0,.959.044l2.835-1.657a11.449,11.449,0,0,0,4.579.916c.48,0,.959-.044,1.4-.087Z" transform="translate(0 -1.128)" fill="#19a895"></path> <path id="Path_25435" data-name="Path 25435" d="M15.775,13.105A1.308,1.308,0,1,0,14.466,11.8,1.285,1.285,0,0,0,15.775,13.105Zm-6.105,0A1.308,1.308,0,1,0,8.361,11.8,1.285,1.285,0,0,0,9.669,13.105Zm3.053,6.105c4.8,0,8.722-.7,8.722-4.8S17.519,7,12.722,7,4,10.314,4,14.414,7.925,19.211,12.722,19.211Z" transform="translate(-2.256 -2.256)" fill="#c2ede8" fill-rule="evenodd"></path> <path id="Path_25436" data-name="Path 25436" d="M40.515,28.793h.872a7.427,7.427,0,0,1-2.4,5.408l.611,2.224a.827.827,0,0,1-.349.916.851.851,0,0,1-1,0l-2.093-1.4a9.423,9.423,0,0,1-3.532.654c-4.71,0-8.722-3.4-8.722-7.85s4.012-7.85,8.722-7.85a7.066,7.066,0,0,1,.959.044l-.087.872A8.18,8.18,0,0,1,40.515,28.793Z" transform="translate(-13.477 -10.094)" fill="#e0c3f6"></path> <path id="Path_25437" data-name="Path 25437" d="M41.955,31.105c0,3.358-3.14,4.361-6.978,4.361S28,34.463,28,31.105,31.14,25,34.978,25,41.955,27.747,41.955,31.105Z" transform="translate(-15.789 -12.406)" fill="#fff"></path> <path id="Path_25438" data-name="Path 25438" d="M17.12,4.744a9.679,9.679,0,0,0-4.535,1.09L11.8,4.265A11.959,11.959,0,0,1,17.12,3c5.233,0,9.725,3.4,10.379,7.981,3.968.7,7.065,3.838,7.065,7.719a7.427,7.427,0,0,1-2.4,5.408L31.642,22.1a5.641,5.641,0,0,0,1.177-3.4c0-3.053-2.617-5.713-6.193-6.062l-.741-.087-.044-.741C25.624,7.971,21.917,4.744,17.12,4.744Zm6.105,12.211a.872.872,0,1,0-.872-.872A.875.875,0,0,0,23.226,16.955Zm5.233,0a.872.872,0,1,0-.872-.872A.875.875,0,0,0,28.459,16.955Z" transform="translate(-6.654)" fill="#314a52"></path> </g> </svg> <!-- <img src="https://cdn.kindlife.in/images/banners/home-page-images/bk-vday-heart0602.png" alt=""> --> </span> <span class="kiki-btnText">Discover with Ai</span> </a> </div> <div class="bk_community_tab"> <a href="https://www.kindlife.in/community">Community</a> </div> </div>";} 0 3314 hidden-phone bk_communityBtn 8 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Community Page Button
2220 3370 a:1:{s:7:"content";s:294:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-1706-buy-any-2-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-1706-buy-any-2-mob.webp"> </div>";} 0 12264 8 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Buy at rs1599 strip
2190 805 a:1:{s:7:"content";s:587:"<style> .bk_perfquiz_tab { height: 60px; display: flex; align-items: center; } .bk_perfectMatch_Tab a { color: #fff; display: inline-block; height: 30px; line-height: 30px; padding: 0 15px; border-radius: 5px; border: solid 1px #705182; background-color: #705182; } @media (max-width:850px){ .bk_perfectMatch_Tab a { font-size: 12px; padding: 0 10px; } } </style> <div class="bk_perfquiz_tab"> <a class="bk_perfectMatch_Tab" href="{"kindsale.quiz"|fn_url}">Personalised Routine</a> </div>";} 0 4452 bk_perfectMatch_Tab hidden-phone 9 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Find you match tab header
2220 3382 a:1:{s:7:"content";s:284:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/Super-you-1806-strip-desk-btn.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/Super-you-1806-strip-mob-btn.webp"> </div>";} 0 2658 12283 9 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Super you strip for chips page
2220 3194 a:1:{s:7:"content";s:2014:"<style> .bk_block_heading h2{ text-align: center; font-size: 28px; line-height: 1.1; margin: 20px 0 8px; font-weight: 300; text-transform: uppercase !important; } .bk_block_heading p { font-size: 18px; text-align: center; padding: 0 0 10px; font-weight: 500; line-height: 1.1; } .bk_grid_block { display: grid; gap: 10px; overflow: auto; /* padding-bottom:6px; */ } .bk_1x4_lg.scroll { grid-template-columns: repeat(4, 27%); } .bk_1x6_lg.scroll { grid-template-columns: repeat(6, 27%); } @media (max-width: 600px) { .bk_1x2_sm.scroll { grid-template-columns: repeat(2, 65%); } .bk_block_heading p { font-size: 14px; } .bk_block_heading h2{ font-size:20px; } } </style> <div class="bk_block_heading"> <h2>Nuts and Seeds</h2> <p style="padding-bottom:0px;">Use <span class="bk_code1"> BIG50</span> to get <span class="bk_code1">FLAT 50% </span> off</p> </div> <ul class="bk_grid_block bk_1x4_lg bk_1x2_sm scroll shadow"> <li><a href="https://www.kindlife.in/nutty-gritties/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2502-nuts-nutty.webp" alt="img" loading="lazy"></a> </li> <li><a href="https://www.kindlife.in/fabeato/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2502-nuts-fabeto.webp" alt="img" loading="lazy"></a> </li> <li><a href="https://www.kindlife.in/ambrosia/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2502-nuts-ambrosia.webp" alt="img" loading="lazy"></a> </li> <li><a href="https://www.kindlife.in/flyberry-gourmet/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2502-nuts-flyberry.webp" alt="img" loading="lazy"></a> </li> </ul>";} 0 11366 10 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Ctgry dry fruits and nuts block
2220 3142 a:1:{s:7:"content";s:155:"<div class="bk_catBanner strip_banner shadow"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1610-dry-fruits-strip.gif"> </div>";} 0 11094 11 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Strip banner for dry fruits
2220 3071 a:1:{s:7:"content";s:432:"<style> .bk_items_list{ display:flex; margin:0px; list-style:none; overflow:auto; } .bk_items_list li{ flex:0 0 49%; padding:0 10px; background-color:#8CDDC6; color:#fff; font-size:18px; } </style> <div class="bk_store_container"> <ul class="bk_items_list"> <li><a href="https://www.kindlife.in/77-store/">₹77 Store</a></li> <li><a href="https://www.kindlife.in/177-store/">₹177 Store</a></li> </ul> </div>";} 0 2341 10921 12 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Blocks of 77 and 177 store
2220 2968 a:1:{s:7:"content";s:901:"<style> ul.bk_1x4_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-top:10px; } ul.bk_1x4_block_cat li { width:33%; padding: 20px; text-align: center; margin:0 10px; } ul.bk_1x4_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; } @media (max-width:480px ){ ul.bk_1x4_block_cat li { min-width: 200px; padding:10px; } } </style> <ul class="bk_1x4_block_cat"> <li><a href="https://www.kindlife.in/brain-health/">Brain health</a> </li> <li><a href="https://www.kindlife.in/energy-en/">Energy</a> </li> <li><a href="https://www.kindlife.in/hunger-pangs/">Hunger Pangs</a> </li> <li><a href="https://www.kindlife.in/protein/">Brain health</a>Protein </li> </ul>";} 0 2199,2227,2228 10687 13 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Ctgry block for gen alpha /genY/genX
2220 2969 a:1:{s:7:"content";s:1175:"<style> .bk_pagename_top { display: none !important; } ul.bk_1x4_block_cat { margin: 10px 0; list-style: none; display: flex; overflow-x: auto; } ul.bk_1x4_block_cat li { width:25%; background: #8cddc6; border-radius: 5px; padding: 10px; text-align: center; margin:0 10px; } ul.bk_1x4_block_cat li a { display: flex; text-align: center; flex-flow: column; border-radius: 5px; overflow: auto; font-size: 20px; color: #fff; } @media (max-width:480px ){ ul.bk_1x4_block_cat li { min-width: 134px; padding: 5px; } ul.bk_1x4_block_cat li a { font-size: 15px; } } </style> <ul class="bk_1x4_block_cat"> <li><a href="https://www.kindlife.in/protein-en/">Protein</a> </li> <li><a href="https://www.kindlife.in/post-workout-strength/">Post Workout Strength</a> </li> <li><a href="https://www.kindlife.in/in-the-body/supplements-en/beauty-en/biotin-en/">Biotin</a> </li> <li><a href="https://www.kindlife.in/iron-supplements/">Iron</a></li> </ul>";} 0 2226 10688 14 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Ctgry block for gen z
2220 2970 a:1:{s:7:"content";s:1055:"<style> .bk_pagename_top { display: none !important; } ul.bk_1x3_block_cat { margin: 10px 0; list-style: none; display: flex; overflow-x: auto; } ul.bk_1x3_block_cat li { width:33%; background: #8cddc6; border-radius: 5px; padding: 10px; text-align: center; margin:0 10px; } ul.bk_1x3_block_cat li a { display: flex; text-align: center; flex-flow: column; border-radius: 5px; overflow: auto; font-size: 20px; color: #fff; } @media (max-width:480px ){ ul.bk_1x3_block_cat li { min-width: 134px; padding: 5px; } ul.bk_1x3_block_cat li a { font-size: 15px; } } </style> <ul class="bk_1x3_block_cat"> <li><a href="https://www.kindlife.in/cookies-en/">Cookies</a> </li> <li><a href="https://www.kindlife.in/chocolates-en/">Chocolates</a> </li> <li><a href="https://www.kindlife.in/spice-savour/">Spicy savoury</a> </li> </ul>";} 0 2231 10689 15 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Ctgry blocks for hunger pangs
2220 2971 a:1:{s:7:"content";s:985:"<style> .bk_pagename_top { display: none !important; } ul.bk_1x2_block_cat { margin: 10px 0; list-style: none; display: flex; overflow-x: auto; } ul.bk_1x2_block_cat li { width:33%; background: #8cddc6; border-radius: 5px; padding: 10px; text-align: center; margin:0 10px; } ul.bk_1x2_block_cat li a { display: flex; text-align: center; flex-flow: column; border-radius: 5px; overflow: auto; font-size: 20px; color: #fff; } @media (max-width:480px ){ ul.bk_1x2_block_cat li { min-width: 134px; padding: 5px; } ul.bk_1x2_block_cat li a { font-size: 15px; } } </style> <ul class="bk_1x2_block_cat"> <li><a href="https://www.kindlife.in/whey-protein/">Whey Protein</a> </li> <li><a href="https://www.kindlife.in/plant-protein/">Plant Protein</a> </li> </ul>";} 0 2234 10690 16 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Ctgry for post workout
2220 3000 a:1:{s:7:"content";s:185:"<style> .bk_block_heading{ text-align:center; } </style> <div class="bk_block_heading"> <h2>K-BEAUTY THAT COMES IN TWOS</h2> <p>All the good things, use code: PARTY15</p> </div>";} 0 10788 17 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Slumberparty combos heading
2220 336 a:1:{s:7:"content";s:3462:"<style> .blockfullwidth { margin: 0px -10px; } .ty-wysiwyg-content .bk-mainbox-title { line-height: normal; height: auto; font-size: inherit; font-weight: 500; } .bk_prodListdiv{ background-color: #EDF2F8; padding: 0px 10px; } .bk_pagename_top >div>img { height: auto; width: 30px; border-radius: 100px; padding: 6px; background-color: white; margin-right: 10px; } .bk_prodListTags{ width: 100%; box-sizing: border-box; overflow-x: auto; white-space: nowrap; padding-bottom: 10px; } .bk_prodListTags > ul.subcategories > li { border:none; padding:0 0; } .bk_prodListTags > span{ font-weight: normal; font-stretch: normal; font-style: normal; letter-spacing: normal; text-align: left; color: #1b1c1e; display: inline-block; margin-right: 5px; margin-top: 8px; height: 30px; line-height: 30px; } .bk_prodListTags ul{ margin: 0; padding: 0; list-style: none; display: inline-block; } .bk_prodListTags ul li{ width: auto; display: inline-block; margin: 0px; } .bk_prodListTags ul li a{ display: block; width: auto; padding: 8px 10px 7px; border: solid 1px #ffffff; background: #fff; border-radius: 5px; font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; letter-spacing: normal; text-align: center; color: #525252; box-shadow: 0 2px 6px #00000017; -webkit-box-shadow: 0 2px 6px #00000017; } .bk_prodListTags ul li.active a{ color: #2DBAA8; border: solid 1px #2DBAA8; } .bk_product_count_number{ line-height: inherit; color: #525252; background: none; padding-left: 0; padding-top: 0px; padding-bottom: 5px; font-size: 13px } .bk_product_search_count { display: none; } .bk_pagename_top{ padding: 10px 0px; } </style> <div class="bk_prodListdiv" > <div class="bk_pagename_top"> <div style="float: left;">{if !empty($category_data.main_pair.detailed.image_path) } <img src="{$category_data.main_pair.detailed.image_path}"/> {/if} </div> <div style=" display: inline-block; margin: 0px 10px 0px 0px;"> <h4 class="ty-mainbox-title header bk-mainbox-title header"> {if $category_data.category|trim} {$category_data.category nofilter} {else} <span>{$category_data.page_title}</span> {/if} <br> <div id="bk_product_count_text" class="bk_product_count_number"></div> </h4> </div> </div> {if $subcategories} <div class="bk_prodListTags"> {math equation="ceil(n/c)" assign="rows" n=$subcategories|count c=$columns|default:"2"} {split data=$subcategories size=$rows assign="splitted_subcategories"} <ul class="subcategories clearfix"> {hook name="categories:view_subcategories"} {foreach from=$splitted_subcategories item="ssubcateg"} {foreach from=$ssubcateg item=category name="ssubcateg"} {if $category} <li class="ty-subcategories__item"> <a href="{"categories.view?category_id=`$category.category_id`"|fn_url}"> {if $category.main_pair} {/if} <span {live_edit name="category:category:{$category.category_id}"}>{$category.category}</span> </a> </li> {/if} {/foreach} {/foreach} {/hook} </ul> {/if} </div> </div>";} 0 10922 18 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Sub Categories on Product Listing Pages
2220 3001 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:23:"37356,37355,37354,37352";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 10789 19 D products a:17:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"block_type";s:6:"slider";} 0 1 en Slumber party pids
2220 2932 a:1:{s:7:"content";s:1339:"<style> ul.bk_1x4_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-top:10px; } ul.bk_1x4_block_cat li { width:33%; padding: 20px; text-align: center; margin:0 10px; } ul.bk_1x4_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; } @media (max-width:480px ){ ul.bk_1x4_block_cat li { min-width: 200px; padding:10px; } } </style> <ul class="bk_1x4_block_cat"> <li> <a href="https://www.kindlife.in/single-math/?features_hash=18-111-111-INR "> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1402-rs-111.webp" alt="img"></figure> </a> </li> <li> <a href=" https://www.kindlife.in/single-math/?features_hash=18-555-555-INR"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1402-rs-555.webp" alt="img"></figure> </a> </li> <li> <a href="https://www.kindlife.in/single-math/?features_hash=18-999-999-INR"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1402-rs-999.webp" alt="img"></figure> </a> </li> </ul>";} 0 2165 10563 20 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Ctgry blocks for single math
2220 2835 a:1:{s:7:"content";s:284:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1201-bogo-strip-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1201-bogo-strip-mob.webp"> </div>";} 0 2119,1798 10350 21 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Bogo strip static for (skincare-50) page
2220 2783 a:1:{s:7:"content";s:2380:"<style> ul.bk_1x4_block_scroll_mob li img { filter: drop-shadow(2px 2px 2px lightgrey); } ul.bk_1x4_block_scroll_mob li img:hover { filter: drop-shadow(2px 2px 2px #fff); } ul.bk_1x4_block_scroll_mob::-webkit-scrollbar { display: none; } ul.bk_1x4_block_scroll_mob { margin: 0; list-style: none; display: flex; padding: 0px 10px 5px; overflow: auto; } ul.bk_1x4_block_scroll_mob li { padding: 0 10px; flex: 0 0 29%; } @media only screen and (max-width:600px) { ul.bk_1x4_block_scroll_mob li { flex: 0 0 62%; } } </style> <div class="bk_block_heading"> <h2>What are you looking for</h2> </div> <div class="bk_block_scroller"> <ul class="bk_1x4_block_scroll_mob"> <li><a href=" https://www.kindlife.in/in-the-body/supplements-en/sports-nutrition/?aff_id=107531"> <img src="https://cdn.kindlife.in/images/banners/category/Supplements-0412-what-you-looking-for-protein.webp" alt="img" loading="lazy"></a></li> <li><a href="https://www.kindlife.in/joint-support"> <img src="https://cdn.kindlife.in/images/banners/category/HP-0212-what-you-are-looking-joint-support.webp" alt="img" loading="lazy"></a></li> <li><a href="https://kindlife.in/heart-supplements"> <img src="https://cdn.kindlife.in/images/banners/category/HP-0212-what-you-are-looking-heart-health.webp" alt="img" loading="lazy"></a></li> <li> <a href="https://www.kindlife.in/probiotic-supplements/"> <img src="https://cdn.kindlife.in/images/banners/category/HP-0212-what-you-are-looking-probiotics.webp" alt="img"></a> </li> <li> <a href="https://www.kindlife.in/pcos"> <img src="https://cdn.kindlife.in/images/banners/category/HP-0212-what-you-are-looking-pcos.webp" alt="img"></a> </li> <li> <a href="https://www.kindlife.in/in-the-body/supplements-en/beauty-en/biotin-en/"> <img src="https://cdn.kindlife.in/images/banners/category/HP-0212-what-you-are-looking-hairfall.webp" alt="img"></a> </li> </ul> </div>";} 0 10282 22 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for General Health page
2220 2800 a:1:{s:7:"content";s:1556:"<style> .desktop{ display:block !important; } .mobile{ display:none !important; } ul.bk_flex_block1 { margin: 0; list-style: none; overflow: auto; white-space: nowrap; display: flex; flex-wrap: wrap; row-gap: 20px; padding-bottom: 5px; } .bk_1x3_strip li{ flex: 0 0 33.3%; padding: 0px; } @media (max-width:600px) { .desktop{ display:none !important; } .mobile{ display:block !important; } } </style> <div class="bk_last_call_block desktop"> <ul class="bk_flex_block1 bk_1x3_strip"> <li><a href="https://www.kindlife.in/eoss-otb/ "><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-2112-skincare-desk.jpg"></a></li> <li><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-2112-last-call-desk.jpg"></li> <li><a href=" https://www.kindlife.in/eoss-itb/"><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-2112-supplements-desk.jpg"></a></li> </ul> </div> <div class="bk_last_call_block mobile"> <ul class="bk_flex_block1 bk_1x3_strip"> <li><a href="https://www.kindlife.in/eoss-otb/ "><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-2112-skincare-mob.jpg"></a></li> <li><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-2112-last-call-mob.jpg"></li> <li><a href=" https://www.kindlife.in/eoss-itb/"><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-2112-supplements-mob.jpg"></a></li> </ul> </div>";} 0 2087 10302 23 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Last call strip banner
2220 2801 a:1:{s:7:"content";s:344:"<style> .bk_catBanner img{ border-radius: 10px; } </style> <figure class="bk_catBanner desktop"><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-2112-strip-desk.webp" alt=""></figure> <figure class="bk_catBanner mobile"><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-2112-strip-mob.webp" alt=""></figure>";} 0 2088,2089 10303 24 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Last call static strip
2220 2806 a:1:{s:7:"content";s:4856:"<style> .bk_block_heading h2{ font-size:24px; text-align:center; margin:10px 0 5px; } /* PRODUCTS */ .product { position: relative; overflow: hidden; } .product-container { display: flex; overflow-x: auto; scroll-behavior: smooth; column-gap: 10px; } .product-container::-webkit-scrollbar { display: none; } .product-card { flex: 0 0 80%; } .product-image { position: relative; width: 100%; overflow: hidden; } .product-image img{ width: 100%; } .pre-btn, .nxt-btn { width: 20px; position: absolute; top: calc(50% - 18px); cursor: pointer; z-index: 3; font-size: 22px; opacity: 0.4; height: 36px; line-height: 36px; background: #000; color: #fff; border-radius: 5px; border: 0; } .pre-btn { left: 0; border-radius: 0 5px 5px 0; } .nxt-btn { right: 0; border-radius:5px 0 0 5px; } .pre-btn img, .nxt-btn img { opacity: 0.2; } .pre-btn:hover img, .nxt-btn:hover img { opacity: 1; } img.product-card-mob{ display: none; } /* .bk_bday_banners .product-image img { border: 2px solid #d00000; } */ @media screen and (max-width: 600px) { .product-card { flex: 0 0 100%; } img.product-card-mob{ display: block; } img.product-card-desk{ display: none; } } .ind-deal{ display:none; } .product-card.gift_card1 { flex: 0 0 45%; } img.product-card-mob{ display: none; } .product-card.gift_card.offers { display: none; } @media screen and (max-width: 600px) { img.product-card-mob{ display: block; } img.product-card-desk{ display: none; } .product-card.gift_card1 { flex: 0 0 80%; } .product-card.gift_card.offers { display: block; } .bk_block_heading p { font-size: 15px; } .bk_block_heading h2{ font-size:20px; } } </style> <div class="bk_block_heading"> <h2>Collagen Supplements</h2> </div> <section class="product"> <button class="pre-btn ind-deal"><span class="ty-icon ty-icon-left-open-thin"></span></button> <button class="nxt-btn ind-deal"><span class="ty-icon ty-icon-right-open-thin"></span></button> <div class="product-container"> <div class="product-card gift_card1"> <div class="product-image"> <a href=""> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2212-collagen-01-test.webp" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2212-collagen-01-test.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card1"> <div class="product-image"> <a href=""> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2212-collagen-02-test.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2212-collagen-02-test.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card1"> <div class="product-image"> <a href="https://community.kindlife.in/videos/view/1076"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2212-community-test.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2212-community-test.webp" class="product-thumb" alt=""></a> </div> </div> </section> <script type="text/javascript" id=""> const productContainers = document.querySelectorAll('.product-container'); const nxtBtn = document.querySelectorAll('.nxt-btn'); const preBtn = document.querySelectorAll('.pre-btn'); productContainers.forEach((item, i) => { const productCards = item.querySelectorAll('.product-card'); const containerWidth = item.offsetWidth; const cardWidth = productCards[0].offsetWidth; let index = 0; nxtBtn[i].addEventListener('click', () => { index++; const maxIndex = productCards.length - Math.floor(containerWidth / cardWidth); if (index > maxIndex) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); preBtn[i].addEventListener('click', () => { index--; if (index < 0) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); setInterval(() => { nxtBtn[i].click(); }, 4000); }); </script> ";} 0 10308 25 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Banners for beauty supplements
2220 2816 a:1:{s:7:"content";s:4967:"<style> /* PRODUCTS */ .product { position: relative; overflow: hidden; } .product-container { display: flex; overflow-x: auto; scroll-behavior: smooth; column-gap: 10px; } .product-container::-webkit-scrollbar { display: none; } .product-card { flex: 0 0 80%; } .product-image { position: relative; width: 100%; overflow: hidden; } .product-image img{ width: 100%; } .pre-btn, .nxt-btn { width: 20px; position: absolute; top: calc(50% - 18px); cursor: pointer; z-index: 3; font-size: 22px; opacity: 0.4; height: 36px; line-height: 36px; background: #000; color: #fff; border-radius: 5px; border: 0; } .pre-btn { left: 0; border-radius: 0 5px 5px 0; } .nxt-btn { right: 0; border-radius:5px 0 0 5px; } .pre-btn img, .nxt-btn img { opacity: 0.2; } .pre-btn:hover img, .nxt-btn:hover img { opacity: 1; } img.product-card-mob{ display: none; } @media screen and (max-width: 600px) { .product-card { flex: 0 0 100%; } img.product-card-mob{ display: block; } img.product-card-desk{ display: none; } } </style> <style> .ind-deal{ display:none; } .product-card.gift_card1 { flex: 0 0 42%; } img.product-card-mob{ display: none; } .product-card.gift_card.offers { display: none; } @media screen and (max-width: 600px) { img.product-card-mob{ display: block; } img.product-card-desk{ display: none; } .product-card.gift_card1 { flex: 0 0 80%; } .product-card.gift_card.offers { display: block; } .bk_block_heading p { font-size: 15px; } } </style> <section class="product"> <button class="pre-btn ind-deal"><span class="ty-icon ty-icon-left-open-thin"></span></button> <button class="nxt-btn ind-deal"><span class="ty-icon ty-icon-right-open-thin"></span></button> <div class="product-container"> <div class="product-card gift_card1"> <div class="product-image"> <a href=""> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-01.webp" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-01.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card1"> <div class="product-image"> <a href=""> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-02.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-02.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card1"> <div class="product-image"> <a href=""> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-03.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-03.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card1"> <div class="product-image"> <a href=""> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-02.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-02.webp" class="product-thumb" alt=""></a> </div> </div> </section> <script type="text/javascript" id=""> const productContainers = document.querySelectorAll('.product-container'); const nxtBtn = document.querySelectorAll('.nxt-btn'); const preBtn = document.querySelectorAll('.pre-btn'); productContainers.forEach((item, i) => { const productCards = item.querySelectorAll('.product-card'); const containerWidth = item.offsetWidth; const cardWidth = productCards[0].offsetWidth; let index = 0; nxtBtn[i].addEventListener('click', () => { index++; const maxIndex = productCards.length - Math.floor(containerWidth / cardWidth); if (index > maxIndex) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); preBtn[i].addEventListener('click', () => { index--; if (index < 0) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); setInterval(() => { nxtBtn[i].click(); }, 4000); }); </script> ";} 0 2107 10327 26 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Ctgry block for teen acne
2220 2818 a:1:{s:7:"content";s:5146:"<style> /* PRODUCTS */ .product { position: relative; overflow: hidden; } .product-container { display: flex; overflow-x: auto; scroll-behavior: smooth; column-gap: 10px; } .product-container::-webkit-scrollbar { display: none; } .product-card { flex: 0 0 80%; } .product-image { position: relative; width: 100%; overflow: hidden; } .product-image img{ width: 100%; } .pre-btn, .nxt-btn { width: 20px; position: absolute; top: calc(50% - 18px); cursor: pointer; z-index: 3; font-size: 22px; opacity: 0.4; height: 36px; line-height: 36px; background: #000; color: #fff; border-radius: 5px; border: 0; } .pre-btn { left: 0; border-radius: 0 5px 5px 0; } .nxt-btn { right: 0; border-radius:5px 0 0 5px; } .pre-btn img, .nxt-btn img { opacity: 0.2; } .pre-btn:hover img, .nxt-btn:hover img { opacity: 1; } img.product-card-mob{ display: none; } @media screen and (max-width: 600px) { .product-card { flex: 0 0 100%; } img.product-card-mob{ display: block; } img.product-card-desk{ display: none; } } </style> <style> .ind-deal{ display:none; } .product-card.gift_card1 { flex: 0 0 42%; } img.product-card-mob{ display: none; } .product-card.gift_card.offers { display: none; } @media screen and (max-width: 600px) { img.product-card-mob{ display: block; } img.product-card-desk{ display: none; } .product-card.gift_card1 { flex: 0 0 80%; } .product-card.gift_card.offers { display: block; } .bk_block_heading p { font-size: 15px; } } </style> <section class="product"> <button class="pre-btn ind-deal"><span class="ty-icon ty-icon-left-open-thin"></span></button> <button class="nxt-btn ind-deal"><span class="ty-icon ty-icon-right-open-thin"></span></button> <div class="product-container"> <div class="product-card gift_card1"> <div class="product-image"> <a href="https://www.kindlife.in/womens-health-iron-and-folic-acid/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-womens-iron-folic-acid.webp" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-womens-iron-folic-acid.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card1"> <div class="product-image"> <a href="https://www.kindlife.in/womens-health-pcos/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-womens-PCOS.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-womens-PCOS.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card1"> <div class="product-image"> <a href="https://www.kindlife.in/womens-health-collagen/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-womens-collagen.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-womens-collagen.webp" class="product-thumb" alt=""></a> </div> </div> <!-- <div class="product-card gift_card1"> <div class="product-image"> <a href=""> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-02.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-02.webp" class="product-thumb" alt=""></a> </div> </div> --> </section> <script type="text/javascript" id=""> const productContainers = document.querySelectorAll('.product-container'); const nxtBtn = document.querySelectorAll('.nxt-btn'); const preBtn = document.querySelectorAll('.pre-btn'); productContainers.forEach((item, i) => { const productCards = item.querySelectorAll('.product-card'); const containerWidth = item.offsetWidth; const cardWidth = productCards[0].offsetWidth; let index = 0; nxtBtn[i].addEventListener('click', () => { index++; const maxIndex = productCards.length - Math.floor(containerWidth / cardWidth); if (index > maxIndex) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); preBtn[i].addEventListener('click', () => { index--; if (index < 0) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); setInterval(() => { nxtBtn[i].click(); }, 4000); }); </script> ";} 0 2111 10329 27 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en ctgry for womens health
2220 2819 a:1:{s:7:"content";s:5085:"<style> /* PRODUCTS */ .product { position: relative; overflow: hidden; } .product-container { display: flex; overflow-x: auto; scroll-behavior: smooth; column-gap: 10px; } .product-container::-webkit-scrollbar { display: none; } .product-card { flex: 0 0 80%; } .product-image { position: relative; width: 100%; overflow: hidden; } .product-image img{ width: 100%; } .pre-btn, .nxt-btn { width: 20px; position: absolute; top: calc(50% - 18px); cursor: pointer; z-index: 3; font-size: 22px; opacity: 0.4; height: 36px; line-height: 36px; background: #000; color: #fff; border-radius: 5px; border: 0; } .pre-btn { left: 0; border-radius: 0 5px 5px 0; } .nxt-btn { right: 0; border-radius:5px 0 0 5px; } .pre-btn img, .nxt-btn img { opacity: 0.2; } .pre-btn:hover img, .nxt-btn:hover img { opacity: 1; } img.product-card-mob{ display: none; } @media screen and (max-width: 600px) { .product-card { flex: 0 0 100%; } img.product-card-mob{ display: block; } img.product-card-desk{ display: none; } } </style> <style> .ind-deal{ display:none; } .product-card.gift_card1 { flex: 0 0 42%; } img.product-card-mob{ display: none; } .product-card.gift_card.offers { display: none; } @media screen and (max-width: 600px) { img.product-card-mob{ display: block; } img.product-card-desk{ display: none; } .product-card.gift_card1 { flex: 0 0 80%; } .product-card.gift_card.offers { display: block; } .bk_block_heading p { font-size: 15px; } } </style> <section class="product"> <button class="pre-btn ind-deal"><span class="ty-icon ty-icon-left-open-thin"></span></button> <button class="nxt-btn ind-deal"><span class="ty-icon ty-icon-right-open-thin"></span></button> <div class="product-container"> <div class="product-card gift_card1"> <div class="product-image"> <a href="https://www.kindlife.in/mens-protein/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-mens-protein.webp" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-mens-protein.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card1"> <div class="product-image"> <a href="https://www.kindlife.in/mens-testo/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-mens-health.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-mens-health.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card1"> <div class="product-image"> <a href="https://www.kindlife.in/mens-hair-loss/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-mens-hairloss.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-3012-mens-hairloss.webp" class="product-thumb" alt=""></a> </div> </div> <!-- <div class="product-card gift_card1"> <div class="product-image"> <a href=""> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-02.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Ctgry-2912-teen-acne-02.webp" class="product-thumb" alt=""></a> </div> </div> --> </section> <script type="text/javascript" id=""> const productContainers = document.querySelectorAll('.product-container'); const nxtBtn = document.querySelectorAll('.nxt-btn'); const preBtn = document.querySelectorAll('.pre-btn'); productContainers.forEach((item, i) => { const productCards = item.querySelectorAll('.product-card'); const containerWidth = item.offsetWidth; const cardWidth = productCards[0].offsetWidth; let index = 0; nxtBtn[i].addEventListener('click', () => { index++; const maxIndex = productCards.length - Math.floor(containerWidth / cardWidth); if (index > maxIndex) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); preBtn[i].addEventListener('click', () => { index--; if (index < 0) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); setInterval(() => { nxtBtn[i].click(); }, 4000); }); </script> ";} 0 2115 10330 28 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en ctgry for mens health
2220 2822 a:1:{s:7:"content";s:278:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0801-minis-store-desk.png"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0801-minis-store-mob.png"> </div>";} 0 1818 10333 29 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Banner for minis store
2220 2774 a:1:{s:7:"content";s:1764:"<style> ul.bk_1x4_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-top:10px; } ul.bk_1x4_block_cat li { width:25%; padding: 20px; text-align: center; margin:0 10px; } ul.bk_1x4_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; } @media (max-width:480px ){ ul.bk_1x4_block_cat li { min-width: 200px; padding:10px; } } </style> <ul class="bk_1x4_block_cat"> <li> <a href=" https://www.kindlife.in/snacks-chips-and-cookies/?features_hash=18-150-750-INR&sort_by=bestsellers&sort_order=desc"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Categry-1412-secret-santa-foodie.webp" alt="img"></figure> </a> </li> <li> <a href=" https://www.kindlife.in/on-the-body/makeup-en/?features_hash=18-150-750-INR"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Categry-1412-secret-santa-beauty.webp" alt="img"></figure> </a> </li> <li> <a href=" https://www.kindlife.in/in-the-body/supplements-en/sports-nutrition/?features_hash=18-98-750-INR"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Categry-1412-secret-santa-fitness.webp" alt="img"></figure> </a> </li> <li> <a href="https://cdn.kindlife.in/images/banners/category/Categry-1412-secret-santa-self-care.webp"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Categry-1412-secret-santa-self-care.webp" alt="img"></figure> </a> </li> </ul>";} 0 2083 10267 30 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en category blocks for secret santa
2220 2775 a:1:{s:7:"content";s:1209:"<style> ul.bk_1x3_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-top:10px; } ul.bk_1x3_block_cat li { width:33.3%; padding: 20px; text-align: center; margin:0 10px; } ul.bk_1x3_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; } ul.bk_1x3_block_cat h3{ background:d00000; color:#fff; font-size:20px; } @media (max-width:480px ){ ul.bk_1x3_block_cat li { min-width: 200px; padding:10px; } } </style> <ul class="bk_1x3_block_cat"> <li> <a href=" https://www.kindlife.in/secret-santa/?features_hash=18-22-300-INR"> <h3 class="bg_color">Under ₹300</h3> </a> </li> <li> <a href="https://www.kindlife.in/secret-santa/?features_hash=18-300-500-INR"> <h3 class="bg_color">₹300 - ₹500</h3> </a> </li> <li> <a href=" https://www.kindlife.in/secret-santa/?features_hash=18-500-750-INR"> <h3 class="bg_color">₹500 - ₹750</h3> </a> </li> </ul>";} 0 10268 31 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en block under categories for secret santa
2220 2772 a:1:{s:7:"content";s:1516:"<style> ul.bk_1x3_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-top:10px; } ul.bk_1x3_block_cat li { width: 33.3%; padding: 20px; text-align: center; margin:0 10px; } ul.bk_1x3_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; } @media (max-width:480px ){ ul.bk_1x3_block_cat li { min-width: 200px; padding:10px; } } </style> <ul class="bk_1x3_block_cat"> <li> <a href=" https://www.kindlife.in/skincare-222-store/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat1212-skincare.webp" alt="img"></figure> </a> </li> <li> <a href=" https://www.kindlife.in/food-rs-222-store/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat1212-food.webp" alt="img"></figure> </a> </li> <li> <a href="https://www.kindlife.in/supplements-rs.-222-store/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat1212-supplements.webp" alt="img"></figure> </a> </li> <li> <a href="https://www.kindlife.in/makeup-rs.222-store/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat1212-makeup.webp" alt="img"></figure> </a> </li> </ul>";} 0 2076 10264 32 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category for 222-store
2220 2750 a:1:{s:7:"content";s:335:"<style> .bk_items_list{ display:flex; margin:0px; list-style:none; overflow:auto; } .bk_items_list li{ flex:0 0 49%; padding:0 10px; background-color:#8CDDC6; color:#fff; font-size:18px; } </style> <div class="bk_store_container"> <ul class="bk_items_list"> <li>₹99 Store</li> <li>₹199 Store</li> </ul> </div>";} 0 2065,2183 10242 33 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en 99 store blocks
2220 2694 a:1:{s:7:"content";s:2896:"<style> .kind_head_top{ margin-left: 80px; } .desc_pg_kind { padding-top: 5px; } .kind_strip_new{ border-radius:5px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; margin-top:20px; background:#EEFFED; height: 180px; } .kind_head_top h2{ margin: 0; padding-top: 10px; font-size: 22px; } .strip_banner.kind_strip_new.kind_head_top h2{ font-weight: 600; } .kind_head_top p{ font-size: 16px; font-weight: 500; } .flex_box_scroll_new1{ display:flex; /*position:relative;*/ overflow:auto; column-gap:13px; padding:10px; } .flex_box_scroll_new1:hover{ box-shadow:none; } .text_clr{ color: #36705F; } ul.flex_four{ display:flex; flex-wrap:nowrap; /*column-gap:23px;*/ text-align: center; width: 910px; } ul.flex_four li img{ width: 50px; border-radius:5px; /* padding:10px; */ } ul.flex_four li{ flex:1; list-style:none; } ul.flex_four{ /* overflow:scroll; */ white-space:nowrap; } ul.flex_four p{ min-width:150px; } @media only screen and (max-width:600px){ ul.flex_four li img{ width:55px; } .flex_one p{ width:250px; } .flex_one h2{ font-size:12px; margin-top:0px; } .flex_one h2{ font-size:15px; } .desc_pg_kind h3{ font-size:12px; margin: 0 0 5px 8px; } .flex_one p { width: 200px; font-size: 12px; } ul.flex_four li img { width: 60px; } .test_link a{ font-size: 12px; } .kind_strip_new{ margin-top:30px; } .kind_head_top { margin-left: 50px; } } @media only screen and (max-width:500px){ .kind_strip_new{ height: 150px; } .kind_head_top { margin-left: 40px; } ul.flex_four li img { width: 40px; } ul.flex_four li { flex: 0 0 33.33%; } .desc_pg_kind { padding-top: 10px; } } </style> <div class="strip_banner kind_strip_new "> <div class="kind_head_top"> <h2><span class="text_clr"> Vitamin C</span></h2> <p>Best for:</p> </div> <div class="flex_box_scroll_new1"> <ul class="flex_four"> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0412-01vitc.webp" style="transform: rotate(-90deg);"> <div class="desc_pg_kind"> <h3><span class="text_clr">Fine lines</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0412-02vitc.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Dullness</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0412-03vitc.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Uneven tone</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0412-04vitc.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Pollution</span></h3> </div> </li> </ul> </div> </div>";} 0 797 10182 34 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en strip for vitamin c page
2220 2688 a:1:{s:7:"content";s:2948:"<style> .kind_head_top{ margin-left: 80px; } .desc_pg_kind { padding-top: 5px; } .kind_strip_new{ border-radius:5px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; margin-top:20px; background: #FFF6ED; height: 180px; } .kind_head_top h2{ margin: 0; padding-top: 10px; font-size: 22px; } .strip_banner.kind_strip_new.kind_head_top h2{ font-weight: 600; } .kind_head_top p{ font-size: 16px; font-weight: 500; } .flex_box_scroll_new1{ display:flex; /*position:relative;*/ overflow:auto; column-gap:13px; padding:10px; } .flex_box_scroll_new1:hover{ box-shadow:none; } .text_clr{ color: #9C2A7D; } ul.flex_four{ display:flex; flex-wrap:nowrap; /*column-gap:23px;*/ text-align: center; width: 910px; } ul.flex_four li img{ width: 50px; border-radius:5px; /* padding:10px; */ } ul.flex_four li{ flex:1; list-style:none; } ul.flex_four{ /* overflow:scroll; */ white-space:nowrap; } ul.flex_four p{ min-width:150px; } @media only screen and (max-width:600px){ ul.flex_four li img{ width:55px; } .flex_one p{ width:250px; } .flex_one h2{ font-size:12px; margin-top:0px; } .flex_one h2{ font-size:15px; } .desc_pg_kind h3{ font-size:12px; margin: 0 0 5px 8px; } .flex_one p { width: 200px; font-size: 12px; } ul.flex_four li img { width: 60px; } .test_link a{ font-size: 12px; } .kind_strip_new{ margin-top:30px; } .kind_head_top { margin-left: 50px; } } @media only screen and (max-width:500px){ .kind_strip_new{ height: 150px; } .kind_head_top { margin-left: 40px; } ul.flex_four li img { width: 40px; } ul.flex_four li { flex: 0 0 33.33%; } .desc_pg_kind { padding-top: 10px; } } </style> <div class="strip_banner kind_strip_new "> <div class="kind_head_top"> <h2><span class="text_clr">Retinol</span></h2> <p>Best for:</p> </div> <div class="flex_box_scroll_new1"> <ul class="flex_four"> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-01logo-niacinamide-rev.webp" style="transform: rotate(-90deg);"> <div class="desc_pg_kind"> <h3><span class="text_clr">Signs of aging</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-02logo-niacinamide.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Enlarged pores</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-03logo-niacinamide.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr"> Uneven tone</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-04retinol.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Roughness</span></h3> </div> </li> </ul> </div> </div>";} 0 793 10175 35 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Retinol strip for retinol page
2220 2689 a:1:{s:7:"content";s:2950:"<style> .kind_head_top{ margin-left: 80px; } .desc_pg_kind { padding-top: 5px; } .kind_strip_new{ border-radius:5px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; margin-top:20px; background: #FFF0FB; height: 180px; } .kind_head_top h2{ margin: 0; padding-top: 10px; font-size: 22px; } .strip_banner.kind_strip_new.kind_head_top h2{ font-weight: 600; } .kind_head_top p{ font-size: 16px; font-weight: 500; } .flex_box_scroll_new1{ display:flex; /*position:relative;*/ overflow:auto; column-gap:13px; padding:10px; } .flex_box_scroll_new1:hover{ box-shadow:none; } .text_clr{ color: #B267FF; } ul.flex_four{ display:flex; flex-wrap:nowrap; /*column-gap:23px;*/ text-align: center; width: 910px; } ul.flex_four li img{ width: 50px; border-radius:5px; /* padding:10px; */ } ul.flex_four li{ flex:1; list-style:none; } ul.flex_four{ /* overflow:scroll; */ white-space:nowrap; } ul.flex_four p{ min-width:150px; } @media only screen and (max-width:600px){ ul.flex_four li img{ width:55px; } .flex_one p{ width:250px; } .flex_one h2{ font-size:12px; margin-top:0px; } .flex_one h2{ font-size:15px; } .desc_pg_kind h3{ font-size:12px; margin: 0 0 5px 8px; } .flex_one p { width: 200px; font-size: 12px; } ul.flex_four li img { width: 60px; } .test_link a{ font-size: 12px; } .kind_strip_new{ margin-top:30px; } .kind_head_top { margin-left: 50px; } } @media only screen and (max-width:500px){ .kind_strip_new{ height: 150px; } .kind_head_top { margin-left: 40px; } ul.flex_four li img { width: 40px; } ul.flex_four li { flex: 0 0 33.33%; } .desc_pg_kind { padding-top: 10px; } } </style> <div class="strip_banner kind_strip_new "> <div class="kind_head_top"> <h2><span class="text_clr">Hyaluronic acid</span></h2> <p>Best for:</p> </div> <div class="flex_box_scroll_new1"> <ul class="flex_four"> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-01hyaluronic.webp" style="transform: rotate(-90deg);"> <div class="desc_pg_kind"> <h3><span class="text_clr">Brightens skin</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-02hyaluronic.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Hydrates skin</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-03hyaluronic.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Fights pigmentation</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-04hyaluronic.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Skin elasticity</span></h3> </div> </li> </ul> </div> </div>";} 0 792 10177 36 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Hyaluronic Acid strip
2220 2691 a:1:{s:7:"content";s:2975:"<style> .kind_head_top{ margin-left: 80px; } .desc_pg_kind { padding-top: 5px; } .kind_strip_new{ border-radius:5px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; margin-top:20px; background: #EEFFED; height: 180px; } .kind_head_top h2{ margin: 0; padding-top: 10px; font-size: 22px; } .strip_banner.kind_strip_new.kind_head_top h2{ font-weight: 600; } .kind_head_top p{ font-size: 16px; font-weight: 500; } .flex_box_scroll_new1{ display:flex; /*position:relative;*/ overflow:auto; column-gap:13px; padding:10px; } .flex_box_scroll_new1:hover{ box-shadow:none; } .text_clr{ color:#36705F; } ul.flex_four{ display:flex; flex-wrap:nowrap; /*column-gap:23px;*/ text-align: center; width: 910px; } ul.flex_four li img{ width: 50px; border-radius:5px; /* padding:10px; */ } ul.flex_four li{ flex:1; list-style:none; } ul.flex_four{ /* overflow:scroll; */ white-space:nowrap; } ul.flex_four p{ min-width:150px; } @media only screen and (max-width:600px){ ul.flex_four li img{ width:55px; } .flex_one p{ width:250px; } .flex_one h2{ font-size:12px; margin-top:0px; } .flex_one h2{ font-size:15px; } .desc_pg_kind h3{ font-size:12px; margin: 0 0 5px 8px; } .flex_one p { width: 200px; font-size: 12px; } ul.flex_four li img { width: 60px; } .test_link a{ font-size: 12px; } .kind_strip_new{ margin-top:30px; } .kind_head_top { margin-left: 50px; } } @media only screen and (max-width:500px){ .kind_strip_new{ height: 150px; } .kind_head_top { margin-left: 40px; } ul.flex_four li img { width: 40px; } ul.flex_four li { flex: 0 0 33.33%; } .desc_pg_kind { padding-top: 10px; } } </style> <div class="strip_banner kind_strip_new "> <div class="kind_head_top"> <h2><span class="text_clr">Rice water</span></h2> <p>Best for:</p> </div> <div class="flex_box_scroll_new1"> <ul class="flex_four"> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-01logo-niacinamide-rev.webp" > <div class="desc_pg_kind"> <h3><span class="text_clr">Fights acne</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-02logo-niacinamide.webp" style="transform: rotate(-90deg);"> <div class="desc_pg_kind"> <h3><span class="text_clr">Signs of aging</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-03logo-niacinamide.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Shiny & long hair</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-04logo-niacinamide.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Soothes irritated skin</span></h3> </div> </li> </ul> </div> </div>";} 0 1710 10179 37 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Rice water strip for rice water page
2220 2683 a:1:{s:7:"content";s:2955:"<style> .kind_head_top{ margin-left: 80px; } .desc_pg_kind { padding-top: 5px; } .kind_strip_new{ border-radius:5px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; margin-top:20px; background: #ECF1F4; height: 180px; } .kind_head_top h2{ margin: 0; padding-top: 10px; font-size: 22px; } .strip_banner.kind_strip_new.kind_head_top h2{ font-weight: 600; } .kind_head_top p{ font-size: 16px; font-weight: 500; } .flex_box_scroll_new1{ display:flex; /*position:relative;*/ overflow:auto; column-gap:13px; padding:10px; } .flex_box_scroll_new1:hover{ box-shadow:none; } .text_clr{ color: #3891A9 } ul.flex_four{ display:flex; flex-wrap:nowrap; /*column-gap:23px;*/ text-align: center; width: 910px; } ul.flex_four li img{ width: 50px; border-radius:5px; /* padding:10px; */ } ul.flex_four li{ flex:1; list-style:none; } ul.flex_four{ /* overflow:scroll; */ white-space:nowrap; } ul.flex_four p{ min-width:150px; } @media only screen and (max-width:600px){ ul.flex_four li img{ width:55px; } .flex_one p{ width:250px; } .flex_one h2{ font-size:12px; margin-top:0px; } .flex_one h2{ font-size:15px; } .desc_pg_kind h3{ font-size:12px; margin: 0 0 5px 8px; } .flex_one p { width: 200px; font-size: 12px; } ul.flex_four li img { width: 60px; } .test_link a{ font-size: 12px; } .kind_strip_new{ margin-top:30px; } .kind_head_top { margin-left: 50px; } } @media only screen and (max-width:500px){ .kind_strip_new{ height: 150px; } .kind_head_top { margin-left: 40px; } ul.flex_four li img { width: 40px; } ul.flex_four li { flex: 0 0 33.33%; } .desc_pg_kind { padding-top: 10px; } } </style> <div class="strip_banner kind_strip_new "> <div class="kind_head_top"> <h2><span class="text_clr"> Niacinamide</span></h2> <p>Best for:</p> </div> <div class="flex_box_scroll_new1"> <ul class="flex_four"> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-01logo-niacinamide-rev.webp" style="transform: rotate(-90deg);"> <div class="desc_pg_kind"> <h3><span class="text_clr">Fine lines</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-02logo-niacinamide.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Enlarged pores</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-03logo-niacinamide.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Uneven tone</span></h3> </div> </li> <li> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat0212-04logo-niacinamide.webp"> <div class="desc_pg_kind"> <h3><span class="text_clr">Dullness</span></h3> </div> </li> </ul> </div> </div>";} 0 791 10170 38 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Niacinamide strip
2220 2666 a:1:{s:7:"content";s:374:"<style> .bk_catBanner img{ border-radius: 10px; } </style> <figure class="bk_catBanner desktop"><img src="https://cdn.kindlife.in/images/banners/home-page-images/cat3011-proteinpowder-strip-desk.webp" alt=""></figure> <figure class="bk_catBanner mobile"><img src="https://cdn.kindlife.in/images/banners/category/cat3011-proteinpowder-strip-mob.webp" alt=""></figure>";} 0 10150 39 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Strip for protein powder page
2220 2658 a:1:{s:7:"content";s:370:"<style> .bk_catBanner img{ border-radius: 5px; } </style> <figure class="bk_catBanner desktop"><img src="https://cdn.kindlife.in/images/banners/home-page-images/cat3011-proteinbar-strip-desktop.webp" alt=""></figure> <figure class="bk_catBanner mobile"><img src="https://cdn.kindlife.in/images/banners/category/cat3011-proteinbar-strip-mob.webp" alt=""></figure>";} 0 1186 10142 40 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Strips for protein bar page
2220 2451 a:1:{s:7:"content";s:2583:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 300px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } @media (max-width:480px ){ ul.bk_1x5_block_cat li { min-width: 200px; } } </style> <div class="bk_block_heading"> <h2>Top Brands</h2> </div> <ul class="bk_1x5_block_cat"> <li> <a href="https://kindlife.in/yogabar/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-01proteinbar.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/mojo-bar/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-02proteinbar.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/the-whole-truth/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-03proteinbar.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/monkey-bar/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-04proteinbar.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/ritebite-max-protein/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-05proteinbar.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/fit-nutrition/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-06proteinbar.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/protein-wafer-bar-cookies-and-creme-pack-of-6/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-07proteinbar.webp" alt="img"></figure> </a> </li> </ul>";} 0 9810 41 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Brands block for Protein & Energy Bars page
2220 2654 a:1:{s:7:"content";s:364:"<style> .bk_catBanner img{ border-radius: 5px; } </style> <figure class="bk_catBanner desktop"><img src="https://cdn.kindlife.in/images/banners/home-page-images/cat3011-peanutbutter-deskrev.webp" alt=""></figure> <figure class="bk_catBanner mobile"><img src="https://cdn.kindlife.in/images/banners/category/peanutbutter-3011strip-mob.webp" alt=""></figure>";} 0 724 10138 42 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Strip for peanut butter page
2220 2630 a:1:{s:7:"content";s:1835:"<style> .bk_1x3_block li, .bk_2x3_block li { flex: 0 0 33.33%; } .bk_1x3_block.scroll li { flex: 0 0 30%; padding: 0 5px; } ul.bk_flex_block{ margin: 0; list-style: none; overflow: auto; white-space: nowrap; display: flex; flex-wrap: wrap; row-gap: 20px; padding-bottom: 5px; } ul.bk_flex_block li{ padding: 0 10px; z-index: 1; position: relative; } ul.bk_flex_block li img{ width: 100%; } .strip_banner img, ul.bk_flex_block li img{ border-radius: 5px; } ul.bk_flex_block.bk_1x3_block.shadow.new_space1 li { max-width: 390px; } ul.bk_flex_block.bk_1x3_block.shadow.new_space1 { justify-content: space-between; } @media(max-width:600px) { ul.bk_flex_block.bk_1x3_block.shadow.new_space1 { flex-wrap:nowrap; overflow: } ul.bk_flex_block.bk_1x3_block.shadow.new_space1 li { max-width: 255px; } } @media(max-width:400px){ .bk_1x3_block li, .bk_2x3_block li { flex: 0 0 33.33%; } } </style> <div class="strip_banner"> <!--<div class="bk_block_heading"> <h2>Experts</h2> </div>--> <ul class="bk_flex_block bk_1x3_block shadow new_space1"> <li><a href="https://www.kindlife.in/skincare-bfs/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2211-01beauty.webp" alt="img" loading="lazy"></a></li> <li><a href="https://www.kindlife.in/hair-care-bfs/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2211-02beauty.webp" alt="img" loading="lazy"> </a></li> <li><a href="https://www.kindlife.in/makeup-bfs/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2211-03beauty.webp" alt="img" loading="lazy"></a></li> </ul> </div> ";} 0 2029 10067 43 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category for beauty50 page
2220 2631 a:1:{s:7:"content";s:1925:"<style> .bk_1x3_block li, .bk_2x3_block li { flex: 0 0 33.33%; } .bk_1x3_block.scroll li { flex: 0 0 30%; padding: 0 5px; } ul.bk_flex_block{ margin: 0; list-style: none; overflow: auto; white-space: nowrap; display: flex; flex-wrap: wrap; row-gap: 20px; padding-bottom: 5px; } ul.bk_flex_block.bk_1x3_block li{ padding: 0 40px; } ul.bk_flex_block li{ z-index: 1; position: relative; } ul.bk_flex_block li img{ width: 100%; } .strip_banner img, ul.bk_flex_block li img{ border-radius: 5px; } ul.bk_flex_block.bk_1x3_block.shadow.new_space1 li { max-width: 390px; } ul.bk_flex_block.bk_1x3_block.shadow.new_space1 { justify-content: space-between; } @media(max-width:600px) { ul.bk_flex_block.bk_1x3_block li{ padding: 0 10px; } ul.bk_flex_block.bk_1x3_block.shadow.new_space1 { flex-wrap: nowrap; } ul.bk_flex_block.bk_1x3_block.shadow.new_space1 li { max-width: 255px; } } @media(max-width:400px){ .bk_1x3_block li, .bk_2x3_block li { flex: 0 0 33.33%; } } </style> <div class="strip_banner"> <!--<div class="bk_block_heading"> <h2>Experts</h2> </div>--> <ul class="bk_flex_block bk_1x3_block shadow new_space1"> <li><a href="https://www.kindlife.in/beauty-supplements/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2211-01supp.webp" alt="img" loading="lazy"></a></li> <li><a href="https://www.kindlife.in/multivitamins-bfs/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2211-02supp.webp" alt="img" loading="lazy"> </a></li> <li><a href="https://www.kindlife.in/proteins-bfs/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2211-03supp.webp" alt="img" loading="lazy"></a></li> </ul> </div> ";} 0 2036 10068 44 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for Supplements-BFS page
2220 2626 a:1:{s:7:"content";s:124:"<style> .bk_block_heading{ text-align:center; </style> <div class="bk_block_heading"> <h2>In the spotlight</h2> </div>";} 0 2015 10060 45 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Heading for detox pids
2220 2625 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:31:"24749,9100,9277,21777,9138,9111";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 2015 10059 46 D products a:16:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"120";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 en Pids for detox page
2220 2595 a:1:{s:7:"content";s:122:"<style> .bk_block_heading{ text-align:center; } </style> <div class="bk_block_heading"> <h2>Bestsellers</h2> </div>";} 0 10018 47 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en pid heading for 99, lip en and 199 store
2220 2598 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:27:"14034,23240,6849,5150,21561";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 10021 48 D products a:16:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"120";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 en Pid for Lip en page
2220 2586 a:1:{s:7:"content";s:1259:"<style> ul.bk_1x3_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-top:10px; } ul.bk_1x3_block_cat li { width: 33.3%; padding: 20px; text-align: center; margin:0 10px; } ul.bk_1x3_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; } @media (max-width:480px ){ ul.bk_1x3_block_cat li { min-width: 200px; padding:10px; } } </style> <ul class="bk_1x3_block_cat"> <li> <a href=" https://www.kindlife.in/9-store/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-3010-9store.webp" alt="img"></figure> </a> </li> <li> <a href=" https://www.kindlife.in/99-store/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-3010-99store.webp" alt="img"></figure> </a> </li> <li> <a href="https://www.kindlife.in/199-store/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-3010-199store.webp" alt="img"></figure> </a> </li> </ul>";} 0 2008 10003 49 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Ctgry blocks for 9 store
2220 2551 a:1:{s:7:"content";s:1065:"<style> ul.bk_1x2_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-top:10px; } ul.bk_1x2_block_cat li { width: 50%; padding: 5px; text-align: center; } ul.bk_1x2_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } @media (max-width:480px ){ ul.bk_1x2_block_cat li { min-width: 200px; } } </style> <ul class="bk_1x2_block_cat"> <li> <a href="https://www.kindlife.in/foodbeverages/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1910-food1.webp" alt="img"></figure> </a> </li> <li> <a href=" https://www.kindlife.in/supplementsayurveda/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1910-supplements1.webp" alt="img"></figure> </a> </li> </ul>";} 0 1997 9963 50 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en block for flash food
2220 2557 a:1:{s:7:"content";s:2938:"<style> .bk_category_link.bk_more_link { padding-bottom: 10px; } .bk_category_link.bk_more_link a{ background: white; } .cover_up { background-color: #e41b7a; background-size: 100% 100%; border-radius: 5px; margin-top: 50px; } .strip_add { padding: 5px 35px; } ul.bk_1x6_block_ob1 { display: flex; overflow-x: auto; margin: 10px 3%; padding-bottom: 15px; list-style: none; column-gap: 4%; } ul.bk_1x6_block_ob1 li { flex: 1; } @media only screen and (max-width:600px) { ul.bk_1x6_block_ob1 li { flex: 0 0 19.2%; } .cover { padding: 12px; margin-top: 30px; padding-top:7px; } ul.bk_1x6_block_ob1.organic { margin: 7px 0 0; padding: 0; column-gap: 1%; } .strip_add { padding:0px; } } @media only screen and (max-width:600px) { ul.bk_1x6_block_ob1 li { flex: 0 0 19.2%; } .cover_up{ padding: 12px; margin-top: 30px; padding-top:7px; } .strip_add{ padding-left:0px; } } </style> <div class="cover_up"> <ul class="bk_1x6_block_ob1 organic"> <li><a href="https://www.kindlife.in/skinfood/"> <img src="https://cdn.kindlife.in/images/banners/category/k-beauty-2010-skinfood.webp" alt="img"><div class="bk_prod_desc">Flat 35%</div></a> </li> <li><a href="https://www.kindlife.in/skin1004/"> <img src="https://cdn.kindlife.in/images/banners/category/k-beauty-2010-skin1004.webp" alt="img"><div class="bk_prod_desc">Flat 35%</div></a> </li> <li><a href="https://www.kindlife.in/holika-holika/"> <img src="https://cdn.kindlife.in/images/banners/category/k-beauty-2010-holika.webp" alt="img"><div class="bk_prod_desc">Flat 35%</div></a> </li> <li><a href="https://www.kindlife.in/haruharu-wonder/"> <img src="https://cdn.kindlife.in/images/banners/category/k-beauty-2010-haruharu.webp" alt="img"><div class="bk_prod_desc">Flat 35%</div></a> </li> <li><a href="https://www.kindlife.in/missha/"> <img src="https://cdn.kindlife.in/images/banners/category/k-beauty-2010-missha.webp" alt="img"><div class="bk_prod_desc">Flat 35%</div></a> </li> <li><a href="https://www.kindlife.in/im-sorry-for-my-skin/"> <img src="https://cdn.kindlife.in/images/banners/category/k-beauty-2010-i-m-sorry.webp" alt="img"><div class="bk_prod_desc">Flat 35%</div></a> </li> </ul> </div>";} 0 1996 9969 51 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en ctgry block for kbeauty -flat 50%
2220 2540 a:1:{s:7:"content";s:1553:"<style> ul.bk_1x3_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x3_block_cat li { width: 33.3%; padding: 5px; text-align: center; min-width: 300px; } ul.bk_1x3_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x3_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x3_block_cat li div { font-size: 12px; } } @media (max-width:480px ){ ul.bk_1x3_block_cat li { min-width: 200px; } } </style> <ul class="bk_1x3_block_cat"> <li> <a href="https://www.kindlife.in/food-50/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Category-1810-50-store-food.webp" alt="img"></figure> </a> </li> <li> <a href="https://www.kindlife.in/skincare-50/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Category-1810-50-store-skincare.webp" alt="img"></figure> </a> </li> <li> <a href="https://www.kindlife.in/supplements-50/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Category-1810-50-store-supplements.webp" alt="img"></figure> </a> </li> </ul>";} 0 9934 52 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Half off store
2220 2503 a:1:{s:7:"content";s:119:"<div class="bk_catBanner"> <img src="https://cdn.kindlife.in/images/banners/category/ctgry-0510-bogo.png"> </div>";} 0 1954 9892 53 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en bogo strip
2220 2505 a:1:{s:7:"content";s:122:"<div class="bk_catBanner"> <img src="https://cdn.kindlife.in/images/banners/category/ctgry-0510-flat-35.png"> </div>";} 0 1951 9894 54 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en flat 35 strip
2220 2530 a:1:{s:7:"content";s:1971:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_catgry { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x5_block_catgry li { width: 25%; padding: 5px; min-width: 120px; } ul.bk_1x5_block_catgry li img { border-radius: 10px; } /* @media (max-width:766px) { ul.bk_1x5_block_catgry { flex-wrap: wrap; } ul.bk_1x5_block_catgry li { width: 33.3%; } } */ </style> <ul class="bk_1x5_block_catgry"> <li> <a href="https://www.kindlife.in/rs.51-store"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Shagun1310-01cat.webp" alt="img"></figure> </a> </li> <li> <a href="https://www.kindlife.in/rs.101-store"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Shagun1310-02cat.webp" alt="img"></figure> </a> </li> <li> <a href="https://www.kindlife.in/rs.251-store"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Shagun1310-03cat.webp" alt="img"></figure> </a> </li> <li> <a href="https://www.kindlife.in/rs.501-store"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Shagun1310-04cat.webp" alt="img"></figure> </a> </li> </ul>";} 0 1967 9924 55 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Categories for shagun store page
2220 2468 a:1:{s:7:"content";s:1070:"<style> .shadow img { box-shadow: 2px 2px 5px #d0d0d0; -webkit-box-shadow : 2px 2px 5px #d0d0d0; } .bk_flex_block.bk_1x2_block{ margin: 30px 0px; } ul.bk_flex_block{ margin: 0; list-style: none; overflow: auto; white-space: nowrap; display: flex; flex-wrap: wrap; row-gap: 20px; padding-bottom: 5px; } ul.bk_flex_block li{ padding: 0 10px; z-index: 1; position: relative; } ul.bk_flex_block li img{ width: 100%; } .bk_1x2_block li { flex: 0 0 50%; } .bk_1x2_block li img{ border-radius: 5px; } @media (max-width: 600px){ ul.bk_1x2_block li { flex: 0 0 100%; } } </style> <ul class="bk_flex_block bk_1x2_block shadow"> <li><a href="https://www.kindlife.in/organic-food"> <img src="https://cdn.kindlife.in/images/banners/category/Category-2509-organic-food.webp"></a></li> <li> <a href="https://www.kindlife.in/organic-skincare"><img src="https://cdn.kindlife.in/images/banners/category/Category-2509-skincare-strip.webp"></a></li> </ul>";} 0 1940 9828 56 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for organic food
2220 2474 a:1:{s:7:"content";s:470:" <div class="bk_catBanner desktop"> <figure><a href="https://www.kindlife.in/superkind-club-festive-vip"><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2709-skc-strip-desk1.gif" alt=""></a></figure> </div> <div class="bk_catBanner mobile"> <figure><a href="https://www.kindlife.in/superkind-club-festive-vip"><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2709-skc-strip-mob1.gif" alt=""></a></figure> </div> ";} 0 9835 57 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en skc strip
2220 2494 a:1:{s:7:"content";s:151:"<style> .bk_block_heading{ text-align: center; } </style> <div class="bk_block_heading"> <h2>Combos at flat 40%</h2> </div>";} 0 1944 9855 58 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Kbeauty special pid heading
2220 2493 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:27:"34816,5149,34819,34818,6292";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 1944 9854 59 D products a:16:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 en Kbeauty Special pids
2220 2489 a:1:{s:7:"content";s:449:" <div class="bk_catBanner desktop"> <a href="https://www.kindlife.in/kbeautyspecial"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2909-skc-strip-desk.webp" alt=""</figure></a> </div> <div class="bk_catBanner mobile"> <a href="https://www.kindlife.in/kbeautyspecial"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP-2909-skc-strip-mob.webp" alt=""></figure></a> </div> ";} 0 9850 60 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en strip for korean beauty
2220 2465 a:1:{s:7:"content";s:274:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/category2309-makeup-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/category2309-makeup-mob.webp"> </div>";} 0 1771 9825 61 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Banners for Makeup - 50% OFF page
2220 2452 a:1:{s:7:"content";s:2548:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 300px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } @media (max-width:480px ){ ul.bk_1x5_block_cat li { min-width: 200px; } } </style> <div class="bk_block_heading"> <h2>Top Brands</h2> </div> <ul class="bk_1x5_block_cat"> <li> <a href="https://kindlife.in/happilo/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-01nutdryfruit.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/flyberry-gourmet/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-02nutdryfruit.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/than/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-03nutdryfruit.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/paper-boat/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-04nutdryfruit.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/ambrosia/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-05nutdryfruit.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/the-daily-nut-co./"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-06nutdryfruit.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/nutty-gritties/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brands1309-07nutdryfruit.webp" alt="img"></figure> </a> </li> </ul>";} 0 9811 62 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Brands block for dry Fruit and seeds page
2220 1221 a:1:{s:7:"content";s:404:"<div class="bk_catBanner desktop"> <a href=" https://kindlife.in/protein-bars-flat-25"> <img src="https://cdn.kindlife.in/images/banners/category/category-0107-protein-bars-desk.webp"></a> </div> <div class="bk_catBanner mobile"> <a href=" https://kindlife.in/protein-bars-flat-25"> <img src="https://cdn.kindlife.in/images/banners/category/category-0107-protein-bars-mob.webp"></a> </div>";} 0 6412 63 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Banner for energy bars
2220 2437 a:1:{s:7:"content";s:144:"<style> .bk_block_heading{ text-align: center; } </style> <div class="bk_block_heading"> <h2>Bestsellers</h2> </div>";} 0 9795 64 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en heading for hairoils pids
2220 2438 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:33:"7806,19916,15994,9581,30407,12267";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 9796 65 D products a:17:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"enable_esi";s:1:"N";} 0 1 en Hairoils pid
2220 2442 a:1:{s:7:"content";s:2285:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_catgry { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x5_block_catgry li { width: 20%; padding: 5px; min-width: 120px; } ul.bk_1x5_block_catgry li img { border-radius: 10px; } /* @media (max-width:766px) { ul.bk_1x5_block_catgry { flex-wrap: wrap; } ul.bk_1x5_block_catgry li { width: 33.3%; } } */ </style> <ul class="bk_1x5_block_catgry"> <li> <a href="https://kindlife.in/on-the-body/trending-now/acne/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1109-skincare-acne-prone.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/index.php?dispatch=products.search&features_hash=19-22333-27366-28174-10398-24745-26723-10377-26069-10438-10364-23702-27094-10384-23967-25970-20576-27066-25227-23113-10376-10363-10395&match=all&pcode_from_q=Y&pfull=Y&pkeywords=Y&pname=Y&pshort=Y&q=hydrating&search_performed=Y"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1109-skincare-dryness.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/on-the-body/trending-now/oily-skin-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1109-skincare-oily-skin.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/on-the-body/trending-now/pigmentation/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1109-skincare-pigmentation.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/retinol"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1109-skincare-ageing-skin.webp" alt="img"></figure> </a> </li> </ul>";} 0 9800 66 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for skincare
2220 2425 a:1:{s:7:"content";s:2714:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_catgry { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x5_block_catgry li { width: 20%; padding: 5px; min-width: 120px; } ul.bk_1x5_block_catgry li img { border-radius: 10px; } /* @media (max-width:766px) { ul.bk_1x5_block_catgry { flex-wrap: wrap; } ul.bk_1x5_block_catgry li { width: 33.3%; } } */ </style> <div class="bk_block_heading"> <h2>Top Categories</h2> </div> <ul class="bk_1x5_block_catgry"> <li> <a href=" https://kindlife.in/in-the-body/supplements-en/beauty-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat3108-01sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/in-the-body/supplements-en/sports-nutrition/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat3108-02sup.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/in-the-body/supplements-en/weight-management-en-2/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat3108-03sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/in-the-body/supplements-en/general-health/immunity-boosters-en-3/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat3108-04sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/in-the-body/supplements-en/general-health/multivitamins-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat3108-05sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/in-the-body/supplements-en/general-health/lifestyle-concerns-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat3108-06sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/in-the-body/supplements-en/general-health/omega-3-and-fish-oil/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat3108-07sup.webp" alt="img"></figure> </a> </li> </ul>";} 0 9779 67 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for supplement page
2220 2426 a:1:{s:7:"content";s:2516:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 300px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } @media (max-width:480px ){ ul.bk_1x5_block_cat li { min-width: 200px; } } </style> <div class="bk_block_heading"> <h2>Top Brands</h2> </div> <ul class="bk_1x5_block_cat"> <li> <a href="https://kindlife.in/wellbeing-nutrition/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand3108-01sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/dr.-morepen/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand3108-02sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/whats-up-wellness/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand3108-03sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/swisse/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand3108-04sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/himalayan-organics-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand3108-05sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/inja-wellness/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand3108-06sup.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/ritebite-max-protein/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand3108-07sup.webp" alt="img"></figure> </a> </li> </ul>";} 0 9780 68 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Brands block for supplement page
2220 2419 a:1:{s:7:"content";s:2489:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_catgry { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x5_block_catgry li { width: 20%; padding: 5px; min-width: 120px; } ul.bk_1x5_block_catgry li img { border-radius: 10px; } /* @media (max-width:766px) { ul.bk_1x5_block_catgry { flex-wrap: wrap; } ul.bk_1x5_block_catgry li { width: 33.3%; } } */ </style> <div class="bk_block_heading"> <h2>Top Categories</h2> </div> <ul class="bk_1x5_block_catgry"> <li> <a href="https://kindlife.in/?match=all&subcats=Y&pcode_from_q=Y&pshort=Y&pfull=Y&pname=Y&pkeywords=Y&search_performed=Y&q=foam+cleanser&dispatch=products.search"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-01cleansers.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/?match=all&subcats=Y&pcode_from_q=Y&pshort=Y&pfull=Y&pname=Y&pkeywords=Y&search_performed=Y&q=balm+cleanser&dispatch=products.search"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-02cleansers.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/?match=all&subcats=Y&pcode_from_q=Y&pshort=Y&pfull=Y&pname=Y&pkeywords=Y&search_performed=Y&q=cleansing+oil&dispatch=products.search"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-03cleansers.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/on-the-body/body-and-bath-en-2/soaps-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-04cleansers.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/?match=all&subcats=Y&pcode_from_q=Y&pshort=Y&pfull=Y&pname=Y&pkeywords=Y&search_performed=Y&q=makeup+remover&dispatch=products.search"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-05cleansers.webp" alt="img"></figure> </a> </li> </ul>";} 0 9773 69 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for cleansers page
2220 2230 a:1:{s:7:"content";s:163:"<style> .bk_block_heading{ text-align:center; } </style> <div class="bk_block_heading"> <h2>Top Must-Try Cleansers for Every Skin Type</h2> </div>";} 0 9479 70 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Brands for cleansers page
2220 2610 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:29:"29768,35990,13730,13932,23656";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 10035 71 D products a:20:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:8:"hide_tag";s:1:"N";s:19:"hide_certifications";s:1:"N";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:17:"show_share_button";s:1:"N";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"4";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"block_type";s:6:"slider";} 0 1 en Pids for cleansers page
2220 2420 a:1:{s:7:"content";s:1967:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_catgry { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x5_block_catgry li { width: 20%; padding: 5px; min-width: 120px; } ul.bk_1x5_block_catgry li img { border-radius: 10px; } /* @media (max-width:766px) { ul.bk_1x5_block_catgry { flex-wrap: wrap; } ul.bk_1x5_block_catgry li { width: 33.3%; } } */ </style> <div class="bk_block_heading"> <h2>Top Categories</h2> </div> <ul class="bk_1x5_block_catgry"> <li> <a href="https://kindlife.in/vitaminc-serum"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-01serum.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/hyaluronic-acid"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-02serum.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/nia-cinamide"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-03serum.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/retinol"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-04serum.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/salicylic-acid"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-05serum.webp" alt="img"></figure> </a> </li> </ul>";} 0 9774 72 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for serum page
2220 2424 a:1:{s:7:"content";s:1141:"<style> .shadow img { box-shadow: 2px 2px 5px #d0d0d0; -webkit-box-shadow : 2px 2px 5px #d0d0d0; } .bk_flex_block.bk_1x2_block{ margin: 30px 0px; } ul.bk_flex_block{ margin: 0; list-style: none; overflow: auto; white-space: nowrap; display: flex; flex-wrap: wrap; row-gap: 20px; padding-bottom: 5px; } ul.bk_flex_block li{ padding: 0 10px; z-index: 1; position: relative; } ul.bk_flex_block li img{ width: 100%; } .bk_1x2_block li { flex: 0 0 50%; } .bk_1x2_block li img{ border-radius: 5px; } @media (max-width: 600px){ ul.bk_1x2_block li { flex: 0 0 100%; } } </style> <ul class="bk_flex_block bk_1x2_block shadow"> <li><a href="https://kindlife.in/perfectmatch#utm_source=perfectmatchstripbanner1905&utm_medium=Homepage&utm_campaign=Homepage"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2908-01serum-strip.webp"></a></li> <li> <a href="https://kindlife.in/serum101"><img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2908-02serum-strip.webp"></a></li> </ul>";} 0 9778 73 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en strip banner for serum page
2220 2421 a:1:{s:7:"content";s:2023:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_catgry { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x5_block_catgry li { width: 20%; padding: 5px; min-width: 120px; } ul.bk_1x5_block_catgry li img { border-radius: 10px; } /* @media (max-width:766px) { ul.bk_1x5_block_catgry { flex-wrap: wrap; } ul.bk_1x5_block_catgry li { width: 33.3%; } } */ </style> <div class="bk_block_heading"> <h2>Top Categories</h2> </div> <ul class="bk_1x5_block_catgry"> <li> <a href="https://kindlife.in/sun-sticks/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-01sunscreens.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/sun-spray-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-02sunscreens.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/koreanbeauty/?features_hash=25-1435 "> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-03sunscreens.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/body-sunscreens/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-04sunscreens.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/spf-infused-makeup/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2908-05sunscreens.webp" alt="img"></figure> </a> </li> </ul>";} 0 9775 74 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for sunscreens page
2220 2423 a:1:{s:7:"content";s:1051:"<style> .shadow img { box-shadow: 2px 2px 5px #d0d0d0; -webkit-box-shadow : 2px 2px 5px #d0d0d0; } ul.bk_flex_block{ margin: 0; list-style: none; overflow: auto; white-space: nowrap; display: flex; flex-wrap: wrap; row-gap: 20px; padding-bottom: 5px; } ul.bk_flex_block li{ padding: 0 10px; z-index: 1; position: relative; } ul.bk_flex_block li img{ width: 100%; } .bk_1x2_block li { flex: 0 0 50%; } @media (max-width: 600px){ ul.bk_1x2_block li { flex: 0 0 100%; } } </style> <ul class="bk_flex_block bk_1x2_block shadow"> <li><a href="https://kindlife.in/perfectmatch#utm_source=perfectmatchstripbanner1905&utm_medium=Homepage&utm_campaign=Homepage"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2908-01sunscreen-strip.webp"></a></li> <li> <a href="https://kindlife.in/sunscreen101/"><img src="https://cdn.kindlife.in/images/banners/home-page-images/cat2908-02sunscreen-strip.webp"></a></li> </ul>";} 0 9777 75 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Strips for sunscreen page
2220 2229 a:1:{s:7:"content";s:2498:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_catgry { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x5_block_catgry li { width: 20%; padding: 5px; min-width: 120px; } ul.bk_1x5_block_catgry li img { border-radius: 10px; } /* @media (max-width:766px) { ul.bk_1x5_block_catgry { flex-wrap: wrap; } ul.bk_1x5_block_catgry li { width: 33.3%; } } */ </style> <div class="bk_block_heading"> <h2>Top Categories</h2> </div> <ul class="bk_1x5_block_catgry"> <li> <a href="https://kindlife.in/on-the-body/trending-now/acne/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat0409-01moistures.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/dry-skin-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat0409-02moistures.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/on-the-body/trending-now/oily-skin-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat0409-03moistures.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/on-the-body/trending-now/pigmentation/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat0409-04moistures.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/mature-skin/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat0409-05moistures.webp" alt="img"></figure> </a> </li> </ul> <!--<div class="bk_catBanner desktop"> <a href="https://kindlife.in/koreanbeauty/?features_hash=25-1402"> <img src="https://cdn.kindlife.in/images/banners/category/category-0906-moisturisers-desk.webp"></a> </div> <div class="bk_catBanner mobile"> <a href="https://kindlife.in/koreanbeauty/?features_hash=25-1402"> <img src="https://cdn.kindlife.in/images/banners/category/category-0906-moisturisers-mob.webp"></a> </div>-->";} 0 9478 76 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en categories of Moisturisers page
2220 2434 a:1:{s:7:"content";s:1960:"<style> ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 300px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } @media (max-width:480px ){ ul.bk_1x5_block_cat li { min-width: 200px; } } </style> <ul class="bk_1x5_block_cat"> <li> <a href="https://kindlife.in/conscious-chemist/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand0409-01moistures.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/the-formularx/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand0409-02moistures.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/minimalist/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand0409-03moistures.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/dyou/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand0409-04moistures.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/reequil/ "> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand0409-05moistures.webp" alt="img"></figure> </a> </li> </ul>";} 0 9790 77 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Brands for Moisturisers page
2220 2415 a:1:{s:7:"content";s:1998:"<style> ul.bk_1x5_block_catgry { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x5_block_catgry li { width: 20%; padding: 5px; min-width: 120px; } ul.bk_1x5_block_catgry li img { border-radius: 10px; } /* @media (max-width:766px) { ul.bk_1x5_block_catgry { flex-wrap: wrap; } ul.bk_1x5_block_catgry li { width: 33.3%; } } */ </style> <ul class="bk_1x5_block_catgry"> <li> <a href="https://kindlife.in/in-the-body/supplements-en/sports-nutrition/protein-and-energy-bars-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-01protein.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/in-the-body/supplements-en/sports-nutrition/protein-powders/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-02protein.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/hemp"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-03protein.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/peanut-butter/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-04protein.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/in-the-body/supplements-en/sports-nutrition/other-protein-supplements/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-05protein.webp" alt="img"></figure> </a> </li> </ul>";} 0 9769 78 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for protein supplements page
2220 2560 a:1:{s:7:"content";s:2125:"<style> .bk_block_heading{ text-align: center; } ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 300px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } @media (max-width:480px ){ ul.bk_1x5_block_cat li { min-width: 200px; } } </style> <div class="bk_block_heading" style="margin-top: 30px;"> <h2>Top Brands</h2> </div> <ul class="bk_1x5_block_cat"> <li> <a href=" https://kindlife.in/the-whole-truth/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-02protein.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/trunativ/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-03protein.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/oziva/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-04protein.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/india-hemp-organics/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-05protein.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/ritebite-max-protein/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-01protein.webp" alt="img"></figure> </a> </li> </ul>";} 0 9977 79 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en brand block for protein supplement
2220 2418 a:1:{s:7:"content";s:1875:"<style> ul.bk_1x5_block_catgry { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x5_block_catgry li { width: 20%; padding: 5px; min-width: 120px; } ul.bk_1x5_block_catgry li img { border-radius: 10px; } /* @media (max-width:766px) { ul.bk_1x5_block_catgry { flex-wrap: wrap; } ul.bk_1x5_block_catgry li { width: 33.3%; } } */ </style> <ul class="bk_1x5_block_catgry"> <li> <a href="https://kindlife.in/green-tea-en-3"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2608-01beverages.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/in-the-body/beverages-en/coffee-en-2/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2608-02beverages.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/wellness-tea"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2608-3beverages.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/mixers-en"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2608-04beverages.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/energy-drinks/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2608-05beverages.webp" alt="img"></figure> </a> </li> </ul>";} 0 9772 80 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for beverages page
2220 2416 a:1:{s:7:"content";s:1964:"<style> ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 300px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } @media (max-width:480px ){ ul.bk_1x5_block_cat li { min-width: 200px; } } </style> <ul class="bk_1x5_block_cat"> <li> <a href="https://kindlife.in/blue-tokai/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-01beverages.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/namhya/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-02beverages.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/jimmys-cocktails/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-03beverages.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/toyo-kombucha/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-04beverages.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/coolberg/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-05beverages.webp" alt="img"></figure> </a> </li> </ul>";} 0 9770 81 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Brands block for beverages page
2220 2409 a:1:{s:7:"content";s:278:"<figure class="bk_catBanner desktop"><img src="https://cdn.kindlife.in/images/banners/category/Glamup-1908strip-desk.webp" alt=""></figure> <figure class="bk_catBanner mobile"><img src="https://cdn.kindlife.in/images/banners/category/Glamup-1908strip-mob.webp" alt=""></figure>";} 0 1866 9762 82 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Strip banner for GlamUp page
2220 2412 a:1:{s:7:"content";s:276:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/category-2108-banner-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/category-2108-banner-mob.webp"> </div>";} 0 1873 9765 83 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en banner for wellness tea
2220 2383 a:1:{s:7:"content";s:2081:"<style> .scroller_1x10{ overflow:auto; margin-top:20px; } ul.block1x4{ margin:0; list-style: none; display: flex; flex-wrap: nowrap; } ul.block1x4 li{ min-width:130px; padding: 5px; text-align: center; } ul.block1x4 li a img{ border-radius:5px; } ul.block1x4 li div{ padding: 5px 0; font-weight: 500; line-height: 12px; font-size: 16px; text-align:center; } @media only screen and(max-width:766px){ ul.block1x4 li div{ font-size: 14px; } } @media only screen and(max-width:480px){ ul.block1x4 li div{ font-size:12px; } } @media only screen and (max-width:600px){ ul.wrapper li { min-width:150px; } } </style> <div class="scroller_1x10"> <ul class="block1x4 wrapper"> <li> <a href="https://kindlife.in/76-store/?features_hash=18-76-76-INR"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/ctgry-0708-76-store.webp"> </figure> </a></li> <li> <a href=" https://kindlife.in/76-store/?features_hash=18-77-176-INR"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/ctgry-0708-176-store.webp"> </figure> </a> </li> <li> <a href=" https://kindlife.in/76-store/?features_hash=18-177-276-INR"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/ctgry-0708-276-store.webp"> </figure></a> </li> <li> <a href=" https://kindlife.in/76-store/?features_hash=18-277-1000-INR"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/ctgry-0708-376-store.webp"> </figure></a> </li> </ul> </div>";} 0 1816 9707 84 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en 76 store category block
2220 2399 a:1:{s:7:"content";s:288:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/category-0107-protein-bars-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/category-0107-protein-bars-mob.webp"> </div>";} 0 9723 85 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en banner for protein bars flat-25
2220 2264 a:1:{s:7:"content";s:288:"<figure class="bk_catBanner desktop"><img src="https://cdn.kindlife.in/images/banners/category/strip-minis-store0408desk.webp" alt=""></figure> <figure class="bk_catBanner mobile"><img src="https://cdn.kindlife.in/images/banners/category/strip-minis-store0408mob.webp" alt=""></figure> ";} 0 1741,1819 9519 86 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en strip banner for minis page
2220 2375 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:27:"32197,32198,9063,9115,32199";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 9632 blocks/wrappers/mainbox_simple.tpl 87 D products a:17:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"enable_esi";s:1:"N";} 0 1 en Combos
2220 2373 a:1:{s:7:"content";s:266:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/OilsandGhees2807-desk.jpg"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/OilsandGhees2807-mob.jpg"> </div>";} 0 9630 88 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Oils and ghee strip banner static
2220 2372 a:1:{s:7:"content";s:403:"<div class="bk_catBanner desktop"> <a href=" https://kindlife.in/oils-and-ghees-flat-25"> <img src="https://cdn.kindlife.in/images/banners/category/OilsandGhees2807-desk.jpg"> </a> </div> <div class="bk_catBanner mobile"> <a href=" https://kindlife.in/oils-and-ghees-flat-25"> <img src="https://cdn.kindlife.in/images/banners/category/OilsandGhees2807-mob.jpg"> </a> </div>";} 0 9629 89 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Oils and ghee strip banner
2220 2371 a:1:{s:7:"content";s:266:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/peanutbutter3107-desk.jpg"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/peanutbutter3107-mob.jpg"> </div>";} 0 9628 90 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Peanut butter banner strip static
2220 2370 a:1:{s:7:"content";s:405:"<div class="bk_catBanner desktop"> <a href=" https://kindlife.in/peanut-butter-flat-30/ "> <img src="https://cdn.kindlife.in/images/banners/category/peanutbutter3107-desk.jpg"> </a> </div> <div class="bk_catBanner mobile"> <a href=" https://kindlife.in/peanut-butter-flat-30/ "> <img src="https://cdn.kindlife.in/images/banners/category/peanutbutter3107-mob.jpg"> </a> </div>";} 0 9627 91 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Peanut butter banner strip
2220 2341 a:1:{s:7:"content";s:1948:"<style> ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 125px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } /*@media (max-width:479px ){ ul.bk_1x5_block_cat { flex-wrap: wrap; justify-content: space-evenly; } }*/ </style> <ul class="bk_1x5_block_cat"> <li> <a href=" https://kindlife.in/formen/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/SH1407-01cat.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/bold-care/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/SH1407-02cat.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/kindly-health/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/SH1407-03cat.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/misters/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/SH1407-04cat.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/sassiest/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/SH1407-05cat.webp" alt="img"></figure> </a> </li> </ul>";} 0 290 9598 92 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for Sexual health page
2220 2355 a:1:{s:7:"content";s:142:"<style> .bk_block_heading{ text-align: center; } </style> <div class="bk_block_heading"> <h2>Exclusive</h2> </div>";} 0 9612 93 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en heading for multivitamin page
2220 2356 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:33:"9765,19835,9141,21785,21054,15180";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 9613 94 D products a:17:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"enable_esi";s:1:"N";} 0 1 en multivitamin pid
2220 2324 a:1:{s:7:"content";s:158:"<style> .bk_block_heading{ text-align: center; } </style> <div class="bk_block_heading"> <h2>Mid Season Sale: Flat 35%</h2> </div>";} 0 9579 95 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en heading for protein powder
2220 2325 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:45:"13571,1616,21052,31813,11157,12295,6196,21809";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 9580 96 D products a:17:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"enable_esi";s:1:"N";} 0 1 en Protein powder pid
2220 2303 a:1:{s:7:"content";s:2131:"<style> ul.bk_1x6_block_cat { margin: 10px 0 15px; list-style: none; display: flex; overflow-x: auto; } ul.bk_1x6_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 130px; } ul.bk_1x6_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x6_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x6_block_cat li div { font-size: 12px; } } @media (max-width:479px ){ ul.bk_1x6_block_cat { flex-wrap: wrap; justify-content: space-evenly; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="https://kindlife.in/gush/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/ctgry0107-01lip.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/simply-nam/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/ctgry0107-02lip.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/milagro-beauty/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/ctgry0107-03lip.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/kiro-beauty/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/ctgry0107-04lip.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/color-chemistry/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/ctgry0107-05lip.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/c2p-pro/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/ctgry0107-06lip.webp" alt="img"></figure> </a> </li> </ul>";} 0 9558 97 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for lips page
2220 2290 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:46:"17231,8595,14489,12887,29968,29380,31043,18398";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 1763 9545 blocks/wrappers/mainbox_simple.tpl 98 D products a:17:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"enable_esi";s:1:"N";} 0 1 en Selling Fast
2220 2254 a:1:{s:7:"content";s:1745:"<style> ul.bk_1x6_block_cat { margin: 5px 5px 10px; list-style: none; display: flex; overflow-x: auto; column-gap: 10px; } ul.bk_1x6_block_cat li { width: 24%; text-align: center; min-width: 140px; overflow: hidden; } ul.bk_1x6_block_cat li a img { box-shadow: 2px 2px 5px #d0d0d0; border-radius: 5px; } </style> <ul class="bk_1x6_block_cat"> <li> <a href="https://kindlife.in/flyberry-gourmet/ "> <img src="https://cdn.kindlife.in/images/banners/category/catgry1906-01fruitandseed.webp" alt="img"> </a> </li> <li> <a href=" https://kindlife.in/nutraj/ "> <img src="https://cdn.kindlife.in/images/banners/category/catgry1906-02fruitandseed.webp" alt="img"> </a> </li> <li> <a href=" https://kindlife.in/boyo/ "> <img src="https://cdn.kindlife.in/images/banners/category/catgry1906-03fruitandseed.webp" alt="img"> </a> </li> <li> <a href=" https://kindlife.in/ministry-of-nuts/ "> <img src="https://cdn.kindlife.in/images/banners/category/catgry1906-04fruitandseed.webp" alt="img"> </a> </li> <li> <a href="https://kindlife.in/nutty-gritties/"> <img src="https://cdn.kindlife.in/images/banners/category/catgry1906-05fruitandseed.webp" alt="img"> </a> </li> <li> <a href=" https://kindlife.in/the-daily-nut-co./ "> <img src="https://cdn.kindlife.in/images/banners/category/catgry1906-06fruitandseed.webp" alt="img"> </a> </li> </ul>";} 0 9506 99 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Category block for dry fruits and seeds page
2220 1191 a:1:{s:7:"content";s:288:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/home-page/passport-beauty-strip0906-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/home-page/passport-beauty-strip0906-mob.webp"> </div>";} 0 9482 100 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en passport strip for multiple pages
2220 2191 a:1:{s:7:"content";s:284:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/ctgery-3105-breauty-strip-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-3105-beauty-strip-mob.webp"> </div>";} 0 1670 9414 101 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en banner for beauty flat 40%
2220 2326 a:1:{s:7:"content";s:160:"<style> .bk_block_heading{ text-align: center; } </style> <div class="bk_block_heading"> <h2>Mid Season Sale Bestsellers</h2> </div>";} 0 9581 102 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en heading for collagen
2220 2327 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:27:"9115,23377,17399,29773,9063";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 9582 103 D products a:17:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:16:"key_product_info";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"enable_esi";s:1:"N";} 0 1 en Pids for collagen page
2220 2228 a:1:{s:7:"content";s:420:"<div class="bk_catBanner desktop"> <a href="https://kindlife.in/koreanbeauty/?features_hash=25-1435"> <img src="https://cdn.kindlife.in/images/banners/category/category-0806-toners-desk.webp"></a> </div> <div class="bk_catBanner mobile"> <a href="https://kindlife.in/koreanbeauty/?features_hash=25-1435"> <img src="https://cdn.kindlife.in/images/banners/category/category-0806-toners-mob.webp"></a> </div>";} 0 9477 104 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Banner for Toners
2220 2231 a:1:{s:7:"content";s:976:"<style> .bk_1x2_block li { flex: 0 0 50%; } ul.bk_flex_block{ margin: 0; list-style: none; overflow: auto; white-space: nowrap; display: flex; flex-wrap: wrap; row-gap: 20px; padding-bottom: 5px; } ul.bk_flex_block li{ padding: 0 10px; z-index: 1; position: relative; } ul.bk_flex_block li img{ width: 100%; } @media (max-width: 600px){ ul.bk_1x2_block li { flex: 0 0 100%; } .bk_block_scroller .bk_1x2_block li{ flex: 0 0 50%; } </style> <ul class="bk_flex_block bk_1x2_block"> <li><a href="https://kindlife.in/koreanbeauty/?features_hash=25-1432"><img src="https://cdn.kindlife.in/images/banners/category/category-0806-masks-scrubs1.webp"></a></li> <li><a href="https://kindlife.in/koreanbeauty/?features_hash=25-1434"><img src="https://cdn.kindlife.in/images/banners/category/category-0806-masks-scrubs2.webp"></a></li> </ul> ";} 0 9480 105 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en banners for masks and scrubs
2220 2189 a:1:{s:7:"content";s:2125:"<style> ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 135px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } @media (max-width:479px ){ ul.bk_1x5_block_cat { flex-wrap: wrap; justify-content: space-evenly; } } </style> <ul class="bk_1x5_block_cat"> <li> <a href=" https://kindlife.in/foxtale/ "> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry3105-glamglow01.webp" alt="img"></figure> <div>Save 35%</div> </a> </li> <li> <a href=" https://kindlife.in/chemist-at-play/ "> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry3105-glamglow02.webp" alt="img"></figure> <div>Flat 30%</div> </a> </li> <li> <a href=" https://kindlife.in/sunscoop/ "> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry3105-glamglow03.webp" alt="img"></figure> <div>Flat 35%</div> </a> </li> <li> <a href="https://kindlife.in/true-frog/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry3105-glamglow04.webp" alt="img"></figure> <div>Flat 30%</div> </a> </li> <li> <a href="https://kindlife.in/bare-anatomy-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry3105-glamglow05.webp" alt="img"></figure> <div>Flat 30%</div> </a> </li> </ul>";} 0 1718 9412 106 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for glam and glow page
2220 2187 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:38:"9115,8982,9129,11179,23627,16121,26054";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 9410 blocks/wrappers/mainbox_simple.tpl 107 D products a:16:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"N";s:15:"show_brand_name";s:1:"N";s:15:"show_short_desc";s:1:"N";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"Y";s:10:"enable_esi";s:1:"N";} 0 1 en Glam & Glow bestsellers
2220 2172 a:1:{s:7:"content";s:424:" <div class="bk_catBanner desktop"> <a href="https://kindlife.in/on-the-body/skincare-en-3/sun-care-en/"><img src="https://cdn.kindlife.in/images/banners/category/Sunscreen-2705-strip-desk.jpg"></a> </div> <div class="bk_catBanner mobile"> <a href="https://kindlife.in/on-the-body/skincare-en-3/sun-care-en/"><img src="https://cdn.kindlife.in/images/banners/category/Sunscreen-2705-strip-mob.jpg"></a> </div> ";} 0 1627 9395 108 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en strip banner for sunsticks page
2220 1216 a:1:{s:7:"content";s:272:" <div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/Categry-1305-Hemp-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/category-1305-Hemp-mob.webp"> </div>";} 0 6406 109 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en banner for protein
2220 1225 a:1:{s:7:"content";s:1958:"<style> .scroller_1x5{ overflow:auto; } ul.block1x5{ margin:0; list-style: none; display: flex; flex-wrap: nowrap; } ul.block1x5 li{ min-width:130px; padding: 5px; text-align: center; } ul.block1x5 li a img{ box-shadow: 1px 2px 5px #d0d0d0; border-radius:5px; } @media only screen and (max-width:600px){ ul.wrapper li { min-width:150px; margin-bottom:10px; } } </style> <div class="scroller_1x5"> <ul class="block1x5 wrapper"> <li> <a href=" https://kindlife.in/la-french/ "> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Category-1905-Fragrance-La'-French.webp"> </figure> </a> </li> <li> <a href="https://kindlife.in/oscar/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Category-1905-Fragrance-Oscar.webp"> </figure></a> </li> <li> <a href="https://kindlife.in/chemist-at-play/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Category-1905-Fragrance-Chemist-at-play.webp"> </figure> </a> </li> <li> <a href="https://kindlife.in/carlton-london/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Category-1905-Fragrance-Carlton-london.webp"> </figure> </a> </li> <li> <a href=" https://kindlife.in/plum/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Category-1905-Fragrance-Plum.webp"> </figure> </a></li> </ul>";} 0 6416 110 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category Block for Fragrances
2220 1229 a:1:{s:7:"content";s:392:"<div class="bk_catBanner desktop"> <a href="https://kindlife.in/baby-care-b2g1/"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1905-Banner-Alter-desk.webp"></a> </div> <div class="bk_catBanner mobile"> <a href="https://kindlife.in/baby-care-b2g1/"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1905-Banner-Alter-mob.webp"></a> </div>";} 0 6420 111 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Banner of Baby Care
2220 1258 a:1:{s:7:"content";s:403:"<div class="bk_catBanner desktop"> <a href=" https://kindlife.in/supplements-extra-15/"> <img src="https://cdn.kindlife.in/images/banners/category/Category-2505-Supplements-desk.webp"></a> </div> <div class="bk_catBanner mobile"> <a href=" https://kindlife.in/supplements-extra-15/"> <img src="https://cdn.kindlife.in/images/banners/category/Category-2505-Supplements-mob.jpg"></a> </div>";} 0 1699 6450 112 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Banner for supplements pages
2220 1260 a:1:{s:7:"content";s:139:" <div class="bk_catBanner"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-2505-breakfast-banner-strip.webp"> </div>";} 0 1702 6452 113 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Banner for breakfast-essentials
2220 1215 a:1:{s:7:"content";s:2497:"<table style="width:100%" border="0" align="center" cellpadding="0" cellspacing="0" > <tr> <td align="center" valign="top" style="float:left;"><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img01.jpg"></td> <td align="center" valign="top" style="float:left;"><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img02.jpg"></td> <td align="center" valign="top" style="float:left;"><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img03.jpg"></td> <td align="center" valign="top" style="float:left;"><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img04.jpg"></td> <td align="center" valign="top" style="float:left;"><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img05.jpg"></td> <td align="center" valign="top" style="float:left;"><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img06.jpg"></td> </tr> <tr> <td align="center" valign="top" style="float:left;"><a href=" https://kindlife.in/tiam/ "><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img07.jpg"></a></td> <td align="center" valign="top" style="float:left;"><a href=" https://www.google.com/search?q=Ariul+Korean+Beauty&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjKwJLkke_-AhV1SWwGHVgVCb8Q_AUoAXoECAEQAw&biw=1366&bih=649&dpr=1#imgrc=RVctXQT38A-d8M"><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img08.jpg"></a></td> <td align="center" valign="top" style="float:left;"><a href=" https://kindlife.in/apieu/ "><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img09.jpg"></a></td> <td align="center" valign="top" style="float:left;"><a href="https://www.google.com/search?q=It%27s+Skin+Korean+Beauty+Logo&tbm=isch&hl=en-GB&sa=X&ved=2ahUKEwiO0_P7ke_-AhXDguYKHQ2ZCS8QBXoECAEQQg&biw=1349&bih=649"><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img10.jpg"></td> <td align="center" valign="top" style="float:left;"><a href=" https://kindlife.in/missha/ "><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img11.jpg"></a></td> <td align="center" valign="top" style="float:left;"><a href=" https://kindlife.in/beauty-of-joseon/"><img src="https://cdn.kindlife.in/images/banners/category/catgry-kbeauty-1205img12.jpg"></a></td> </tr> </table>";} 0 6405 114 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for korean beauty page
2220 1189 a:1:{s:7:"content";s:3571:"<style> ul.block1x4{ margin:0; list-style: none; display: flex; margin-bottom: 15px; flex-wrap: nowrap; overflow:auto; } ul.block1x4 li{ min-width:150px; padding: 5px; text-align: center; } ul.block1x4 li a img{ box-shadow: 1px 2px 5px #d0d0d0; border-radius:5px; } ul.block1x4 li div{ padding: 5px 0; font-weight: 500; line-height: 1.4; font-size: 16px; } @media only screen and(max-width:766px){ ul.block1x4 li div{ font-size: 14px; } } @media only screen and(max-width:480px){ ul.block1x4 li{ min-width:250px; } } </style> <div class="container"> <ul class="block1x4"> <li> <a href=" https://kindlife.in/retinol"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Skingredients-0105-Retinol.webp"> </figure> <div>Retinol starting Rs.250</div> </a> </li> <li> <a href="https://kindlife.in/vitaminc-serum"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Skingredients-0105-Vitamin-C.webp"> </figure> <div>Vitamin-C starting Rs.150</div> </a> </li> <li> <a href="https://kindlife.in/hyaluronic-acid"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Skingredients-0105-Hyaluronic-Acid.webp"> </figure> <div>Hyaluronic Acid starting Rs.299</div> </a> </li> <li> <a href=" https://kindlife.in/nia-cinamide"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Skingredients-0105-Niacinamide.webp"> </figure> <div>Niacinamide starting Rs.300</div> </a> </li> </ul> </div> <div class="container"> <ul class="block1x4"> <li> <a href=" https://kindlife.in/neemli-naturals/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Skingredients-0105-Neemli.webp"> </figure> <div>Flat 40%</div> </a> </li> <li> <a href="https://kindlife.in/the-pink-foundry/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Skingreident-0105the-pink-foundry.webp"> </figure> <div>Flat 40%</div> </a> </li> <li> <a href="https://kindlife.in/tiam/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Skingredients-0105-TIAM.webp"> </figure> <div>Flat 20%</div> </a> </li> <li> <a href=" https://kindlife.in/the-formularx/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Skingredeints-0105-formula-rx.webp"> </figure> <div>Flat 25%</div> </a> </li> </ul> </div>";} 0 1645 6353 115 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en category block for face serum&oils
2220 1192 a:1:{s:7:"content";s:123:"<div class="strip_banner"> <img src="https://cdn.kindlife.in/images/banners/category/Ctrgry-0205-Oils-Ghees.webp"> </div>";} 0 1646 6356 116 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category banner for oils &ghees
2220 1123 a:1:{s:7:"content";s:2257:"<style> ul.bk_1x6_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x6_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 120px; } ul.bk_1x6_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x6_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x6_block_cat li div { font-size: 13px; } } @media (max-width:479px ){ ul.bk_1x6_block_cat li a{ flex-wrap: wrap; justify-content: space-evenly; } ul.bk_1x6_block_cat li { width: 30%; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href=" https://kindlife.in/earthful/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry0504-01beautyen.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/swisse/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry0504-02beautyen.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/inja-wellness/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry0504-03beautyen.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/oziva/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry0504-04beautyen.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/himalayan-organics-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry0504-05beautyen.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/pure-nutrition-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/catgry0504-06beautyen.webp" alt="img"></figure> </a> </li> </ul>";} 0 6188 117 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for beauty-en page
2220 2232 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:26:"8982,23377,10683,9115,8969";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 9481 blocks/wrappers/mainbox_simple.tpl 118 D products a:16:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"Y";s:15:"show_brand_name";s:1:"Y";s:15:"show_short_desc";s:1:"Y";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"enable_esi";s:1:"N";} 0 1 en Passport to Beauty Bestsellers
2220 1193 a:1:{s:7:"content";s:1744:"<style> ul.bk_1x6_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x6_block_cat li { width: 16.66%; padding: 5px; } @media (max-width:766px) { ul.bk_1x6_block_cat { flex-wrap: wrap; } ul.bk_1x6_block_cat li { width: 33.3%; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="https://kindlife.in/two-brothers-organic-farms/"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0305-Two-brothers-oilsandghees.webp" alt="img"> </a> </li> <li> <a href="https://kindlife.in/jivika-naturals/"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0305-Jivika-naturals-oilsandghees.webp" alt="img"> </a> </li> <li> <a href="https://kindlife.in/barosi/"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0305-Barosi-oilsandghees.webp" alt="img"> </a> </li> <li> <a href="https://kindlife.in/gramiyaa/"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0305-Gramiyaa-oilsandghees.webp" alt="img"> </a> </li> <li> <a href="https://kindlife.in/anveshan/"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0305-Anveshan-oilsandghees.webp" alt="img"> </a> </li> <li> <a href="https://kindlife.in/praakritik/"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0305-Praakritik-oilsandghees.webp" alt="img"> </a> </li> </ul>";} 0 6357 119 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en category block for oils and ghees
2220 1200 a:1:{s:7:"content";s:742:"<style> .strip_banner{ margin:50px auto 30px; text-align:center; } .strip_banner img{ border-radius:5px; } .desktop{ display:block !important; } .mobile{ display:none !important; } @media(max-width:600px){ .desktop{ display:none !important; } .mobile{ display:block !important; } .strip_banner{ margin:35px auto; } } </style> <div class="strip_banner desktop"> <a href="https://kindlife.in/beverages-flat-30"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0805-Beverages-desk.webp"></a> </div> <div class="strip_banner mobile"> <a href="https://kindlife.in/beverages-flat-30"> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-0805-Beverages-mob.webp"></a> </div>";} 0 1673 6380 120 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Banner of beverages
2220 1212 a:1:{s:7:"content";s:1731:"<style> .scroller_1x8{ overflow:auto; } ul.block1x4{ margin:0; list-style: none; display: flex; flex-wrap: nowrap; } ul.block1x4 li{ min-width:150px; padding: 5px; text-align: center; } ul.block1x4 li a img{ box-shadow: 1px 2px 5px #d0d0d0; border-radius:5px; } @media only screen and (max-width:600px){ ul.wrapper li { min-width:170px; } } </style> <div class="scroller_1x8"> <ul class="block1x4 wrapper"> <li> <a href=" https://kindlife.in/makeup-flat-50/ "> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1205-Makeup.webp"> </figure> </a> </li> <li> <a href="https://kindlife.in/on-the-body/skincare-en-3/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1205-Skincare.webp"> </figure> </a> </li> <li> <a href="https://kindlife.in/on-the-body/hair-care-en-3/ "> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1205-Haircare.webp"> </figure> </a> </li> <li> <a href=" https://kindlife.in/sheet-masks-b3g3/"> <figure> <img src="https://cdn.kindlife.in/images/banners/category/Ctgry-1205-Sheet-Masks.webp"> </figure> </a> </li> </ul> </div>";} 0 6400 121 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Beauty store block 1x4
2220 1213 a:1:{s:7:"content";s:285:" <div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1205-Sheetmasks-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1205-sheetmasks-mob.webp"> </div>";} 0 6401 122 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Banner for sheet-masks
2220 1214 a:1:{s:7:"content";s:293:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1205-banner-makeup-desktop.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1205-banner-Makeup-mob.webp"> </div>";} 0 6402 123 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Banner makeup-exclusive
2220 1173 a:1:{s:7:"content";s:2054:"<style> ul.bk_1x6_block_cat { margin: 5px 5px 10px; list-style: none; display: flex; overflow-x: auto; column-gap: 10px; } ul.bk_1x6_block_cat li { width: 19%; text-align: center; min-width: 140px; overflow: hidden; } ul.bk_1x6_block_cat li a img { box-shadow: 2px 2px 5px #d0d0d0; border-radius: 5px; } ul.bk_1x6_block_cat li div { padding: 5px 0; font-weight: 500; line-height: 1.4; } @media (max-width:766px) { ul.bk_1x6_block_cat li div { font-size: 12px; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="https://kindlife.in/muuchstac/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Catgry2204-01mens-sale.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/beardhood/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Catgry2204-02mens-sale.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/pure-brown-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Catgry2204-03mens-sale.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/bleu/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Catgry2204-04mens-sale.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/dr.-morepen/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Catgry2204-05mens-sale.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/swisse"> <figure><img src="https://cdn.kindlife.in/images/banners/category/Catgry2204-06mens-sale.webp" alt="img"></figure> </a> </li> </ul>";} 0 1626 6334 124 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for mens-sale page
2220 1172 a:1:{s:7:"content";s:1712:"<style> ul.bk_1x4_block_cat { margin: 5px 5px 10px; list-style: none; display: flex; overflow-x: auto; column-gap: 10px; } ul.bk_1x4_block_cat li { width: 24%; text-align: center; min-width: 140px; overflow: hidden; } ul.bk_1x4_block_cat li a img { box-shadow: 2px 2px 5px #d0d0d0; border-radius: 5px; } ul.bk_1x4_block_cat li div { padding: 5px 0; font-weight: 500; line-height: 1.4; } @media (max-width:766px) { ul.bk_1x4_block_cat li div { font-size: 12px; } } </style> <ul class="bk_1x4_block_cat"> <li> <a href="https://kindlife.in/curlvana/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/CH2104-01ctgry.webp" alt="img"></figure> <div>Save 60%</div> </a> </li> <li> <a href=" https://kindlife.in/fix-my-curls/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/CH2104-02ctgry.webp" alt="img"></figure> <div>Flat 15%</div> </a> </li> <li> <a href=" https://kindlife.in/wildly-pure/ "> <figure><img src="https://cdn.kindlife.in/images/banners/category/CH2104-03ctgry.webp" alt="img"></figure> <div>Save 40%</div> </a> </li> <li> <a href=" https://kindlife.in/curl-cure/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/CH2104-04ctgry.webp" alt="img"></figure> <div>Flat 30%</div> </a> </li> </ul>";} 0 6333 125 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for curly hair page
2220 1158 a:1:{s:7:"content";s:93:" <div class="bk_block_heading"> <h3>Limited Time Summer Sale Offers</h3> </div> ";} 0 6297 126 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category Protein powders heading
2220 1159 a:1:{s:7:"content";s:956:"<style> .block1x4{ display: flex; margin: 0; padding:0; column-gap: 10px; flex-wrap:nowrap; } .block1x4 a{ width: 33%; } .block1x4 img{ width: 100%; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; border-radius: 5px; } .block1x4 img:hover{ box-shadow: none; } </style> <div class="block1x4"> <a href="https://kindlife.in/foxtale/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/skincare-foxtale.webp"> </a> <a href=" https://kindlife.in/tiam/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/skincare-tiam.webp"> </a> <a href="https://kindlife.in/clayco./"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/skincare-clay.webp"> </a> <a href="https://kindlife.in/plum/"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/Skincare-plum.webp"> </a> </div>";} 0 6298 127 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en skincare-block1x4
2220 1162 a:1:{s:7:"content";s:266:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/Acne-desktop.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/Acne-mobile.webp"> </div>";} 0 6323 128 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en banner-acne-prone
2220 1163 a:1:{s:7:"content";s:784:" <style> .banner img{ overflow: auto; margin: 0; padding: 0; margin-top: 20px; width: 100%; white-space: nowrap; border-radius:5px; } .banner_mobile{ display: none; } @media only screen and (max-width:600px) { .banner_mobile{ display: block; margin-top: 20px; margin-bottom:20px; } .banner_mobile img{ width: 100%; border-radius:5px; } .banner{ display:none; } } </style> <div class="banner" > <img src="https://cdn.kindlife.in/images/banners/home-page-images/cleanser-desktop%20(1).webp"> </a> </div> <div class="banner_mobile"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/cleanse-mobile.webp"> </a> </div>";} 0 1608 6324 129 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en banner-cleansers
2220 1168 a:1:{s:7:"content";s:1579:"<style> ul.bk_flex_block{ margin: 0; list-style: none; overflow: auto; white-space: nowrap; display: flex; flex-wrap: wrap; row-gap: 5px; } ul.bk_flex_block li{ padding: 5px; } ul.bk_flex_block li img{ width: 100%; } .bk_1x5_block.scroll{ flex-wrap: nowrap; } .bk_1x5_block li { flex: 1; min-width: 150px; } </style> <div class="bk_block_container"> <!-- <div class="bk_block_heading"> <h2>Curly Girl Routine</h2> </div>--> <ul class="bk_flex_block bk_1x5_block scroll"> <li><a href="https://kindlife.in/curly-hair-shampoos/"> <img src="https://cdn.kindlife.in/images/banners/category/hc-rot1502-Wash.webp" alt="img"></a></li> <li><a href="https://kindlife.in/curly-hair-deep-conditioners/"> <img src="https://cdn.kindlife.in/images/banners/category/hc-rot1502-Condition.webp" alt="img"></a></li> <li><a href="https://kindlife.in/curly-hair-styling/"> <img src="https://cdn.kindlife.in/images/banners/category/hc-rot1502-Style.webp" alt="img"></a></li> <li><a href="https://kindlife.in/hair-tools-en/"> <img src="https://cdn.kindlife.in/images/banners/category/hc-rot1502-Dry-and-comb.webp" alt="img"></a></li> <li><a href="https://kindlife.in/curly-hair-oils/"> <img src="https://cdn.kindlife.in/images/banners/category/hc-rot1502-Refresh.webp" alt="img"></a></li> </ul> </div>";} 0 6329 130 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en strip -curly-girl
2220 1157 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:33:"10643,21052,9078,1616,13571,23674";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 6296 131 D products a:16:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:11:"show_rating";s:1:"N";s:15:"show_brand_name";s:1:"N";s:15:"show_short_desc";s:1:"N";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"150";s:18:"outside_navigation";s:1:"Y";s:10:"promo_text";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"Y";s:10:"enable_esi";s:1:"N";} 0 1 en Category Protein powder pid
2220 1154 a:1:{s:7:"content";s:736:" <style> .banner img{ overflow: auto; margin: 0; padding: 0; margin-top: 20px; width: 100%; white-space: nowrap; } .banner_mobile{ display: none; } @media only screen and(max-width:600px) { .banner_mobile{ display: block; margin-top: 20px; } .banner_mobile img{ width: 100%; } .banner{ dispaly:none; } </style> <div class="banner" > <img src="https://cdn.kindlife.in/images/banners/home-page-images/Buy%202%20get%201%20desktop.webp"> </a> </div> <div class="banner_mobile"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/buy%202%20get%201%20mob..webp"> </a> </div>";} 0 6293 132 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en kbeautyb2gi-banner
2220 1155 a:1:{s:7:"content";s:288:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/lipstick-banner-desktop.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/lipstick-banner-mobile.webp"> </div>";} 0 1610 6294 133 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Steal-deals-lipstick banner
2220 1156 a:1:{s:7:"content";s:819:"<style> .banner img{ overflow: auto; margin: 0; padding: 0; margin-top: 20px; width: 100%; white-space: nowrap; border-radius:5px; } .banner_mobile{ display: none; } @media only screen and (max-width:600px) { .banner_mobile{ display: block; margin-top: 20px; margin-bottom:20px; border-radius:5px; } .banner_mobile img{ width: 100%; border-radius:5px; } .banner{ display:none; } } </style> <div class="banner" > <img src="https://cdn.kindlife.in/images/banners/home-page-images/Beauty%20COMBO-DESKTOP.webp"> </a> </div> <div class="banner_mobile"> <img src="https://cdn.kindlife.in/images/banners/home-page-images/beauty-combo-mobile.webp"> </a> </div>";} 0 1612 6295 134 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en banner for beauty-combo
2220 1152 a:1:{s:7:"content";s:1072:"<style> ul.bk_1x5_block_cat { margin: 5px 5px 10px; list-style: none; display: flex; overflow-x: auto; column-gap: 10px; padding-bottom:5px; } ul.bk_1x5_block_cat li { width: 20%; text-align: center; min-width: 140px; padding:5px; } ul.bk_1x5_block_cat li img { box-shadow: 2px 2px 5px #d0d0d0; border-radius: 5px; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; line-height: 1.4; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } </style> <div class="bk_catBanner desktop"> <a href="https://kindlife.in/peanut-butter-flat-30"> <img src="https://cdn.kindlife.in/images/banners/category/category-0107-peanut-desk.webp"></a> </div> <div class="bk_catBanner mobile"> <a href="https://kindlife.in/peanut-butter-flat-30"> <img src="https://cdn.kindlife.in/images/banners/category/category-0107-peanut-mob.webp"></a> </div>";} 0 6291 135 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Banner for peanut butters
2220 1132 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:3:"329";}} 0 909 6206 136 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Category block for vitaminC-serum banner
2220 1153 a:3:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:27:"10643,21052,9078,1616,13571";}s:10:"show_block";s:2:"AW";s:11:"enable_ajax";s:1:"N";} 0 6292 137 D products a:5:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"2";s:23:"hide_add_to_cart_button";s:1:"N";s:10:"enable_esi";s:1:"N";} 0 1 en category for protein powders
2220 1122 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:7:"313,314";}} 0 6187 138 D banners a:6:{s:8:"template";s:34:"addons/banners/blocks/carousel.tpl";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";s:10:"block_type";s:14:"graphic_banner";s:15:"kl_is_promotion";s:1:"N";s:17:"kl_promotion_name";s:0:"";} 0 1 en Sports-nutrition page banners
2220 1022 a:1:{s:7:"content";s:2558:"<style> ul.bk_acne_deal_block_list { list-style: none; margin: 20px 5px; display: flex; border-radius: 5px; overflow: hidden; } ul.bk_acne_deal_block_list li { padding: 0; } ul.bk_acne_deal_block_list li img{ border-radius: 0; } </style> <div class="bk_acne_deal_block bk_catBanner desktop"> <ul class="bk_acne_deal_block_list"> <li><a href="https://kindlife.in/gel-cleanser-20ml/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-desk-pid_01.jpg" alt=""></a></li> <li><a href="https://kindlife.in/micropoint-spot-patch-pack-size-9-each/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-desk-pid_02.jpg" alt=""></a></li> <li><a href="https://kindlife.in/hydrocolloid-clear-patch-63-patches/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-desk-pid_03.jpg" alt=""></a></li> <li><a href="https://kindlife.in/watery-toner-200ml/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-desk-pid_04.jpg" alt=""></a></li> <li><a href="https://kindlife.in/watery-moisturizer-80ml/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-desk-pid_05.jpg" alt=""></a></li> <li><a href="https://kindlife.in/nolahour/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-desk-pid_06.gif" alt=""></a></li> </ul> </div> <div class="bk_acne_deal_block bk_catBanner mobile"> <ul class="bk_acne_deal_block_list"> <li><a href="https://kindlife.in/micropoint-spot-patch-pack-size-9-each/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-mob-pidz_01.jpg" alt=""></a></li> <li><a href="https://kindlife.in/hydrocolloid-clear-patch-63-patches/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-mob-pidz_02.jpg" alt=""></a></li> <li><a href="https://kindlife.in/watery-toner-200ml/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-mob-pidz_03.jpg" alt=""></a></li> <li><a href="https://kindlife.in/nolahour/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP-acne0703-mob-pidz_04.gif" alt=""></a></li> </ul> </div> ";} 0 5994 139 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Nolahour strip banner for multiple pages
2220 1104 a:1:{s:7:"content";s:2057:"<style> ul.bk_1x6_block_cat { margin: 5px 5px 10px; list-style: none; display: flex; overflow-x: auto; column-gap: 10px; } ul.bk_1x6_block_cat li { width: 19%; text-align: center; min-width: 140px; overflow: hidden; } ul.bk_1x6_block_cat li a img { box-shadow: 2px 2px 5px #d0d0d0; border-radius: 5px; } ul.bk_1x6_block_cat li div { padding: 5px 0; font-weight: 500; line-height: 1.4; } @media (max-width:766px) { ul.bk_1x6_block_cat li div { font-size: 12px; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="https://kindlife.in/dates"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-categry-grocery1.webp" alt="img"></figure> <div>Dates</div> </a> </li> <li> <a href="https://kindlife.in/oils-and-ghees-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-categry-grocery2.webp" alt="img"></figure> <div>Oils & ghees</div> </a> </li> <li> <a href="https://kindlife.in/sugar-and-honey/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-categry-grocery3.webp" alt="img"></figure> <div>Sugar & honey</div> </a> </li> <li> <a href="https://kindlife.in/dry-fruits-and-seeds/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-categry-grocery4.webp" alt="img"></figure> <div>Nuts & seeds</div> </a> </li> <li> <a href="https://kindlife.in/flours"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-categry-grocery5.webp" alt="img"></figure> <div>Flours</div> </a> </li> </ul>";} 0 6160 140 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for grocery page
2220 556 a:1:{s:7:"content";s:4558:"<style type="text/css"> .bk_cust_gallThmb_box{ padding: 10px; background-color: #fff; } .bk_cust_gallThmb_heading{ box-sizing: border-box; width: 100%; padding: 20px 0px 7px 0; font-size: 14px; position: relative; background: #fff; } .bk_cust_gallThmb_heading > span:first-child{ display: block; box-sizing: border-box; font-weight: 500; font-size: 18px; } .bk_cust_gallThmb_heading > span:nth-child(2){ display: block; color: #4A4A49; } ul.bk_cust_gallThmb{ margin: 5px 0 0px; padding: 0 0; list-style: none; box-sizing: border-box; overflow: auto; white-space: nowrap; width: 100%; clear: both; background-color: #fff; display: flex; flex-wrap: wrap; } ul.bk_cust_gallThmb *{ box-sizing: border-box; } ul.bk_cust_gallThmb li{ display: inline-block; margin:0 0 0px 0; float: none; border: none; padding: 0 0; border-radius: 0; width: 33.3%; white-space: normal; } ul.bk_cust_gallThmb li > a,ul.bk_cust_gallThmb li > a span{ display: block; text-align: center; font-weight: 500; padding: 5px; } ul.bk_cust_gallThmb li > a > figure { padding: 0; margin:0 0; display: flex; justify-content: center; align-items: center; border: none; width: 100%; position: relative; flex-flow: column; } ul.bk_cust_gallThmb li a figure div { position: absolute; width: 100%; } ul.bk_cust_gallThmb li > a > figure img{ display: block; float: left; width: 100%; border-radius: 5px; } ul.bk_cust_gallThmb li > a figure div span { color: #fff; font-size: 16px; line-height: 20px; padding: 0px; } ul.bk_cust_gallThmb li > a > p{ width: 100%; float: left; clear: both; white-space: break-spaces; } .texticon { width: 20%; display: inline-block !important; float: left; margin-left: 5px; } ul.bk_cust_gallThmb li a div{ padding: 4px 0; display: flex; flex-flow: column; } ul.bk_cust_gallThmb li a div span,ul.bk_cust_gallThmb li a div small{ display: block; width: 100%; } ul.bk_cust_gallThmb li a div span{ font-size: 15px; font-weight: 400; letter-spacing: 0.2px; line-height: 17px; text-shadow: 0px 0px 6px rgba(0,0,0,0.52); -webkit-text-shadow: 0px 0px 6px rgba(0,0,0,0.1); padding: 0px 10px; } ul.bk_cust_gallThmb li a div small{ font-size: 15px; font-weight: 600; text-shadow: 0px 0px 6px rgba(0,0,0,0.1); -webkit-text-shadow: 0px 0px 6px rgba(0,0,0,0.1); } .ty-mainbox-title{ margin: 10px 0px; } /*for tablet and above devices*/ @media (min-width: 767px) { ul.bk_cust_gallThmb li{ width: 16.6%; float: left; margin: 0 0 0 0; padding: 0 5px; white-space: normal; } ul.bk_cust_gallThmb li > a > figure img{ width: 100%; } ul.bk_cust_gallThmb li a div span{ font-size:16px; line-height:16px; } ul.bk_cust_gallThmb li > a figure div span{ font-size: 18px; } } </style> <style> .bk_cust_gallThmb.bk_1x4_block li{ width: 50%; } .bk_cust_gallThmb.bk_1x4_block li a img{ border-radius: 5px; } @media (min-width: 767px){ .bk_cust_gallThmb.bk_1x4_block li a img{ border-radius: 10px; } .bk_cust_gallThmb.bk_1x4_block li{ width: 25%; padding: 0px; } } </style> <ul class="bk_cust_gallThmb bk_1x4_block"> <li> <a href="https://kindlife.in/vitaminc"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP_routine3004_VitaminC1.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/retinol"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP_routine3004_Retinol1.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/nia-cinamide"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP_routine3004_Niacinamide1.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/hyaluronic-acid"> <img style="border: 1px solid #f1f1f1;" src="https://cdn.kindlife.in/images/banners/home-page/HP_routine3004_Hyaluronic-Acid1.jpg" alt="img"> </a> </li> </ul>";} 0 4096 141 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Categories block for skincare page
2220 1090 a:1:{s:7:"content";s:2219:"<style> ul.bk_1x5_block_cat { margin: 5px 5px 10px; list-style: none; display: flex; overflow-x: auto; column-gap: 10px; } ul.bk_1x5_block_cat li { width: 19%; text-align: center; min-width: 140px; } ul.bk_1x5_block_cat li img { box-shadow: 2px 2px 5px #d0d0d0; border-radius: 5px; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; line-height: 1.4; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } </style> <ul class="bk_1x5_block_cat"> <li> <a href="https://kindlife.in/sebamed/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP1403-ctrgy1.webp" alt="img"></figure> <div> <p> <b>SEBAMED</b> <br>Save 15%</p> </div> </a> </li> <li> <a href="https://kindlife.in/slurrp-farm/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP1403-ctrgy2.webp" alt="img"></figure> <div> <p><b>Slurrp Farm</b><br>Save 25%</p> </div> </a> </li> <li> <a href="https://kindlife.in/babychakra/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP1403-ctrgy3.webp" alt="img"></figure> <div> <p><b>BabyChakra</b><br>Flat 50%</p> </div> </a> </li> <li> <a href="https://kindlife.in/citta/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP1403-ctrgy4.webp" alt="img"></figure> <div> <p><b>Citta</b><br>Flat 35%</p> </div> </a> </li> <li> <a href="https://kindlife.in/babyorgano/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP1403-ctrgy5.webp" alt="img"></figure> <div> <p><b>Baby organo</b><br>Save 25%</p> </div> </a> </li> </ul>";} 0 6140 142 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for baby-care page
2220 756 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:3:"303";}} 0 1019 4399 143 D banners a:4:{s:8:"template";s:42:"addons/my_changes/blocks/banners/strip.tpl";s:10:"block_type";s:5:"strip";s:15:"kl_is_promotion";s:1:"N";s:17:"kl_promotion_name";s:0:"";} 0 1 en vogue approved page strip banner
2220 546 a:1:{s:7:"content";s:1715:"<style> ul.bk_1x3_block_cat { margin: 5px 0 10px; list-style: none; display: flex; overflow-x: auto; column-gap: 10px; padding: 0 10px 5px; justify-content: space-evenly; } ul.bk_1x3_block_cat li { width: 19%; text-align: center; min-width: 120px; } ul.bk_1x3_block_cat li img { border-radius: 5px; } ul.bk_1x3_block_cat li div { padding: 5px 0; font-weight: 500; line-height: 1.4; } @media (max-width:766px) { ul.bk_1x3_block_cat li div { font-size: 12px; } } @media (max-width:480px) { ul.bk_1x3_block_cat.space{ justify-content: start; } ul.bk_1x3_block_cat.space{ min-width: 150px; } } </style> <ul class="bk_1x3_block_cat space"> <li> <a href="https://kindlife.in/colors/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/holi2102-Herbal-colors.webp" alt="img"></figure> <div>Plant-based protein powders</div> </a> </li> <li> <a href="https://kindlife.in/holi-beverages"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/holi2102-Thandai&Energy-drinks.webp" alt="img"></figure> <div>Protein bars</div> </a> </li> <li> <a href="https://kindlife.in/holi-snacks/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/holi2102-Gujjia&Snacks.webp" alt="img"></figure> <div>Hemp-based products</div> </a> </li> </ul>";} 0 1530 4086 144 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for holi ready page 1x3
2220 988 a:1:{s:7:"content";s:2040:"<style> ul.bk_1x6_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x6_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 120px; } ul.bk_1x6_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x6_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x6_block_cat li div { font-size: 13px; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="https://kindlife.in/kxeta-health/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/sports1802-Kxeta.png" alt="img"></figure> <div>Flat 25%</div> </a> </li> <li> <a href="https://kindlife.in/oziva/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/sports1802-Oziva.png" alt="img"></figure> <div>Flat 15% + <br> Extra 10%. <br> Use code: OZIVA10</div> </a> </li> <li> <a href="https://kindlife.in/onelife/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/sports1802-onelife.png" alt="img"></figure> <div>Save 50%</div> </a> </li> <li> <a href="https://kindlife.in/pure-nutrition-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/sports1802-pure-nutrition.png" alt="img"></figure> <div>Save 60%</div> </a> </li> <li> <a href="https://kindlife.in/mojo-bar/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/sports1802-Mojo-bar.png" alt="img"></figure> <div>Flat 20%</div> </a> </li> </ul>";} 0 5944 145 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Categories block for sports nutrition page
2220 2417 a:1:{s:7:"content";s:1969:"<style> ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 300px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } @media (max-width:480px ){ ul.bk_1x5_block_cat li { min-width: 200px; } } </style> <ul class="bk_1x5_block_cat"> <li> <a href=" https://kindlife.in/ritebite-max-protein/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-01protein.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/the-whole-truth/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-02protein.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/trunativ/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-03protein.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/oziva/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-04protein.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/india-hemp-organics/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/brand2508-05protein.webp" alt="img"></figure> </a> </li> </ul>";} 0 9771 146 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Brands block for protein supplements page
2220 1105 a:1:{s:7:"content";s:2047:"<style> ul.bk_1x6_block_cat { margin: 5px 5px 10px; list-style: none; display: flex; overflow-x: auto; column-gap: 10px; } ul.bk_1x6_block_cat li { width: 19%; text-align: center; min-width: 140px; overflow: hidden; } ul.bk_1x6_block_cat li a img { box-shadow: 2px 2px 5px #d0d0d0; border-radius: 5px; } ul.bk_1x6_block_cat li div { padding: 5px 0; font-weight: 500; line-height: 1.4; } @media (max-width:766px) { ul.bk_1x6_block_cat li div { font-size: 12px; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="https://kindlife.in/kxeta-health/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-ctgry-nutrition1.webp" alt="img"></figure> <div>Flat 25%</div> </a> </li> <li> <a href="https://kindlife.in/fitspire/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-ctgry-nutrition2.webp" alt="img"></figure> <div>Save 60%</div> </a> </li> <li> <a href=" https://kindlife.in/green-protein/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-ctgry-nutrition3.webp" alt="img"></figure> <div>Flat 7%</div> </a> </li> <li> <a href=" https://kindlife.in/health-horizons/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-ctgry-nutrition4.webp" alt="img"></figure> <div>Flat 25%</div> </a> </li> <li> <a href=" https://kindlife.in/vegan-way/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page-images/HP2003-ctgry-nutrition5.webp" alt="img"></figure> <div>Save 60%</div> </a> </li> </ul>";} 0 6161 147 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for sports nutrition page brands
2220 411 a:1:{s:7:"content";s:2071:"<style> ul.bk_1x6_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x6_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 120px; } ul.bk_1x6_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x6_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x6_block_cat li div { font-size: 13px; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="https://kindlife.in/inja-wellness/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/beauty0702-inja.jpg" alt="img"></figure> <div>Save 40%</div> </a> </li> <li> <a href="https://kindlife.in/oziva/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/beauty0702-oziva.jpg" alt="img"></figure> <div>Flat 15% <br> +Use code OZIVA10 <br> for extra 10% discount</div> </a> </li> <li> <a href="https://kindlife.in/pure-nutrition-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/beauty0702-pure-nutrition.jpg" alt="img"></figure> <div>Save 60%</div> </a> </li> <li> <a href="https://kindlife.in/himalayan-organics-en/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/beauty0702-himalayan-organics.jpg" alt="img"></figure> <div>Save 70%</div> </a> </li> <li> <a href="https://kindlife.in/swisse/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/beauty0702-swisse.jpg" alt="img"></figure> <div>Flat 30%</div> </a> </li> </ul>";} 0 671 3941 148 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en category block for beauty page
2220 1009 a:1:{s:7:"content";s:2206:"<style> ul.bk_1x6_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x6_block_cat li { width: 16.66%; padding: 5px; } ul.bk_1x6_block_cat li img { border-radius: 10px; } @media (max-width:766px) { ul.bk_1x6_block_cat { flex-wrap: wrap; } ul.bk_1x6_block_cat li { width: 33.3%; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="/two-brothers-organic-farms/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/grocry0102-two-brothers.jpg" alt="img"></figure> <caption>Flat 15%</caption> </a> </li> <li> <a href="/barosi/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/grocry0102-barosi.jpg" alt="img"></figure> <caption>Save 20%</caption> </a> </li> <li> <a href="/upakarma/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/grocry0102-upkarma.jpg" alt="img"></figure> <caption>Save 60%</caption> </a> </li> <li> <a href="/nutriorg/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/grocry0102-nutriorg.jpg" alt="img"></figure> <caption>Save 22%</caption> </a> </li> <li> <a href="/praakritik/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/grocry0102-praakritik.jpg" alt="img"></figure> <caption>Save 30%</caption> </a> </li> <li> <a href="/truly-organic/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/grocry0102-truly-organic.jpg" alt="img"></figure> <caption>Save 20%</caption> </a> </li> </ul>";} 0 5981 149 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for grocery page
2220 1007 a:1:{s:7:"content";s:1441:"<style> ul.bk_1x6_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; column-gap: 10px; padding-bottom: 5px; } ul.bk_1x6_block_cat li { width: 19%; text-align: center; min-width: 140px; box-shadow: 2px 2px 5px #d0d0d0; border-radius: 5px; overflow: hidden; } </style> <ul class="bk_1x6_block_cat"> <li> <a href="/perfora/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/shrk1602-perfora.webp" alt="img"></figure> </a> </li> <li> <a href="/manetain/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/shrk1602-Manetain.webp" alt="img"></figure> </a> </li> <li> <a href="/vs-mani-and-co./"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/shrk1602-VS-Mani&Co.webp" alt="img"></figure> </a> </li> <li> <a href="/barosi/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/shrk1602-barosi.webp" alt="img"></figure> </a> </li> <li> <a href="/the-healthy-binge/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/shrk1602-the-healthy-binge.webp" alt="img"></figure> </a> </li> </ul>";} 0 771 5979 150 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for shark tank page
2220 1010 a:1:{s:7:"content";s:2321:"<style> ul.bk_1x6_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x6_block_cat li { width: 16.66%; padding: 5px; text-align: center; } ul.bk_1x6_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x6_block_cat li div { padding: 4px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x6_block_cat { flex-wrap: wrap; } ul.bk_1x6_block_cat li { width: 33.3%; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="https://kindlife.in/gush/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/nail0102-gush.jpg" alt="img"></figure> <div>Save 40%</div> </a> </li> <li> <a href="https://kindlife.in/harkoi/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/nail0102-har-koi.jpg" alt="img"></figure> <div>Save 50%</div> </a> </li> <li> <a href="https://kindlife.in/blushbee-organic-beauty/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/nail0102-blushbee.jpg" alt="img"></figure> <div>Save 40%</div> </a> </li> <li> <a href="https://kindlife.in/spekta-cosmetics/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/nail0102-spekta.jpg" alt="img"></figure> <div>Save 50%</div> </a> </li> <li> <a href="https://kindlife.in/plum/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/nail0102-plum.jpg" alt="img"></figure> <div>Save 30%</div> </a> </li> <li> <a href="https://kindlife.in/belora/"> <figure><img src="https://cdn.kindlife.in/images/banners/home-page/nail0102-belora.jpg" alt="img"></figure> <div>Flat 50%</div> </a> </li> </ul>";} 0 5982 151 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for nails page
2220 1008 a:1:{s:7:"content";s:1821:"<style> ul.bk_1x6_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; } ul.bk_1x6_block_cat li { width: 16.66%; padding: 5px; } ul.bk_1x6_block_cat li img { border-radius: 10px; } @media (max-width:766px) { ul.bk_1x6_block_cat { flex-wrap: wrap; } ul.bk_1x6_block_cat li { width: 33.3%; } } </style> <ul class="bk_1x6_block_cat"> <li> <a href="/curlvana/"> <img src="https://cdn.kindlife.in/images/banners/home-page/shampoo2101-curlvana.jpg" alt="img"> </a> </li> <li> <a href="/detoxie/"> <img src="https://cdn.kindlife.in/images/banners/home-page/shampoo2101-detoxie.jpg" alt="img"> </a> </li> <li> <a href="/juicy-chemistry/"> <img src="https://cdn.kindlife.in/images/banners/home-page/shampoo2101-juicy-chemistry.jpg" alt="img"> </a> </li> <li> <a href="/nat-habit/"> <img src="https://cdn.kindlife.in/images/banners/home-page/shampoo2101-nathabit.jpg" alt="img"> </a> </li> <li> <a href="/manetain/"> <img src="https://cdn.kindlife.in/images/banners/home-page/shampoo2101-manetain.jpg" alt="img"> </a> </li> <li> <a href="/blushlin/"> <img src="https://cdn.kindlife.in/images/banners/home-page/shampoo2101-blushin.jpg" alt="img"> </a> </li> </ul>";} 0 5980 152 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for Shampoos page
2220 2414 a:1:{s:7:"content";s:2030:"<style> ul.bk_1x5_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; margin-bottom: 15px; margin-top:10px; } ul.bk_1x5_block_cat li { width: 20%; padding: 5px; text-align: center; min-width: 300px; } ul.bk_1x5_block_cat li a { display: inline-block; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #d0d0d0; } ul.bk_1x5_block_cat li div { padding: 5px 0; font-weight: 500; } @media (max-width:766px) { ul.bk_1x5_block_cat li div { font-size: 12px; } } @media (max-width:480px ){ /*ul.bk_1x5_block_cat { flex-wrap: wrap; justify-content: space-evenly; } */ ul.bk_1x5_block_cat li { min-width: 200px; } } </style> <ul class="bk_1x5_block_cat"> <li> <a href="https://kindlife.in/paper-boat/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-01foodpgrev.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/happilo/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-02foodpgrev.webp" alt="img"></figure> </a> </li> <li> <a href=" https://kindlife.in/barosi/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-03foodpgrev.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/yogabar/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-04foodpgrev.webp" alt="img"></figure> </a> </li> <li> <a href="https://kindlife.in/alpino/"> <figure><img src="https://cdn.kindlife.in/images/banners/category/cat2508-05foodpgrev.webp" alt="img"></figure> </a> </li> </ul>";} 0 9768 153 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en brand logos for food page
2220 1005 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:3:"252";}} 0 5972 154 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Household cleaners page banner
2220 625 a:1:{s:7:"content";s:5438:"<style type="text/css"> .bk_cust_gallThmb_box{ padding: 10px; background-color: #fff; } .bk_cust_gallThmb_heading{ box-sizing: border-box; width: 100%; padding: 20px 0px 7px 0; font-size: 14px; position: relative; background: #fff; } .bk_cust_gallThmb_heading > span:first-child{ display: block; box-sizing: border-box; font-weight: 500; font-size: 18px; } .bk_cust_gallThmb_heading > span:nth-child(2){ display: block; color: #4A4A49; } ul.bk_cust_gallThmb{ margin: 5px 0 0px; padding: 0 0; list-style: none; box-sizing: border-box; overflow: auto; white-space: nowrap; width: 100%; clear: both; background-color: #fff; display: flex; flex-wrap: wrap; } ul.bk_cust_gallThmb *{ box-sizing: border-box; } ul.bk_cust_gallThmb li{ display: inline-block; margin:0 0 0px 0; float: none; border: none; padding: 0 0; border-radius: 0; width: 33.3%; white-space: normal; } ul.bk_cust_gallThmb li > a,ul.bk_cust_gallThmb li > a span{ display: block; text-align: center; font-weight: 500; padding: 5px; } ul.bk_cust_gallThmb li > a > figure { padding: 0; margin:0 0; display: flex; justify-content: center; align-items: center; border: none; width: 100%; position: relative; flex-flow: column; } ul.bk_cust_gallThmb li a figure div { position: absolute; width: 100%; } ul.bk_cust_gallThmb li > a > figure img{ display: block; float: left; width: 100%; border-radius: 5px; } ul.bk_cust_gallThmb li > a figure div span { color: #fff; font-size: 16px; line-height: 20px; padding: 0px; } ul.bk_cust_gallThmb li > a > p{ width: 100%; float: left; clear: both; white-space: break-spaces; } .texticon { width: 20%; display: inline-block !important; float: left; margin-left: 5px; } ul.bk_cust_gallThmb li a div{ padding: 4px 0; display: flex; flex-flow: column; } ul.bk_cust_gallThmb li a div span,ul.bk_cust_gallThmb li a div small{ display: block; width: 100%; } ul.bk_cust_gallThmb li a div span{ font-size: 15px; font-weight: 400; letter-spacing: 0.2px; line-height: 17px; text-shadow: 0px 0px 6px rgba(0,0,0,0.52); -webkit-text-shadow: 0px 0px 6px rgba(0,0,0,0.1); padding: 0px 10px; } ul.bk_cust_gallThmb li a div small{ font-size: 15px; font-weight: 600; text-shadow: 0px 0px 6px rgba(0,0,0,0.1); -webkit-text-shadow: 0px 0px 6px rgba(0,0,0,0.1); } .ty-mainbox-title{ margin: 10px 0px; } /*for tablet and above devices*/ @media (min-width: 767px) { ul.bk_cust_gallThmb li{ width: 16.6%; float: left; margin: 0 0 0 0; padding: 0 5px; white-space: normal; } ul.bk_cust_gallThmb li > a > figure img{ width: 100%; } ul.bk_cust_gallThmb li a div span{ font-size:16px; line-height:16px; } ul.bk_cust_gallThmb li > a figure div span{ font-size: 18px; } } </style> <style> .bk_cust_gallThmb.bk_1x4_block li{ width: 33.3%; } .bk_cust_gallThmb.bk_1x4_block li a img{ border-radius: 5px; } @media (min-width: 767px){ .bk_cust_gallThmb.bk_1x4_block li a img{ border-radius: 10px; } .bk_cust_gallThmb.bk_1x4_block li{ width: 16.6%; padding: 0px; } } </style> <ul class="bk_cust_gallThmb bk_1x4_block"> <li> <a href="https://kindlife.in/laundry-detergents/"> <img src="https://cdn.kindlife.in/images/banners/home-page/PLP_cate1406_Laundry-Detergents.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/kitchen-essentials"> <img src="https://cdn.kindlife.in/images/banners/home-page/PLP_cate1406_Kitchen-Essentials.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/rooms/"> <img src="https://cdn.kindlife.in/images/banners/home-page/PLP_cate1406_Floor-Cleaners.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/air-fresheners"> <img src="https://cdn.kindlife.in/images/banners/home-page/PLP_cate1406_Air-Fresheners.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/toilet/"> <img src="https://cdn.kindlife.in/images/banners/home-page/PLP_cate1406_Bathroom-Cleaners.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/household-cleaner-combos/"> <img src="https://cdn.kindlife.in/images/banners/home-page/PLP_cate1406_Squeaky-clean.jpg" alt="img"> </a> </li> </ul>";} 0 215 4180 155 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Category block for Household Cleaners page
2220 558 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"82,83";}} 0 4098 156 D banners a:3:{s:8:"template";s:34:"addons/banners/blocks/carousel.tpl";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";} 0 1 en Vitamin C page Banners
2220 613 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:8:"93,95,94";}} 0 4163 157 D banners a:3:{s:8:"template";s:34:"addons/banners/blocks/carousel.tpl";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";} 0 1 en Underarm-care page banners
2220 407 a:1:{s:7:"content";s:4486:"<style type="text/css"> .bk_cust_gallThmb_box{ padding: 10px; background-color: #fff; } .bk_cust_gallThmb_heading{ box-sizing: border-box; width: 100%; padding: 5px 0px 7px 0; font-size: 14px; position: relative; background: #fff; } .bk_cust_gallThmb_heading > span:first-child{ display: block; box-sizing: border-box; font-weight: 500; font-size: 18px; } .bk_cust_gallThmb_heading > span:nth-child(2){ display: block; color: #4A4A49; } ul.bk_cust_gallThmb{ margin: 5px 0 0px; padding: 0 0; list-style: none; box-sizing: border-box; overflow: auto; white-space: nowrap; width: 100%; clear: both; background-color: #fff; display: flex; flex-wrap: wrap; } ul.bk_cust_gallThmb *{ box-sizing: border-box; } ul.bk_cust_gallThmb li{ display: inline-block; margin:0 0 0px 0; float: none; border: none; padding: 0 0; border-radius: 0; width: 50%; white-space: normal; } ul.bk_cust_gallThmb li > a{ position: relative; } ul.bk_cust_gallThmb li > a,ul.bk_cust_gallThmb li > a span{ display: block; text-align: center; font-weight: 500; padding: 5px; } ul.bk_cust_gallThmb li > a > figure { padding: 0; margin:0 0; display: flex; justify-content: center; align-items: center; border: none; width: 100%; } ul.bk_cust_gallThmb li > a > figure img{ display: block; float: left; width: 100%; border-radius: 0; } ul.bk_cust_gallThmb li > a > p{ width: 100%; float: left; clear: both; white-space: break-spaces; } .texticon { width: 20%; display: inline-block !important; float: left; margin-left: 5px; } ul.bk_cust_gallThmb li a div{ padding: 4px 0; margin: 0 0; text-align: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-flow: column; justify-content: center; color: #fff; } ul.bk_cust_gallThmb li a div span,ul.bk_cust_gallThmb li a div small{ display: block; width: 100%; } ul.bk_cust_gallThmb li a div span{ font-size: 16px; font-weight: 500; letter-spacing: 0.2px; line-height: 18px; text-shadow: 0px 0px 6px rgba(0,0,0,0.1); -webkit-text-shadow: 0px 0px 6px rgba(0,0,0,0.1); } ul.bk_cust_gallThmb li a div small{ font-size: 14px; font-weight: 600; text-shadow: 0px 0px 6px rgba(0,0,0,0.1); -webkit-text-shadow: 0px 0px 6px rgba(0,0,0,0.1); } .ty-mainbox-title{ margin: 10px 0px; } /*for tablet and above devices*/ @media (min-width: 767px) { ul.bk_cust_gallThmb li{ width: 25%; float: left; margin: 0 0 0 0; padding: 0 5px; white-space: normal; } ul.bk_cust_gallThmb li > a > figure img{ width: 100%; } ul.bk_cust_gallThmb li a div span{ font-size:18px; line-height: 14px; } } </style> <div class="bk_cust_gallThmb_heading"> <ul class="bk_cust_gallThmb bk_1x4_block"> <li> <a href="https://kindlife.in/perfumes/ "> <img src="https://cdn.kindlife.in/images/banners/home-page/HP_cat1904_Fragrances.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/body-wash-and-shower-gels/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP_cat1904_Body-Wash-Shower-Gels.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/intimate-care-en/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP_cat1904_Intimate-Care.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/toners/"> <img src="https://cdn.kindlife.in/images/banners/home-page/HP_cat1904_Face-Mists-&-Toners.jpg" alt="img"> </a> </li> </ul>";} 0 772 3855 158 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Sweat resistant summer category block
2220 543 a:1:{s:7:"content";s:2032:"<style> ul.bk_cust_gallThmb { margin: 0px; padding: 0 0; list-style: none; display: flex; flex-wrap: wrap; } ul.bk_cust_gallThmb li > a { display: block; padding: 5px; } .bk_cust_gallThmb.bk_1x4_block li{ width: 33.3%; } .bk_cust_gallThmb.bk_1x4_block li a img{ border-radius: 5px; } @media (min-width: 767px){ .bk_cust_gallThmb.bk_1x4_block li a img{ border-radius: 10px; } .bk_cust_gallThmb.bk_1x4_block li{ width: 16.6%; padding: 0px; } } </style> <ul class="bk_cust_gallThmb bk_1x4_block"> <li> <a href="https://kindlife.in/edible-oils/"> <img src="https://cdn.kindlife.in/images/banners/home-page/cat_1309Oils&ghees.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/flours"> <img src="https://cdn.kindlife.in/images/banners/home-page/cat_1309Flours.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/spices"> <img src="https://cdn.kindlife.in/images/banners/home-page/cat_1309Spices.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/sugars-and-honey/"> <img src="https://cdn.kindlife.in/images/banners/home-page/cat_1309Sugar&Honey.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/noodles-and-pasta/"> <img src="https://cdn.kindlife.in/images/banners/home-page/cat_1309Pasta&Noodles.jpg" alt="img"> </a> </li> <li> <a href="https://kindlife.in/grains-and-cereals/"> <img src="https://cdn.kindlife.in/images/banners/home-page/cat_1309Grains&Pulses.jpg" alt="img"> </a> </li> </ul>";} 0 752 4083 159 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Trending categories for pantry essentials page
2220 343 a:1:{s:5:"items";a:5:{s:7:"filling";s:22:"csc_virtual_categories";s:3:"cid";s:3:"545";s:7:"sort_by";s:7:"product";s:10:"sort_order";s:3:"asc";s:5:"limit";s:1:"5";}} 0 3369 blocks/wrappers/mainbox_general.tpl 160 D products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"8";s:15:"thumbnail_width";s:3:"100";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en Products
2220 2559 a:1:{s:7:"content";s:7573:" <style> /* PRODUCTS */ .product { position: relative; overflow: hidden; margin-bottom:50px; } .product-container { display: flex; overflow-x: auto; scroll-behavior: smooth; column-gap: 10px; } .product-container::-webkit-scrollbar { display: none; } .product-card { flex: 0 0 80%; } .product-image { position: relative; width: 100%; overflow: hidden; } .product-image img { width: 100%; } .pre-btn, .nxt-btn { width: 20px; position: absolute; top: calc(50% - 18px); cursor: pointer; z-index: 3; font-size: 22px; opacity: 0.4; height: 36px; line-height: 36px; background: #000; color: #fff; border-radius: 5px; border: 0; } .pre-btn { left: 0; border-radius: 0 5px 5px 0; } .nxt-btn { right: 0; border-radius: 5px 0 0 5px; } .pre-btn img, .nxt-btn img { opacity: 0.2; } .pre-btn:hover img, .nxt-btn:hover img { opacity: 1; } img.product-card-mob { display: none; } @media screen and (max-width: 600px) { .product-card { flex: 0 0 100%; } img.product-card-mob { display: block; } img.product-card-desk { display: none; } } .ind-deal { display: none; } .product-card.gift_card { flex: 0 0 40%; } img.product-card-mob { display: none; } .product-card.gift_card.offers { display: none; } @media screen and (max-width: 600px) { img.product-card-mob { display: block; } img.product-card-desk { display: none; } .product-card.gift_card { flex: 0 0 100%; } .product-card.gift_card.offers { display: block; } .product { margin-bottom:30px; } } </style> <section class="product"> <button class="pre-btn ind-deal"><span class="ty-icon ty-icon-left-open-thin"></span></button> <button class="nxt-btn ind-deal"><span class="ty-icon ty-icon-right-open-thin"></span></button> <div class="product-container strip_banner"> <div class="product-card gift_card"> <div class="product-image"> <a href="https://www.kindlife.in/3-step-k-beauty-skincare-routine/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-2002-3-step-routein.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-2002-3-step-routein.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card"> <div class="product-image"> <a href="https://www.kindlife.in/4-step-korean-skincare-routine/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-0403-4step-02.webp" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-0403-4step-02.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card"> <div class="product-image"> <a href="https://www.kindlife.in/5-step-k-beauty-skincare-routine/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-5step-2002.webp" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-5step-2002.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card"> <div class="product-image"> <a href="https://www.kindlife.in/7-step-k-beauty-skincare-routine/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-7step-2002.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-7step-2002.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card"> <div class="product-image"> <a href="https://www.kindlife.in/10-step-k-beauty-skincare-routine/"> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-10step-2002.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-10step-2002.webp" class="product-thumb" alt=""></a> </div> </div> <div class="product-card gift_card"> <div class="product-image"> <a href="https://www.kindlife.in/3-step-cosrx-skincare-routine/ "> <img class="product-card-desk" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-2002-3-step-routein-cosrx-step-2.webp" class="product-thumb" alt=""> <img class="product-card-mob" src="https://cdn.kindlife.in/images/banners/category/Kbeauty-2002-3-step-routein-cosrx-step-2.webp" class="product-thumb" alt=""></a> </div> </div> </section> <script type="text/javascript" id=""> const productContainers = document.querySelectorAll('.product-container'); const nxtBtn = document.querySelectorAll('.nxt-btn'); const preBtn = document.querySelectorAll('.pre-btn'); productContainers.forEach((item, i) => { const productCards = item.querySelectorAll('.product-card'); const containerWidth = item.offsetWidth; const cardWidth = productCards[0].offsetWidth; let index = 0; nxtBtn[i].addEventListener('click', () => { index++; const maxIndex = productCards.length - Math.floor(containerWidth / cardWidth); if (index > maxIndex) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); preBtn[i].addEventListener('click', () => { index--; if (index < 0) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidth + 10); } }); setInterval(() => { nxtBtn[i].click(); }, 4000); }); </script>";} 0 2169 10571 161 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en kbeauty banners new scroll
2220 1006 a:1:{s:7:"content";s:284:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1201-bogo-strip-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/category/Category-1201-bogo-strip-mob.webp"> </div>";} 0 2417,2551 5978 162 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en Foolproof strip
2220 3675 a:1:{s:7:"content";s:334:"<div class="bk_catBanner desktop"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Category-1609-strip-rizz30-desk.webp"> </div> <div class="bk_catBanner mobile"> <img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Category-1609-strip-rizz30-mob.webp"> </div>";} 0 3045,3074 12788 163 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en rizz 30 strip for rrr
2220 2319 a:1:{s:7:"content";s:5836:"{assign var="variant" value=$product.product_id|fn_get_product_brand_name} {assign var="variant_id" value=$variant|fn_get_product_variant_id} {* coupon condition for republic day brands (Coxir, Rovectin, Frudia, Dashing Diva, Missha, neaf neaf, Secret Key, COSRX, I'm From, Biodance, Round Lab, Dr.G, AXIS-Y, Tirtir, Skinfood, Isntree, iUNIK, VT Cosmetics, Numbuzin, Apieu, Klairs, By Wishtrend, SKIN1004, Mary & May, Biore, Ethiglo, Suntique, Cokodive, TFIT, CeraVe, BEYOND BEYOND, Etude, Beauty of Joseon, Vlado's Himalayan Organics, Minimalist, Optimum Nutrition, SuperYou, GNC, Anveshan, Two Brothers Organic Farms, Happier, Dr. Morepen, Gramiyaa, Kudej, Snactivate, Beyond Food, Nerah Skin, Bolt Nutrition, Wishnew wellness, Gush, Yoga Bar) *} {if !in_array($variant_id,array(56045, 31672, 53920, 55177, 46581, 58656, 56024, 10451, 54469, 54462, 48470, 59527, 48486, 59745, 47512, 33207, 40250, 53750, 48260, 46555, 10438, 58677, 50494, 48466, 53620, 59972, 47510, 58655, 61562, 59970, 61273, 61552, 31880, 29826, 23702, 52175, 58611, 58065, 38611, 29356, 38532, 28494, 30071, 41666, 43143, 54211, 61553, 54064, 53384, 26000, 22378))} <style> .bk_pid_code_inner { display: flex; overflow-x: auto; justify-content: space-between; scroll-behavior: smooth; column-gap: 10px; margin-top: 10px; } .bk_pid_code_inner::-webkit-scrollbar { display: none; } .bk_pid_strip { flex: 1; display: flex; justify-content: center; padding: 6px 10px; flex-wrap: wrap; gap: 10px; background: #54D4C6; border-radius: 6px; } .bk_pid_strip { flex: 0 0 49.5%; } .bk_pid_text { display: flex; align-items: center; text-align: center; } .bk_pid_text p { font-size: 14px; line-height: 1.3; color: #fff; font-weight: 400; } .bk_pid_text span { font-weight: 700; color: #fff; } /* Fading animation */ .bk_pid_strip_wrap .fade1 { animation-name: fade1; animation-duration: 1.5s; } @keyframes fade1 { from { opacity: .4 } to { opacity: 1 } } @media (max-width: 767px) { .bk_pid_strip { flex: 0 0 100%; } .bk_pid_text p { font-size: 14px; } } @media (max-width: 480px) { .bk_pid_text p { font-size: 12px; } } </style> <style> .desktop { display: block; } .strip_banner img { width: 100%; border-radius: 5px; } .mobile { display: none; } @media only screen and (max-width: 768px) { .desktop { display: none; } .mobile { display: block; } } </style> {* conditional banner for BOGO page pids *} {if in_array($product.product_id,array('39637', '39635', '65542', '39930', '31358', '63926', '66481', '39641', '65572', '66489', '65543', '39636', '63942', '31377', '36710', '65546', '66863', '30122'))} <!-- <div class="strip_banner" style="margin-top:5px;"> <img class="desktop" src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Ctgry-2111-bogo-strip-desk.webp" alt="img" width="1200" height="280" loading="lazy"> <img class="mobile" src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Ctgry-2111-bogo-strip-mob.webp" alt="img" width="800" height="280" loading="lazy"> </div> --> {/if} <div class="bk_pid_strip_wrap"> <button class="bk_pid_strip_previousBtn" style="display: none;"><span class="ty-icon ty-icon-left-open-thin"></span></button> <button class="bk_pid_strip_nextBtn" style="display: none;"><span class="ty-icon ty-icon-right-open-thin"></span></button> <div class="bk_pid_code_inner"> {if in_array($product.product_id,array('66856'))} <!-- <div class="bk_pid_strip fade1"> <div class="bk_pid_text"> <p><span>FREE mini eye cream (12g) </span></p> </div> </div> --> {/if} {if in_array($product.product_id,array('31317'))} <!-- <div class="bk_pid_strip fade1"> <div class="bk_pid_text"> <p><span>Get FREE mini black sugar wash off mask (15ml) </span></p> </div> </div> --> {/if} <div class="bk_pid_strip fade1"> <div class="bk_pid_text"> <p><span>KLOVE | 5% off </span> on orders ₹999+ </p> </div> </div> <div class="bk_pid_strip fade1"> <div class="bk_pid_text"> <p><span>GLOW10 | 10% off </span> on orders ₹999+ </p> </div> </div> <div class="bk_pid_strip fade1"> <div class="bk_pid_text"> <p><span>COKO5 | 5% off </span> on all kpop merch </p> </div> </div> </div> </div> <script> const productContainerNew = document.querySelectorAll('.bk_pid_code_inner'); const nextBtn = document.querySelectorAll('.bk_pid_strip_nextBtn'); const previousBtn = document.querySelectorAll('.bk_pid_strip_previousBtn'); productContainerNew.forEach((item, i) => { const bannerCards = item.querySelectorAll('.bk_pid_strip'); const containerWidthNew = item.offsetWidth; const cardWidthNew = bannerCards[0].offsetWidth; let index = 0; nextBtn[i].addEventListener('click', () => { index++; const maxIndex = bannerCards.length - Math.floor(containerWidthNew / cardWidthNew); if (index > maxIndex) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidthNew + 10); } }); previousBtn[i].addEventListener('click', () => { index--; if (index < 0) { index = 0; item.scrollLeft = 0; } else { item.scrollLeft = index * (cardWidthNew + 10); } }); setInterval(() => { nextBtn[i].click(); }, 4000); }); </script> {/if}";} 0 11151 164 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en coupon code strip for all pids
2220 3678 a:1:{s:7:"content";s:1491:"<style> ul.bk_1x4_block_cat { margin: 0; list-style: none; display: flex; overflow-x: auto; column-gap:8px; margin-top: 10px; } .bk_prodListTags { display: none; } ul.bk_1x4_block_cat li { width: 25%; padding: 0px; text-align: center; } ul.bk_1x4_block_cat li a { display: inline-block; overflow: hidden; } @media (max-width:480px) { ul.bk_1x4_block_cat li { min-width: 200px; padding: 0px; } } </style> <ul class="bk_1x4_block_cat"> <li> <a href="https://www.kindlife.in/freedom-78-store/freedom-store-sku/"> <figure><img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Ctgry-0808-freedom-78.webp" alt="img"> </figure> </a> </li> <li> <a href="https://www.kindlife.in/freedom-78-store/freedom-store-178/"> <figure><img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Ctgry-0808-freedom-178.webp" alt="img"> </figure> </a> </li> <li> <a href="https://www.kindlife.in/freedom-78-store/freedom-store-578/"> <figure><img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Ctgry-0808-freedom-5781.webp" alt="img"> </figure> </a> </li> <li> <a href="https://www.kindlife.in/freedom-78-store/freedom-store-978/"> <figure><img src="https://cdn.kindlife.in/images/banners/landing-page/brand-pages-strips/Ctgry-0808-freedom-9781.webp" alt="img"> </figure> </a> </li> </ul>";} 0 3045 12810 165 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en the 78,178,578.978 store blocks
2220 2611 a:1:{s:7:"content";s:150:"<div class="plp-display__block"> <h3 class="plp-display__title">The K-beauty <br> It List</h3> <div class="plp-display__desc"></div> </div>";} 0 2278 10036 166 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en The it list heading text block
2220 341 a:1:{s:7:"content";s:2055:"<div class="bk_prodListdiv" > <div class="bk_pagename_top"> <div style="float: left;">{if !empty($category_data.main_pair.detailed.image_path) } <img src="{$category_data.main_pair.detailed.image_path}"/> {/if} </div> <div style=" display: inline-block; margin: 0px 10px 0px 0px;"> <h4 class="ty-mainbox-title header bk-mainbox-title header"> {if $category_data.category|trim} {$category_data.category nofilter} {else} <span>{$category_data.page_title}</span> {/if} </h4> </div> </div> {if $subcategories} <div class="bk_prodListTags"> {math equation="ceil(n/c)" assign="rows" n=$subcategories|count c=$columns|default:"2"} {split data=$subcategories size=$rows assign="splitted_subcategories"} <ul class="subcategories clearfix"> {hook name="categories:view_subcategories"} {foreach from=$splitted_subcategories item="ssubcateg"} {foreach from=$ssubcateg item=category name="ssubcateg"} {if $category} {assign var=cat_count value=$category.category_id|fn_categories_total_product} <li class="ty-subcategories__item"> <a href="{"categories.view?category_id=`$category.category_id`"|fn_url}"> {if $category.main_pair} {/if} <span {live_edit name="category:category:{$category.category_id}"}>{$category.category} <!-- {if $cat_count > 0}({$cat_count}){/if} --> </span> </a> </li> {/if} {/foreach} {/foreach} {/hook} </ul> </div> {/if} </div> ";} 0 2278 10420 hidden-app hidden-phone show_only_desk plp_subcat 167 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:21:"kl_app_webview_height";s:3:"300";} 0 1 en title_subcat_prod_list
2220 11 0 1741 3370 blocks/wrappers/mainbox_general.tpl 168 A main 0 1 en Main Content