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 'pages' 
  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 = 52 
  AND dynamic_object_content.object_type like 'pages' 
WHERE 
  cscart_bm_snapping.grid_id IN (
    187, 188, 189, 193, 190, 194, 192, 195, 
    191, 198, 203, 199, 200, 201, 202, 204, 
    255, 515, 256, 311, 312, 310, 254, 290, 
    257, 258, 516
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00137

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "310.76"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "160.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": 40,
            "rows_produced_per_join": 40,
            "filtered": "100.00",
            "index_condition": "(`wearethehelpful_scalesta_net`.`cscart_bm_snapping`.`grid_id` in (187,188,189,193,190,194,192,195,191,198,203,199,200,201,202,204,255,515,256,311,312,310,254,290,257,258,516))",
            "cost_info": {
              "read_cost": "20.76",
              "eval_cost": "4.00",
              "prefix_cost": "24.76",
              "data_read_per_join": "30K"
            },
            "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": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 40,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "10.00",
              "eval_cost": "4.00",
              "prefix_cost": "38.76",
              "data_read_per_join": "8K"
            },
            "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": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.block_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 40,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "10.00",
              "eval_cost": "4.00",
              "prefix_cost": "52.76",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "block_id",
              "lang_code",
              "name"
            ]
          }
        },
        {
          "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": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.block_id",
              "const",
              "wearethehelpful_scalesta_net.cscart_bm_blocks_descriptions.lang_code",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 40,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(default_content), (`wearethehelpful_scalesta_net`.`default_content`.`object_type` like ''), true)",
            "cost_info": {
              "read_cost": "10.00",
              "eval_cost": "4.00",
              "prefix_cost": "66.76",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "snapping_id",
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ]
          }
        },
        {
          "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": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.snapping_id"
            ],
            "rows_examined_per_scan": 2,
            "rows_produced_per_join": 80,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(cscart_bm_block_statuses), ((`wearethehelpful_scalesta_net`.`cscart_bm_snapping`.`snapping_id` = `wearethehelpful_scalesta_net`.`cscart_bm_block_statuses`.`snapping_id`) and (`wearethehelpful_scalesta_net`.`cscart_bm_block_statuses`.`object_type` like 'pages')), true)",
            "cost_info": {
              "read_cost": "20.00",
              "eval_cost": "8.00",
              "prefix_cost": "94.76",
              "data_read_per_join": "9K"
            },
            "used_columns": [
              "snapping_id",
              "object_ids",
              "object_type"
            ]
          }
        },
        {
          "table": {
            "table_name": "dynamic_object_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 2,
            "rows_produced_per_join": 160,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(dynamic_object_content), ((`wearethehelpful_scalesta_net`.`dynamic_object_content`.`object_id` = 52) and (`wearethehelpful_scalesta_net`.`dynamic_object_content`.`lang_code` = `wearethehelpful_scalesta_net`.`cscart_bm_blocks_descriptions`.`lang_code`) and (`wearethehelpful_scalesta_net`.`dynamic_object_content`.`object_type` like 'pages')), true)",
            "cost_info": {
              "read_cost": "40.00",
              "eval_cost": "16.00",
              "prefix_cost": "150.76",
              "data_read_per_join": "35K"
            },
            "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
195 4 0 208 blocks/wrappers/onclick_dropdown.tpl 0 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 en My Account
194 5 0 207 0 A template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:11:"enable_link";s:1:"Y";} 0 1 en Logo
191 8 0 229 top-cart 0 D 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 content
258 11 0 266 0 D main 0 1 en Main Content
187 64 a:1:{s:7:"content";s:585:"<ul class="th-social-top"> <!-- <li><a href="https://facebook.com" target="_blank"><img src="../../../../../../../../design/themes/the_helpful/media/images/socials/facebook_icon.png" alt=""></a></li> <li><a href="https://pinterest.com" target="_blank"><img src="../../../../../../../../design/themes/the_helpful/media/images/socials/pinterest_icon.png" alt=""></a></li> --> <li><a href="https://www.instagram.com/wearethehelpful" target="_blank"><img src="../../../../../../../../design/themes/the_helpful/media/images/socials/instagram_icon.png" alt=""></a></li> </ul>";} 0 201 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Social Top
193 65 a:1:{s:7:"content";s:86:"<nav> <div class="toggle-wrap"> <span class="toggle-bar"></span> </div> </nav>";} 0 205 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Mobile Toggle Button
193 66 a:1:{s:4:"menu";s:1:"6";} 0 206 blocks/wrappers/onclick_dropdown.tpl th-side-categories 0 A 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
200 67 a:1:{s:4:"menu";s:2:"10";} 0 213 blocks/wrappers/footer_general.tpl 0 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";} 0 1 en About
201 68 a:1:{s:4:"menu";s:2:"11";} 0 214 blocks/wrappers/footer_general.tpl 0 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";} 0 1 en Help
204 69 a:1:{s:7:"content";s:367:"<div class="th-copyright"> <p>© Copyright 2024 – We Are the Helpful</p> <a href="/marketplace-terms-and-conditions/">Marketplace T&C’s</a> <a href="/website-terms-and-conditions/">Website T&C’s</a> <a href="/privacy-policy/">Privacy Policy</a> <a href="/cookie-policy/">Cookie Policy</a> <span>Give help, not stuff.</span> </div>";} 0 216 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Copyright
256 72 a:1:{s:7:"content";s:1085:"<div class="category-subheading-box"> <p>When life happens, nourishing food is a necessity, not a nice-to-have. We’ve curated a selection of pre-made meals, kids meals, essential and indulgent hampers with some of the UK's finest brands for when they need them most.</p> </div> <div class="th-services"> <div> <a href="{"categories.view?category_id=268"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/PRE-MADE-MEALS.jpeg" alt=""> <p>Pre-made Meals</p> </a> </div> <div> <a href="{"categories.view?category_id=269"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/HAMPERS.jpg" alt=""> <p>Fresh Hampers</p> </a> </div> <div> <a href="{"categories.view?category_id=270"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/KIDS-MEALS.jpg" alt=""> <p>Kids</p> </a> </div> </div>";} 52 pages 264 blocks/wrappers/mainbox_simple.tpl 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Feed + Nourish
257 73 a:1:{s:7:"content";s:3220:"<div class="th-trending"> <div class="th-trending-row"> <div class="th-trending-item right-image"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/FieldGoods(Kate).jpeg" alt=""> </div> <div class="th-trending-item__caption"> <h3>A Hug From Home with Nourishing Food: FieldGoods</h3> <p>FieldGoods Bundle: “Receiving a box of beautiful, delicious food felt like a hug from home. I was deep in a period of grief, living on the other side of the world from family and solo parenting our three year old. I was only just holding it together.”</p> <a href="real-gifts/real-gifts-field-goods/">Read More</a> </div> </div> <div class="th-trending-item right-image"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/PostiveOutcomesJournal(Lucy).jpg" alt=""> </div> <div class="th-trending-item__caption"> <h3>Permission to Look Inward: Positive Outcomes Journal</h3> <p>Positive Outcomes Journal: “Being gifted this journal made me feel seen, it was so thoughtful as a gift and such a beautiful reminder to be gentle with myself and to give myself some time and space.”</p> <a href="/real-gifts/real-gifts-positive-outcomes-journal/">Read More</a> </div> </div> </div> <div class="th-trending-row"> <div class="th-trending-item"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/ThisisIncense(Rebecca).jpg" alt=""> </div> <div class="th-trending-item__caption"> <h3>A Moment for Her: This is Incense</h3> <p>This is Incense: “Out of the blue my beautiful friend sent a beautiful set of incense, with the most amazingly calming, nurturing scents that made the house smell like a spa. It was such an amazing gift, it lifted the whole family.”</p> <a href="/real-gifts/real-gifts-this-is-incense/">Read More</a> </div> </div> <div class="th-trending-item"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/PotsforTots(Rachel).jpeg" alt=""> </div> <div class="th-trending-item__caption"> <h3>Reduce the Mental Load: Pots for Tots</h3> <p>Best Seller Bundle from Pots for Tots: “This box of meals for my two young kiddies came at the best possible time and helped me enormously. I had just returned to work and started a new job after maternity leave after having my second child, and not having to worry about dinner time was a total relief.”</p> <a href="/real-gifts/real-gifts-pots-for-tots/">Read More</a> </div> </div> </div> </div>";} 0 265 blocks/wrappers/mainbox_simple.tpl 0 D safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Real life. Real Moments. Real Gifts.
202 83 a:1:{s:4:"menu";s:2:"12";} 0 242 blocks/wrappers/footer_general.tpl 0 D menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";} 0 1 en Partners
255 96 a:1:{s:7:"content";s:75:"<h1>Shop.</h1> <p>Gifts that ease, not add to the mental load.</p> <p> </p>";} 0 263 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Shop Heading
190 117 a:1:{s:4:"menu";s:1:"6";} 0 312 0 A as_mega_menu a:3:{s:8:"template";s:55:"addons/as_mega_menu/blocks/menu/dropdown_horizontal.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:1:"6";} 0 1 en Mega Menu
191 118 0 313 0 A side_cart_content a:7:{s:8:"template";s:48:"addons/as_side_cart/blocks/side_cart_content.tpl";s:9:"icon_type";s:8:"outlined";s:10:"icon_color";s:7:"#76787e";s:11:"badge_color";s:7:"#faaa8f";s:16:"heading_bg_color";s:7:"#faaa8f";s:18:"heading_text_color";s:7:"#FFFFFF";s:13:"body_bg_color";s:7:"#FFFFFF";} 0 1 en Side cart
290 119 a:1:{s:7:"content";s:129:"<img src="https://wearethehelpful.developeronline.club/images/shop_page/Howitworksbanner.png?1713423557294" style="width: 100%;">";} 0 314 0 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Shop How It Works
310 138 a:1:{s:7:"content";s:834:"<div class="th-about-us"> <div class="th-about-us__item"> <div class="th-about-us__item-caption"><h3>You know what they need, let's gift it.</h3><p>Gifts that ease, not add to the mental load? We got you.&nbsp;</p> <p><b><i>Feed + Nourish</i></b> someone who’s just-got-too-much-going-on to cook a healthy meal themselves. <b><i>Nurture Family + Self</i></b><i>, </i>because you know that just an hour alone could bring her back from the brink. Perhaps you’re drawn to <b><i>Home + Headspace, </i></b>knowing that someone popping in to organise the house will make them feel so much more seen and supported than a bunch of flowers.&nbsp;</p> <p>You <i>know</i> what they need. Let’s gift it.&nbsp;</p> <p><br></p></div> <p><br></p><p><br></p> <p><br></p><p><br></p><p><br></p><p><br></p><p><br></p> </div> </div>";} 0 343 0 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Shop - Image/Text Block
312 140 a:1:{s:7:"content";s:1067:"<div class="category-subheading-box"> <p>Know what they're going through, but unsure exactly how to help? We've got you. Our carefully curated edits are inspired by what hundreds of you told us actually helped in these moments.</p> </div> <div class="th-services"> <div> <a href="{"categories.view?category_id=276"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/motherhood-category.jpg" alt=""> <p>Motherhood</p> </a> </div> <div> <a href="{"categories.view?category_id=277"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/GRIEF+LOSS.jpg" alt=""> <p>Grief + Loss</p> </a> </div> <div> <a href="{"categories.view?category_id=278"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/RECOVERY+ILLNESS.jpg" alt=""> <p>Illness + Recovery</p> </a> </div> </div>";} 52 pages 346 blocks/wrappers/mainbox_simple.tpl 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Curated Gift Edits for Life's Real Moments
311 154 a:1:{s:7:"content";s:373:"{assign var="catid" value=265} {assign var="cat_image" value=$catid.1|fn_get_image_pairs:'category':'M':true:true} {$cat_image|@fn_print_r} {if $cat_image.pair_id} we're getting something <div class="categories-image"> {include file="common/image.tpl" images=$cat_image.detailed image_width=150} </div> {else} we're not getting anything {/if}";} 0 560 0 D safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en TEST
199 155 a:1:{s:7:"content";s:206:"<p><br></p> <div id="fd-form-66bcc4b353d124a83cc7f773"></div> <script> window.fd('form', { formId: '66bcc4b353d124a83cc7f773', containerEl: '#fd-form-66bcc4b353d124a83cc7f773' }); </script>";} 0 564 blocks/wrappers/footer_general.tpl 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Let's Stay Connected
254 161 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:"123";}} 0 584 fullwidth-banner hidden-phone 0 A banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Banner
515 207 a:1:{s:7:"content";s:95:"<div class="category-subheading-box"> <h2 class="ty-mainbox-simple-title">Explore</h2> </div>";} 0 1229 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Heading + Description
199 210 a:3:{s:5:"width";s:3:"200";s:6:"height";s:3:"200";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:3:"131";}} 0 1233 blocks/wrappers/footer_general.tpl 0 A banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Proudly Part of Buy Women Built
191 4 0 204 blocks/wrappers/onclick_dropdown.tpl top-my-account 1 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 en My Account
199 12 0 211 1 D template a:1:{s:8:"template";s:65:"addons/newsletters/blocks/static_templates/subscribe_advanced.tpl";} 0 1 en Join our Inner Circle
310 73 a:1:{s:7:"content";s:3220:"<div class="th-trending"> <div class="th-trending-row"> <div class="th-trending-item right-image"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/FieldGoods(Kate).jpeg" alt=""> </div> <div class="th-trending-item__caption"> <h3>A Hug From Home with Nourishing Food: FieldGoods</h3> <p>FieldGoods Bundle: “Receiving a box of beautiful, delicious food felt like a hug from home. I was deep in a period of grief, living on the other side of the world from family and solo parenting our three year old. I was only just holding it together.”</p> <a href="real-gifts/real-gifts-field-goods/">Read More</a> </div> </div> <div class="th-trending-item right-image"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/PostiveOutcomesJournal(Lucy).jpg" alt=""> </div> <div class="th-trending-item__caption"> <h3>Permission to Look Inward: Positive Outcomes Journal</h3> <p>Positive Outcomes Journal: “Being gifted this journal made me feel seen, it was so thoughtful as a gift and such a beautiful reminder to be gentle with myself and to give myself some time and space.”</p> <a href="/real-gifts/real-gifts-positive-outcomes-journal/">Read More</a> </div> </div> </div> <div class="th-trending-row"> <div class="th-trending-item"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/ThisisIncense(Rebecca).jpg" alt=""> </div> <div class="th-trending-item__caption"> <h3>A Moment for Her: This is Incense</h3> <p>This is Incense: “Out of the blue my beautiful friend sent a beautiful set of incense, with the most amazingly calming, nurturing scents that made the house smell like a spa. It was such an amazing gift, it lifted the whole family.”</p> <a href="/real-gifts/real-gifts-this-is-incense/">Read More</a> </div> </div> <div class="th-trending-item"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/PotsforTots(Rachel).jpeg" alt=""> </div> <div class="th-trending-item__caption"> <h3>Reduce the Mental Load: Pots for Tots</h3> <p>Best Seller Bundle from Pots for Tots: “This box of meals for my two young kiddies came at the best possible time and helped me enormously. I had just returned to work and started a new job after maternity leave after having my second child, and not having to worry about dinner time was a total relief.”</p> <a href="/real-gifts/real-gifts-pots-for-tots/">Read More</a> </div> </div> </div> </div>";} 0 1219 blocks/wrappers/mainbox_simple.tpl 1 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Real life. Real Moments. Real Gifts.
254 88 0 262 1 D template a:1:{s:8:"template";s:61:"addons/my_changes/blocks/static_templates/category_search.tpl";} 0 1 en Search on category page
195 118 0 556 1 A side_cart_content a:7:{s:8:"template";s:48:"addons/as_side_cart/blocks/side_cart_content.tpl";s:9:"icon_type";s:8:"outlined";s:10:"icon_color";s:7:"#76787e";s:11:"badge_color";s:7:"#faaa8f";s:16:"heading_bg_color";s:7:"#faaa8f";s:18:"heading_text_color";s:7:"#FFFFFF";s:13:"body_bg_color";s:7:"#FFFFFF";} 0 1 en Side cart
311 139 a:1:{s:7:"content";s:1128:"<div class="category-subheading-box"> <p>Family, Self and Home: the most important things in life. We've curated a collection that gives the gift of time, ritual and self-care, ensuring the ones we love feel seen and supported, in ways that get to the heart of what they really need.</p> </div> <div class="th-services"> <div> <a href="{"categories.view?category_id=271"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/Self+Wellbeing.jpg" alt=""> <p>Self + Wellbeing</p> </a> </div> <div> <a href="{"categories.view?category_id=282"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/Help-with-the-Kids.jpg" alt=""> <p>Family + Kids</p> </a> </div> <div> <a href="{"categories.view?category_id=266"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/Home+Headspace.png" alt=""> <p>Home + Headspace</p> </a> </div> </div>";} 0 345 blocks/wrappers/mainbox_simple.tpl 1 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Family + Self Care
515 206 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:23:"265,267,276,277,278,297";}} 0 1228 cat-grid 1 A categories a:2:{s:8:"template";s:49:"blocks/categories/categories_multicolumn_list.tpl";s:17:"number_of_columns";s:1:"3";} 0 1 en Categories Block
189 5 0 202 top-logo 2 A template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:11:"enable_link";s:1:"Y";} 0 1 en Logo
191 7 0 230 blocks/wrappers/onclick_dropdown.tpl top-search 2 A template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
190 9 a:1:{s:4:"menu";s:1:"6";} 0 203 top-menu 2 D 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
199 13 a:1:{s:7:"content";s:683:"<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"><span class="ty-icon ty-icon-facebook"></span>Facebook</a> </div> <div class="ty-social-link instagram"> <a href="https://www.instagram.com"><span class="ty-icon ty-icon-instagram"></span>Instagram</a> </div> <div class="ty-social-link twitter"> <a href="https://twitter.com"><span class="ty-icon ty-icon-twitter"></span>Twitter</a> </div> <div class="ty-social-link youtube"> <a href="https://www.youtube.com/user/cscartvideos"><span class="ty-icon ty-icon-youtube"></span>Youtube</a> </div></div> ";} 0 212 2 D safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Social links
310 205 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:"123";}} 0 1222 hidden-phone 2 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en web: The journal Banner
310 204 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:"125";}} 0 1221 hidden-tablet hidden-desktop 3 A banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Mobile: The Journal Banner