{"id":1013,"date":"2026-06-20T17:11:21","date_gmt":"2026-06-20T17:11:21","guid":{"rendered":"https:\/\/dressmanegypt.com\/homepage\/"},"modified":"2026-09-02T14:49:23","modified_gmt":"2026-09-02T14:49:23","slug":"homepage","status":"publish","type":"page","link":"https:\/\/dressmanegypt.com\/ar\/","title":{"rendered":"Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1013\" class=\"elementor elementor-1013 elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e39558d e-con e-atomic-element e-flexbox-base e-e01a0af \" data-id=\"e39558d\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"e39558d\">\n    \t\t<div class=\"elementor-element elementor-element-4b047fc elementor-widget elementor-widget-html\" data-id=\"4b047fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    \/* ===================== HERO ===================== *\/\n.hero {\n    position: relative;\n    height: 100vh;\n    min-height: 700px;\n    overflow: hidden;\n    background: var(--ink);\n}\n\n\/* BACKDROP \u2014 images scrolling, NO overlay at start *\/\n.hero-backdrop {\n    position: absolute; top: 50%; left: 50%; width: 140%; height: 140%;\n    transform: translate(-50%, -50%) scale(1.3);\n    z-index: 1; display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 14px; will-change: transform;\n}\n.hero-col { overflow: hidden; position: relative; height: 100%; }\n.hero-col-track {\n    display: flex; flex-direction: column; gap: 14px;\n    animation-iteration-count: infinite; animation-timing-function: linear;\n    will-change: transform;\n}\n.hero-col-track.scroll-up { animation-name: colScrollUp; }\n.hero-col-track.scroll-down { animation-name: colScrollDown; }\n\n@keyframes colScrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }\n@keyframes colScrollDown { 0% { transform: translateY(-50%); } 100% { transform: translateY(0); } }\n\n.hero-col-img { width: 100%; aspect-ratio: 3\/4; object-fit: cover; flex-shrink: 0; filter: saturate(1.15) brightness(0.95); }\n\n\/* OVERLAY \u2014 starts at 0, animates in via JS *\/\n.hero-overlay {\n    position: absolute; inset: 0; z-index: 2;\n    background:\n        radial-gradient(ellipse at center, rgba(14,14,16,0.3) 0%, rgba(14,14,16,0.72) 70%, rgba(14,14,16,0.88) 100%),\n        linear-gradient(180deg, rgba(14,14,16,0.2) 0%, rgba(14,14,16,0.6) 100%);\n    opacity: 0;\n    pointer-events: none;\n    transition: opacity 1.2s var(--ease-out);\n}\n.hero-overlay.visible { opacity: 1; }\n\n\/* CONTENT \u2014 each element starts hidden *\/\n.hero-content {\n    position: absolute; inset: 0; z-index: 3;\n    display: flex; align-items: center; justify-content: center;\n    flex-direction: column; text-align: center;\n    padding: 120px var(--margin-desk) 80px;\n}\n\n.hero-eyebrow {\n    color: rgba(252,248,247,0.9); font-size: 12px; font-weight: 600;\n    letter-spacing: 0.4em; text-transform: uppercase; margin-bottom: 36px;\n    display: flex; align-items: center; justify-content: center; gap: 18px;\n    opacity: 0; transform: translateY(20px);\n    transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);\n}\n.hero-eyebrow.visible { opacity: 1; transform: translateY(0); }\n.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 40px; height: 1px; background: rgba(252,248,247,0.45); }\n\n.hero-title {\n    font-size: clamp(42px, 6.5vw, 88px); font-weight: 700; line-height: 1.0;\n    letter-spacing: -0.04em; color: var(--surface);\n    max-width: 880px; margin-bottom: 28px;\n    opacity: 0; transform: translateY(30px);\n    transition: opacity 1.1s var(--ease-out), transform 1.1s var(--ease-out);\n}\n.hero-title.visible { opacity: 1; transform: translateY(0); }\n\n.hero-subtitle {\n    font-size: clamp(16px, 1.6vw, 20px); font-weight: 400; color: rgba(252,248,247,0.8);\n    max-width: 560px; line-height: 1.6; margin-bottom: 48px;\n    opacity: 0; transform: translateY(30px);\n    transition: opacity 1.1s var(--ease-out), transform 1.1s var(--ease-out);\n}\n.hero-subtitle.visible { opacity: 1; transform: translateY(0); }\n\n.hero-cta {\n    opacity: 0; transform: translateY(20px);\n    transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);\n}\n.hero-cta.visible { opacity: 1; transform: translateY(0); }\n\n.btn-hero-contact {\n    display: inline-flex; align-items: center; gap: 12px;\n    background: var(--tertiary); color: white;\n    font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;\n    padding: 16px 36px; border-radius: var(--r);\n    border: 1px solid var(--tertiary);\n    transition: all 0.4s var(--ease);\n    width: auto;\n}\n.btn-hero-contact:hover { background: var(--tertiary-navy); border-color: var(--tertiary-navy); padding: 16px 44px; }\n.btn-hero-contact .ico { width: 13px; height: 13px; stroke-width: 2.5; }\n\n\/* Scroll indicator \u2014 shows after animation completes *\/\n.hero-scroll {\n    position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);\n    z-index: 4; color: rgba(252,248,247,0.5); font-size: 10px;\n    letter-spacing: 0.3em; text-transform: uppercase;\n    display: flex; flex-direction: column; align-items: center; gap: 10px;\n    opacity: 0; transition: opacity 1s var(--ease-out);\n}\n.hero-scroll.visible { opacity: 1; }\n.hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(252,248,247,0.5), transparent); animation: scrollLine 2s var(--ease) infinite; }\n@keyframes scrollLine { 0%, 100% { transform: scaleY(1) translateY(0); } 50% { transform: scaleY(0.4); } }\n<\/style>\n\n<section class=\"hero\" id=\"home\">\n  <div class=\"hero-backdrop\" id=\"heroBackdrop\"><\/div>\n  <div class=\"hero-overlay\" id=\"heroOverlay\"><\/div>\n  <div class=\"hero-content\">\n    <div class=\"hero-eyebrow\" id=\"heroEyebrow\">GLOBAL APPAREL PARTNER<\/div>\n    <h1 class=\"hero-title\" id=\"heroTitle\">Manufacturing Fashion<br>at Global Standards<\/h1>\n    <p class=\"hero-subtitle\" id=\"heroSubtitle\">Premium apparel manufacturing for modern brands \u2014 from concept to production.<\/p>\n    <div class=\"hero-cta\" id=\"heroCta\">\n      <a href=\".\/contact\/\" class=\"btn-hero-contact\">\n        Contact Us\n        <svg class=\"ico\"><use href=\"#i-arrow-right\"\/><\/svg>\n      <\/a>\n    <\/div>\n  <\/div>\n  <div class=\"hero-scroll\" id=\"heroScroll\">\n    <span>SCROLL<\/span>\n    <div class=\"hero-scroll-line\"><\/div>\n  <\/div>\n<\/section>\n\n<script>\n\/* =============================================\n   HERO IMAGE POOL\n============================================= *\/\nconst heroImages = [\n    'https:\/\/images.unsplash.com\/photo-1521572163474-6864f9cf17ab?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1556821840-3a63f95609a7?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1595777457583-95e059d581b8?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1542272604-787c3835535d?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1556906781-9a412961c28c?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1594938298603-c8148c4dae35?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1473966968600-fa801b869a1a?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1622290291468-a28f7a7dc6a8?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1539109136881-3be0616acf4b?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1564257631407-4deb1f99d992?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1503342217505-b0a15ec3261c?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1490481651871-ab68de25d43d?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1515886657613-9f3515b0c78f?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1571513722275-4b41940f54b8?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1583744946564-b52ac1c389c8?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1485518882345-15568b007407?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1558769132-cb1aea458c5e?w=500&q=80',\n    'https:\/\/images.unsplash.com\/photo-1551488831-00ddcb6c6bd3?w=500&q=80',\n];\n\n\/* =============================================\n   BUILD HERO BACKDROP\n============================================= *\/\nfunction buildHeroBackdrop() {\n    const backdrop = document.getElementById('heroBackdrop');\n    backdrop.innerHTML = '';\n    let colCount = 6;\n    if (window.innerWidth <= 1200) colCount = 5;\n    if (window.innerWidth <= 900) colCount = 4;\n    if (window.innerWidth <= 640) colCount = 3;\n\n    for (let i = 0; i < colCount; i++) {\n        const col = document.createElement('div');\n        col.className = 'hero-col';\n        const track = document.createElement('div');\n        track.className = 'hero-col-track ' + (i % 2 === 0 ? 'scroll-up' : 'scroll-down');\n        track.style.animationDuration = (60 + i * 6) + 's';\n        const set = [];\n        for (let j = 0; j < 10; j++) set.push(heroImages[(i * 3 + j) % heroImages.length]);\n        [...set, ...set].forEach(src => {\n            const img = document.createElement('img');\n            img.className = 'hero-col-img';\n            img.src = src; img.loading = 'lazy'; img.alt = '';\n            track.appendChild(img);\n        });\n        col.appendChild(track);\n        backdrop.appendChild(col);\n    }\n}\n\nbuildHeroBackdrop();\nlet rTimer;\nwindow.addEventListener('resize', () => { clearTimeout(rTimer); rTimer = setTimeout(buildHeroBackdrop, 250); });\n\n\/* =============================================\n   HERO ENTRANCE SEQUENCE\n   Phase 1 (0-1.5s):   Images scroll, screen locked, NO overlay, NO text\n   Phase 2 (1.5s):     Overlay fades in\n   Phase 3 (2.3s):     Eyebrow appears\n   Phase 4 (3.0s):     Headline appears\n   Phase 5 (3.8s):     Subtitle appears\n   Phase 6 (4.5s):     CTA button appears\n   Phase 7 (5.2s):     Scroll indicator appears + page unlocks\n============================================= *\/\nfunction runHeroSequence() {\n    const overlay   = document.getElementById('heroOverlay');\n    const eyebrow   = document.getElementById('heroEyebrow');\n    const title     = document.getElementById('heroTitle');\n    const subtitle  = document.getElementById('heroSubtitle');\n    const cta       = document.getElementById('heroCta');\n    const scroll    = document.getElementById('heroScroll');\n\n    \/\/ Phase 2 \u2014 overlay\n    setTimeout(() => { overlay.classList.add('visible'); }, 1500);\n\n    \/\/ Phase 3 \u2014 eyebrow\n    setTimeout(() => { eyebrow.classList.add('visible'); }, 2300);\n\n    \/\/ Phase 4 \u2014 headline\n    setTimeout(() => { title.classList.add('visible'); }, 3100);\n\n    \/\/ Phase 5 \u2014 subtitle\n    setTimeout(() => { subtitle.classList.add('visible'); }, 3900);\n\n    \/\/ Phase 6 \u2014 CTA\n    setTimeout(() => { cta.classList.add('visible'); }, 4700);\n\n    \/\/ Phase 7 \u2014 scroll indicator + unlock page\n    setTimeout(() => {\n        scroll.classList.add('visible');\n        document.body.classList.remove('hero-locked');\n        \/\/ Enable smooth scrolling now\n        document.documentElement.style.scrollBehavior = 'smooth';\n    }, 5400);\n}\n\n\/\/ Start sequence after a tiny paint delay\nrequestAnimationFrame(() => setTimeout(runHeroSequence, 100));\n\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-f58441e e-con e-atomic-element e-flexbox-base e-0396325 \" data-id=\"f58441e\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"f58441e\">\n    \t\t<div class=\"elementor-element elementor-element-e1562a2 elementor-widget elementor-widget-html\" data-id=\"e1562a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    \/* ===================== MARQUEE ===================== *\/\n.marquee { background: var(--ink); padding: 22px 0; overflow: hidden; }\n.marquee-track { display: flex; gap: 56px; width: max-content; animation: marqueeScroll 50s linear infinite; }\n@keyframes marqueeScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }\n.marquee-item { color: var(--surface); font-size: 13px; font-weight: 600; letter-spacing: 0.25em; display: flex; align-items: center; gap: 56px; text-transform: uppercase; }\n.marquee-item::after { content: ''; width: 6px; height: 6px; background: var(--tertiary); flex-shrink: 0; }\n<\/style>\n\n<!-- MARQUEE -->\n<div class=\"marquee\"><div class=\"marquee-track\" id=\"marqueeTrack\"><\/div><\/div>\n\n<script>\/* =============================================\n   MARQUEE BUILD\n============================================= *\/\nconst marqueeItems = ['LOW MOQ 50 PIECES','COMPETITIVE PRICING','FREE ESTIMATES','ONE-STOP SERVICE','ODM \/ OEM','22 YEARS HERITAGE','ISO 9001 CERTIFIED','3000+ GLOBAL CLIENTS'];\nconst mTrack = document.getElementById('marqueeTrack');\n[...marqueeItems,...marqueeItems,...marqueeItems].forEach(t => {\n    const d = document.createElement('div'); d.className = 'marquee-item'; d.textContent = t; mTrack.appendChild(d);\n});<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-a54f1d3 e-con e-atomic-element e-flexbox-base e-909d525 \" data-id=\"a54f1d3\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"a54f1d3\">\n    <div class=\"elementor-element elementor-element-58ce245 e-flex e-con-boxed e-con e-parent\" data-id=\"58ce245\" 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-9256b91 sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"9256b91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Our Philosophy<\/h3>\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-967b6c2 e-flex e-con-boxed e-con e-parent\" data-id=\"967b6c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0cab6cb e-con-full e-flex e-con e-child\" data-id=\"0cab6cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-48e550a sec-title elementor-widget elementor-widget-heading\" data-id=\"48e550a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Crafted with intention.<br>\nEngineered for scale.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec294e3 e-con-full e-flex e-con e-child\" data-id=\"ec294e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ad0746 sec-lede elementor-widget elementor-widget-text-editor\" data-id=\"5ad0746\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"phil-header reveal in\"><p class=\"sec-lede\">A measured approach to apparel manufacturing \u2014 where craftsmanship, technical precision, and accessible MOQs meet to serve modern brands building considered collections.<\/p><\/div>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b1fe2ee e-flex e-con-boxed e-con e-parent\" data-id=\"b1fe2ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6b82ad0 e-con-full e-grid phil-grid e-con e-child\" data-id=\"6b82ad0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ce0f5df e-con-full phil-card e-flex e-con e-child\" data-id=\"ce0f5df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5774e1 phil-num elementor-widget elementor-widget-heading\" data-id=\"c5774e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">01 \/ Philosophy<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8d1a9e elementor-widget elementor-widget-html\" data-id=\"c8d1a9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"phil-icon\"><svg class=\"ico\"><use href=\"#i-target\"\/><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ffab5e elementor-widget elementor-widget-heading\" data-id=\"0ffab5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Test before you scale<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35d5424 elementor-widget elementor-widget-text-editor\" data-id=\"35d5424\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our low-MOQ model helps brands validate market demand with batches as small as 50 pieces \u2014 minimizing risk while maintaining production quality.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c13f255 e-con-full phil-card e-flex e-con e-child\" data-id=\"c13f255\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4237ab0 phil-num elementor-widget elementor-widget-heading\" data-id=\"4237ab0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">02 \/ Factory<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfe1d47 elementor-widget elementor-widget-html\" data-id=\"bfe1d47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"phil-icon\"><svg class=\"ico\"><use href=\"#i-factory\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45b69f7 elementor-widget elementor-widget-heading\" data-id=\"45b69f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Three Egyptian facilities<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2561bbc elementor-widget elementor-widget-text-editor\" data-id=\"2561bbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Skilled artisans across three production sites manufacturing children&#8217;s, women&#8217;s, men&#8217;s apparel, swimwear, athleticwear, and beyond.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a09b2d e-con-full phil-card e-flex e-con e-child\" data-id=\"6a09b2d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c6b2ff1 phil-num elementor-widget elementor-widget-heading\" data-id=\"c6b2ff1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">03 \/ Team<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7086e4e elementor-widget elementor-widget-html\" data-id=\"7086e4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"phil-icon\"><svg class=\"ico\"><use href=\"#i-team\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84cd124 elementor-widget elementor-widget-heading\" data-id=\"84cd124\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Expert sampling team<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f56b5bc elementor-widget elementor-widget-text-editor\" data-id=\"f56b5bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Provide a reference image or technical specification \u2014 our sampling specialists translate concepts into market-ready prototypes.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f9f3027 e-con-full phil-card e-flex e-con e-child\" data-id=\"f9f3027\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73394d5 phil-num elementor-widget elementor-widget-heading\" data-id=\"73394d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">04 \/ Services<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a49a92 elementor-widget elementor-widget-html\" data-id=\"0a49a92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"phil-icon\"><svg class=\"ico\"><use href=\"#i-compass\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eadbeb elementor-widget elementor-widget-heading\" data-id=\"3eadbeb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">End-to-end guidance\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aeb0bd0 elementor-widget elementor-widget-text-editor\" data-id=\"aeb0bd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We partner with new brands through every stage \u2014 from material sourcing to production logistics \u2014 ensuring a navigable path from idea to inventory.<\/p>\t\t\t\t\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\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-10bd3f0 e-con e-atomic-element e-flexbox-base e-10bd3f0-b73bdfe \" data-id=\"10bd3f0\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"10bd3f0\">\n    <div class=\"elementor-element elementor-element-7ad0eac e-flex e-con-boxed e-con e-parent\" data-id=\"7ad0eac\" 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-70361a0 sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"70361a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Selected Works<\/h3>\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-3752097 e-flex e-con-boxed e-con e-parent\" data-id=\"3752097\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0a445c7 e-con-full e-flex e-con e-child\" data-id=\"0a445c7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0ccd9d sec-title elementor-widget elementor-widget-heading\" data-id=\"e0ccd9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">100% custom production.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7457894 e-con-full e-flex e-con e-child\" data-id=\"7457894\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43c6479 elementor-align-right elementor-widget elementor-widget-button\" data-id=\"43c6479\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\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<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View Archive <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d631e7 e-flex e-con-boxed e-con e-parent\" data-id=\"2d631e7\" 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-12bd9d3 gallery-layout-masonry content-layout-overlay dmfilter content-visibility-visible video-preview-player sticky-filter-bar-false elementor-widget elementor-widget-raven-media-gallery\" data-id=\"12bd9d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;content_layout_visible&quot;:&quot;overlay&quot;,&quot;all_filter&quot;:&quot;show&quot;}\" data-widget_type=\"raven-media-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"raven-media-gallery-wrapper\"><div class=\"raven-media-gallery-tabs\"><button data-raven-tab-index=\"0\" class=\"tab-item active\">All<\/button><button data-raven-tab-index=\"1\" class=\"tab-item \">Children&#039;s<\/button><button data-raven-tab-index=\"2\" class=\"tab-item \">Sportswear<\/button><button data-raven-tab-index=\"3\" class=\"tab-item \">Women&#039;s Wear<\/button><button data-raven-tab-index=\"4\" class=\"tab-item \">Streetwear<\/button><button data-raven-tab-index=\"5\" class=\"tab-item \">Swimsuit<\/button><button data-raven-tab-index=\"6\" class=\"tab-item \">Accessories<\/button><\/div><div class=\"raven-media-gallery-tab-contents\"><div data-raven-content-index=\"0\" class=\"content active\">\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1490481651871-ab68de25d43d.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1490481651871-ab68de25d43d.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tEditorial Collection \u2014 Carlotta\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tWomen&#039;s Wear \/ SS24\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1503342217505-b0a15ec3261c.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1503342217505-b0a15ec3261c.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tUrban Drop\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tStreetwear\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1622290291468-a28f7a7dc6a8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1622290291468-a28f7a7dc6a8.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tPetit Collection\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tChildren&#039;s\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1556906781-9a412961c28c.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1556906781-9a412961c28c.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tPerformance Line\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tSportswear\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1571513722275-4b41940f54b8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1571513722275-4b41940f54b8.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tRiviera Series\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tSwimsuit\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<\/div><div data-raven-content-index=\"1\" class=\"content \">\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1490481651871-ab68de25d43d.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"tab-0-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1490481651871-ab68de25d43d.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tEditorial Collection \u2014 Carlotta\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tWomen&#039;s Wear \/ SS24\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<\/div><div data-raven-content-index=\"2\" class=\"content \">\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1503342217505-b0a15ec3261c.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"tab-1-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1503342217505-b0a15ec3261c.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tUrban Drop\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tStreetwear\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<\/div><div data-raven-content-index=\"3\" class=\"content \">\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1622290291468-a28f7a7dc6a8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"tab-2-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1622290291468-a28f7a7dc6a8.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tPetit Collection\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tChildren&#039;s\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<\/div><div data-raven-content-index=\"4\" class=\"content \">\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1556906781-9a412961c28c.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"tab-3-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1556906781-9a412961c28c.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tPerformance Line\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tSportswear\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<\/div><div data-raven-content-index=\"5\" class=\"content \">\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1571513722275-4b41940f54b8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"tab-4-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1571513722275-4b41940f54b8.jpeg\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\tRiviera Series\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\tSwimsuit\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<\/div><div data-raven-content-index=\"6\" class=\"content \">\t\t<a class=\"gallery-item\" href=\"https:\/\/dressmanegypt.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"tab-5-12bd9d3\">\n\t\t\t<div class=\"type-image\">\n\t\t\t\t<div class=\"poster\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/dressmanegypt.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" alt=\"\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t<p class=\"title\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"caption\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<p class=\"alt\">\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<\/div><\/div><\/div>\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\n<\/div>\n<div class=\"elementor-element elementor-element-faace4f e-con e-atomic-element e-flexbox-base e-faace4f-e1f0e81 stats \" data-id=\"faace4f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"faace4f\">\n    <div class=\"elementor-element elementor-element-8623734 e-flex e-con-boxed e-con e-parent\" data-id=\"8623734\" 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-c33c918 sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"c33c918\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">By the Numbers<\/h3>\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-91024be e-flex e-con-boxed e-con e-parent\" data-id=\"91024be\" 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-756e72b sec-title elementor-widget elementor-widget-heading\" data-id=\"756e72b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Industrial capacity.<br>\nAtelier sensibility.<\/h2>\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-7194de6 e-flex e-con-boxed e-con e-parent\" data-id=\"7194de6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3dcaf9e e-con-full e-grid stats-grid e-con e-child\" data-id=\"3dcaf9e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a7973b5 e-con-full stat-cell e-flex e-con e-child\" data-id=\"a7973b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e89e370 stat-label-top elementor-widget elementor-widget-heading\" data-id=\"e89e370\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Heritage<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c30b56 stat-num elementor-widget elementor-widget-counter\" data-id=\"2c30b56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"22\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5206fe0 stat-desc elementor-widget elementor-widget-text-editor\" data-id=\"5206fe0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Years of apparel manufacturing experience across three generations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-808dc63 e-con-full stat-cell e-flex e-con e-child\" data-id=\"808dc63\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc97306 stat-label-top elementor-widget elementor-widget-heading\" data-id=\"fc97306\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Sampling<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7312c89 stat-num elementor-widget elementor-widget-counter\" data-id=\"7312c89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"500\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5140f61 stat-desc elementor-widget elementor-widget-text-editor\" data-id=\"5140f61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Garment samples produced every month for active partner brands.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a726b89 e-con-full stat-cell e-flex e-con e-child\" data-id=\"a726b89\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0da3627 stat-label-top elementor-widget elementor-widget-heading\" data-id=\"0da3627\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Output<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc9d7b6 stat-num elementor-widget elementor-widget-counter\" data-id=\"bc9d7b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"250000\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14c5321 stat-desc elementor-widget elementor-widget-text-editor\" data-id=\"14c5321\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Pieces produced monthly \u2014 continuously scaling with demand.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62c9b99 e-con-full stat-cell e-flex e-con e-child\" data-id=\"62c9b99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8fed2b7 stat-label-top elementor-widget elementor-widget-heading\" data-id=\"8fed2b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Facilities<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-720c9c9 stat-num elementor-widget elementor-widget-counter\" data-id=\"720c9c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"3\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8957463 stat-desc elementor-widget elementor-widget-text-editor\" data-id=\"8957463\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Production facilities spanning 5,000+ square meters in Egypt.<\/p>\t\t\t\t\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\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-2f62fa1 e-con e-atomic-element e-flexbox-base e-09407a1 \" data-id=\"2f62fa1\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"2f62fa1\">\n    <div class=\"elementor-element elementor-element-2b37fe5 e-flex e-con-boxed e-con e-parent\" data-id=\"2b37fe5\" 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-6f45d93 elementor-widget elementor-widget-html\" data-id=\"6f45d93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"dmcontainer\">\n    <div class=\"compare-header reveal\">\n      <span class=\"sec-eyebrow\"><h3>Comparison<\/h3><\/span>\n      <h2 class=\"sec-title\">How are we <span class=\"word-anim\">different<svg class=\"circle-anim\" viewBox=\"0 0 300 80\" preserveAspectRatio=\"none\"><path d=\"M 10 40 Q 10 10, 150 10 Q 290 10, 290 40 Q 290 70, 150 70 Q 10 70, 10 40 Z\"\/><\/svg><\/span> from the others?<\/h2>\n    <\/div>\n    <div class=\"compare-wrap reveal\">\n      <table class=\"compare-table\">\n        <thead>\n          <tr>\n            <th><\/th>\n            <th class=\"huilin\"><span class=\"recommended-pin\">Recommended<\/span>Dressman Atelier<span class=\"huilin-tag\">Egyptian Manufacturer<\/span><\/th>\n            <th>European \/ American<\/th>\n            <th>Southeast Asian<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>100% Custom Products<\/td><td class=\"huilin\"><span class=\"tbl-ico-yes\"><svg class=\"ico\"><use href=\"#i-check\"\/><\/svg><\/span><\/td><td><span class=\"tbl-ico-no\"><svg class=\"ico\"><use href=\"#i-x\"\/><\/svg><\/span><\/td><td><span class=\"tbl-ico-no\"><svg class=\"ico\"><use href=\"#i-x\"\/><\/svg><\/span><\/td><\/tr>\n          <tr><td>Minimum Order Quantity<\/td><td class=\"huilin\"><strong>50 \u2013 100 pcs<\/strong><\/td><td>High MOQ<\/td><td>Medium MOQ<\/td><\/tr>\n          <tr><td>Industrial system & delivery cycle<\/td><td class=\"huilin\"><span class=\"tbl-ico-yes\"><svg class=\"ico\"><use href=\"#i-check\"\/><\/svg><\/span><\/td><td><span class=\"tbl-ico-no\"><svg class=\"ico\"><use href=\"#i-x\"\/><\/svg><\/span><\/td><td><span class=\"tbl-ico-no\"><svg class=\"ico\"><use href=\"#i-x\"\/><\/svg><\/span><\/td><\/tr>\n          <tr><td>Convenient ordering process<\/td><td class=\"huilin\"><span class=\"tbl-ico-yes\"><svg class=\"ico\"><use href=\"#i-check\"\/><\/svg><\/span><\/td><td><span class=\"tbl-ico-no\"><svg class=\"ico\"><use href=\"#i-x\"\/><\/svg><\/span><\/td><td><span class=\"tbl-ico-no\"><svg class=\"ico\"><use href=\"#i-x\"\/><\/svg><\/span><\/td><\/tr>\n          <tr><td>Exchange-rate cost advantages<\/td><td class=\"huilin\"><span class=\"tbl-ico-yes\"><svg class=\"ico\"><use href=\"#i-check\"\/><\/svg><\/span><\/td><td><span class=\"tbl-ico-no\"><svg class=\"ico\"><use href=\"#i-x\"\/><\/svg><\/span><\/td><td><span class=\"tbl-ico-no\"><svg class=\"ico\"><use href=\"#i-x\"\/><\/svg><\/span><\/td><\/tr>\n          <tr><td>Range of garment categories<\/td><td class=\"huilin\"><span class=\"tbl-ico-yes\"><svg class=\"ico\"><use href=\"#i-check\"\/><\/svg><\/span><\/td><td><span class=\"tbl-partial\">Partial<\/span><\/td><td><span class=\"tbl-partial\">Partial<\/span><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-ed94507 e-con e-atomic-element e-flexbox-base e-ed94507-d7a106e \" data-id=\"ed94507\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"ed94507\">\n    <div class=\"elementor-element elementor-element-40a5f03 e-flex e-con-boxed e-con e-parent\" data-id=\"40a5f03\" 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-3a281e2 sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"3a281e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Inside the Atelier<\/h3>\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-9b4b73c e-flex e-con-boxed e-con e-parent\" data-id=\"9b4b73c\" 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-6af5ce1 sec-title elementor-widget elementor-widget-heading\" data-id=\"6af5ce1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Where every garment begins.<\/h2>\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-c63e4bd e-con-full e-flex e-con e-parent\" data-id=\"c63e4bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ce4a4f raven-marquee-horizontal raven-marquee-direction-left elementor-widget elementor-widget-raven-content-marquee\" data-id=\"6ce4a4f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"raven-content-marquee.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"raven-content-marquee-container\">\n\t\t\t<div class=\"raven-content-marquee\">\n\t\t\t\t<div class=\"raven-marquee-left-gradient-overlay\"><\/div>\t\t\t\t<div class=\"raven-content-marquee-items-wrapper\">\n\t\t\t\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-c5ea081 elementor-repeater-item-type-image\" id=\"item_c5ea081\">\n\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1025\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-60310e1 elementor-repeater-item-type-image\" id=\"item_60310e1\">\n\t\t\t<img decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1029\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-61d901e elementor-repeater-item-type-image\" id=\"item_61d901e\">\n\t\t\t<img decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1030\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-a68ee3f elementor-repeater-item-type-image\" id=\"item_a68ee3f\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1026\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-3404710 elementor-repeater-item-type-image\" id=\"item_3404710\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1027\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-8196409 elementor-repeater-item-type-image\" id=\"item_8196409\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1028\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"raven-content-marquee-items-wrapper raven-duplicated-content\">\n\t\t\t\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-c5ea081 elementor-repeater-item-type-image\" id=\"item_c5ea081\">\n\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1025\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-60310e1 elementor-repeater-item-type-image\" id=\"item_60310e1\">\n\t\t\t<img decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1029\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-61d901e elementor-repeater-item-type-image\" id=\"item_61d901e\">\n\t\t\t<img decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1030\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-a68ee3f elementor-repeater-item-type-image\" id=\"item_a68ee3f\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1026\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-3404710 elementor-repeater-item-type-image\" id=\"item_3404710\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1027\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-8196409 elementor-repeater-item-type-image\" id=\"item_8196409\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1028\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-right-gradient-overlay\"><\/div>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc30aec raven-marquee-direction-right raven-marquee-horizontal elementor-widget elementor-widget-raven-content-marquee\" data-id=\"fc30aec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"raven-content-marquee.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"raven-content-marquee-container\">\n\t\t\t<div class=\"raven-content-marquee\">\n\t\t\t\t<div class=\"raven-marquee-left-gradient-overlay\"><\/div>\t\t\t\t<div class=\"raven-content-marquee-items-wrapper\">\n\t\t\t\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-c5ea081 elementor-repeater-item-type-image\" id=\"item_c5ea081\">\n\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1025\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-60310e1 elementor-repeater-item-type-image\" id=\"item_60310e1\">\n\t\t\t<img decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1029\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-61d901e elementor-repeater-item-type-image\" id=\"item_61d901e\">\n\t\t\t<img decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1030\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-a68ee3f elementor-repeater-item-type-image\" id=\"item_a68ee3f\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1026\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-3404710 elementor-repeater-item-type-image\" id=\"item_3404710\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1027\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-8196409 elementor-repeater-item-type-image\" id=\"item_8196409\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1028\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"raven-content-marquee-items-wrapper raven-duplicated-content\">\n\t\t\t\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-c5ea081 elementor-repeater-item-type-image\" id=\"item_c5ea081\">\n\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1025\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/5.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-60310e1 elementor-repeater-item-type-image\" id=\"item_60310e1\">\n\t\t\t<img decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1029\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/15.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-61d901e elementor-repeater-item-type-image\" id=\"item_61d901e\">\n\t\t\t<img decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1030\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/21.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-a68ee3f elementor-repeater-item-type-image\" id=\"item_a68ee3f\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1026\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/26.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-3404710 elementor-repeater-item-type-image\" id=\"item_3404710\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1027\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/27.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-8196409 elementor-repeater-item-type-image\" id=\"item_8196409\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-768x432.webp\" class=\"attachment-medium_large size-medium_large wp-image-1028\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-768x432.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-300x169.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-1024x576.webp 1024w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-1536x864.webp 1536w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19-600x338.webp 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/07\/19.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-right-gradient-overlay\"><\/div>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1d7d735 e-con e-atomic-element e-flexbox-base e-1d7d735-ebdc4e6 \" data-id=\"1d7d735\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1d7d735\">\n    <div class=\"elementor-element elementor-element-08b75d6 e-flex e-con-boxed e-con e-parent\" data-id=\"08b75d6\" 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-d6f0522 sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"d6f0522\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Standards &amp; Compliance\n<\/h3>\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-694432b e-flex e-con-boxed e-con e-parent\" data-id=\"694432b\" 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-6bce76c sec-title elementor-widget elementor-widget-heading\" data-id=\"6bce76c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Certified across every stage.<\/h2>\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-677c52e e-flex e-con-boxed e-con e-parent\" data-id=\"677c52e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-732c1ee e-con-full e-grid certs-grid e-con e-child\" data-id=\"732c1ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fd69000 e-con-full cert-card e-flex e-con e-child\" data-id=\"fd69000\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c865b1 elementor-widget elementor-widget-html\" data-id=\"6c865b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"cert-mark\"><svg class=\"ico\"><use href=\"#i-shield-check\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e13cbd4 cert-label elementor-widget elementor-widget-heading\" data-id=\"e13cbd4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Certification 01\n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89213bf elementor-widget elementor-widget-heading\" data-id=\"89213bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">ISO 9001<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6146e9 elementor-widget elementor-widget-text-editor\" data-id=\"c6146e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>International Quality Management System covering every production process.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd89bc8 e-con-full cert-card e-flex e-con e-child\" data-id=\"cd89bc8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a225c2a elementor-widget elementor-widget-html\" data-id=\"a225c2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"cert-mark\"><svg class=\"ico\"><use href=\"#i-recycle\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15ccd67 cert-label elementor-widget elementor-widget-heading\" data-id=\"15ccd67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Certification 02\n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02fbf85 elementor-widget elementor-widget-heading\" data-id=\"02fbf85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">GRS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13f5c5a elementor-widget elementor-widget-text-editor\" data-id=\"13f5c5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Global Recycled Standard for sustainable, eco-conscious material sourcing.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4f4993 e-con-full cert-card e-flex e-con e-child\" data-id=\"d4f4993\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afbde67 elementor-widget elementor-widget-html\" data-id=\"afbde67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"cert-mark\"><svg class=\"ico\"><use href=\"#i-leaf\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64b139a cert-label elementor-widget elementor-widget-heading\" data-id=\"64b139a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Certification 03\n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4cdcdd elementor-widget elementor-widget-heading\" data-id=\"a4cdcdd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">OEKO-TEX\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c4e588 elementor-widget elementor-widget-text-editor\" data-id=\"7c4e588\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Independently tested for harmful substances \u2014 safe for every age and use.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8313d37 e-con-full cert-card e-flex e-con e-child\" data-id=\"8313d37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec3ec49 elementor-widget elementor-widget-html\" data-id=\"ec3ec49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"cert-mark\"><svg class=\"ico\"><use href=\"#i-globe\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-554545d cert-label elementor-widget elementor-widget-heading\" data-id=\"554545d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Certification 04\n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6db437 elementor-widget elementor-widget-heading\" data-id=\"a6db437\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Eco Fashion\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76357ad elementor-widget elementor-widget-text-editor\" data-id=\"76357ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Committed to measurably reducing our environmental footprint year on year.<\/p>\t\t\t\t\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\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-3a19699 e-con e-atomic-element e-flexbox-base e-3a19699-c52cdbf \" data-id=\"3a19699\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"3a19699\">\n    <div class=\"elementor-element elementor-element-d3db599 e-flex e-con-boxed e-con e-parent\" data-id=\"d3db599\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-445a352 e-con-full adv-block e-flex e-con e-child\" data-id=\"445a352\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d27f970 sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"d27f970\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Inside the Atelier<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-452ea5d sec-title elementor-widget elementor-widget-heading\" data-id=\"452ea5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Where every garment begins.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1050151 elementor-widget elementor-widget-text-editor\" data-id=\"1050151\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Three facilities. One hundred specialists. Twenty-two years of refined manufacturing intelligence \u2014 purpose-built to help modern apparel brands launch and scale.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n<hr class=\"e-680cbb4-5eab6fe e-divider-base\" data-interaction-id=\"680cbb4\"   \/>\n\t\t\t\t<div class=\"elementor-element elementor-element-0cd5362 adv-block-label elementor-widget elementor-widget-heading\" data-id=\"0cd5362\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Brand Development\n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-166ea27 elementor-widget elementor-widget-heading\" data-id=\"166ea27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Helping you build your own apparel brand\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb57891 elementor-widget elementor-widget-text-editor\" data-id=\"cb57891\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Three factories spanning 5,000+ square meters with 100+ specialists, including two senior apparel designers and a dedicated sales team \u2014 designed for both emerging and established brands.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n<hr class=\"e-0f9024d-9e923d1 e-divider-base\" data-interaction-id=\"0f9024d\"   \/>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3d6049 adv-block-label elementor-widget elementor-widget-heading\" data-id=\"d3d6049\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Custom Manufacturing<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43fbe94 elementor-widget elementor-widget-heading\" data-id=\"43fbe94\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">The most refined customization service in Egypt<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-beb148f elementor-widget elementor-widget-text-editor\" data-id=\"beb148f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Whether you bring detailed sketches or conceptual ideas, our pattern makers and seamstresses translate vision into tangible, high-quality product through a collaborative development process.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n<hr class=\"e-e915eb1-5f6e1b9 e-divider-base\" data-interaction-id=\"e915eb1\"   \/>\n\t\t\t\t<div class=\"elementor-element elementor-element-91c188d adv-block-label elementor-widget elementor-widget-heading\" data-id=\"91c188d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Wholesale Support\n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93235b6 elementor-widget elementor-widget-heading\" data-id=\"93235b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Built to support wholesale success<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a0b1e2 elementor-widget elementor-widget-text-editor\" data-id=\"0a0b1e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Free fabric color cards, a sourcing team with access to thousands of materials, and flexible MOQs starting at 50 pieces \u2014 designed to reduce inventory pressure for growing brands.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0134041 e-con-full e-flex e-con e-child\" data-id=\"0134041\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-584ebbd e-flex e-con-boxed e-con e-child\" data-id=\"584ebbd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-099fbf6 e-con-full e-flex e-con e-child\" data-id=\"099fbf6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46aea2e elementor-widget elementor-widget-spacer\" data-id=\"46aea2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\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<div class=\"elementor-element elementor-element-91143e6 e-con-full e-flex e-con e-child\" data-id=\"91143e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a1aa4e3 e-con-full e-flex e-con e-child\" data-id=\"a1aa4e3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a767c9f elementor-widget elementor-widget-spacer\" data-id=\"a767c9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-93aea7f e-con-full e-flex e-con e-child\" data-id=\"93aea7f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-557d3bf elementor-widget elementor-widget-spacer\" data-id=\"557d3bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-8838d8e e-con e-atomic-element e-flexbox-base e-8838d8e-d48127b \" data-id=\"8838d8e\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"8838d8e\">\n    <div class=\"elementor-element elementor-element-a2ecbc8 e-flex e-con-boxed e-con e-parent\" data-id=\"a2ecbc8\" 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-70fda8d sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"70fda8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Client Notes<\/h3>\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-0713e99 e-flex e-con-boxed e-con e-parent\" data-id=\"0713e99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e48c42a e-con-full e-flex e-con e-child\" data-id=\"e48c42a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9713b87 sec-title elementor-widget elementor-widget-heading\" data-id=\"9713b87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Trusted by 3,000+ brands<br>across 40+ countries.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-172a731 e-con-full e-flex e-con e-child\" data-id=\"172a731\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b835a17 sec-lede elementor-widget elementor-widget-text-editor\" data-id=\"b835a17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"phil-header reveal in\"><p>A measured account of how partner brands experience working with Dressman \u2014 from first sample through full production runs.<\/p><\/div>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43f4aeb e-flex e-con-boxed e-con e-parent\" data-id=\"43f4aeb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bc7b9a9 e-con-full e-grid test-grid e-con e-child\" data-id=\"bc7b9a9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-03a0591 e-con-full test-card e-flex e-con e-child\" data-id=\"03a0591\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0939dbd elementor-widget elementor-widget-html\" data-id=\"0939dbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"test-stars\"><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4cd4c3 elementor-widget elementor-widget-text-editor\" data-id=\"b4cd4c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>&#8220;In my cooperation with Dressman, I deeply felt their emphasis on product quality and customer satisfaction. Their production process is rigorous from raw material sourcing through to finishing.&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6c8f19 elementor-widget elementor-widget-html\" data-id=\"b6c8f19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"test-author\"><div class=\"test-avatar\">D<\/div><div><div class=\"test-name\">Dolly<\/div><div class=\"test-country\">United Kingdom<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ed6d6c e-con-full test-card e-flex e-con e-child\" data-id=\"7ed6d6c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e59cc3 elementor-widget elementor-widget-html\" data-id=\"4e59cc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"test-stars\"><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0688b4a elementor-widget elementor-widget-text-editor\" data-id=\"0688b4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>&#8220;One of the best things is that their team works side by side with you. I lowered my production starting order and Dressman met my requirements \u2014 the quality of their garments is exceptional.&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-975c2e5 elementor-widget elementor-widget-html\" data-id=\"975c2e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"test-author\"><div class=\"test-avatar\">A<\/div><div><div class=\"test-name\">Adeoti<\/div><div class=\"test-country\">New York, USA<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-295cc56 e-con-full test-card e-flex e-con e-child\" data-id=\"295cc56\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d0142b elementor-widget elementor-widget-html\" data-id=\"2d0142b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"test-stars\"><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7a67f6 elementor-widget elementor-widget-text-editor\" data-id=\"b7a67f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>&#8220;I am fortunate to have found Dressman \u2014 a manufacturer that maintains high product standards while also answering every question and providing guidance throughout the production process.&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a31c9db elementor-widget elementor-widget-html\" data-id=\"a31c9db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"test-author\"><div class=\"test-avatar\">R<\/div><div><div class=\"test-name\">Rochel Jager<\/div><div class=\"test-country\">New York, USA<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17ae242 e-con-full test-card e-flex e-con e-child\" data-id=\"17ae242\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5eca1aa elementor-widget elementor-widget-html\" data-id=\"5eca1aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"test-stars\"><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><svg class=\"ico\"><use href=\"#i-star\"><\/use><\/svg><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04a4a17 elementor-widget elementor-widget-text-editor\" data-id=\"04a4a17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>&#8220;Dressman is a trustworthy partner. Their professionalism and efficient service meet our high demands on product quality, and they offer flexible production schedules and customized service.&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7961b5 elementor-widget elementor-widget-html\" data-id=\"f7961b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"test-author\"><div class=\"test-avatar\">J<\/div><div><div class=\"test-name\">Jane Wright<\/div><div class=\"test-country\">Thailand<\/div><\/div><\/div>\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\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-dde7f63 e-con e-atomic-element e-flexbox-base e-dde7f63-bf28726 \" data-id=\"dde7f63\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"dde7f63\">\n    <div class=\"elementor-element elementor-element-f544a6c e-flex e-con-boxed e-con e-parent\" data-id=\"f544a6c\" 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-fb10f85 sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"fb10f85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Selected Partners<\/h3>\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-599eb16 e-flex e-con-boxed e-con e-parent\" data-id=\"599eb16\" 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-cdc261e sec-title elementor-widget elementor-widget-heading\" data-id=\"cdc261e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">In production for leading apparel brands.<\/h2>\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-c641686 e-con-full e-flex e-con e-parent\" data-id=\"c641686\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e88fee elementor-widget elementor-widget-html\" data-id=\"3e88fee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"brands-track\" id=\"brandsTrack\"><\/div>\n\n<script>\n    \/* ===\n   BRANDS TRACK\n=== *\/\nconst brands = ['ZARA','H&M','FOREVER 21','URBAN OUTFITTERS','ASOS','BOOHOO','SHEIN','PRIMARK','NEXT','MANGO'];\nconst bTrack = document.getElementById('brandsTrack');\n[...brands,...brands].forEach(b => {\n    const d = document.createElement('div'); d.className = 'brand-item'; d.textContent = b; bTrack.appendChild(d);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-7474827 e-con e-atomic-element e-flexbox-base e-7474827-573025a \" data-id=\"7474827\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"7474827\">\n    <div class=\"elementor-element elementor-element-7814e6d e-flex e-con-boxed e-con e-parent\" data-id=\"7814e6d\" 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-eb81b6f sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"eb81b6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Production Notes<\/h3>\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-2eb1e24 e-flex e-con-boxed e-con e-parent\" data-id=\"2eb1e24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a9cddb2 e-con-full e-flex e-con e-child\" data-id=\"a9cddb2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6f8432 sec-title elementor-widget elementor-widget-heading\" data-id=\"e6f8432\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently asked questions.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-660d0f5 e-con-full e-flex e-con e-child\" data-id=\"660d0f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0626991 sec-lede elementor-widget elementor-widget-text-editor\" data-id=\"0626991\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"phil-header reveal in\"><p>Direct answers about MOQ, customization process, production timelines, sustainability, and shipping logistics.<\/p><\/div>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ea9f6b6 e-flex e-con-boxed e-con e-parent\" data-id=\"ea9f6b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d6b0de6 e-con-full e-flex e-con e-child\" data-id=\"d6b0de6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-352138f elementor-widget elementor-widget-image-box\" data-id=\"352138f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">What is the MOQ?<\/h3><p class=\"elementor-image-box-description\">Typical MOQ is 50-100 pieces per style and color, with size breakdowns planned around the product.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d5b04c elementor-widget elementor-widget-image-box\" data-id=\"7d5b04c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Can you help if I only have a reference image?<\/h3><p class=\"elementor-image-box-description\">Yes. A reference, sketch, sample, or tech pack can start the discussion. We help translate it into a sample plan.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c533c4f elementor-widget elementor-widget-image-box\" data-id=\"c533c4f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">How long does sampling take?<\/h3><p class=\"elementor-image-box-description\">A practical target is around 12 days after the brief and details are approved.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36fcdb1 elementor-widget elementor-widget-image-box\" data-id=\"36fcdb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">How long does bulk production take?<\/h3><p class=\"elementor-image-box-description\">Once materials and accessories are ready, many orders can be planned around a 21-working-day production target.\n\n<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0eb9923 elementor-widget elementor-widget-image-box\" data-id=\"0eb9923\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Do you support packaging and shipping?<\/h3><p class=\"elementor-image-box-description\">Yes. Packaging design, label planning, and shipment coordination can be included in the production workflow.\n\n<\/p><\/div><\/div>\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\n<\/div>\n<div class=\"elementor-element elementor-element-cee5c93 e-con e-atomic-element e-flexbox-base e-cee5c93-f1e412c \" data-id=\"cee5c93\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"cee5c93\">\n    <div class=\"elementor-element elementor-element-185733e e-flex e-con-boxed e-con e-parent\" data-id=\"185733e\" 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-f5ae294 sec-eyebrow elementor-widget elementor-widget-heading\" data-id=\"f5ae294\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Industry Insights\n<\/h3>\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-bd567e3 e-flex e-con-boxed e-con e-parent\" data-id=\"bd567e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-29b3ab3 e-con-full e-flex e-con e-child\" data-id=\"29b3ab3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c1923f sec-title elementor-widget elementor-widget-heading\" data-id=\"6c1923f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">From the Atelier floor.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13eb93c e-con-full e-flex e-con e-child\" data-id=\"13eb93c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae2739a elementor-align-right elementor-widget elementor-widget-button\" data-id=\"ae2739a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\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<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">All Articles <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f568a4b e-flex e-con-boxed e-con e-parent\" data-id=\"f568a4b\" 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-cd77e9d elementor-widget elementor-widget-jet-listing-grid\" data-id=\"cd77e9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;columns&quot;:3}\" data-widget_type=\"jet-listing-grid.default\">\n\t\t\t\t\t<div class=\"jet-listing-grid jet-listing\"><div class=\"jet-listing-grid__items grid-col-desk-3 grid-col-tablet-2 grid-col-mobile-1 jet-listing-grid--1047 jet-equal-columns__wrapper\" data-queried-id=\"1013|WP_Post\" data-nav=\"{&quot;enabled&quot;:false,&quot;type&quot;:null,&quot;more_el&quot;:null,&quot;query&quot;:[],&quot;widget_settings&quot;:{&quot;lisitng_id&quot;:1047,&quot;posts_num&quot;:3,&quot;columns&quot;:3,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;column_min_width&quot;:240,&quot;column_min_width_tablet&quot;:240,&quot;column_min_width_mobile&quot;:240,&quot;inline_columns_css&quot;:false,&quot;is_archive_template&quot;:&quot;&quot;,&quot;post_status&quot;:[&quot;publish&quot;],&quot;use_random_posts_num&quot;:&quot;&quot;,&quot;max_posts_num&quot;:9,&quot;not_found_message&quot;:&quot;No data was found&quot;,&quot;is_masonry&quot;:false,&quot;equal_columns_height&quot;:&quot;yes&quot;,&quot;use_load_more&quot;:&quot;&quot;,&quot;load_more_id&quot;:&quot;&quot;,&quot;load_more_type&quot;:&quot;click&quot;,&quot;load_more_offset&quot;:null,&quot;use_custom_post_types&quot;:&quot;&quot;,&quot;custom_post_types&quot;:[],&quot;hide_widget_if&quot;:&quot;&quot;,&quot;carousel_enabled&quot;:&quot;&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;arrow_icon&quot;:&quot;fa fa-angle-left&quot;,&quot;dots&quot;:&quot;&quot;,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause_on_hover&quot;:&quot;true&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;true&quot;,&quot;center_mode&quot;:&quot;&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;inject_alternative_items&quot;:&quot;&quot;,&quot;injection_items&quot;:[],&quot;scroll_slider_enabled&quot;:&quot;&quot;,&quot;scroll_slider_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;custom_query&quot;:false,&quot;custom_query_id&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;,&quot;collapse_first_last_gap&quot;:false,&quot;list_tag_selection&quot;:&quot;&quot;,&quot;list_items_wrapper_tag&quot;:&quot;div&quot;,&quot;list_item_tag&quot;:&quot;div&quot;,&quot;empty_items_wrapper_tag&quot;:&quot;div&quot;}}\" data-page=\"1\" data-pages=\"1\" data-listing-source=\"posts\" data-listing-id=\"1047\" data-query-id=\"\"><div class=\"jet-listing-grid__item jet-listing-dynamic-post-1052 jet-equal-columns elementor-dcss-35374582561123752\" data-post-id=\"1052\"  >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"1047\" class=\"elementor elementor-1047 elementor-612 elementor-612\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22b9fe2 blog-card e-flex e-con-boxed e-con e-parent\" data-id=\"22b9fe2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a3d8984 e-con-full e-flex e-con e-child\" data-id=\"a3d8984\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5adddea blog-img elementor-widget elementor-widget-image\" data-id=\"5adddea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1483985988355-763728e1935b.webp\" class=\"attachment-full size-full wp-image-1053\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1483985988355-763728e1935b.webp 800w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1483985988355-763728e1935b-300x200.webp 300w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1483985988355-763728e1935b-768x512.webp 768w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1483985988355-763728e1935b-600x400.webp 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-910e0cb e-con-full blog-body e-flex e-con e-child\" data-id=\"910e0cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-145b6f3 e-con-full blog-meta e-flex e-con e-child\" data-id=\"145b6f3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-935e186 blog-tag elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"935e186\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Process<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f2d92c blog-date elementor-widget elementor-widget-jet-listing-dynamic-meta\" data-id=\"5f2d92c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-meta.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-meta meta-layout-inline\"><div class=\"jet-listing-dynamic-meta__date jet-listing-dynamic-meta__item\"><span class=\"jet-listing-dynamic-meta__item-val\"><time datetime=\"2026-06-24T20:32:58+00:00\">\u064a\u0648\u0646\u064a\u0648 24, 2026<\/time><\/span><\/div><\/div>\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-b6e7e1d e-con-full e-flex e-con e-child\" data-id=\"b6e7e1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a088f47 blog-title elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a088f47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h3 class=\"jet-listing-dynamic-field__content\" >From sketch to shipment: Understanding the garment production timeline<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6137e71 blog-excerpt elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"6137e71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" >Every day matters in fashion production. This guide walks through each stage \u2014 from sampling and fabric sourcing to cut, sew, and logistics \u2014 with realistic timeframes and key decision points.\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ffbb2a blog-link elementor-widget elementor-widget-button\" data-id=\"6ffbb2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dressmanegypt.com\/ar\/from-sketch-to-shipment-understanding-the-garment-production-timeline\/\">\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<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-left\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read Article <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-1054 jet-equal-columns elementor-dcss-35374582602788752\" data-post-id=\"1054\"  >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"1047\" class=\"elementor elementor-1047 elementor-612 elementor-612\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22b9fe2 blog-card e-flex e-con-boxed e-con e-parent\" data-id=\"22b9fe2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a3d8984 e-con-full e-flex e-con e-child\" data-id=\"a3d8984\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5adddea blog-img elementor-widget elementor-widget-image\" data-id=\"5adddea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1556905055-8f358a7a47b2.jpeg\" class=\"attachment-full size-full wp-image-1020\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1556905055-8f358a7a47b2.jpeg 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1556905055-8f358a7a47b2-300x200.jpeg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-910e0cb e-con-full blog-body e-flex e-con e-child\" data-id=\"910e0cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-145b6f3 e-con-full blog-meta e-flex e-con e-child\" data-id=\"145b6f3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-935e186 blog-tag elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"935e186\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Sustainability<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f2d92c blog-date elementor-widget elementor-widget-jet-listing-dynamic-meta\" data-id=\"5f2d92c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-meta.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-meta meta-layout-inline\"><div class=\"jet-listing-dynamic-meta__date jet-listing-dynamic-meta__item\"><span class=\"jet-listing-dynamic-meta__item-val\"><time datetime=\"2026-06-24T20:31:43+00:00\">\u064a\u0648\u0646\u064a\u0648 24, 2026<\/time><\/span><\/div><\/div>\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-b6e7e1d e-con-full e-flex e-con e-child\" data-id=\"b6e7e1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a088f47 blog-title elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a088f47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h3 class=\"jet-listing-dynamic-field__content\" >GRS certification: What it means for your brand and why buyers care<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6137e71 blog-excerpt elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"6137e71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" >Sustainability credentials are no longer optional. We break down what the Global Recycled Standard certification involves and how it impacts procurement decisions across Europe and the US.\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ffbb2a blog-link elementor-widget elementor-widget-button\" data-id=\"6ffbb2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dressmanegypt.com\/ar\/grs-certification-what-it-means-for-your-brand-and-why-buyers-care\/\">\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<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-left\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read Article <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-1055 jet-equal-columns elementor-dcss-35374582636620668\" data-post-id=\"1055\"  >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"1047\" class=\"elementor elementor-1047 elementor-612 elementor-612\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22b9fe2 blog-card e-flex e-con-boxed e-con e-parent\" data-id=\"22b9fe2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a3d8984 e-con-full e-flex e-con e-child\" data-id=\"a3d8984\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5adddea blog-img elementor-widget elementor-widget-image\" data-id=\"5adddea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"450\" src=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1558769132-cb1aea458c5e.jpeg\" class=\"attachment-full size-full wp-image-1023\" alt=\"\" srcset=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1558769132-cb1aea458c5e.jpeg 600w, https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1558769132-cb1aea458c5e-300x225.jpeg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-910e0cb e-con-full blog-body e-flex e-con e-child\" data-id=\"910e0cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-145b6f3 e-con-full blog-meta e-flex e-con e-child\" data-id=\"145b6f3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-935e186 blog-tag elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"935e186\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Manufacturing<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f2d92c blog-date elementor-widget elementor-widget-jet-listing-dynamic-meta\" data-id=\"5f2d92c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-meta.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-meta meta-layout-inline\"><div class=\"jet-listing-dynamic-meta__date jet-listing-dynamic-meta__item\"><span class=\"jet-listing-dynamic-meta__item-val\"><time datetime=\"2026-06-24T20:29:36+00:00\">\u064a\u0648\u0646\u064a\u0648 24, 2026<\/time><\/span><\/div><\/div>\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-b6e7e1d e-con-full e-flex e-con e-child\" data-id=\"b6e7e1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a088f47 blog-title elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a088f47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h3 class=\"jet-listing-dynamic-field__content\" >How low-MOQ manufacturing is reshaping fashion startups in 2025<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6137e71 blog-excerpt elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"6137e71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" >The barriers to launching a fashion label have never been lower. We explore how minimum order quantities are evolving and what it means for emerging brands entering the market.<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ffbb2a blog-link elementor-widget elementor-widget-button\" data-id=\"6ffbb2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dressmanegypt.com\/ar\/how-low-moq-manufacturing-is-reshaping-fashion-startups-in-2025\/\">\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<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-left\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read Article <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>GLOBAL APPAREL PARTNER Manufacturing Fashionat Global Standards Premium apparel manufacturing for modern brands \u2014 from concept to production. Contact Us SCROLL Our Philosophy Crafted with intention. Engineered for scale. A measured approach to apparel manufacturing \u2014 where craftsmanship, technical precision, and accessible MOQs meet to serve modern brands building considered collections. 01 \/ Philosophy Test [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1013","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Homepage - Dressman<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dressmanegypt.com\/ar\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Homepage - Dressman\" \/>\n<meta property=\"og:description\" content=\"GLOBAL APPAREL PARTNER Manufacturing Fashionat Global Standards Premium apparel manufacturing for modern brands \u2014 from concept to production. Contact Us SCROLL Our Philosophy Crafted with intention. Engineered for scale. A measured approach to apparel manufacturing \u2014 where craftsmanship, technical precision, and accessible MOQs meet to serve modern brands building considered collections. 01 \/ Philosophy Test [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dressmanegypt.com\/ar\/\" \/>\n<meta property=\"og:site_name\" content=\"Dressman\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T14:49:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1490481651871-ab68de25d43d.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/ar\\\/\",\"url\":\"https:\\\/\\\/dressmanegypt.com\\\/ar\\\/\",\"name\":\"Homepage - Dressman\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/ar\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/ar\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/dressmanegypt.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/photo-1490481651871-ab68de25d43d.jpeg\",\"datePublished\":\"2026-06-20T17:11:21+00:00\",\"dateModified\":\"2026-09-02T14:49:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/ar\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dressmanegypt.com\\\/ar\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/ar\\\/#primaryimage\",\"url\":\"https:\\\/\\\/dressmanegypt.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/photo-1490481651871-ab68de25d43d.jpeg\",\"contentUrl\":\"https:\\\/\\\/dressmanegypt.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/photo-1490481651871-ab68de25d43d.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/ar\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dressmanegypt.com\\\/ar\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/#website\",\"url\":\"https:\\\/\\\/dressmanegypt.com\\\/\",\"name\":\"Dressman\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/dressmanegypt.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/#organization\",\"name\":\"Dressman\",\"url\":\"https:\\\/\\\/dressmanegypt.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/dressmanegypt.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dressman-logo.svg\",\"contentUrl\":\"https:\\\/\\\/dressmanegypt.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dressman-logo.svg\",\"width\":1950.430000000000063664629124104976654052734375,\"height\":791.5700000000000500222085975110530853271484375,\"caption\":\"Dressman\"},\"image\":{\"@id\":\"https:\\\/\\\/dressmanegypt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Homepage - Dressman","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:\/\/dressmanegypt.com\/ar\/","og_locale":"ar_AR","og_type":"article","og_title":"Homepage - Dressman","og_description":"GLOBAL APPAREL PARTNER Manufacturing Fashionat Global Standards Premium apparel manufacturing for modern brands \u2014 from concept to production. Contact Us SCROLL Our Philosophy Crafted with intention. Engineered for scale. A measured approach to apparel manufacturing \u2014 where craftsmanship, technical precision, and accessible MOQs meet to serve modern brands building considered collections. 01 \/ Philosophy Test [&hellip;]","og_url":"https:\/\/dressmanegypt.com\/ar\/","og_site_name":"Dressman","article_modified_time":"2026-09-02T14:49:23+00:00","og_image":[{"url":"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1490481651871-ab68de25d43d.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"8 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dressmanegypt.com\/ar\/","url":"https:\/\/dressmanegypt.com\/ar\/","name":"Homepage - Dressman","isPartOf":{"@id":"https:\/\/dressmanegypt.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dressmanegypt.com\/ar\/#primaryimage"},"image":{"@id":"https:\/\/dressmanegypt.com\/ar\/#primaryimage"},"thumbnailUrl":"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1490481651871-ab68de25d43d.jpeg","datePublished":"2026-06-20T17:11:21+00:00","dateModified":"2026-09-02T14:49:23+00:00","breadcrumb":{"@id":"https:\/\/dressmanegypt.com\/ar\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dressmanegypt.com\/ar\/"]}]},{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/dressmanegypt.com\/ar\/#primaryimage","url":"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1490481651871-ab68de25d43d.jpeg","contentUrl":"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/photo-1490481651871-ab68de25d43d.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/dressmanegypt.com\/ar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dressmanegypt.com\/ar\/"},{"@type":"ListItem","position":2,"name":"Homepage"}]},{"@type":"WebSite","@id":"https:\/\/dressmanegypt.com\/#website","url":"https:\/\/dressmanegypt.com\/","name":"Dressman","description":"","publisher":{"@id":"https:\/\/dressmanegypt.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dressmanegypt.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/dressmanegypt.com\/#organization","name":"Dressman","url":"https:\/\/dressmanegypt.com\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/dressmanegypt.com\/#\/schema\/logo\/image\/","url":"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/dressman-logo.svg","contentUrl":"https:\/\/dressmanegypt.com\/wp-content\/uploads\/2026\/06\/dressman-logo.svg","width":1950.430000000000063664629124104976654052734375,"height":791.5700000000000500222085975110530853271484375,"caption":"Dressman"},"image":{"@id":"https:\/\/dressmanegypt.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/dressmanegypt.com\/ar\/wp-json\/wp\/v2\/pages\/1013","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dressmanegypt.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dressmanegypt.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dressmanegypt.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dressmanegypt.com\/ar\/wp-json\/wp\/v2\/comments?post=1013"}],"version-history":[{"count":6,"href":"https:\/\/dressmanegypt.com\/ar\/wp-json\/wp\/v2\/pages\/1013\/revisions"}],"predecessor-version":[{"id":1051,"href":"https:\/\/dressmanegypt.com\/ar\/wp-json\/wp\/v2\/pages\/1013\/revisions\/1051"}],"wp:attachment":[{"href":"https:\/\/dressmanegypt.com\/ar\/wp-json\/wp\/v2\/media?parent=1013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}