{"id":4387,"date":"2017-12-17T06:31:19","date_gmt":"2017-12-17T06:31:19","guid":{"rendered":"https:\/\/absolutefit.ae\/?page_id=4387"},"modified":"2026-04-02T05:24:35","modified_gmt":"2026-04-02T05:24:35","slug":"home","status":"publish","type":"page","link":"https:\/\/absolutefit.ae\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4387\" class=\"elementor elementor-4387\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a13ab7e e-flex e-con-boxed e-con e-parent\" data-id=\"a13ab7e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fdc4d6d elementor-widget elementor-widget-heading\" data-id=\"fdc4d6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">THERE'S MORE OF YOU IN YOU AND ABSOLUTE FIT CAN HELP\u00a0YOU\u00a0FIND\u00a0IT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-84b8dab e-flex e-con-boxed e-con e-parent\" data-id=\"84b8dab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39bd9d7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"39bd9d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2afe0c24 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2afe0c24\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-532eb909\" data-id=\"532eb909\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-66fff22 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default\" data-id=\"66fff22\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5f3313e\" data-id=\"5f3313e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-248ae68 elementor-widget elementor-widget-html\" data-id=\"248ae68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--jQuery CDN link starts here-->\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.6.1\/jquery.min.js\" integrity=\"sha512-aVKKRRi\/Q\/YV+4mjoKBsE4x3H+BkegoM\/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>\n<!--jQuery CDN link ends here-->\n\n\n<script>\njQuery(function() {\n\n\/\/ Set the date we're counting down to\n\/\/ Set the date we're counting down to\nvar countDownDate = new Date(\"Jun 01, 2025 10:00:00\").getTime();\n\n\n  var countdown1 = document.getElementById(\"num1\"); \/\/ get tag element\n  var countdown2 = document.getElementById(\"num2\"); \/\/ get tag element\n  var countdown3 = document.getElementById(\"num3\"); \/\/ get tag element\n  var countdown4 = document.getElementById(\"num4\"); \/\/ get tag element\n\n\/\/ Update the count down every 1 second\nvar x = setInterval(function() {\n\n  \/\/ Get today's date and time\n  var now = new Date().getTime();\n\n  \/\/ Find the distance between now and the countdown date\n  var distance = countDownDate - now;\n\n  \/\/ Time calculations for days, hours, minutes, and seconds\n  var days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n  var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n  var minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n  var seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n\n  \/\/zero if number <10\n  function pad(n){\n    return (n < 10 ? \"0\" : \"\") + n;\n}\n\n  \/\/ format countdown string + set tag value\n    countdown1.innerText = pad(days);\n    countdown2.innerText = pad(hours);\n    countdown3.innerText = pad(minutes);\n    countdown4.innerText = pad(seconds);\n\n  \/\/ If the count down is over, write some text\n  if (distance < 0) {\n    clearInterval(x);\n      countdown1.innerText = \"L\";\n      countdown2.innerText = \"I\";\n      countdown3.innerText = \"V\";\n      countdown4.innerText = \"E\";\n  }\n}, 1000);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc84cfc elementor-widget elementor-widget-heading\" data-id=\"dc84cfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Pre-orders are now open<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f95d95 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image-box\" data-id=\"2f95d95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">Restocked and ready. be first in line when shipping starts<\/h2><p class=\"elementor-image-box-description\">Follow us for updates<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4575754 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"4575754\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pre Order Now!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bad8f6a elementor-align-left elementor-tablet-align-left elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"bad8f6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/absolutefit.ae\/en\/product-category\/courses\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-shopping-cart\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Pre Order Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1cfee7 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"d1cfee7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-803cc8e e-con-full e-flex e-con e-child\" data-id=\"803cc8e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-48cc777 elementor-widget elementor-widget-heading\" data-id=\"48cc777\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span id=\"num1\" class=\"num\"><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88891eb elementor-widget elementor-widget-heading\" data-id=\"88891eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Days<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbb5bda e-con-full e-flex e-con e-child\" data-id=\"fbb5bda\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-068ac12 elementor-widget elementor-widget-heading\" data-id=\"068ac12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span id=\"num2\" class=\"num\"><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7749771 elementor-widget elementor-widget-heading\" data-id=\"7749771\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hours<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7860455 e-con-full e-flex e-con e-child\" data-id=\"7860455\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b3ae5 elementor-widget elementor-widget-heading\" data-id=\"f5b3ae5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span id=\"num3\" class=\"num\"><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da63b2a elementor-widget elementor-widget-heading\" data-id=\"da63b2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Minutes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dfd93a4 e-con-full e-flex e-con e-child\" data-id=\"dfd93a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b5a9869 elementor-widget elementor-widget-heading\" data-id=\"b5a9869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span id=\"num4\" class=\"num\"><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ddcdfd6 elementor-widget elementor-widget-heading\" data-id=\"ddcdfd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Seconds<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-211694b elementor-section-full_width elementor-section-height-min-height elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default\" data-id=\"211694b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d3cef33\" data-id=\"d3cef33\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8234ef1 elementor-widget elementor-widget-html\" data-id=\"8234ef1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--jQuery CDN link starts here-->\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.6.1\/jquery.min.js\" integrity=\"sha512-aVKKRRi\/Q\/YV+4mjoKBsE4x3H+BkegoM\/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>\n<!--jQuery CDN link ends here-->\n\n\n<script>\njQuery(function() {\n\n\/\/ Set the date we're counting down to\n\/\/ Set the date we're counting down to\nvar countDownDate = new Date(\"Jun 01, 2025 10:00:00\").getTime();\n\n\n  var countdown1 = document.getElementById(\"num1\"); \/\/ get tag element\n  var countdown2 = document.getElementById(\"num2\"); \/\/ get tag element\n  var countdown3 = document.getElementById(\"num3\"); \/\/ get tag element\n  var countdown4 = document.getElementById(\"num4\"); \/\/ get tag element\n\n\/\/ Update the count down every 1 second\nvar x = setInterval(function() {\n\n  \/\/ Get today's date and time\n  var now = new Date().getTime();\n\n  \/\/ Find the distance between now and the countdown date\n  var distance = countDownDate - now;\n\n  \/\/ Time calculations for days, hours, minutes, and seconds\n  var days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n  var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n  var minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n  var seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n\n  \/\/zero if number <10\n  function pad(n){\n    return (n < 10 ? \"0\" : \"\") + n;\n}\n\n  \/\/ format countdown string + set tag value\n    countdown1.innerText = pad(days);\n    countdown2.innerText = pad(hours);\n    countdown3.innerText = pad(minutes);\n    countdown4.innerText = pad(seconds);\n\n  \/\/ If the count down is over, write some text\n  if (distance < 0) {\n    clearInterval(x);\n      countdown1.innerText = \"L\";\n      countdown2.innerText = \"I\";\n      countdown3.innerText = \"V\";\n      countdown4.innerText = \"E\";\n  }\n}, 1000);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b14b48 elementor-widget elementor-widget-heading\" data-id=\"6b14b48\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Ramadan Edition Drop<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ee4a78 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image-box\" data-id=\"2ee4a78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">Our Ramadan Edition Is Now Available for Pre-Order<\/h2><p class=\"elementor-image-box-description\">Follow us for updates<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11a1282 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"11a1282\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pre Order Now!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47c8a0e elementor-align-left elementor-tablet-align-left elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"47c8a0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/absolutefit.ae\/en\/product-category\/courses\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-shopping-cart\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Pre Order Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc564b9 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"fc564b9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1ab4e13 e-con-full e-flex e-con e-child\" data-id=\"1ab4e13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2b5a5d elementor-widget elementor-widget-heading\" data-id=\"f2b5a5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span id=\"num1\" class=\"num\"><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab85c06 elementor-widget elementor-widget-heading\" data-id=\"ab85c06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Days<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d779a54 e-con-full e-flex e-con e-child\" data-id=\"d779a54\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cf5de7 elementor-widget elementor-widget-heading\" data-id=\"5cf5de7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span id=\"num2\" class=\"num\"><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5537606 elementor-widget elementor-widget-heading\" data-id=\"5537606\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hours<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47d8015 e-con-full e-flex e-con e-child\" data-id=\"47d8015\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f5216c elementor-widget elementor-widget-heading\" data-id=\"0f5216c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span id=\"num3\" class=\"num\"><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f39dda elementor-widget elementor-widget-heading\" data-id=\"0f39dda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Minutes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-312c0be e-con-full e-flex e-con e-child\" data-id=\"312c0be\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6515eb7 elementor-widget elementor-widget-heading\" data-id=\"6515eb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span id=\"num4\" class=\"num\"><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db84b33 elementor-widget elementor-widget-heading\" data-id=\"db84b33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Seconds<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-36b43d4e elementor-widget elementor-widget-heading\" data-id=\"36b43d4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b6838a eael-product-gallery-column-3 elementor-widget elementor-widget-eael-woo-product-gallery\" data-id=\"7b6838a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;eael_product_gallery_column&quot;:&quot;3&quot;}\" data-widget_type=\"eael-woo-product-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-gallery eael-product-preset-3 masonry eael-terms-layout-horizontal\" id=\"eael-product-gallery\" data-widget-id=\"7b6838a\" data-page-id=\"4387\" data-nonce=\"2cd34f60cc\" >\n\t\t\t\n            <div class=\"woocommerce\">\n\t\t\t\t<ul class=\"products eael-post-appender eael-post-appender-7b6838a\" data-layout-mode=\"masonry\" data-ssi-desktop=\"yes\" ><li class=\"product  post-13 type-product status-publish has-post-thumbnail product_cat-courses desktop-align-center tablet-align-left mobile-align-left first instock featured taxable shipping-taxable purchasable product-type-simple\">\n        <div class=\"eael-product-wrap\" data-src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?fit=2560%2C2560&#038;ssl=1\" data-src-hover=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/09\/all--scaled.webp?fit=2560%2C2560&#038;ssl=1\" >\n                <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/absolutefit.ae\/en\/product\/first-course\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"2560\" src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?fit=2560%2C2560&amp;ssl=1\" class=\"attachment-full size-full\" alt=\"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0623\u0648\u0644 -  \u0627\u0644\u0623\u0643\u062b\u0631 \u0645\u0628\u064a\u0639\u0627\" loading=\"eager\" srcset=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?w=2560&amp;ssl=1 2560w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=1536%2C1536&amp;ssl=1 1536w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=2048%2C2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=100%2C100&amp;ssl=1 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/a>            <\/div>\n            <div class=\"image-hover-wrap\">\n                <ul class=\"icons-wrap box-style\">\n                    \n                                            <li class=\"eael-product-quick-view\">\n                            <a id=\"eael_quick_view_6a7c4c17d70b7\" data-quickview-setting=\"{&quot;widget_id&quot;:&quot;7b6838a&quot;,&quot;product_id&quot;:13,&quot;page_id&quot;:4387}\"\n                                class=\"eael-product-gallery-open-popup open-popup-link\">\n                                <i class=\"fas fa-eye\"><\/i>\n                            <\/a>\n                        <\/li>\n                    \n                                            <li class=\"view-details\" title=\"Details\" aria-label=\"View Details about \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0623\u0648\u0644 -  \u0627\u0644\u0623\u0643\u062b\u0631 \u0645\u0628\u064a\u0639\u0627\"><a href=\"https:\/\/absolutefit.ae\/en\/product\/first-course\/\"><i class=\"fas fa-link\"><\/i><\/a><\/li>\n                                    <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"review-rating\"><div class=\"star-rating\"><span style=\"width:100%\">Rated <strong class=\"rating\">5.00<\/strong> out of 5 based on <span class=\"rating\">3<\/span> customer ratings<\/span><\/div><\/div>            <div class=\"eael-product-title\">\n                <h1>\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0623\u0648\u0644 -  \u0627\u0644\u0623\u0643\u062b\u0631 \u0645\u0628\u064a\u0639\u0627<\/h1>            <\/div>\n            <div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"><span class=\"woocommerce-Price-currencyCode\">AED<\/span><\/span>&nbsp;1,860<\/bdi><\/span><\/div>        <\/div>\n            <\/div>\n<\/li><li class=\"product  post-14 type-product status-publish has-post-thumbnail product_cat-courses desktop-align-center tablet-align-left mobile-align-left instock featured taxable shipping-taxable purchasable product-type-simple\">\n        <div class=\"eael-product-wrap\" data-src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?fit=2560%2C2560&#038;ssl=1\" data-src-hover=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/09\/all--scaled.webp?fit=2560%2C2560&#038;ssl=1\" >\n                <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/absolutefit.ae\/en\/product\/second-course\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"2560\" height=\"2560\" src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?fit=2560%2C2560&amp;ssl=1\" class=\"attachment-full size-full\" alt=\"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062b\u0627\u0646\u064a - \u0627\u0644\u0623\u0643\u062b\u0631 \u0641\u0627\u0639\u0644\u064a\u0629\" loading=\"eager\" srcset=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?w=2560&amp;ssl=1 2560w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=1536%2C1536&amp;ssl=1 1536w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=2048%2C2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?resize=100%2C100&amp;ssl=1 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/a>            <\/div>\n            <div class=\"image-hover-wrap\">\n                <ul class=\"icons-wrap box-style\">\n                    \n                                            <li class=\"eael-product-quick-view\">\n                            <a id=\"eael_quick_view_6a7c4c17d8a0f\" data-quickview-setting=\"{&quot;widget_id&quot;:&quot;7b6838a&quot;,&quot;product_id&quot;:14,&quot;page_id&quot;:4387}\"\n                                class=\"eael-product-gallery-open-popup open-popup-link\">\n                                <i class=\"fas fa-eye\"><\/i>\n                            <\/a>\n                        <\/li>\n                    \n                                            <li class=\"view-details\" title=\"Details\" aria-label=\"View Details about \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062b\u0627\u0646\u064a - \u0627\u0644\u0623\u0643\u062b\u0631 \u0641\u0627\u0639\u0644\u064a\u0629\"><a href=\"https:\/\/absolutefit.ae\/en\/product\/second-course\/\"><i class=\"fas fa-link\"><\/i><\/a><\/li>\n                                    <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"review-rating\"><div class=\"star-rating\"><span style=\"width:100%\">Rated <strong class=\"rating\">5.00<\/strong> out of 5 based on <span class=\"rating\">4<\/span> customer ratings<\/span><\/div><\/div>            <div class=\"eael-product-title\">\n                <h1>\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062b\u0627\u0646\u064a - \u0627\u0644\u0623\u0643\u062b\u0631 \u0641\u0627\u0639\u0644\u064a\u0629<\/h1>            <\/div>\n            <div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"><span class=\"woocommerce-Price-currencyCode\">AED<\/span><\/span>&nbsp;2,860<\/bdi><\/span><\/div>        <\/div>\n            <\/div>\n<\/li><li class=\"product  post-16 type-product status-publish has-post-thumbnail product_cat-supplements desktop-align-center tablet-align-left mobile-align-left last outofstock featured taxable shipping-taxable purchasable product-type-simple\">\n        <div class=\"eael-product-wrap\" data-src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?fit=2560%2C2560&#038;ssl=1\" data-src-hover=\"\" >\n                <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/absolutefit.ae\/en\/product\/sleep\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"eael-onsale outofstock sale-preset-3 \">Out of Stock<\/span><img decoding=\"async\" width=\"2560\" height=\"2560\" src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?fit=2560%2C2560&amp;ssl=1\" class=\"attachment-full size-full\" alt=\"SLEEP BY ABSOLUTE FIT \u00ae\ud83d\udca4\ud83d\ude34\" loading=\"eager\" srcset=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?w=2560&amp;ssl=1 2560w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?resize=1536%2C1536&amp;ssl=1 1536w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?resize=2048%2C2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/16-scaled.webp?resize=100%2C100&amp;ssl=1 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/a>            <\/div>\n            <div class=\"image-hover-wrap\">\n                <ul class=\"icons-wrap box-style\">\n                    \n                                            <li class=\"eael-product-quick-view\">\n                            <a id=\"eael_quick_view_6a7c4c17d9d95\" data-quickview-setting=\"{&quot;widget_id&quot;:&quot;7b6838a&quot;,&quot;product_id&quot;:16,&quot;page_id&quot;:4387}\"\n                                class=\"eael-product-gallery-open-popup open-popup-link\">\n                                <i class=\"fas fa-eye\"><\/i>\n                            <\/a>\n                        <\/li>\n                    \n                                            <li class=\"view-details\" title=\"Details\" aria-label=\"View Details about SLEEP BY ABSOLUTE FIT \u00ae\ud83d\udca4\ud83d\ude34\"><a href=\"https:\/\/absolutefit.ae\/en\/product\/sleep\/\"><i class=\"fas fa-link\"><\/i><\/a><\/li>\n                                    <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"review-rating\"><div class=\"star-rating\"><span style=\"width:90%\">Rated <strong class=\"rating\">4.50<\/strong> out of 5 based on <span class=\"rating\">2<\/span> customer ratings<\/span><\/div><\/div>            <div class=\"eael-product-title\">\n                <h1>SLEEP BY ABSOLUTE FIT \u00ae\ud83d\udca4\ud83d\ude34<\/h1>            <\/div>\n            <div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"><span class=\"woocommerce-Price-currencyCode\">AED<\/span><\/span>&nbsp;430<\/bdi><\/span><\/div>        <\/div>\n            <\/div>\n<\/li><\/ul>            <div class=\"eael-load-more-button-wrap eael-force-hide\">\n                <button class=\"hide-load-more eael-load-more-button\" id=\"eael-load-more-btn-7b6838a\" data-widget-id=\"7b6838a\" data-widget=\"7b6838a\" data-page-id=\"4387\" data-template=\"{&quot;dir&quot;:&quot;lite&quot;,&quot;file_name&quot;:&quot;preset-3.php&quot;,&quot;name&quot;:&quot;Woo-Product-Gallery&quot;}\" data-class=\"Essential_Addons_Elementor\\Elements\\Woo_Product_Gallery\" data-layout=\"masonry\" data-page=\"1\" data-args=\"post_type=product&amp;post_status=publish&amp;posts_per_page=16&amp;order=asc&amp;offset=0&amp;tax_query%5Brelation%5D=AND&amp;tax_query%5B0%5D%5Btaxonomy%5D=product_visibility&amp;tax_query%5B0%5D%5Bfield%5D=name&amp;tax_query%5B0%5D%5Bterms%5D=featured&amp;tax_query%5B1%5D%5Btaxonomy%5D=product_visibility&amp;tax_query%5B1%5D%5Bfield%5D=name&amp;tax_query%5B1%5D%5Bterms%5D%5B0%5D=exclude-from-search&amp;tax_query%5B1%5D%5Bterms%5D%5B1%5D=exclude-from-catalog&amp;tax_query%5B1%5D%5Boperator%5D=NOT+IN&amp;orderby=ID&amp;meta_query%5Brelation%5D=AND\" data-max-page=\"1\">\n                    <span class=\"eael-btn-loader button__loader\"><\/span>\n                    <span class=\"eael_load_more_text\"><\/span>\n                <\/button>\n            <\/div>\n                        <\/div>\n        <\/div>\n        <script type=\"text\/javascript\">\n\t\t\tjQuery(document).ready(function ($) {\n\t\t\t\tvar $scope = jQuery(\".elementor-element-7b6838a\");\n\t\t\t\tvar $products = $('.products', $scope);\n\t\t\t\tvar $layout_mode = $products.data('layout-mode');\n\n\t\t\t\tif ($layout_mode === 'masonry') {\n\t\t\t\t\t\/\/ init isotope\n\t\t\t\t\tvar $isotope_products = $products.isotope({ itemSelector: \"li.product\", layoutMode: $layout_mode, percentPosition: true });\n\t\t\t\t\t$isotope_products.imagesLoaded().progress(function () {\n\t\t\t\t\t\t$isotope_products.isotope('layout');\n\t\t\t\t\t})\n\n\t\t\t\t\t$(window).on('resize', function () {\n\t\t\t\t\t\t$isotope_products.isotope('layout');\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n        <\/script>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-de65793 elementor-section-content-middle elementor-section-height-min-height elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default\" data-id=\"de65793\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f6a1e8e\" data-id=\"f6a1e8e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d362b15 elementor-widget elementor-widget-image-box\" data-id=\"d362b15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">\u064a\u0633\u0627\u0639\u062f\u0643 \u0639\u0644\u0649 \u062e\u0633\u0627\u0631\u0629 10 \u0643\u064a\u0644\u0648 \u0623\u0648 \u0623\u0642\u0644 <\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b15e232 elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-widget elementor-widget-button\" data-id=\"b15e232\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/absolutefit.ae\/en\/?product=first-course\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0627\u0637\u0644\u0628 \u0627\u0644\u0622\u0646<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-78c36f3\" data-id=\"78c36f3\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e03828 elementor-widget elementor-widget-image-box\" data-id=\"3e03828\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">\u064a\u0633\u0627\u0639\u062f\u0643 \u0639\u0644\u0649 \u062e\u0633\u0627\u0631\u0629 14 \u0643\u064a\u0644\u0648 \u0623\u0648 \u0623\u0643\u062b\u0631<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e40b8f elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-widget elementor-widget-button\" data-id=\"3e40b8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/absolutefit.ae\/en\/?product=second-course\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0627\u0637\u0644\u0628 \u0627\u0644\u0622\u0646 <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-bdb7501 elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"bdb7501\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cbcc140\" data-id=\"cbcc140\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-26bd98a elementor-widget elementor-widget-heading\" data-id=\"26bd98a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">HONEYDEW WATERMELON \u2013 PRE-WORKOUT POWER\n<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4291b15 elementor-widget elementor-widget-image-box\" data-id=\"4291b15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">INCREASE ENERGY | MUSCLE PUMP | ANTI-FATIGUE<\/h2><p class=\"elementor-image-box-description\">BLACK Panther Pre-Workout contains key active ingredients to support focus, muscle size, energy, power and strength \u2013 ensuring muscles are primed and pumped for the ultimate workout.\n<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee73ff1 elementor-align-left elementor-tablet-align-left elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"ee73ff1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/absolutefit.ae\/en\/?product=black-panther-workout\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Buy Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6943a6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f6943a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-64a5d7df elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"64a5d7df\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-22533a71\" data-id=\"22533a71\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6273c42b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"6273c42b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/10\/icons8-vegan-100.png?fit=100%2C100&amp;ssl=1\" class=\"attachment-full size-full wp-image-5053\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h5 class=\"elementor-image-box-title\">Vegan Friendly<\/h5><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7f174809\" data-id=\"7f174809\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2627ef51 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2627ef51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/10\/icons8-certified-100.png?fit=100%2C100&amp;ssl=1\" class=\"attachment-full size-full wp-image-5054\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h5 class=\"elementor-image-box-title\">GMO Certified<\/h5><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-15f8e79d\" data-id=\"15f8e79d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33d5fff3 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"33d5fff3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/10\/icons8-wellness-100.png?fit=100%2C100&amp;ssl=1\" class=\"attachment-full size-full wp-image-5055\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h5 class=\"elementor-image-box-title\">Optimal Wellness<\/h5><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-64309c0a\" data-id=\"64309c0a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f13cd14 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"6f13cd14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"64\" height=\"64\" src=\"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/10\/icons8-fat-64.png?fit=64%2C64&amp;ssl=1\" class=\"attachment-full size-full wp-image-5056\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h5 class=\"elementor-image-box-title\">Fat Burning<\/h5><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>THERE&#8217;S MORE OF YOU IN YOU AND ABSOLUTE FIT CAN HELP\u00a0YOU\u00a0FIND\u00a0IT Pre-orders are now open Restocked and ready. be first in line when shipping starts Follow us for updates Pre Order Now! Pre Order Now Days Hours Minutes Seconds Ramadan Edition Drop Our Ramadan Edition Is Now Available for Pre-Order Follow us for updates Pre [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_joinchat":[],"footnotes":""},"class_list":["post-4387","page","type-page","status-publish","hentry","desktop-align-center","tablet-align-left","mobile-align-left"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - \u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a<\/title>\n<meta name=\"description\" content=\"There&#039;s more of you in you and Absolutefit can help you find it!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/absolutefit.ae\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - \u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a\" \/>\n<meta property=\"og:description\" content=\"There&#039;s more of you in you and Absolutefit can help you find it!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/absolutefit.ae\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-02T05:24:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/\",\"url\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/\",\"name\":\"Home - \u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/JT-scaled.jpg\",\"datePublished\":\"2017-12-17T06:31:19+00:00\",\"dateModified\":\"2026-04-02T05:24:35+00:00\",\"description\":\"There's more of you in you and Absolutefit can help you find it!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/absolutefit.ae\\\/en\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/absolutefit.ae\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/JT-scaled.jpg?fit=2560%2C2560&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/absolutefit.ae\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/JT-scaled.jpg?fit=2560%2C2560&ssl=1\",\"width\":2560,\"height\":2560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/\",\"name\":\"\u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#organization\",\"name\":\"\u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a\",\"url\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/absolutefit.ae\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/absolutefit-logo-horizontal-cut.png?fit=1080%2C186&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/absolutefit.ae\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/absolutefit-logo-horizontal-cut.png?fit=1080%2C186&ssl=1\",\"width\":1080,\"height\":186,\"caption\":\"\u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a\"},\"image\":{\"@id\":\"https:\\\/\\\/absolutefit.ae\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/absulotfit\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@absulotfit?_t=8Yc0EiSb01i&_r=1\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - \u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a","description":"There's more of you in you and Absolutefit can help you find it!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/absolutefit.ae\/en\/","og_locale":"en_US","og_type":"article","og_title":"Home - \u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a","og_description":"There's more of you in you and Absolutefit can help you find it!","og_url":"https:\/\/absolutefit.ae\/en\/","og_site_name":"\u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a","article_modified_time":"2026-04-02T05:24:35+00:00","og_image":[{"url":"https:\/\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/absolutefit.ae\/en\/","url":"https:\/\/absolutefit.ae\/en\/","name":"Home - \u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a","isPartOf":{"@id":"https:\/\/absolutefit.ae\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/absolutefit.ae\/en\/#primaryimage"},"image":{"@id":"https:\/\/absolutefit.ae\/en\/#primaryimage"},"thumbnailUrl":"https:\/\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg","datePublished":"2017-12-17T06:31:19+00:00","dateModified":"2026-04-02T05:24:35+00:00","description":"There's more of you in you and Absolutefit can help you find it!","breadcrumb":{"@id":"https:\/\/absolutefit.ae\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/absolutefit.ae\/en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/absolutefit.ae\/en\/#primaryimage","url":"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?fit=2560%2C2560&ssl=1","contentUrl":"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2023\/09\/JT-scaled.jpg?fit=2560%2C2560&ssl=1","width":2560,"height":2560},{"@type":"BreadcrumbList","@id":"https:\/\/absolutefit.ae\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/absolutefit.ae\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/absolutefit.ae\/en\/#website","url":"https:\/\/absolutefit.ae\/en\/","name":"\u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a","description":"","publisher":{"@id":"https:\/\/absolutefit.ae\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/absolutefit.ae\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/absolutefit.ae\/en\/#organization","name":"\u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a","url":"https:\/\/absolutefit.ae\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/absolutefit.ae\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/absolutefit-logo-horizontal-cut.png?fit=1080%2C186&ssl=1","contentUrl":"https:\/\/i0.wp.com\/absolutefit.ae\/en\/wp-content\/uploads\/2025\/04\/absolutefit-logo-horizontal-cut.png?fit=1080%2C186&ssl=1","width":1080,"height":186,"caption":"\u0627\u0628\u0633\u0644\u0648\u062a \u0641\u064a\u062a"},"image":{"@id":"https:\/\/absolutefit.ae\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/absulotfit\/","https:\/\/www.tiktok.com\/@absulotfit?_t=8Yc0EiSb01i&_r=1"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/absolutefit.ae\/en\/wp-json\/wp\/v2\/pages\/4387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/absolutefit.ae\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/absolutefit.ae\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/absolutefit.ae\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/absolutefit.ae\/en\/wp-json\/wp\/v2\/comments?post=4387"}],"version-history":[{"count":20,"href":"https:\/\/absolutefit.ae\/en\/wp-json\/wp\/v2\/pages\/4387\/revisions"}],"predecessor-version":[{"id":7065,"href":"https:\/\/absolutefit.ae\/en\/wp-json\/wp\/v2\/pages\/4387\/revisions\/7065"}],"wp:attachment":[{"href":"https:\/\/absolutefit.ae\/en\/wp-json\/wp\/v2\/media?parent=4387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}