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 'products' 
  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 = 1836 
  AND dynamic_object_content.object_type like 'products' 
WHERE 
  cscart_bm_snapping.grid_id IN (
    195, 196, 198, 223, 224, 623, 625, 624, 
    626, 627, 294, 295, 296, 297, 293, 292
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'vi' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00511

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": 33,
              "filtered": 100,
              "index_condition": "cscart_bm_snapping.grid_id in (195,196,198,223,224,623,625,624,626,627,294,295,296,297,293,292)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "cscart_bm_blocks",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["block_id"],
          "ref": ["dev_db.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": "12",
          "used_key_parts": ["block_id", "lang_code"],
          "ref": ["dev_db.cscart_bm_snapping.block_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "cscart_bm_blocks_descriptions.lang_code = 'vi'"
        }
      },
      {
        "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": ["dev_db.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 'products')"
        }
      },
      {
        "table": {
          "table_name": "default_content",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "20",
          "used_key_parts": ["block_id", "snapping_id", "lang_code", "object_id"],
          "ref": [
            "dev_db.cscart_bm_snapping.block_id",
            "const",
            "dev_db.cscart_bm_blocks_descriptions.lang_code",
            "const"
          ],
          "rows": 1,
          "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": ["dev_db.cscart_bm_snapping.block_id"],
          "rows": 3,
          "filtered": 100,
          "attached_condition": "trigcond(dynamic_object_content.lang_code = cscart_bm_blocks_descriptions.lang_code and dynamic_object_content.object_id = 1836 and dynamic_object_content.object_type like 'products')"
        }
      }
    ]
  }
}

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
223 10 0 248 chus_max-width 0 A breadcrumbs a:2:{s:8:"template";s:22:"common/breadcrumbs.tpl";s:13:"user_class_id";s:0:"";} 0 1 vi Breadcrumbs
224 11 0 249 blocks/wrappers/mainbox_general.tpl chus_product 0 A main a:1:{s:13:"user_class_id";s:0:"";} 0 1 vi Main Content
292 18 0 333 ty-footer-grid__full-width ty-footer-menu chus_max-width chus_unset-float 0 A template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 0 1 vi Copyright
296 19 0 343 blocks/wrappers/footer_general.tpl 0 A template a:1:{s:8:"template";s:41:"blocks/static_templates/payment_icons.tpl";} 0 1 vi Phương thức thanh toán
625 102 a:1:{s:7:"content";s:113:"<a class="" href="/chus_vendor.php"> <span class="ty-account-info__title-txt">Seller Center</span> </a>";} 0 384 hidden-phone 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 vi Seller Center
198 104 0 386 0 A template a:1:{s:8:"template";s:36:"blocks/static_templates/wishlist.tpl";} 0 1 vi Wishlist
296 106 0 389 blocks/wrappers/footer_general.tpl chus_pd-0 0 A shipping_methods a:1:{s:8:"template";s:20:"blocks/shippings.tpl";} 0 1 vi Phương thức vận chuyển
297 108 a:1:{s:7:"content";s:975:"<div class="ty-social-link-block"> <div class="ty-ft-social-link facebook"> <a href="https://www.facebook.com/chuslovevietnam" target="_blank"><img class="" src="/design/themes/chus/media/images/facebook-ft.png" alt="Frame" width="36" height="36"></a> </div> <div class="ty-ft-social-link instagram"> <a href="https://www.instagram.com/chus.vn.official/" target="_blank"><img class="" src="/design/themes/chus/media/images/instagram-ft.png" alt="Frame" width="36" height="36"></a> </div> <div class="ty-ft-social-link tiktok"> <a href="https://www.tiktok.com/@chusforyou" target="_blank"><img class="" src="/design/themes/chus/media/images/tiktok.png" alt="Frame" width="36" height="36"></a> </div> <div class="ty-ft-social-link tiktok"> <a href="https://www.youtube.com/channel/UCv-gkKlowJSVQolbOUJfd_g" target="_blank"><img class="" src="images/thumbnails/24/24/payment/218/YouTube-Logo.wine.png" width="36" height="36"></a> </div> </div> ";} 0 396 blocks/wrappers/footer_general.tpl 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:13:"user_class_id";s:0:"";} 0 1 vi Kết nối với Chus
294 109 a:1:{s:4:"menu";s:1:"3";} 0 401 blocks/wrappers/footer_general.tpl 0 A menu a:1:{s:8:"template";s:26:"blocks/menu/list_links.tpl";} 0 1 vi Dịch vụ khách hàng
623 121 a:1:{s:7:"content";s:15059:"<style> .tygh-top-panel, .tygh-header { background-color: #B01B2E !important; } .tygh-top-panel span { color: white !important; } .menusidebar .ty-menu__item-link, .menusidebar .menusidebar-footer .ty-select-block__a-item { color: #1b1b1b !important; } .menusidebar .ty-icon { color: #868686 !important; } .menusidebar .menusidebar-boby .user span { color: #1b1b1b !important; } .tygh-top-panel .ty-account-info__title-hightlight .ty-account-info__title-txt { color: #ffcf20 !important; } .top-grid > .row-fluid:first-child { background-color: #1B493C; } </style> <div class="swiper-container swiper--top" style="background-color: #1B493C;"> <div class="swiper-wrapper swiper-mar"> <div class="swiper-slide"> <svg xmlns="http://www.w3.org/2000/svg" width="150" height="20" viewBox="0 0 251 145" fill="none"> <g clip-path="url(#clip0_22_2)"> <path d="M38 22.5C39 22.8 39.7 23.8 39.7 24.9V25.9C38.2 25.1 36.7 24.3 35.3 23.5C35.9 22.5 37 22.2 38 22.5Z" fill="white"/> <path d="M13.2 68.7L12.1 68.5C11.6 68.4 11.2 68.4 10.7 68.5L32.4 28.7C33 29.1 33.7 29.6 34.3 30L13.2 68.7Z" fill="white"/> <path d="M36.8 73.9L37.3 32C38.1 32.5 38.8 33.1 39.6 33.6L39.1 74.8C38.7 74.5 38.3 74.3 37.8 74.2L36.8 73.9Z" fill="white"/> <path d="M12.5 70L13.2 68.7L36.8 74V75.2L35.5 73.7L33.4 75.6L29.1 74.6L29.5 74.2L28 72.5L26.3 74L21 72.8L19.5 71.1L18.3 72.2L11.6 70.7C11.1 70.6 10.6 70.9 10.5 71.4L9.29998 76.8L8.89999 76.4L7.09998 77.9L8.59998 79.7L7.69997 83.8L7.29998 83.4L5.59998 84.9L7.09998 86.6L6.19997 90.6L5.79998 90.2L4.09998 91.7L5.59998 93.3L4.69997 97.2C4.59998 97.7 4.89999 98.2 5.39999 98.3L11.3 99.6L13.7 102.3L15.4 100.8L15.2 100.5L20 101.6L22.4 104.4L24.1 102.9L23.7 102.5L28.7 103.6L30.9 106.2L32.7 104.7L32 103.9C32.1 103.8 32.2 103.6 32.3 103.4L34.8 92.4L37.3 90L35.8 88.3L35.7 88.4L36.8 83.6L39.4 81.3L37.9 79.6L37.6 79.8L38.1 77.5C38.2 77 37.9 76.5 37.4 76.4L36.2 76.1L37.1 75.3H39.2V74.7C40.2 75.4 40.7 76.7 40.4 78L34.7 103.7C34.3 105.4 32.6 106.5 30.8 106.2L5.09998 100.5C3.39998 100.1 2.29998 98.4 2.59998 96.6L8.29998 70.9C8.59998 69.6 9.59998 68.7 10.8 68.4L10.5 68.9L12.5 70Z" fill="white"/> <path d="M37 75.4L36.8 75.2V74L37.8 74.2C38.3 74.3 38.7 74.5 39.1 74.8V75.4H37Z" fill="white"/> <path d="M12.1 68.4L13.2 68.6L12.5 69.9L10.5 68.8L10.8 68.3C11.2 68.3 11.7 68.3 12.1 68.4Z" fill="white"/> <path d="M10.3 79.5L11.9 81.2L12.5 80.6L15.1 83.6L13.4 85.1L8.7 79.6L9.3 76.7L11.1 78.8L10.3 79.5Z" fill="white"/> <path d="M16.6 85.4L19 88.2L18.1 89L19.6 90.7L20.4 90L22.7 92.7L22.2 93.2L23.7 94.9L24.2 94.5L26.3 97L25.1 98.1L26.6 99.8L27.7 98.8L32 103.9C31.8 104.1 31.5 104.2 31.1 104.2L28.7 103.7L14.8 87.2L16.6 85.4Z" fill="white"/> <path d="M32 103.7L32.7 104.5L30.9 106L28.7 103.4L31.1 103.9C31.5 104 31.8 103.9 32 103.7Z" fill="white"/> <path d="M7.19998 77.8L8.89999 76.3L9.29999 76.7L8.69998 79.6L7.19998 77.8Z" fill="white"/> <path d="M20.1 101.5L7.09999 86.4L7.79999 83.7L23.8 102.3L20.1 101.5Z" fill="white"/> <path d="M24.2 102.7L22.5 104.2L20.1 101.5L23.8 102.3L24.2 102.7Z" fill="white"/> <path d="M5.59999 84.7L7.39999 83.2L7.79999 83.7L7.09999 86.4L5.59999 84.7Z" fill="white"/> <path d="M11.4 99.5L5.59999 93.2L6.19998 90.5L15.3 100.4L11.4 99.5Z" fill="white"/> <path d="M4.10002 91.6L5.80002 90L6.20001 90.5L5.60002 93.2L4.10002 91.6Z" fill="white"/> <path d="M15.5 100.7L13.8 102.2L11.4 99.5L15.3 100.4L15.5 100.7Z" fill="white"/> <path d="M20.4 90L19 88.2L33.4 75.5L36.2 76.1L20.4 90Z" fill="white"/> <path d="M37 75.4L36.2 76.1L33.4 75.5L35.5 73.7L36.8 75.1V75.3L37 75.4Z" fill="white"/> <path d="M36.8 75.3V75.1L37 75.4L36.8 75.3Z" fill="white"/> <path d="M18.1 89L19 88.2L20.4 90L19.6 90.7L18.1 89Z" fill="white"/> <path d="M22.7 92.6L37.5 79.8L36.7 83.6L24.2 94.4L22.7 92.6Z" fill="white"/> <path d="M37.8 79.6L39.3 81.3L36.7 83.6L37.5 79.8L37.8 79.6Z" fill="white"/> <path d="M23.7 94.8L22.2 93.1L22.7 92.6L24.2 94.4L23.7 94.8Z" fill="white"/> <path d="M14.8 86.9L13.3 85.2L13.4 85.1L14.8 86.9Z" fill="white"/> <path d="M15.1 83.6L26.4 73.9L29.1 74.6L16.6 85.4L15.1 83.6Z" fill="white"/> <path d="M28.1 72.5L29.6 74.2L29.1 74.6L26.4 73.9L28.1 72.5Z" fill="white"/> <path d="M13.4 85.1L15.1 83.6L16.6 85.4L14.8 86.9L13.4 85.1Z" fill="white"/> <path d="M26.3 96.9L35.6 88.4L34.8 92.3L27.8 98.6L26.3 96.9Z" fill="white"/> <path d="M35.7 88.3L37.3 90L34.8 92.3L35.6 88.4L35.7 88.3Z" fill="white"/> <path d="M26.6 99.7L25.1 98L26.3 96.9L27.8 98.6L26.6 99.7Z" fill="white"/> <path d="M11.1 78.8L18.4 72.2L21.1 72.8L12.5 80.6L11.1 78.8Z" fill="white"/> <path d="M19.6 71.1L21.1 72.8L18.4 72.2L19.6 71.1Z" fill="white"/> <path d="M10.3 79.5L11.1 78.8L12.5 80.6L11.9 81.2L10.3 79.5Z" fill="white"/> <path d="M37.1 24.7C37.1 24.7 37.2 24.6 37.3 24.7C37.4 24.7 37.4 24.8 37.4 24.9L37.3 32C36.3 31.3 35.3 30.6 34.3 29.9L37.1 24.7Z" fill="white"/> <path d="M39.7 25.9C50.5 31.7 61.8 36.7 73.6 40.8C74.3 41.1 75 41.1 75.8 40.9C77.5 40.4 79.3 40 81.1 40C83 40 84.7 40.3 86.3 40.9C89.3 43.8 92.2 46.7 94.9 49.6C95.5 51.2 95.8 53 95.8 54.9C95.9 59 95.5 63.2 96 67.3C96.6 72.1 97.6 76.7 100.7 80.6C104.8 85.8 109.8 89.9 115.9 92.5C123.6 95.7 131.8 97.3 140.1 98.1C151.5 99.3 163 98.9 174.4 97.9C195.4 96 215.9 91.6 236 85.3C237.2 84.9 238.5 84.1 239.5 84.4C240.6 84.8 240.6 86.5 241.2 87.6C241.8 88.5 241.6 88.9 240.5 89.3C234.3 91.3 228 93 221.7 94.6C220.9 94.8 220.6 95 220.8 95.9C221.1 97 221.7 96.4 222.1 96.2C228.2 94.5 234.2 92.9 240.3 91.2C242.6 90.6 242.5 90.6 243.5 92.7C243.8 93.3 243.8 93.6 243 93.8C236.4 95.5 229.9 97.6 223.2 98.9C222.6 99 221.8 98.9 222.1 100C222.3 101 223 100.6 223.5 100.5C229.8 99.2 236.1 97.5 242.3 95.8C244.5 95.2 244.5 95.2 245.4 97.4C245.9 98.4 245.6 98.8 244.6 99.1C237.9 100.9 231.1 102.4 224.4 103.9C223.8 104 223.2 104.1 223.4 105C223.6 106 224.2 105.7 224.8 105.6C231.4 104.4 237.8 102.7 244.3 101C246.7 100.4 246.6 100.4 247.9 102.6C248.4 103.6 248.3 103.9 247.2 104.1C240.1 105.5 232.9 107 225.8 108.5C225.4 108.6 224.6 108.4 224.8 109.3C224.9 110.2 225.5 109.9 226.1 109.8C232.8 108.8 239.4 107.6 246.1 106.3C247.2 106.1 248.4 105.2 249.2 105.8C250 106.3 250.1 107.7 250.6 108.7C251.1 109.6 250.7 109.9 249.9 110.1C244.6 111.4 239.3 112.5 233.9 113.4C209.5 117.4 184.9 117.4 161.8 115.6C152.4 114.6 144.5 113.6 136.7 112.2C127.3 110.5 118.2 107.7 109.8 103C98.2 96.6 90.1 87.4 86.3 74.6C85.7 72.7 85.2 70.8 84.6 69C83.3 65.4 81.5 61.9 78.5 59.4C75 56.5 71.4 53.7 67.5 51.4C58.2 45.8 49.2 39.9 40.2 33.8L39.7 25.9ZM214.5 108.1C214.8 108.7 215.3 108.9 216 108.8C216.9 108.6 216.8 107.9 216.9 107.2C216.9 105.4 216.6 103.6 216 101.9C215.8 101.4 215.6 101 215.3 100.7C214.8 100.2 214.2 100.3 213.6 100.4C213 100.6 212.9 101.1 212.8 101.6C212.8 103.9 213.5 106 214.5 108.1ZM208 108.2C208.3 108.7 208.6 109.2 209.3 109C210 108.8 210.7 108.5 210.7 107.6C210.8 105.7 210.4 103.8 209.7 102C209.5 101.4 208.9 101.2 208.3 101.3C207.6 101.4 207.3 101.8 207.3 102.5C207.2 102.9 207.2 103.4 207.1 104C206.7 105.4 207.3 106.8 208 108.2ZM202.5 107.9C202.8 108.8 203.4 109.2 204.4 109C205.3 108.8 205.3 108.1 205.3 107.4C205.2 106 204.9 104.7 204.6 103.4C204.5 103.1 204.4 102.8 204.2 102.6C203.8 102.1 203.4 101.7 202.7 101.9C201.7 102.1 202 103 201.9 103.6C201.8 105 202 106.5 202.5 107.9ZM196.2 104.3C196.4 105.6 196.7 107 197 108.3C197.2 109 197.4 109.9 198.5 109.8C199.5 109.6 199.7 108.8 199.7 107.6C199.7 106.3 199.5 104.8 198.7 103.5C198.3 102.9 197.9 102.4 197.1 102.7C196.3 102.9 196 103.5 196.2 104.3ZM87 66.2C88.9 79.7 96.1 89.6 107.5 96.7C114.4 101.1 122 103.9 130 105.8C139.9 108.2 150 108.8 160.1 109.6C168.6 110.2 177.1 110.5 185.6 110.6C187.6 110.6 189.5 110.6 191.5 110.6C192.3 110.6 192.4 110.3 192.3 109.6C192 107.9 191.7 106.2 191.6 104.6C191.5 103.7 191.2 103.6 190.3 103.7C173.2 105.5 156.2 105.2 139.2 103.3C127.4 102 116.2 98.6 106.3 91.8C98.2 86.2 92.5 78.8 90.3 69C89.8 66.9 89.7 64.8 89.6 62.5C86.6 63.2 86.6 63.2 87 66.2ZM83.6 59.3C87.3 59.6 90.7 56.6 91.1 52.9C91.4 49.3 88.9 46.2 85.6 45.8C81.6 45.4 78.3 48.1 77.9 52C77.4 55.8 80 59 83.6 59.3ZM70.1 48C70.3 47.4 70.3 46.9 70.6 46.5C71.4 45.5 71 45 70 44.6C63.5 41.7 57 38.7 50.5 35.8C50.3 35.7 50.1 35.5 49.6 35.7C56.1 40.4 63.1 44.1 70.1 48Z" fill="white"/> <path d="M1.69998 0.599989C12.3 9.19999 23.5 16.8 35.3 23.4L35.2 23.5L32.5 28.5C29.1 26.1 25.8 23.6 22.4 21.1C16 16.2 9.39998 11.5 3.69998 5.69999C2.49998 4.49999 1.29998 3.29999 0.199982 1.89999C-0.400017 1.19999 0.199986 0.599989 0.499985 0.199989C1.09998 -0.400011 1.39998 0.399989 1.69998 0.599989Z" fill="white"/> <path d="M35.2 23.4C36.7 24.2 38.2 25 39.7 25.8L39.6 33.5C38.8 33 38.1 32.4 37.3 31.9L37.4 24.7C37.4 24.7 37.4 24.6 37.3 24.5C37.2 24.5 37.2 24.5 37.1 24.5L34.3 29.7C33.7 29.3 33 28.8 32.4 28.4L35.1 23.4H35.2Z" fill="white"/> <path d="M155.7 61.4C154.6 63 153.6 64.6 153.2 66.5C153 67.3 152.6 67.5 151.8 67.4C149 67.1 146.1 66.9 143.3 66.6C142.4 66.5 142.1 66.8 142.1 67.7C142.1 68.4 141.8 69 143 69.1C145.5 69.3 148 69.7 150.5 70C153 70.3 153 70.3 152.8 72.9C152.7 73.8 152.4 74 151.6 73.9C148.7 73.5 145.7 73.4 142.8 72.8C142.2 72.7 141.7 72.6 141.7 73.5C141.7 74.2 141.5 74.7 142.6 74.8C144.9 75 147.3 75.4 149.6 75.7C152.7 76.1 152.7 76 152.4 79.1C152.3 79.9 152 80.1 151.3 80C148.2 79.7 145.1 79.4 142.1 78.9C141.5 78.8 140.9 78.6 140.8 79.6C140.7 80.5 141 80.7 141.8 80.8C144.4 81 147 81.4 149.6 81.7C152.1 82 152.1 82 151.9 84.6C151.8 85.6 151.5 85.8 150.5 85.7C147.5 85.4 144.4 85 141.4 84.6C140.8 84.5 140.3 84.3 140.2 85.2C140.2 85.9 140.1 86.4 141.1 86.5C143.8 86.8 146.4 87.2 149 87.5C151.5 87.9 151.5 87.9 151.3 90.5C151.2 91.6 151 91.9 149.8 91.8C146.7 91.4 143.5 91.3 140.4 90.7C139.6 90.5 139.2 90.7 139.2 91.6C139.2 92.4 139.9 92.2 140.3 92.2C143.5 92.4 146.7 92.9 149.9 93.3C151.2 93.5 150.9 94.3 150.8 95C150.7 95.6 150.9 96.4 149.8 96.4C144.7 96.1 139.6 95.7 134.5 95.1C133.8 95 133.6 94.8 133.7 94C135.1 83.8 136.5 73.7 137.9 63.5C138 62.9 138.1 62.3 138.5 61.8C141 58 143.6 54.2 146.1 50.3C146.3 49.9 146.5 49.5 147.1 49.6C148.1 49.7 149 49.8 150.2 49.9C147.3 54.3 144.6 58.4 141.8 62.6C143.9 63.2 144 63.2 145 61.7C147.3 58.2 149.7 54.6 152 51.1C152.2 50.8 152.4 50.2 152.9 50.2C154 50.2 155 50.4 156.3 50.5C153.7 54.4 151.2 58.2 148.8 61.9C148.5 62.3 147.9 62.8 148.2 63.2C148.5 63.7 149.3 63.5 149.9 63.5C150.4 63.5 150.6 63 150.8 62.7C153.2 59.1 155.6 55.4 157.8 51.6C158 51.2 158.2 50.6 158.9 50.7C160 50.8 161 50.9 162.3 51C162 51.5 161.8 51.9 161.6 52.2C159.7 55.4 157.8 58.4 155.7 61.4Z" fill="white"/> <path d="M123 135C124.7 127.6 126.3 120.3 127.9 112.9C128.1 112.1 128.3 112 129.1 112.2C134.3 113.4 139.6 114.3 145 115C147.3 115.3 149.6 115.4 151.8 116.1C149.8 119.1 149.4 119.3 146.1 118.6C146 118.6 145.9 118.6 145.8 118.5C141.4 117.8 137.1 117.2 132.7 116.4C131.8 116.2 131.5 116.7 131.4 117.4C131.3 118.2 132 118 132.4 118C135.8 118.6 139.3 119.1 142.7 119.7C144.3 120 145.9 120.3 147.6 120.5C146 123.6 145.8 123.7 142.8 123.1C141.9 122.9 141 122.8 140.1 122.7C137.3 122.2 134.5 121.8 131.7 121.3C130.9 121.2 130.3 121.2 130.2 122.1C130.1 123.1 130.9 122.8 131.4 122.9C133.5 123.3 135.6 123.6 137.7 124C139.8 124.4 141.9 124.8 144.2 125.2C143.5 126 142.9 126.5 142.4 127.2C141.8 128.1 141.1 128.2 140.1 128C136.8 127.3 133.6 126.8 130.3 126.5C129.1 126.4 129.1 127.1 129 127.8C128.8 128.7 129.5 128.5 130 128.6C130.8 128.8 131.6 128.9 132.4 129.1C134.7 129.5 137.1 129.9 139.5 130.3C138.5 132.2 137.3 133.3 134.9 132.6C133 132.1 131 131.9 129.1 131.4C128 131.1 128 131.8 127.8 132.5C127.6 133.4 128.2 133.3 128.7 133.3C130.2 133.5 131.7 134 133.2 133.9C135.9 133.8 136.6 135.4 137.1 137.5C137.5 139.1 136.2 138.8 135.6 139.2C134.8 139.8 134.5 139.1 134.4 138.5C134.1 137.2 133.3 136.6 131.8 137C132.1 137.8 132.4 138.6 132.7 139.3C133.4 140.7 132 140.5 131.5 140.8C130.8 141.2 130.4 141.1 130.2 140.3C130 139.5 129.6 138.8 129.4 137.9C129.1 136.5 128.3 136.2 126.9 136.5C127.5 138 128 139.6 128.6 141.1C128.8 141.7 128.8 142 128.1 142.1C127.7 142.2 127.3 142.3 127 142.5C126.2 142.9 125.8 142.7 125.5 141.8C124.8 139.9 124 138.1 123.2 136.2C122.9 135.9 122.9 135.5 123 135Z" fill="white"/> <path d="M151.9 122.9C152.3 123.5 152.7 124 153.2 124.6C154.8 126.6 156.4 128.7 158.3 130.4C160.8 132.7 163.5 133.9 167 133.5C171.7 132.9 176.5 132.4 181.2 132.1C186 131.8 190.7 130.8 195.2 129.3C198 128.3 201 127.5 203.8 126.6C204.5 126.4 204.9 126.5 205.1 127.2C205.4 128 204.7 127.9 204.3 128.1C203.1 128.7 201.9 129.2 200.8 129.8C200.5 129.9 200.3 130.1 200.4 130.5C200.5 130.9 200.8 130.9 201.1 130.9C201.4 130.9 201.7 130.9 202 130.8C208.2 130.2 214.4 129.3 220.6 128.4C221.3 128.3 221.9 128.2 222.1 129.2C222.5 130.9 221.2 130.5 220.5 130.6C204.6 133 188.7 135 172.7 136.5C169.4 136.8 166.2 137.1 163.5 137.3C160.3 137 158.2 135.8 156.5 133.9C154.2 131.5 152.4 128.7 150.4 126.1C149.5 124.9 149.4 124.1 150.5 123C151 122.3 151.4 122.1 151.9 122.9Z" fill="white"/> <path d="M179 124.8C179.4 124.7 179.8 124.7 180.2 124.7C192.7 123.1 205 120.8 217.3 117.9C218.6 117.6 218.8 118.2 219 119.1C219.3 120.2 218.3 119.9 217.9 120C201.3 124 184.5 127.4 167.6 130.1C166.5 130.3 165.4 130.4 164.5 130.6C163.1 130.3 162 129.5 161 128.7C158.3 126.4 156.1 123.6 154.1 120.7C153 119.1 153.1 119.1 154.3 117.5C154.9 116.8 155.1 116.9 155.6 117.6C157.1 119.8 158.7 121.9 160.5 123.9C163.3 126.9 165.3 127.3 169.1 125.7C172.3 124.4 175.2 122.4 178 120.4C179.1 119.6 180.1 118.9 181.2 118.1C182.1 117.5 182.8 118.2 183.3 118.6C183.8 119 182.9 119.3 182.6 119.6C181.3 120.8 179.9 121.9 178.5 123.1C178.2 123.3 177.8 123.6 178.2 124.1C178.2 124.4 178.3 125 179 124.8Z" fill="white"/> <path d="M137.6 58.6C136 60.5 135.1 62.5 134.7 65C133.4 73.9 131.9 82.9 130.7 91.8C130.4 94.2 130.4 94.2 128.1 93.6C128 93.6 127.9 93.6 127.8 93.5C127 93.4 126.8 93 126.9 92.1C127.2 90 127.5 87.9 127.7 85.7C128.8 77.9 129.9 70.1 130.9 62.3C131 61.3 131.3 60.5 131.9 59.7C134.1 56.8 136.4 53.9 138.3 50.8C139.5 48.9 140.8 48.4 142.9 48.8C143.8 49 143.9 49.1 143.4 49.9C141.7 53 139.8 55.9 137.6 58.6Z" fill="white"/> <path d="M117 129.5C118.2 123.4 119.5 117.4 120.7 111.3C120.8 110.7 121 110.4 121.7 110.6C122.9 110.9 124.1 111.3 125.4 111.5C126.1 111.7 126.1 112 126 112.6C124.7 118 123.4 123.5 122 128.9C120.3 135.3 120.3 135.3 123.2 141.3C124.4 143.7 124.3 143.7 121.9 144.7C121 145.1 120.8 144.7 120.5 144.1C119.2 141.2 117.8 138.3 116.4 135.4C116.2 135 116.1 134.6 116.1 134.4C116.4 132.6 116.7 131 117 129.5Z" fill="white"/> <path d="M84.4 47.8C87.1 47.8 89.2 50 89.2 52.6C89.2 55.2 87 57.4 84.4 57.4C81.8 57.4 79.6 55.2 79.6 52.6C79.6 50 81.7 47.8 84.4 47.8ZM84.4 55.2C85.8 55.2 87 54 87 52.6C87 51.2 85.8 50 84.4 50C83 50 81.8 51.2 81.8 52.6C81.8 54 83 55.2 84.4 55.2Z" fill="white"/> <path d="M98 48.6C96 46.4 93.8 44.1 91.4 42C89.3 40 87 38 84.7 36.1L92 33.8H81.8C78.8 31.5 75.6 29.3 72.4 27.3H109.5L109.4 64.4C106.9 59.4 102.9 54 98 48.6Z" fill="white"/> </g> <defs> <clipPath id="clip0_22_2"> <rect width="250.3" height="144.8" fill="white" transform="matrix(-1 0 0 1 250.3 0)"/> </clipPath> </defs> </svg> <span style="color: white;">FREESHIP - FREE KHẮC TÊN - 30K THÀNH VIÊN MỚI</span> </div> </div> </div>";} 0 779 0 A smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:13:"user_class_id";s:0:"";} 0 1 vi notification
623 132 a:1:{s:7:"content";s:50:"Same Day Shipping - Free Engraving - Easy Exchange";} 0 892 0 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:13:"user_class_id";s:0:"";} 0 1 vi Wrapping noti
623 158 a:1:{s:7:"content";s:14415:"<div class="swiper-container swiper--top"> <div class="swiper-wrapper swiper-mar"> <div class="swiper-slide"> <svg xmlns="http://www.w3.org/2000/svg" width="150" height="20" viewBox="0 0 251 145" fill="none"> <g clip-path="url(#clip0_22_2)"> <path d="M38 22.5C39 22.8 39.7 23.8 39.7 24.9V25.9C38.2 25.1 36.7 24.3 35.3 23.5C35.9 22.5 37 22.2 38 22.5Z" fill="black"/> <path d="M13.2 68.7L12.1 68.5C11.6 68.4 11.2 68.4 10.7 68.5L32.4 28.7C33 29.1 33.7 29.6 34.3 30L13.2 68.7Z" fill="black"/> <path d="M36.8 73.9L37.3 32C38.1 32.5 38.8 33.1 39.6 33.6L39.1 74.8C38.7 74.5 38.3 74.3 37.8 74.2L36.8 73.9Z" fill="black"/> <path d="M12.5 70L13.2 68.7L36.8 74V75.2L35.5 73.7L33.4 75.6L29.1 74.6L29.5 74.2L28 72.5L26.3 74L21 72.8L19.5 71.1L18.3 72.2L11.6 70.7C11.1 70.6 10.6 70.9 10.5 71.4L9.29998 76.8L8.89999 76.4L7.09998 77.9L8.59998 79.7L7.69997 83.8L7.29998 83.4L5.59998 84.9L7.09998 86.6L6.19997 90.6L5.79998 90.2L4.09998 91.7L5.59998 93.3L4.69997 97.2C4.59998 97.7 4.89999 98.2 5.39999 98.3L11.3 99.6L13.7 102.3L15.4 100.8L15.2 100.5L20 101.6L22.4 104.4L24.1 102.9L23.7 102.5L28.7 103.6L30.9 106.2L32.7 104.7L32 103.9C32.1 103.8 32.2 103.6 32.3 103.4L34.8 92.4L37.3 90L35.8 88.3L35.7 88.4L36.8 83.6L39.4 81.3L37.9 79.6L37.6 79.8L38.1 77.5C38.2 77 37.9 76.5 37.4 76.4L36.2 76.1L37.1 75.3H39.2V74.7C40.2 75.4 40.7 76.7 40.4 78L34.7 103.7C34.3 105.4 32.6 106.5 30.8 106.2L5.09998 100.5C3.39998 100.1 2.29998 98.4 2.59998 96.6L8.29998 70.9C8.59998 69.6 9.59998 68.7 10.8 68.4L10.5 68.9L12.5 70Z" fill="black"/> <path d="M37 75.4L36.8 75.2V74L37.8 74.2C38.3 74.3 38.7 74.5 39.1 74.8V75.4H37Z" fill="black"/> <path d="M12.1 68.4L13.2 68.6L12.5 69.9L10.5 68.8L10.8 68.3C11.2 68.3 11.7 68.3 12.1 68.4Z" fill="black"/> <path d="M10.3 79.5L11.9 81.2L12.5 80.6L15.1 83.6L13.4 85.1L8.7 79.6L9.3 76.7L11.1 78.8L10.3 79.5Z" fill="black"/> <path d="M16.6 85.4L19 88.2L18.1 89L19.6 90.7L20.4 90L22.7 92.7L22.2 93.2L23.7 94.9L24.2 94.5L26.3 97L25.1 98.1L26.6 99.8L27.7 98.8L32 103.9C31.8 104.1 31.5 104.2 31.1 104.2L28.7 103.7L14.8 87.2L16.6 85.4Z" fill="black"/> <path d="M32 103.7L32.7 104.5L30.9 106L28.7 103.4L31.1 103.9C31.5 104 31.8 103.9 32 103.7Z" fill="black"/> <path d="M7.19998 77.8L8.89999 76.3L9.29999 76.7L8.69998 79.6L7.19998 77.8Z" fill="black"/> <path d="M20.1 101.5L7.09999 86.4L7.79999 83.7L23.8 102.3L20.1 101.5Z" fill="black"/> <path d="M24.2 102.7L22.5 104.2L20.1 101.5L23.8 102.3L24.2 102.7Z" fill="black"/> <path d="M5.59999 84.7L7.39999 83.2L7.79999 83.7L7.09999 86.4L5.59999 84.7Z" fill="black"/> <path d="M11.4 99.5L5.59999 93.2L6.19998 90.5L15.3 100.4L11.4 99.5Z" fill="black"/> <path d="M4.10002 91.6L5.80002 90L6.20001 90.5L5.60002 93.2L4.10002 91.6Z" fill="black"/> <path d="M15.5 100.7L13.8 102.2L11.4 99.5L15.3 100.4L15.5 100.7Z" fill="black"/> <path d="M20.4 90L19 88.2L33.4 75.5L36.2 76.1L20.4 90Z" fill="black"/> <path d="M37 75.4L36.2 76.1L33.4 75.5L35.5 73.7L36.8 75.1V75.3L37 75.4Z" fill="black"/> <path d="M36.8 75.3V75.1L37 75.4L36.8 75.3Z" fill="black"/> <path d="M18.1 89L19 88.2L20.4 90L19.6 90.7L18.1 89Z" fill="black"/> <path d="M22.7 92.6L37.5 79.8L36.7 83.6L24.2 94.4L22.7 92.6Z" fill="black"/> <path d="M37.8 79.6L39.3 81.3L36.7 83.6L37.5 79.8L37.8 79.6Z" fill="black"/> <path d="M23.7 94.8L22.2 93.1L22.7 92.6L24.2 94.4L23.7 94.8Z" fill="black"/> <path d="M14.8 86.9L13.3 85.2L13.4 85.1L14.8 86.9Z" fill="black"/> <path d="M15.1 83.6L26.4 73.9L29.1 74.6L16.6 85.4L15.1 83.6Z" fill="black"/> <path d="M28.1 72.5L29.6 74.2L29.1 74.6L26.4 73.9L28.1 72.5Z" fill="black"/> <path d="M13.4 85.1L15.1 83.6L16.6 85.4L14.8 86.9L13.4 85.1Z" fill="black"/> <path d="M26.3 96.9L35.6 88.4L34.8 92.3L27.8 98.6L26.3 96.9Z" fill="black"/> <path d="M35.7 88.3L37.3 90L34.8 92.3L35.6 88.4L35.7 88.3Z" fill="black"/> <path d="M26.6 99.7L25.1 98L26.3 96.9L27.8 98.6L26.6 99.7Z" fill="black"/> <path d="M11.1 78.8L18.4 72.2L21.1 72.8L12.5 80.6L11.1 78.8Z" fill="black"/> <path d="M19.6 71.1L21.1 72.8L18.4 72.2L19.6 71.1Z" fill="black"/> <path d="M10.3 79.5L11.1 78.8L12.5 80.6L11.9 81.2L10.3 79.5Z" fill="black"/> <path d="M37.1 24.7C37.1 24.7 37.2 24.6 37.3 24.7C37.4 24.7 37.4 24.8 37.4 24.9L37.3 32C36.3 31.3 35.3 30.6 34.3 29.9L37.1 24.7Z" fill="black"/> <path d="M39.7 25.9C50.5 31.7 61.8 36.7 73.6 40.8C74.3 41.1 75 41.1 75.8 40.9C77.5 40.4 79.3 40 81.1 40C83 40 84.7 40.3 86.3 40.9C89.3 43.8 92.2 46.7 94.9 49.6C95.5 51.2 95.8 53 95.8 54.9C95.9 59 95.5 63.2 96 67.3C96.6 72.1 97.6 76.7 100.7 80.6C104.8 85.8 109.8 89.9 115.9 92.5C123.6 95.7 131.8 97.3 140.1 98.1C151.5 99.3 163 98.9 174.4 97.9C195.4 96 215.9 91.6 236 85.3C237.2 84.9 238.5 84.1 239.5 84.4C240.6 84.8 240.6 86.5 241.2 87.6C241.8 88.5 241.6 88.9 240.5 89.3C234.3 91.3 228 93 221.7 94.6C220.9 94.8 220.6 95 220.8 95.9C221.1 97 221.7 96.4 222.1 96.2C228.2 94.5 234.2 92.9 240.3 91.2C242.6 90.6 242.5 90.6 243.5 92.7C243.8 93.3 243.8 93.6 243 93.8C236.4 95.5 229.9 97.6 223.2 98.9C222.6 99 221.8 98.9 222.1 100C222.3 101 223 100.6 223.5 100.5C229.8 99.2 236.1 97.5 242.3 95.8C244.5 95.2 244.5 95.2 245.4 97.4C245.9 98.4 245.6 98.8 244.6 99.1C237.9 100.9 231.1 102.4 224.4 103.9C223.8 104 223.2 104.1 223.4 105C223.6 106 224.2 105.7 224.8 105.6C231.4 104.4 237.8 102.7 244.3 101C246.7 100.4 246.6 100.4 247.9 102.6C248.4 103.6 248.3 103.9 247.2 104.1C240.1 105.5 232.9 107 225.8 108.5C225.4 108.6 224.6 108.4 224.8 109.3C224.9 110.2 225.5 109.9 226.1 109.8C232.8 108.8 239.4 107.6 246.1 106.3C247.2 106.1 248.4 105.2 249.2 105.8C250 106.3 250.1 107.7 250.6 108.7C251.1 109.6 250.7 109.9 249.9 110.1C244.6 111.4 239.3 112.5 233.9 113.4C209.5 117.4 184.9 117.4 161.8 115.6C152.4 114.6 144.5 113.6 136.7 112.2C127.3 110.5 118.2 107.7 109.8 103C98.2 96.6 90.1 87.4 86.3 74.6C85.7 72.7 85.2 70.8 84.6 69C83.3 65.4 81.5 61.9 78.5 59.4C75 56.5 71.4 53.7 67.5 51.4C58.2 45.8 49.2 39.9 40.2 33.8L39.7 25.9ZM214.5 108.1C214.8 108.7 215.3 108.9 216 108.8C216.9 108.6 216.8 107.9 216.9 107.2C216.9 105.4 216.6 103.6 216 101.9C215.8 101.4 215.6 101 215.3 100.7C214.8 100.2 214.2 100.3 213.6 100.4C213 100.6 212.9 101.1 212.8 101.6C212.8 103.9 213.5 106 214.5 108.1ZM208 108.2C208.3 108.7 208.6 109.2 209.3 109C210 108.8 210.7 108.5 210.7 107.6C210.8 105.7 210.4 103.8 209.7 102C209.5 101.4 208.9 101.2 208.3 101.3C207.6 101.4 207.3 101.8 207.3 102.5C207.2 102.9 207.2 103.4 207.1 104C206.7 105.4 207.3 106.8 208 108.2ZM202.5 107.9C202.8 108.8 203.4 109.2 204.4 109C205.3 108.8 205.3 108.1 205.3 107.4C205.2 106 204.9 104.7 204.6 103.4C204.5 103.1 204.4 102.8 204.2 102.6C203.8 102.1 203.4 101.7 202.7 101.9C201.7 102.1 202 103 201.9 103.6C201.8 105 202 106.5 202.5 107.9ZM196.2 104.3C196.4 105.6 196.7 107 197 108.3C197.2 109 197.4 109.9 198.5 109.8C199.5 109.6 199.7 108.8 199.7 107.6C199.7 106.3 199.5 104.8 198.7 103.5C198.3 102.9 197.9 102.4 197.1 102.7C196.3 102.9 196 103.5 196.2 104.3ZM87 66.2C88.9 79.7 96.1 89.6 107.5 96.7C114.4 101.1 122 103.9 130 105.8C139.9 108.2 150 108.8 160.1 109.6C168.6 110.2 177.1 110.5 185.6 110.6C187.6 110.6 189.5 110.6 191.5 110.6C192.3 110.6 192.4 110.3 192.3 109.6C192 107.9 191.7 106.2 191.6 104.6C191.5 103.7 191.2 103.6 190.3 103.7C173.2 105.5 156.2 105.2 139.2 103.3C127.4 102 116.2 98.6 106.3 91.8C98.2 86.2 92.5 78.8 90.3 69C89.8 66.9 89.7 64.8 89.6 62.5C86.6 63.2 86.6 63.2 87 66.2ZM83.6 59.3C87.3 59.6 90.7 56.6 91.1 52.9C91.4 49.3 88.9 46.2 85.6 45.8C81.6 45.4 78.3 48.1 77.9 52C77.4 55.8 80 59 83.6 59.3ZM70.1 48C70.3 47.4 70.3 46.9 70.6 46.5C71.4 45.5 71 45 70 44.6C63.5 41.7 57 38.7 50.5 35.8C50.3 35.7 50.1 35.5 49.6 35.7C56.1 40.4 63.1 44.1 70.1 48Z" fill="black"/> <path d="M1.69998 0.599989C12.3 9.19999 23.5 16.8 35.3 23.4L35.2 23.5L32.5 28.5C29.1 26.1 25.8 23.6 22.4 21.1C16 16.2 9.39998 11.5 3.69998 5.69999C2.49998 4.49999 1.29998 3.29999 0.199982 1.89999C-0.400017 1.19999 0.199986 0.599989 0.499985 0.199989C1.09998 -0.400011 1.39998 0.399989 1.69998 0.599989Z" fill="black"/> <path d="M35.2 23.4C36.7 24.2 38.2 25 39.7 25.8L39.6 33.5C38.8 33 38.1 32.4 37.3 31.9L37.4 24.7C37.4 24.7 37.4 24.6 37.3 24.5C37.2 24.5 37.2 24.5 37.1 24.5L34.3 29.7C33.7 29.3 33 28.8 32.4 28.4L35.1 23.4H35.2Z" fill="black"/> <path d="M155.7 61.4C154.6 63 153.6 64.6 153.2 66.5C153 67.3 152.6 67.5 151.8 67.4C149 67.1 146.1 66.9 143.3 66.6C142.4 66.5 142.1 66.8 142.1 67.7C142.1 68.4 141.8 69 143 69.1C145.5 69.3 148 69.7 150.5 70C153 70.3 153 70.3 152.8 72.9C152.7 73.8 152.4 74 151.6 73.9C148.7 73.5 145.7 73.4 142.8 72.8C142.2 72.7 141.7 72.6 141.7 73.5C141.7 74.2 141.5 74.7 142.6 74.8C144.9 75 147.3 75.4 149.6 75.7C152.7 76.1 152.7 76 152.4 79.1C152.3 79.9 152 80.1 151.3 80C148.2 79.7 145.1 79.4 142.1 78.9C141.5 78.8 140.9 78.6 140.8 79.6C140.7 80.5 141 80.7 141.8 80.8C144.4 81 147 81.4 149.6 81.7C152.1 82 152.1 82 151.9 84.6C151.8 85.6 151.5 85.8 150.5 85.7C147.5 85.4 144.4 85 141.4 84.6C140.8 84.5 140.3 84.3 140.2 85.2C140.2 85.9 140.1 86.4 141.1 86.5C143.8 86.8 146.4 87.2 149 87.5C151.5 87.9 151.5 87.9 151.3 90.5C151.2 91.6 151 91.9 149.8 91.8C146.7 91.4 143.5 91.3 140.4 90.7C139.6 90.5 139.2 90.7 139.2 91.6C139.2 92.4 139.9 92.2 140.3 92.2C143.5 92.4 146.7 92.9 149.9 93.3C151.2 93.5 150.9 94.3 150.8 95C150.7 95.6 150.9 96.4 149.8 96.4C144.7 96.1 139.6 95.7 134.5 95.1C133.8 95 133.6 94.8 133.7 94C135.1 83.8 136.5 73.7 137.9 63.5C138 62.9 138.1 62.3 138.5 61.8C141 58 143.6 54.2 146.1 50.3C146.3 49.9 146.5 49.5 147.1 49.6C148.1 49.7 149 49.8 150.2 49.9C147.3 54.3 144.6 58.4 141.8 62.6C143.9 63.2 144 63.2 145 61.7C147.3 58.2 149.7 54.6 152 51.1C152.2 50.8 152.4 50.2 152.9 50.2C154 50.2 155 50.4 156.3 50.5C153.7 54.4 151.2 58.2 148.8 61.9C148.5 62.3 147.9 62.8 148.2 63.2C148.5 63.7 149.3 63.5 149.9 63.5C150.4 63.5 150.6 63 150.8 62.7C153.2 59.1 155.6 55.4 157.8 51.6C158 51.2 158.2 50.6 158.9 50.7C160 50.8 161 50.9 162.3 51C162 51.5 161.8 51.9 161.6 52.2C159.7 55.4 157.8 58.4 155.7 61.4Z" fill="black"/> <path d="M123 135C124.7 127.6 126.3 120.3 127.9 112.9C128.1 112.1 128.3 112 129.1 112.2C134.3 113.4 139.6 114.3 145 115C147.3 115.3 149.6 115.4 151.8 116.1C149.8 119.1 149.4 119.3 146.1 118.6C146 118.6 145.9 118.6 145.8 118.5C141.4 117.8 137.1 117.2 132.7 116.4C131.8 116.2 131.5 116.7 131.4 117.4C131.3 118.2 132 118 132.4 118C135.8 118.6 139.3 119.1 142.7 119.7C144.3 120 145.9 120.3 147.6 120.5C146 123.6 145.8 123.7 142.8 123.1C141.9 122.9 141 122.8 140.1 122.7C137.3 122.2 134.5 121.8 131.7 121.3C130.9 121.2 130.3 121.2 130.2 122.1C130.1 123.1 130.9 122.8 131.4 122.9C133.5 123.3 135.6 123.6 137.7 124C139.8 124.4 141.9 124.8 144.2 125.2C143.5 126 142.9 126.5 142.4 127.2C141.8 128.1 141.1 128.2 140.1 128C136.8 127.3 133.6 126.8 130.3 126.5C129.1 126.4 129.1 127.1 129 127.8C128.8 128.7 129.5 128.5 130 128.6C130.8 128.8 131.6 128.9 132.4 129.1C134.7 129.5 137.1 129.9 139.5 130.3C138.5 132.2 137.3 133.3 134.9 132.6C133 132.1 131 131.9 129.1 131.4C128 131.1 128 131.8 127.8 132.5C127.6 133.4 128.2 133.3 128.7 133.3C130.2 133.5 131.7 134 133.2 133.9C135.9 133.8 136.6 135.4 137.1 137.5C137.5 139.1 136.2 138.8 135.6 139.2C134.8 139.8 134.5 139.1 134.4 138.5C134.1 137.2 133.3 136.6 131.8 137C132.1 137.8 132.4 138.6 132.7 139.3C133.4 140.7 132 140.5 131.5 140.8C130.8 141.2 130.4 141.1 130.2 140.3C130 139.5 129.6 138.8 129.4 137.9C129.1 136.5 128.3 136.2 126.9 136.5C127.5 138 128 139.6 128.6 141.1C128.8 141.7 128.8 142 128.1 142.1C127.7 142.2 127.3 142.3 127 142.5C126.2 142.9 125.8 142.7 125.5 141.8C124.8 139.9 124 138.1 123.2 136.2C122.9 135.9 122.9 135.5 123 135Z" fill="black"/> <path d="M151.9 122.9C152.3 123.5 152.7 124 153.2 124.6C154.8 126.6 156.4 128.7 158.3 130.4C160.8 132.7 163.5 133.9 167 133.5C171.7 132.9 176.5 132.4 181.2 132.1C186 131.8 190.7 130.8 195.2 129.3C198 128.3 201 127.5 203.8 126.6C204.5 126.4 204.9 126.5 205.1 127.2C205.4 128 204.7 127.9 204.3 128.1C203.1 128.7 201.9 129.2 200.8 129.8C200.5 129.9 200.3 130.1 200.4 130.5C200.5 130.9 200.8 130.9 201.1 130.9C201.4 130.9 201.7 130.9 202 130.8C208.2 130.2 214.4 129.3 220.6 128.4C221.3 128.3 221.9 128.2 222.1 129.2C222.5 130.9 221.2 130.5 220.5 130.6C204.6 133 188.7 135 172.7 136.5C169.4 136.8 166.2 137.1 163.5 137.3C160.3 137 158.2 135.8 156.5 133.9C154.2 131.5 152.4 128.7 150.4 126.1C149.5 124.9 149.4 124.1 150.5 123C151 122.3 151.4 122.1 151.9 122.9Z" fill="black"/> <path d="M179 124.8C179.4 124.7 179.8 124.7 180.2 124.7C192.7 123.1 205 120.8 217.3 117.9C218.6 117.6 218.8 118.2 219 119.1C219.3 120.2 218.3 119.9 217.9 120C201.3 124 184.5 127.4 167.6 130.1C166.5 130.3 165.4 130.4 164.5 130.6C163.1 130.3 162 129.5 161 128.7C158.3 126.4 156.1 123.6 154.1 120.7C153 119.1 153.1 119.1 154.3 117.5C154.9 116.8 155.1 116.9 155.6 117.6C157.1 119.8 158.7 121.9 160.5 123.9C163.3 126.9 165.3 127.3 169.1 125.7C172.3 124.4 175.2 122.4 178 120.4C179.1 119.6 180.1 118.9 181.2 118.1C182.1 117.5 182.8 118.2 183.3 118.6C183.8 119 182.9 119.3 182.6 119.6C181.3 120.8 179.9 121.9 178.5 123.1C178.2 123.3 177.8 123.6 178.2 124.1C178.2 124.4 178.3 125 179 124.8Z" fill="black"/> <path d="M137.6 58.6C136 60.5 135.1 62.5 134.7 65C133.4 73.9 131.9 82.9 130.7 91.8C130.4 94.2 130.4 94.2 128.1 93.6C128 93.6 127.9 93.6 127.8 93.5C127 93.4 126.8 93 126.9 92.1C127.2 90 127.5 87.9 127.7 85.7C128.8 77.9 129.9 70.1 130.9 62.3C131 61.3 131.3 60.5 131.9 59.7C134.1 56.8 136.4 53.9 138.3 50.8C139.5 48.9 140.8 48.4 142.9 48.8C143.8 49 143.9 49.1 143.4 49.9C141.7 53 139.8 55.9 137.6 58.6Z" fill="black"/> <path d="M117 129.5C118.2 123.4 119.5 117.4 120.7 111.3C120.8 110.7 121 110.4 121.7 110.6C122.9 110.9 124.1 111.3 125.4 111.5C126.1 111.7 126.1 112 126 112.6C124.7 118 123.4 123.5 122 128.9C120.3 135.3 120.3 135.3 123.2 141.3C124.4 143.7 124.3 143.7 121.9 144.7C121 145.1 120.8 144.7 120.5 144.1C119.2 141.2 117.8 138.3 116.4 135.4C116.2 135 116.1 134.6 116.1 134.4C116.4 132.6 116.7 131 117 129.5Z" fill="black"/> <path d="M84.4 47.8C87.1 47.8 89.2 50 89.2 52.6C89.2 55.2 87 57.4 84.4 57.4C81.8 57.4 79.6 55.2 79.6 52.6C79.6 50 81.7 47.8 84.4 47.8ZM84.4 55.2C85.8 55.2 87 54 87 52.6C87 51.2 85.8 50 84.4 50C83 50 81.8 51.2 81.8 52.6C81.8 54 83 55.2 84.4 55.2Z" fill="black"/> <path d="M98 48.6C96 46.4 93.8 44.1 91.4 42C89.3 40 87 38 84.7 36.1L92 33.8H81.8C78.8 31.5 75.6 29.3 72.4 27.3H109.5L109.4 64.4C106.9 59.4 102.9 54 98 48.6Z" fill="black"/> </g> <defs> <clipPath id="clip0_22_2"> <rect width="250.3" height="144.8" fill="white" transform="matrix(-1 0 0 1 250.3 0)"/> </clipPath> </defs> </svg> <span>FREESHIP - FREE KHẮC TÊN - 30K THÀNH VIÊN MỚI</span> </div> </div> </div>";} 0 940 0 D smarty_block a:2:{s:8:"template";s:23:"blocks/smarty_block.tpl";s:13:"user_class_id";s:0:"";} 0 1 vi notification backup chus.vn
625 1 0 327 hidden-phone 1 A 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 vi Languages
295 3 a:1:{s:4:"menu";s:1:"7";} 0 399 blocks/wrappers/footer_general.tpl 1 A menu a:1:{s:8:"template";s:26:"blocks/menu/list_links.tpl";} 0 1 vi Về Chus
198 8 0 224 top-cart-content 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 vi Cart content
224 28 a:1:{s:5:"items";a:6:{s:7:"filling";s:7:"similar";s:5:"limit";s:2:"12";s:13:"percent_range";s:0:"";s:16:"similar_category";s:1:"Y";s:15:"similar_subcats";s:1:"Y";s:16:"similar_in_stock";s:1:"Y";}} 0 433 blocks/wrappers/mainbox_title_with_link.tpl chus_max-width chus_pd-block 1 A products a:6:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"url_seemore";s:0:"";s:15:"url_seemore_pos";s:3:"top";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"6";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 vi Sản phẩm liên quan
195 67 a:1:{s:5:"items";a:5:{s:10:"get_images";s:4:"true";s:7:"filling";s:13:"full_tree_cat";s:18:"parent_category_id";s:0:"";s:7:"sort_by";s:8:"position";s:13:"both_category";s:1:"Y";}} 0 330 blocks/wrappers/onclick_dropdown.tpl 1 A categories a:5:{s:8:"template";s:50:"blocks/categories/categories_dropdown_vertical.tpl";s:11:"url_seemore";s:0:"";s:15:"url_seemore_pos";s:3:"top";s:25:"right_to_left_orientation";s:1:"N";s:13:"user_class_id";s:0:"";} 0 1 vi Danh mục
627 4 0 220 top-my-account-right hidden-phone 2 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 vi My Account
626 5 0 329 text-center 2 A template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:11:"enable_link";s:1:"Y";} 0 1 vi Logo
196 7 0 222 top-search 2 A template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 vi Search
297 68 0 342 blocks/wrappers/footer_general.tpl chus_pd-0 2 A template a:2:{s:8:"template";s:56:"addons/newsletters/blocks/static_templates/subscribe.tpl";s:13:"user_class_id";s:0:"";} 0 1 vi Nhận tin ưu đãi và gợi ý quà tặng từ Chus
625 107 0 395 hidden-desktop hidden-tablet 2 A template a:1:{s:8:"template";s:41:"blocks/static_templates/togglemenu_mb.tpl";} 0 1 vi Toggle menu
627 103 a:1:{s:7:"content";s:453:" <ul class="quick-link-right"> <li> <a class="ty-quick-link__title " href="{"dosiin_blogs.index"|fn_url}"> <span class="ty-quick-link__title-txt">Blogs</span> </a> </li> <li> <a class="ty-quick-link__title" href="index.php?dispatch=pages.view&page_id=49"> <span class="ty-quick-link__title-txt">Help</span> </a> </li> </ul>";} 0 385 hidden-phone 3 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 vi Blog & help
625 116 0 542 hidden-tablet hidden-desktop 3 A template a:1:{s:8:"template";s:46:"blocks/static_templates/langguages_icon_mb.tpl";} 0 1 vi Languages icon
627 8 0 391 top-cart-content hidden-desktop hidden-tablet 4 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 vi Cart content
627 104 0 390 hidden-tablet hidden-desktop 5 A template a:1:{s:8:"template";s:36:"blocks/static_templates/wishlist.tpl";} 0 1 vi Wishlist