{"id":3,"date":"2026-08-26T17:34:41","date_gmt":"2026-08-26T15:34:41","guid":{"rendered":"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/"},"modified":"2026-08-26T17:34:41","modified_gmt":"2026-08-26T15:34:41","slug":"suivi-de-commande","status":"publish","type":"page","link":"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/","title":{"rendered":"Suivi de commande"},"content":{"rendered":"    <style>\n        :root { \n            --gct-brand: #2563eb; \n            --gct-brand-light: #2563eb15;\n            --gct-brand-hover: #2563ebE6;\n            --gct-text-main: #111827;\n            --gct-text-muted: #6b7280;\n            --gct-text-light: #9ca3af;\n            --gct-bg-main: #f9fafb;\n            --gct-bg-card: #ffffff;\n            --gct-border: #e5e7eb;\n            --gct-success: #10b981;\n            --gct-success-light: #d1fae5;\n            --gct-error: #ef4444;\n            --gct-error-light: #fee2e2;\n            --gct-radius-lg: 20px;\n            --gct-radius-md: 12px;\n            --gct-shadow: 0 4px 20px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.02);\n            --gct-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        }\n        .gct-container { max-width: 680px; margin: 0 auto; font-family: var(--gct-font); color: var(--gct-text-main); line-height: 1.5; padding: 20px 0; }\n        .gct-card { background: var(--gct-bg-card); border: 1px solid var(--gct-border); border-radius: var(--gct-radius-lg); box-shadow: var(--gct-shadow); overflow: hidden; margin-bottom: 24px; }\n        .gct-card-section { padding: 24px; border-bottom: 1px solid var(--gct-border); }\n        .gct-card-section:last-child { border-bottom: none; }\n        \n        \/* Form *\/\n        .gct-form-wrap { padding: 40px 24px; text-align: center; }\n        .gct-form-title { font-size: 22px; font-weight: 700; margin: 0 0 6px; }\n        .gct-form-sub { font-size: 14px; color: var(--gct-text-muted); margin: 0 0 28px; }\n        .gct-input-group { margin-bottom: 16px; text-align: left; }\n        .gct-label { display: block; font-size: 12px; font-weight: 600; color: var(--gct-text-muted); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }\n        .gct-input { width: 100%; padding: 14px 16px; font-size: 16px; border: 2px solid var(--gct-border); border-radius: var(--gct-radius-md); background: var(--gct-bg-main); transition: all 0.2s ease; box-sizing: border-box; color: var(--gct-text-main); }\n        .gct-input:focus { outline: none; border-color: var(--gct-brand); background: #fff; box-shadow: 0 0 0 4px var(--gct-brand-light); }\n        .gct-btn { width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 16px; font-size: 16px; font-weight: 700; color: #fff; background: var(--gct-brand); border: none; border-radius: var(--gct-radius-md); cursor: pointer; transition: all 0.2s ease; }\n        .gct-btn:hover { background: var(--gct-brand-hover); transform: translateY(-1px); box-shadow: 0 4px 12px var(--gct-brand-light); }\n        .gct-alert { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-radius: var(--gct-radius-md); margin-bottom: 20px; font-size: 14px; font-weight: 500; }\n        .gct-alert--error { background: var(--gct-error-light); color: #991b1b; border: 1px solid #fecaca; }\n        \n        \/* Hero Status *\/\n        .gct-hero { text-align: center; padding: 40px 24px 24px; background: var(--gct-bg-main); }\n        .gct-hero-icon { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; border: 4px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }\n        .gct-hero-icon svg { width: 32px; height: 32px; color: #fff; }\n        .gct-hero-status { font-size: 24px; font-weight: 800; margin: 0 0 8px; color: var(--gct-text-main); }\n        .gct-hero-desc { font-size: 15px; color: var(--gct-text-muted); margin: 0 0 20px; }\n        .is-delivered .gct-hero-icon { background: var(--gct-success); }\n        .is-transit .gct-hero-icon { background: var(--gct-brand); }\n        .is-exception .gct-hero-icon { background: var(--gct-error); }\n        .is-pending .gct-hero-icon { background: var(--gct-text-light); }\n        \n        \/* EDD Banner *\/\n        .gct-edd { display: flex; align-items: center; justify-content: center; gap: 8px; background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: var(--gct-radius-md); padding: 12px 20px; margin: 0 auto 16px; max-width: 400px; font-size: 14px; font-weight: 600; color: #065f46; }\n        \n        \/* Meta: Order + Tracking + Carrier *\/\n        .gct-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 24px 20px; }\n        .gct-info-box { background: var(--gct-bg-main); border-radius: var(--gct-radius-md); padding: 14px 16px; }\n        .gct-info-label { font-size: 11px; font-weight: 600; color: var(--gct-text-light); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }\n        .gct-info-value { font-size: 14px; font-weight: 700; color: var(--gct-text-main); }\n        .gct-info-value.mono { font-family: 'SF Mono', ui-monospace, monospace; letter-spacing: 0.5px; }\n        .gct-carrier-row { display: flex; align-items: center; gap: 8px; padding: 0 24px 20px; }\n        .gct-carrier-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--gct-bg-main); border: 1px solid var(--gct-border); padding: 8px 14px; border-radius: 30px; font-size: 13px; font-weight: 600; color: var(--gct-text-main); }\n        \n        \/* Stepper *\/\n        .gct-stepper { display: flex; justify-content: space-between; position: relative; padding: 24px 24px 16px; }\n        .gct-stepper::before { content: ''; position: absolute; top: 36px; left: 40px; right: 40px; height: 3px; background: var(--gct-border); border-radius: 3px; z-index: 1; }\n        .gct-stepper-progress { position: absolute; top: 36px; left: 40px; height: 3px; background: var(--gct-brand); border-radius: 3px; z-index: 2; transition: width 0.5s ease; }\n        .gct-step { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 1; text-align: center; }\n        .gct-step-dot { width: 24px; height: 24px; border-radius: 50%; background: var(--gct-bg-card); border: 3px solid var(--gct-border); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }\n        .gct-step-dot svg { width: 10px; height: 10px; color: #fff; opacity: 0; transition: opacity 0.3s; }\n        .gct-step-label { font-size: 11px; font-weight: 600; color: var(--gct-text-light); text-transform: uppercase; letter-spacing: 0.3px; }\n        .gct-step.is-done .gct-step-dot { background: var(--gct-brand); border-color: var(--gct-brand); }\n        .gct-step.is-done .gct-step-dot svg { opacity: 1; }\n        .gct-step.is-done .gct-step-label { color: var(--gct-text-main); }\n        .gct-step.is-active .gct-step-dot { border-color: var(--gct-brand); box-shadow: 0 0 0 4px var(--gct-brand-light); }\n        .gct-step.is-active .gct-step-label { color: var(--gct-brand); font-weight: 700; }\n        .is-delivered .gct-step.is-done .gct-step-dot, .is-delivered .gct-stepper-progress { background: var(--gct-success); border-color: var(--gct-success); }\n        \n        \/* Timeline *\/\n        .gct-timeline { padding: 24px 24px 16px; }\n        .gct-date-header { display: inline-block; background: var(--gct-bg-main); padding: 5px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; color: var(--gct-text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin: 20px 0 12px; }\n        .gct-date-header:first-child { margin-top: 0; }\n        .gct-event { position: relative; padding-left: 36px; padding-bottom: 20px; }\n        .gct-event::before { content: ''; position: absolute; left: 11px; top: 22px; bottom: -6px; width: 2px; background: var(--gct-border); }\n        .gct-event:last-child::before { display: none; }\n        .gct-event-dot { position: absolute; left: 0; top: 2px; width: 24px; height: 24px; border-radius: 50%; background: var(--gct-bg-main); border: 2px solid var(--gct-border); display: flex; align-items: center; justify-content: center; z-index: 2; }\n        .gct-event-text { font-size: 14px; font-weight: 500; color: var(--gct-text-main); margin-bottom: 3px; line-height: 1.4; }\n        .gct-event-meta { font-size: 12px; color: var(--gct-text-muted); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }\n        .gct-event--latest .gct-event-dot { border-color: var(--gct-brand); background: var(--gct-brand); box-shadow: 0 0 0 4px var(--gct-brand-light); }\n        .gct-event--latest .gct-event-dot::after { content: ''; width: 8px; height: 8px; background: #fff; border-radius: 50%; }\n        .gct-event--latest .gct-event-text { font-weight: 700; color: var(--gct-brand); }\n        .is-delivered .gct-event--latest .gct-event-dot { border-color: var(--gct-success); background: var(--gct-success); box-shadow: 0 0 0 4px var(--gct-success-light); }\n        .is-delivered .gct-event--latest .gct-event-text { color: var(--gct-success); }\n        \n        .gct-empty { padding: 48px 24px; text-align: center; }\n        .gct-empty svg { width: 64px; height: 64px; color: var(--gct-border); margin-bottom: 16px; }\n        .gct-empty p { font-size: 16px; color: var(--gct-text-muted); max-width: 400px; margin: 0 auto; }\n        .gct-footer { text-align: center; font-size: 12px; color: var(--gct-text-light); margin-top: 24px; }\n        .gct-footer strong { color: var(--gct-text-muted); }\n        .gct-admin-debug { background:#fffbeb; padding:12px; border-radius:8px; border:1px solid #fde68a; font-size:11px; color:#92400e; margin:0 0 24px; line-height: 1.6; }\n        @media (max-width: 600px) {\n            .gct-stepper { padding-left: 12px; padding-right: 12px; }\n            .gct-stepper::before, .gct-stepper-progress { left: 24px; right: 24px; }\n            .gct-step-label { font-size: 9px; }\n            .gct-info-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n    \n    <div class=\"gct-container\">\n                <div class=\"gct-card\">\n            <div class=\"gct-form-wrap\">\n                <h2 class=\"gct-form-title\">Suivi de commande<\/h2>\n                <p class=\"gct-form-sub\">Suivez l&#039;acheminement de votre colis en temps r\u00e9el<\/p>\n                                <form method=\"post\">\n                    <div class=\"gct-input-group\">\n                        <label class=\"gct-label\" for=\"gct_lookup_number\">Num\u00e9ro de suivi<\/label>\n                        <input class=\"gct-input\" type=\"text\" name=\"gct_lookup_number\" id=\"gct_lookup_number\" placeholder=\"Entrez votre num\u00e9ro de suivi\" value=\"\" required \/>\n                    <\/div>\n                    <div class=\"gct-input-group\">\n                        <label class=\"gct-label\" for=\"gct_lookup_email\">Email de commande<\/label>\n                        <input class=\"gct-input\" type=\"email\" name=\"gct_lookup_email\" id=\"gct_lookup_email\" placeholder=\"Votre adresse email\" value=\"\" \/>\n                    <\/div>\n                    <button class=\"gct-btn\" type=\"submit\">\n                        <svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path><\/svg>\n                        Suivre mon colis                    <\/button>\n                <\/form>\n            <\/div>\n        <\/div>\n                \n        \n        <div class=\"gct-footer\">\n            Suivi propuls\u00e9 par <strong>SacRoyal Ireland<\/strong>\n        <\/div>\n    <\/div>\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Suivi de commande - SacRoyal Ireland<\/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:\/\/sacroyal.com\/ie\/suivi-de-commande\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Suivi de commande - SacRoyal Ireland\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/\" \/>\n<meta property=\"og:site_name\" content=\"SacRoyal Ireland\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/\",\"url\":\"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/\",\"name\":\"Suivi de commande - SacRoyal Ireland\",\"isPartOf\":{\"@id\":\"https:\/\/sacroyal.com\/ie\/#website\"},\"datePublished\":\"2026-08-26T15:34:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/sacroyal.com\/ie\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Suivi de commande\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sacroyal.com\/ie\/#website\",\"url\":\"https:\/\/sacroyal.com\/ie\/\",\"name\":\"SacRoyal Ireland\",\"description\":\"Handbags &amp; accessories\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sacroyal.com\/ie\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Suivi de commande - SacRoyal Ireland","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:\/\/sacroyal.com\/ie\/suivi-de-commande\/","og_locale":"en_GB","og_type":"article","og_title":"Suivi de commande - SacRoyal Ireland","og_url":"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/","og_site_name":"SacRoyal Ireland","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/","url":"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/","name":"Suivi de commande - SacRoyal Ireland","isPartOf":{"@id":"https:\/\/sacroyal.com\/ie\/#website"},"datePublished":"2026-08-26T15:34:41+00:00","breadcrumb":{"@id":"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sacroyal.com\/ie\/suivi-de-commande\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sacroyal.com\/ie\/suivi-de-commande\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/sacroyal.com\/ie\/"},{"@type":"ListItem","position":2,"name":"Suivi de commande"}]},{"@type":"WebSite","@id":"https:\/\/sacroyal.com\/ie\/#website","url":"https:\/\/sacroyal.com\/ie\/","name":"SacRoyal Ireland","description":"Handbags &amp; accessories","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sacroyal.com\/ie\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/sacroyal.com\/ie\/wp-json\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sacroyal.com\/ie\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sacroyal.com\/ie\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/sacroyal.com\/ie\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":0,"href":"https:\/\/sacroyal.com\/ie\/wp-json\/wp\/v2\/pages\/3\/revisions"}],"wp:attachment":[{"href":"https:\/\/sacroyal.com\/ie\/wp-json\/wp\/v2\/media?parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}