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 = 296 
  AND dynamic_object_content.object_type like 'categories' 
WHERE 
  cscart_bm_snapping.grid_id IN (
    192, 193, 194, 196, 323, 197, 324, 195, 
    198, 199, 322, 300, 217, 218, 219, 283, 
    285, 332, 336, 331, 334, 337, 335, 333, 
    338, 357, 356, 189, 275
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'es' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00522

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_bm_snapping.`order`, cscart_bm_snapping.block_id",
            "table": {
              "table_name": "cscart_bm_snapping",
              "access_type": "range",
              "possible_keys": ["grid_id"],
              "key": "grid_id",
              "key_length": "4",
              "used_key_parts": ["grid_id"],
              "rows": 51,
              "filtered": 100,
              "index_condition": "cscart_bm_snapping.grid_id in (192,193,194,196,323,197,324,195,198,199,322,300,217,218,219,283,285,332,336,331,334,337,335,333,338,357,356,189,275)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "cscart_bm_blocks",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["block_id"],
          "ref": ["live_clonned.cscart_bm_snapping.block_id"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "cscart_bm_blocks_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "10",
          "used_key_parts": ["block_id", "lang_code"],
          "ref": ["live_clonned.cscart_bm_snapping.block_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "cscart_bm_blocks_descriptions.lang_code = 'es'"
        }
      },
      {
        "table": {
          "table_name": "cscart_bm_block_statuses",
          "access_type": "ref",
          "possible_keys": ["snapping_id"],
          "key": "snapping_id",
          "key_length": "4",
          "used_key_parts": ["snapping_id"],
          "ref": ["live_clonned.cscart_bm_snapping.snapping_id"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id and cscart_bm_block_statuses.object_type like 'categories')"
        }
      },
      {
        "table": {
          "table_name": "default_content",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "18",
          "used_key_parts": ["block_id", "snapping_id", "lang_code", "object_id"],
          "ref": [
            "live_clonned.cscart_bm_snapping.block_id",
            "const",
            "live_clonned.cscart_bm_blocks_descriptions.lang_code",
            "const"
          ],
          "rows": 2,
          "filtered": 100,
          "attached_condition": "trigcond(default_content.object_type like '')"
        }
      },
      {
        "table": {
          "table_name": "dynamic_object_content",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["block_id"],
          "ref": ["live_clonned.cscart_bm_snapping.block_id"],
          "rows": 7,
          "filtered": 100,
          "attached_condition": "trigcond(dynamic_object_content.lang_code = cscart_bm_blocks_descriptions.lang_code and dynamic_object_content.object_id = 296 and dynamic_object_content.object_type like 'categories')"
        }
      }
    ]
  }
}

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
196 14 0 218 blocks/wrappers/footer_general.tpl 0 A template a:1:{s:8:"template";s:53:"blocks/static_templates/my_account_links_advanced.tpl";} 0 1 es Cuenta
197 15 a:1:{s:4:"menu";s:1:"9";} 0 219 blocks/wrappers/footer_general.tpl footer-menu-shop 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 es FUNDAMENTALLY
198 16 a:1:{s:4:"menu";s:1:"4";} 0 220 blocks/wrappers/footer_general.tpl footer-menu-create-orders 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 es Cómo funciona
218 30 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 238 blocks/wrappers/sidebox_important.tpl hidden-phone 0 A product_filters a:1:{s:8:"template";s:48:"blocks/product_filters/for_category/original.tpl";} 0 1 es Filtrar Por
199 95 a:1:{s:7:"content";s:128:"<div class="ft-img"> <img src="/images/theme/footer-logo-color.svg"> <p class="ft-text">{__("because_we_f_care")} </p> </div>";} 0 321 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Footer Image
217 98 a:1:{s:7:"content";s:309:"{if $category_data.main_pair} {include file="common/image.tpl" show_detailed_link=false images=$category_data.main_pair no_ids=true image_id="main-category_image" image_width=1920 image_height=550 class="ty-main-category-img" } {/if} ";} 0 324 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Category page main banner
219 108 a:1:{s:7:"content";s:474:"<a class="hide-filters-link hide">{__('hide_filters')}</a> <a class="hide-filters-link show">{__('show_filters')}</a> <script> $('.hide-filters-link').click(function() { $(".content-grid").toggleClass('hide'); setTimeout(function(){ $(".owl-carousel").each(function (obj, index) { var owlInstance = $(this).data('owlCarousel'); if(owlInstance != null) owlInstance.reinit(); }); }, 600); }); </script>";} 0 338 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Hide filters
283 109 a:1:{s:7:"content";s:75:"<div class="blog-title"> FRESH MATERIAL FOR MEANINGFUL SMALL TALK! </div>";} 0 342 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Category page blog title
285 114 a:1:{s:7:"content";s:175:"{style src="http://ec2-52-8-119-63.us-west-1.compute.amazonaws.com/css/style.css"} {style src="http://ec2-52-8-119-63.us-west-1.compute.amazonaws.com/css/responsive.css"} ";} 0 361 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es CSS Block
332 119 0 430 hidden-desktop 0 A currencies a:3:{s:8:"template";s:21:"blocks/currencies.tpl";s:6:"format";s:6:"symbol";s:14:"dropdown_limit";s:1:"0";} 0 1 es curreny selector
300 120 a:1:{s:7:"content";s:58:"{script src="https://wdszone.com/fundamentally/custom.js"}";} 0 368 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Script Block
323 134 a:1:{s:7:"content";s:6370:"<div class="payment_icon"> <ul> <li> <svg xmlns="http://www.w3.org/2000/svg" width="45.911" height="33" viewBox="0 0 45.911 33"> <g id="amex" transform="translate(0 -41.025)"> <path id="Path_11309" data-name="Path 11309" d="M2.869,41.025H43.042A2.871,2.871,0,0,1,45.911,43.9v27.26a2.87,2.87,0,0,1-2.869,2.869H2.869A2.869,2.869,0,0,1,0,71.156V43.9A2.871,2.871,0,0,1,2.869,41.025Z" fill="#26a6d1"></path> <path id="Path_11310" data-name="Path 11310" d="M22.769,113.966,18.235,124h5.428l.673-1.6h1.538l.673,1.6h5.974v-1.221L33.053,124h3.09l.532-1.247V124H49.1l1.511-1.558L52.026,124l6.382.013-4.548-5,4.548-5.045H52.125L50.654,115.5l-1.37-1.529H35.767l-1.161,2.59-1.188-2.59H28v1.179l-.6-1.179Zm1.05,1.425h2.646l3.007,6.8v-6.8h2.9l2.323,4.878,2.141-4.878h2.884v7.2H37.963l-.014-5.641L35.39,122.59H33.82l-2.572-5.641v5.641h-3.61l-.684-1.614h-3.7l-.683,1.613H20.64Zm17.5,0h7.135l2.182,2.357,2.253-2.357h2.182l-3.316,3.618,3.316,3.577H52.793L50.611,120.2l-2.264,2.385H41.323v-7.2Zm-16.217,1.218-1.218,2.875h2.435Zm17.979.273V118.2h3.892v1.465H43.085V121.1H47.45l2.029-2.113-1.943-2.1H43.085Z" transform="translate(-15.366 -61.463)" fill="#fff"></path> </g> </svg> </li> <li> <svg xmlns="http://www.w3.org/2000/svg" width="48.447" height="33" viewBox="0 0 48.447 33"> <g id="mastercard" transform="translate(-0.5 -0.5)"> <rect id="Rectangle_1249" data-name="Rectangle 1249" width="48.447" height="33" rx="5.5" transform="translate(0.5 0.5)" fill="#fff"></rect> <path id="Path_11311" data-name="Path 11311" d="M28.692,27.519a9.48,9.48,0,0,1-6.216,2.316,9.694,9.694,0,0,1,0-19.387,9.48,9.48,0,0,1,6.216,2.316,9.48,9.48,0,0,1,6.216-2.316,9.694,9.694,0,0,1,0,19.387A9.48,9.48,0,0,1,28.692,27.519Z" transform="translate(-3.692 -2.963)" fill="#ed0006" fill-rule="evenodd"></path> <path id="Path_11312" data-name="Path 11312" d="M35.395,27.519a9.767,9.767,0,0,0,0-14.756,9.48,9.48,0,0,1,6.216-2.316,9.694,9.694,0,0,1,0,19.387A9.48,9.48,0,0,1,35.395,27.519Z" transform="translate(-10.394 -2.963)" fill="#f9a000" fill-rule="evenodd"></path> <path id="Path_11313" data-name="Path 11313" d="M33.966,13.746a9.767,9.767,0,0,1,0,14.756,9.767,9.767,0,0,1,0-14.756Z" transform="translate(-8.966 -3.946)" fill="#ff5e00" fill-rule="evenodd"></path> </g> </svg> </li> <li> <svg xmlns="http://www.w3.org/2000/svg" width="48.447" height="33" viewBox="0 0 48.447 33"> <g id="paypal" transform="translate(-909 -10785)"> <g id="mastercard-svgrepo-com" transform="translate(908.5 10784.5)"> <rect id="Rectangle_1249" data-name="Rectangle 1249" width="48.447" height="33" rx="5.5" transform="translate(0.5 0.5)" fill="#fff"></rect> <path id="Path_11313" data-name="Path 11313" d="M33.966,13.746a9.767,9.767,0,0,1,0,14.756,9.767,9.767,0,0,1,0-14.756Z" transform="translate(-8.966 -3.946)" fill="#ff5e00" fill-rule="evenodd"></path> </g> <g id="paypal-icon-logo-svgrepo-com" transform="translate(923.965 10789.184)"> <path id="Path_11314" data-name="Path 11314" d="M16.579,2.545C15.517,1.335,13.6.816,11.143.816H4.017a1.02,1.02,0,0,0-1.008.86L.043,20.494a.612.612,0,0,0,.6.707h4.4l1.1-7.008-.034.219a1.017,1.017,0,0,1,1-.861h2.09c4.107,0,7.322-1.668,8.261-6.493q.042-.214.073-.417h0a4.555,4.555,0,0,0-.967-4.1" transform="translate(0)" fill="#27346a"></path> <path id="Path_11315" data-name="Path 11315" d="M7.834,6a.894.894,0,0,1,.385-.087h5.586a11.658,11.658,0,0,1,1.842.134q.237.038.471.09.331.073.654.179a5.043,5.043,0,0,1,.773.327,4.554,4.554,0,0,0-.967-4.1C15.517,1.335,13.6.816,11.143.816H4.017a1.02,1.02,0,0,0-1.007.861L.043,20.493a.611.611,0,0,0,.6.707h4.4L7.338,6.665A.893.893,0,0,1,7.834,6Z" transform="translate(0 0)" fill="#27346a"></path> <path id="Path_11316" data-name="Path 11316" d="M74.466,77.689c-.939,4.825-4.155,6.493-8.261,6.493H64.114a1.016,1.016,0,0,0-1,.861l-1.374,8.713a.535.535,0,0,0,.528.619h3.708a.892.892,0,0,0,.881-.753l.036-.189.7-4.43.045-.245a.892.892,0,0,1,.881-.753h.555c3.592,0,6.405-1.459,7.227-5.68a4.838,4.838,0,0,0-.742-4.271,3.543,3.543,0,0,0-1.015-.783c-.022.136-.045.275-.073.417Z" transform="translate(-56.994 -70.631)" fill="#2790c3"></path> <path id="Path_11317" data-name="Path 11317" d="M90.308,68.036q-.22-.064-.443-.114t-.471-.089a11.593,11.593,0,0,0-1.843-.134H81.966a.892.892,0,0,0-.881.753L79.9,75.98l-.034.219a1.016,1.016,0,0,1,1-.861h2.091c4.107,0,7.322-1.668,8.261-6.493.028-.143.051-.281.073-.417a5.072,5.072,0,0,0-.773-.326q-.1-.035-.211-.066" transform="translate(-73.746 -61.787)" fill="#1f264f"></path> </g> </g> </svg> </li> <li> <svg xmlns="http://www.w3.org/2000/svg" width="48.447" height="33" viewBox="0 0 48.447 33"> <g id="visa" transform="translate(-0.5 -0.5)"> <rect id="Rectangle_1250" data-name="Rectangle 1250" width="48.447" height="33" rx="5.5" transform="translate(0.5 0.5)" fill="#fff"></rect> <path id="Path_11318" data-name="Path 11318" d="M17.6,27.895H14.624l-2.233-8.518a1.375,1.375,0,0,0-.662-.9A9.693,9.693,0,0,0,9,17.574v-.328h4.8a1.25,1.25,0,0,1,1.241,1.065L16.2,24.455l2.976-7.209h2.895Zm6.12,0H20.91l2.315-10.649h2.812Zm5.953-7.7a1.09,1.09,0,0,1,1.159-.9,5.24,5.24,0,0,1,2.729.491l.5-2.293A7.118,7.118,0,0,0,31.5,17c-2.729,0-4.715,1.475-4.715,3.522,0,1.557,1.407,2.375,2.4,2.868,1.074.491,1.488.819,1.405,1.31,0,.737-.827,1.065-1.654,1.065a7.091,7.091,0,0,1-2.895-.656l-.5,2.294a8.114,8.114,0,0,0,3.06.574c3.06.081,4.962-1.393,4.962-3.6C33.563,21.587,29.675,21.424,29.675,20.2Zm13.729,7.7L41.171,17.246h-2.4a1.244,1.244,0,0,0-1.159.819l-4.134,9.83h2.895l.578-1.556H40.51l.331,1.556Zm-4.217-7.781.826,4.013H37.7Z" transform="translate(-2.532 -4.915)" fill="#172b85" fill-rule="evenodd"></path> </g> </svg> </li> <li> <img class="ssl_logo" src="/images/homepage/ssl.png"> </li> </ul> </div>";} 0 399 payment_icon 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 es Payment icon
324 135 a:1:{s:7:"content";s:42:"&copy; FUNDAMENTALLY. All Rights Reserved.";} 0 400 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Copyright
333 137 0 432 c2c-btn sell-with-us-top hidden-desktop 0 A template a:1:{s:8:"template";s:65:"addons/c2c_vendor/blocks/static_templates/vendor_facility_btn.tpl";} 0 1 es Vendor Facility Button
189 160 a:1:{s:4:"menu";s:1:"8";} 0 466 hp-main-menu hidden-tablet hidden-phone 0 A menu a:3:{s:8:"template";s:53:"addons/custom_mega_menu/blocks/menu/mega_menu_pro.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:2:"12";} 0 1 es Test Menu
275 161 a:1:{s:7:"content";s:286:"<div class="store_links"> <a class="disruptive_link" href="https://staging.wefundamentally.com/?store_access_key=wefundamentally23">{__("disruptive")}</a> <a class="curated_link" href="https://curated.wefundamentally.com/?store_access_key=curative">{__("curated")}</a> </div>";} 0 467 site_links 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Store Links
194 339 a:1:{s:7:"content";s:1075:"<div class="ty-social-link-block"> <h3 class="ty-social-link__title">{__("get_to_know_us_better")}</h3> <div class="ty-social-link inst"> <a target="_blank" href="https://www.instagram.com/wefundamentally/" > <img src="/images/homepage/inst-new.svg"> </a> </div> <div class="ty-social-link facebook"> <a target="_blank" href="https://www.facebook.com/wefundamentally/"><img src="/images/homepage/fb.svg"></a> </div> <div class="ty-social-link pinterest"> <a target="_blank" href="https://www.pinterest.com.mx/wefundamentally/_saved/"><img src="/images/homepage/pinterest.svg"></a> </div> <div class="ty-social-link whatsapp"> <a target="_blank" href="whatsapp://send?text=Hello,&phone=+525566179380" data-action="share/whatsapp/share"><img src="images/homepage/whatsapp.svg"></a> </div> <!-- <div class="ty-social-link twitter"> <a target="_blank" href="https://twitter.com/wefundamentally" ><img src="/images/homepage/twitter.svg"></a> </div> --> </div>";} 0 971 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 es Social links
332 1 0 431 top-languages hidden-desktop 1 A languages a:3:{s:8:"template";s:20:"blocks/languages.tpl";s:6:"format";s:4:"name";s:14:"dropdown_limit";s:1:"0";} 0 1 es Languages
275 7 0 211 top-search 1 A template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 es Search
217 10 0 237 1 A breadcrumbs a:1:{s:8:"template";s:22:"common/breadcrumbs.tpl";} 0 1 es Breadcrumbs
219 11 0 240 blocks/wrappers/mainbox_general.tpl 1 A main 0 1 es Main Content
283 24 a:1:{s:5:"items";a:4:{s:7:"filling";s:17:"blog.recent_posts";s:6:"period";s:1:"A";s:9:"last_days";s:1:"1";s:5:"limit";s:1:"3";}} 0 341 hp-blog 1 D blog a:1:{s:8:"template";s:35:"addons/blog/blocks/recent_posts.tpl";} 0 1 es Blog
218 83 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 266 385 blocks/wrappers/onclick_dropdown.tpl hidden-tablet hidden-desktop mobile-filter 1 A product_filters a:1:{s:8:"template";s:48:"blocks/product_filters/for_category/original.tpl";} 0 1 es Product filters
285 110 a:1:{s:7:"content";s:510:"{$params = ['active' => true, 'zone' => 'catalog', 'get_hidden' => false, 'mode' => 'list', 'extend' => ['get_images'], 'sort_by' => 'priority', 'sort_order' => 'asc']} {assign var="promotions" value=$params|fn_get_promotions} {foreach $promotions[0] as $promotion} <h1 class="flat-sale hidden-phone hidden-tablet"> {$promotion['name']}</h1> <a href="#" class="sell-with-us hidden-desktop">{__('sell_with_us')}</a> {/foreach} ";} 0 345 1 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Top Sale Bar
338 4 0 208 blocks/wrappers/onclick_dropdown.tpl top-my-account 2 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 es Login
356 5 0 209 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 es Logo
189 9 a:1:{s:4:"menu";s:2:"10";} 0 213 top-menu hidden-desktop 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:1:"9";} 0 1 es Main menu
193 12 0 216 2 A template a:1:{s:8:"template";s:65:"addons/newsletters/blocks/static_templates/subscribe_advanced.tpl";} 0 1 es Subscribe
194 13 a:1:{s:7:"content";s:1066:"<div class="ty-social-link-block"> <h3 class="ty-social-link__title">{__("get_to_know_us_better")}</h3> <div class="ty-social-link inst"> <a target="_blank" href="https://www.instagram.com/wefundamentally/" > <img src="/images/homepage/inst-new.svg"> </a> </div> <div class="ty-social-link facebook"> <a target="_blank" href="https://www.facebook.com/wefundamentally/"><img src="/images/homepage/fb.svg"></a> </div> <div class="ty-social-link pinterest"> <a target="_blank" href="https://www.pinterest.com.mx/wefundamentally/_saved/"><img src="/images/homepage/pinterest.svg"></a> </div> <div class="ty-social-link whatsapp"> <a target="_blank" href="whatsapp://send?text=Hello,&phone=+525566179380" data-action="share/whatsapp/share"><img src="images/homepage/whatsapp.svg"></a> </div> <div class="ty-social-link twitter"> <a target="_blank" href="https://twitter.com/wefundamentally" ><img src="/images/homepage/twitter.svg"></a> </div> </div>";} 0 217 2 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Social links
218 31 a:1:{s:5:"items";a:2:{s:7:"filling";s:15:"recent_products";s:5:"limit";s:1:"3";}} 0 266 239 blocks/wrappers/sidebox_important.tpl 2 A products a:3:{s:8:"template";s:40:"blocks/products/products_small_items.tpl";s:11:"item_number";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 es Recently Viewed
217 99 a:1:{s:7:"content";s:194:"<h1 class="ty-mainbox-title category-name"> {$category_data.category|trim} </h1> <p class="ty-mainbox-title category-description"> {$category_data.description nofilter} </p> ";} 0 325 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Category page category name
336 119 0 367 hidden-phone hidden-tablet 2 A currencies a:3:{s:8:"template";s:21:"blocks/currencies.tpl";s:6:"format";s:6:"symbol";s:14:"dropdown_limit";s:1:"0";} 0 1 es curreny selector
336 1 0 205 top-languages hidden-phone hidden-tablet 3 A languages a:3:{s:8:"template";s:20:"blocks/languages.tpl";s:6:"format";s:4:"name";s:14:"dropdown_limit";s:1:"0";} 0 1 es Languages
338 96 a:1:{s:7:"content";s:155:" <a href="{"wishlist.view"|fn_url}" class="top-menu-wish-list-link"> </a> <a href="{"wishlist.view"|fn_url}" class="top-menu-alert-link bell"> </a> ";} 0 322 3 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Wishlist top menu icon
217 100 a:1:{s:7:"content";s:888:"{if $subcategories} {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}"> <span {live_edit name="category:category:{$category.category_id}"}>{$category.category}</span> </a> </li> {/if} {/foreach} {/foreach} {/hook} </ul> {/if}";} 0 326 3 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Category page sub-categories list
338 8 0 212 top-cart-content 4 A cart_content a:5:{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";s:20:"generate_block_title";s:1:"Y";} 0 1 es Cart content
217 104 a:1:{s:7:"content";s:899:"<section class="ethically-made"> <div class="row"> <div class="col"> <div class="img"><img src="http://ec2-52-8-119-63.us-west-1.compute.amazonaws.com/images/theme/Screen%20Shot%202020-09-26%20at%205.06.37%20PM.png?1627988660217"></div> <div class="text"><strong>FABRICA SOCIAL:</strong> This Ethical brand is working hand to hand with indigenous Mexican women, empowering them to express themselves throw fashion. Wanna visit the shop?</div> </div> <div class="col"> <div class="img"><img src="http://ec2-52-8-119-63.us-west-1.compute.amazonaws.com/images/theme/Screen%20Shot%202020-05-02%20at%205.03.07%20PM.png?1627988698555"></div> <div class="text"><strong>BASICO DE MEXICO:</strong> We’ve got some unique pieces of timeless fashion , check out our collection.</div> </div> </div> </section>";} 0 331 4 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 es Category page ethically made block
217 105 a:1:{s:7:"content";s:925:"<section class="hp-sec2 img-left cp-why-circular"> <div class="row"> <div class="col"> <div class="img"><img src="http://ec2-52-8-119-63.us-west-1.compute.amazonaws.com/images/theme/CONCEPTOS%20M.E.2.png?1627996824084"></div> </div> <div class="col"><h3>Why Ethical?</h3><p>Ethical brands are breaking the paradigms of capitalism, and we consider it necessary to potentiate their efforts. Fundamentally, it’s the marketplace of those who consciously make decisions daily to reduce your environmental footprint and increase your positive impact. We have the power to decide the type of industry we support with our purchase decisions and of which we are part. We are all co-creators of the system. We are not talking about a new utopia; it is a call to action and a recognition to those who have already begun to create the realities they want to see!</p></div></div> </section>";} 0 332 5 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 es Category page why ethical block
338 136 a:1:{s:7:"content";s:57:"<a href="#" class="sell-with-us">{__('sell_with_us')}</a>";} 0 398 sell-with-us-top 5 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 es Sell with us
217 102 a:1:{s:7:"content";s:754:"<section class="cp-block"> <div class="row"> <div class="col"> <div class="img"><img src="http://ec2-52-8-119-63.us-west-1.compute.amazonaws.com/images/theme/6b3cb0_95475723f6da4049a72093a3b3567cb6~mv2.png?1627912686553"></div> <div class="text">XIMENA CORCUERA’ S RE-CRAFTED COLLECTION: Check out this amazing collection of Upcycled treasures.</div> </div> <div class="col"> <div class="img"><img src="http://ec2-52-8-119-63.us-west-1.compute.amazonaws.com/images/theme/_MG_2128.png?1627912734264"></div> <div class="text">VINTAGE COLLECTION: We’ve got some unique pieces of timeless fashion , check out our collection.</div> </div> </div> </section>";} 0 329 6 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 es Category page Block 1
338 137 0 401 c2c-btn sell-with-us-top hidden-phone hidden-tablet 6 A template a:1:{s:8:"template";s:65:"addons/c2c_vendor/blocks/static_templates/vendor_facility_btn.tpl";} 0 1 es Vendor Facility Button
217 103 a:1:{s:7:"content";s:980:"<section class="cp-why-circular"> <div class="row"> <div class="col"> <div class="img"><img src="http://ec2-52-8-119-63.us-west-1.compute.amazonaws.com/images/theme/_MG_4226-Edit.png?1627914164044"></div> <div class="text">XIMENA CORCUERA’ S RE-CRAFTED COLLECTION: Check out this amazing collection of Upcycled treasures.</div> </div> <div class="col"> <div class="why-block-heading"> Why CIRCULAR? </div> <div class="text">The circular economy system challenges us to rethink, reduce, remanufacture, recycle, and reuse what already exists. In this system, used materials and waste can return to form part of the life cycle of the fabrication process and become raw material to create a new product. Another way to practice circular economy is by reusing, reselling, and thrifting things a second, third, or more time.</div> </div> </div> </section>";} 0 330 7 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 es Category page why circular block
217 21 a:1:{s:5:"items";a:1:{s:7:"filling";s:3:"all";}} 0 333 blocks/wrappers/mainbox_general.tpl featured-vendors-sec 8 D vendors a:7:{s:8:"template";s:49:"blocks/vendor_list_templates/featured_vendors.tpl";s:17:"number_of_columns";s:2:"10";s:13:"show_location";s:1:"N";s:19:"show_products_count";s:1:"N";s:18:"show_vendor_rating";s:1:"Y";s:11:"show_rating";s:1:"Y";s:17:"displayed_vendors";s:2:"10";} 0 1 es Marcas Éticas We Love
217 143 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:17:"27,33,35,36,37,57";}} 0 417 blocks/wrappers/mainbox_general.tpl circularity-champions-sec 9 D vendors a:2:{s:8:"template";s:44:"blocks/vendor_list_templates/c2c_vendors.tpl";s:17:"displayed_vendors";s:2:"10";} 0 1 es Circularity Champions
217 22 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:31:"362,370,368,369,366,371,372,513";}} 0 334 blocks/wrappers/mainbox_general.tpl editors-picks-sec 10 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:"Y";s:15:"scroll_per_page";s:1:"Y";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"3";s:15:"thumbnail_width";s:3:"232";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 es Selección FLLY