www.5apex.com
Open in
urlscan Pro
2606:4700::6812:e82a
Public Scan
URL:
https://www.5apex.com/
Submission: On April 12 via api from US — Scanned from DE
Submission: On April 12 via api from US — Scanned from DE
Form analysis
2 forms found in the DOMGET /search
<form id="header_search_form_pc" class="header__search-form relative flex" action="/search" method="get">
<div class="md:flex-1 relative items-stretch">
<input @input-debounced="header_search_lightbox.open();header_search_predictive_render.rerender(data=event.value, redo=true);" class="header__search-input m-0 w-full type-text-font-family" autocomplete="off" type="text" name="q"
placeholder="Search products">
<button type="submit" class="header__search-icon absolute m-0 p-0 text-0 type-text-font-family cursor-pointer" tabindex="-1"><svg class="" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
<path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
fill="currentColor"></path>
</svg></button>
<span onclick="header_search_form_pc.reset()" @tap="header_search_lightbox.close();" class="header__search-icon-close hidden items-center justify-center absolute m-0 p-0 type-text-font-family text-0 rounded-full cursor-pointer" tabindex="-2"><svg
class="" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.746 1.992a.2.2 0 0 0-.283 0l-.471.471a.2.2 0 0 0 0 .283L5.245 6 1.992 9.25a.2.2 0 0 0 0 .283l.471.472a.2.2 0 0 0 .283 0L6 6.753l3.252 3.253a.2.2 0 0 0 .283 0l.472-.472a.2.2 0 0 0 0-.283L6.753 6l3.253-3.253a.2.2 0 0 0 0-.283l-.472-.471a.2.2 0 0 0-.283 0L6 5.245 2.746 1.992z"
fill="currentColor"></path>
</svg></span>
</div>
<button type="submit" class="header__search-submit-btn lg:hidden m-0 type-text-font-family">Search</button>
</form>
GET /search
<form id="header_search_form_md" class="header__search-form relative flex" action="/search" method="get">
<div class="md:flex-1 relative items-stretch">
<input @input-debounced="header_search_lightbox.open();header_search_predictive_render.rerender(data=event.value, redo=true);" class="header__search-input m-0 w-full type-text-font-family" autocomplete="off" type="text" name="q"
placeholder="Search products">
<button type="submit" class="header__search-icon absolute m-0 p-0 text-0 type-text-font-family cursor-pointer" tabindex="-1"><svg class="" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
<path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
fill="currentColor"></path>
</svg></button>
<span onclick="header_search_form_md.reset()" @tap="header_search_lightbox.close();" class="header__search-icon-close hidden items-center justify-center absolute m-0 p-0 type-text-font-family text-0 rounded-full cursor-pointer" tabindex="-2"><svg
class="" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.746 1.992a.2.2 0 0 0-.283 0l-.471.471a.2.2 0 0 0 0 .283L5.245 6 1.992 9.25a.2.2 0 0 0 0 .283l.471.472a.2.2 0 0 0 .283 0L6 6.753l3.252 3.253a.2.2 0 0 0 .283 0l.472-.472a.2.2 0 0 0 0-.283L6.753 6l3.253-3.253a.2.2 0 0 0 0-.283l-.472-.471a.2.2 0 0 0-.283 0L6 5.245 2.746 1.992z"
fill="currentColor"></path>
</svg></span>
</div>
<button type="submit" class="header__search-submit-btn lg:hidden m-0 type-text-font-family">Search</button>
</form>
Text Content
${(function(){ const get_random_six_digits = () => { return Math.random().toString().slice(-6) }; const wholesale_enabled = false; const setting_product_image_display = "133.33%"; const product_image = data.image; const secondary_image = data.secondImage; const image_width = product_image.width; let image_height = product_image.height; if(setting_product_image_display == '100%'){ image_height = image_width }else if(setting_product_image_display == '133.33%'){ image_height = image_width * 1.3333; }; const product_image_hover_on = true && !!secondary_image.src; const has_save_label = true && ((+data.compare_at_price) > (+data.price)); const is_single_variant = data.variants.length == 1; const min_price_variant_href = (data.min_price_variant && data.min_price_variant.available) ? data.min_price_variant.withinUrl : data.withinUrl; const retail_price_max = data.retail_price_max || data.compare_at_price_max; const THUMBNAILS_MAX_SIZE = 3; const thumbnails = data.thumbVariants.slice(0, THUMBNAILS_MAX_SIZE); const image_wrap_id = 'image_wrap_' + get_random_six_digits(); const image_carousel_id = 'image_carousel_' + get_random_six_digits(); const thumbnails_selector_id = 'thumbnails_selector_' + get_random_six_digits(); const form_id = 'form_' + get_random_six_digits(); return ` ${ data.available ? `${ (+data.compare_at_price > +data.price) ? `Save ` : '' }` : "Sold out" } ${DATA.TITLE} ${ data.price_min != data.price_max ? `From ` : ` ` } +${data.remainInvisibleThumbCount} ` })()} افتتاح متجر جديد خصم 50%، شحن مجاني، الدفع عند الاستلام افتتاح متجر جديد خصم 50%، شحن مجاني، الدفع عند الاستلام Search * Log in * Create an account * بيت * الوافدون الجدد * منتجات آي آي آي * الأكثر مبيعًا * منتج * More links ${(function(){ const formatLinks = (links) => { return links.map(link => { link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr = link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ? `href="${link.url}"` : ''; if(link.children && link.children.length){ link.children = formatLinks(link.children); } return link; }) }; const tags = "{}"; let linkList = [ { id: 60789713, title: "\u0628\u064a\u062a", url: "\/", target: "", levels: 0, product0: null || {}, children: [ ] }, { id: 60789715, title: "\u0627\u0644\u0648\u0627\u0641\u062f\u0648\u0646 \u0627\u0644\u062c\u062f\u062f", url: "\/products\/i15pro-max-i15-smartphone-1-1-production", target: "", levels: 0, product0: null || {}, children: [ ] }, { id: 60789717, title: "\u0645\u0646\u062a\u062c\u0627\u062a \u0622\u064a \u0622\u064a \u0622\u064a", url: "\/", target: "", levels: 0, product0: null || {}, children: [ ] }, { id: 60789719, title: "\u0627\u0644\u0623\u0643\u062b\u0631 \u0645\u0628\u064a\u0639\u064b\u0627", url: "\/products\/i15pro-max-i15-smartphone-1-1-production", target: "", levels: 0, product0: null || {}, children: [ ] }, { id: 60789721, title: "\u0645\u0646\u062a\u062c", url: "\/products\/samsung-s24-ultra-\u0625\u0646\u062a\u0627\u062c-\u0627\u0644\u0647\u0648\u0627\u062a\u0641-\u0627\u0644\u0630\u0643\u064a\u0629-1-1", target: "", levels: 0, product0: null || {}, children: [ ] }, ].slice(offset); linkList = formatLinks(linkList); const hasChild = linkList.some(link => !!(link.children && link.children.length || link.product0.id)); return ` * ${link.title} ${link.tag.label} * ${second_link.title} ${second_link.tag.label} ${third_links.title} ${third_links.tag.label} * ${link.title} ${link.tag.label} ` })()} * بيت * الوافدون الجدد * منتجات آي آي آي * الأكثر مبيعًا * منتج * More links ${(function(){ const formatLinks = (links) => { return links.map(link => { link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr = link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ? `href="${link.url}"` : ''; if(link.children && link.children.length){ link.children = formatLinks(link.children); } return link; }) }; const tags = "{}"; let linkList = [ { id: 60789713, title: "\u0628\u064a\u062a", url: "\/", target: "", levels: 0, product0: null || {}, children: [ ] }, { id: 60789715, title: "\u0627\u0644\u0648\u0627\u0641\u062f\u0648\u0646 \u0627\u0644\u062c\u062f\u062f", url: "\/products\/i15pro-max-i15-smartphone-1-1-production", target: "", levels: 0, product0: null || {}, children: [ ] }, { id: 60789717, title: "\u0645\u0646\u062a\u062c\u0627\u062a \u0622\u064a \u0622\u064a \u0622\u064a", url: "\/", target: "", levels: 0, product0: null || {}, children: [ ] }, { id: 60789719, title: "\u0627\u0644\u0623\u0643\u062b\u0631 \u0645\u0628\u064a\u0639\u064b\u0627", url: "\/products\/i15pro-max-i15-smartphone-1-1-production", target: "", levels: 0, product0: null || {}, children: [ ] }, { id: 60789721, title: "\u0645\u0646\u062a\u062c", url: "\/products\/samsung-s24-ultra-\u0625\u0646\u062a\u0627\u062c-\u0627\u0644\u0647\u0648\u0627\u062a\u0641-\u0627\u0644\u0630\u0643\u064a\u0629-1-1", target: "", levels: 0, product0: null || {}, children: [ ] }, ].slice(offset); linkList = formatLinks(linkList); const hasChild = linkList.some(link => !!(link.children && link.children.length || link.product0.id)); return ` * ${link.title} ${link.tag.label} * ${second_link.title} ${second_link.tag.label} ${third_links.title} ${third_links.tag.label} * ${link.title} ${link.tag.label} ` })()} * Log in * Create an account Search * بيت * الوافدون الجدد * منتجات آي آي آي * الأكثر مبيعًا * منتج ${(function(){ if (data === undefined || typeof data !== 'string' || data == '') return ''; const keyword = encodeURIComponent(data); return ` View more Your search for '${data}' did not yield any results. ` })()} (function(){ let w = window.innerWidth; function setHeaderCssVar() { const headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){ return }; document.body.style.setProperty('--window-height', `${window.innerHeight}px`); document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`); const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide'); if (mdScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`); } const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide'); if (pcScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`); } } function handlResize() { if(w == window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); }; function init(){ setHeaderCssVar(); window.removeEventListener('resize', window._theme_header_listener) window._theme_header_listener = handlResize; window.addEventListener('resize', window._theme_header_listener); } init(); })(); خصومات كثيرة، فوائد كثيرة، أشياء كثيرة منتجاتنا غنية بالتنوع والجودة مضمونة. لدينا عروض ترويجية وعروض من وقت لآخر، يرجى الاستمرار في متابعتنا، شكرًا لك منظر الأكثر مبيعًا Samsung S24 Ultra (إنتاج الهواتف الذكية 1:1) يستكشف I15PRO ماكس i15Pro Max (إنتاج 1:1 للهاتف الذكي i15) يستكشف ✈ لعبة طائرة التحكم عن بعد ✈ هو الخيار الأفضل للمبتدئين إنه أيضًا خيار ممتاز للاعبين المخضرمين لاستكشاف طريقة اللعب بشكل أكبر. لا تفوت هذا يستكشف بيج جي ضوء ذكي متعدد الوظائف من الأفضل أن تبدأ بنفسك مع أفضل نومك يستكشف ًالشحن مجانا الشحن مجاني في الشرق الأوسط الدفع الآمن الدفع الآمن اتصل بنا 24 ساعة في اليوم، 7 أيام في الأسبوع © 2024 5apex معلومات عنا الاتصال عبر البريد الإلكتروني شروط الخدمة بيان الخصوصية سياسة الإرجاع والاسترداد 111 GIFTS POINTS