{"id":3,"date":"2025-07-03T00:00:00","date_gmt":"2025-07-03T00:00:00","guid":{"rendered":"https:\/\/msbestkeys.com\/order-cancellation\/"},"modified":"2025-07-06T19:50:03","modified_gmt":"2025-07-06T19:50:03","slug":"order-cancellation","status":"publish","type":"page","link":"https:\/\/msbestkeys.com\/es\/order-cancellation\/","title":{"rendered":"Order Cancellation"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3\" class=\"elementor elementor-3\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-5d8dde28 e-flex e-con-boxed e-con e-parent\" data-id=\"5d8dde28\" 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-2522341a color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"2522341a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<style>\n\/* ULTRA MODERN ORDER CANCELLATION DESIGN 2025 *\/\n* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.ultra-modern-cancellation {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    background: transparent;\n    color: #1a202c;\n    line-height: 1.7;\n    overflow-x: hidden;\n}\n\n\/* FLOATING PARTICLES ANIMATION *\/\n.particles-container {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    pointer-events: none;\n    z-index: -1;\n}\n\n.particle {\n    position: absolute;\n    width: 4px;\n    height: 4px;\n    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);\n    border-radius: 50%;\n    opacity: 0.6;\n    animation: float-particles 12s linear infinite;\n}\n\n.particle:nth-child(1) { left: 10%; animation-delay: 0s; }\n.particle:nth-child(2) { left: 30%; animation-delay: -2s; }\n.particle:nth-child(3) { left: 50%; animation-delay: -4s; }\n.particle:nth-child(4) { left: 70%; animation-delay: -6s; }\n.particle:nth-child(5) { left: 90%; animation-delay: -8s; }\n\n@keyframes float-particles {\n    0% { \n        transform: translateY(100vh) rotate(0deg);\n        opacity: 0;\n    }\n    10% { opacity: 0.6; }\n    90% { opacity: 0.6; }\n    100% { \n        transform: translateY(-100px) rotate(360deg);\n        opacity: 0;\n    }\n}\n\n\/* MAIN CONTAINER *\/\n.main-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    position: relative;\n    z-index: 1;\n}\n\n\/* HERO SECTION WITH 3D EFFECTS *\/\n.hero-section {\n    text-align: center;\n    padding: 100px 20px 80px;\n    background: linear-gradient(135deg, \n        rgba(255, 107, 107, 0.1) 0%, \n        rgba(78, 205, 196, 0.1) 50%, \n        rgba(255, 159, 67, 0.1) 100%);\n    border-radius: 32px;\n    margin-bottom: 80px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: \n        0 25px 50px rgba(0, 0, 0, 0.1),\n        inset 0 1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.hero-section::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background: \n        repeating-linear-gradient(\n            90deg,\n            transparent,\n            transparent 100px,\n            rgba(255, 255, 255, 0.03) 102px\n        ),\n        repeating-linear-gradient(\n            0deg,\n            transparent,\n            transparent 100px,\n            rgba(255, 255, 255, 0.03) 102px\n        );\n    animation: grid-move 15s linear infinite;\n}\n\n@keyframes grid-move {\n    0% { transform: translate(0, 0); }\n    100% { transform: translate(102px, 102px); }\n}\n\n.hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255, 255, 255, 0.2);\n    backdrop-filter: blur(20px);\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 50px;\n    padding: 12px 24px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 30px;\n    position: relative;\n    z-index: 2;\n    animation: pulse-glow 3s ease-in-out infinite;\n}\n\n@keyframes pulse-glow {\n    0%, 100% { box-shadow: 0 0 20px rgba(255, 107, 107, 0.3); }\n    50% { box-shadow: 0 0 40px rgba(255, 107, 107, 0.6); }\n}\n\n.hero-title {\n    font-size: clamp(3rem, 8vw, 5rem);\n    font-weight: 900;\n    background: linear-gradient(135deg, #ff6b6b, #4ecdc4, #ff9f43);\n    background-size: 200% 200%;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    margin-bottom: 24px;\n    position: relative;\n    z-index: 2;\n    animation: gradient-shift 4s ease-in-out infinite;\n}\n\n@keyframes gradient-shift {\n    0%, 100% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n}\n\n.hero-subtitle {\n    font-size: 1.5rem;\n    color: #4a5568;\n    font-weight: 400;\n    position: relative;\n    z-index: 2;\n    max-width: 600px;\n    margin: 0 auto;\n}\n\n\/* QUICK ACTION SECTION *\/\n.quick-action {\n    background: rgba(255, 255, 255, 0.95);\n    backdrop-filter: blur(20px);\n    border: 2px solid rgba(255, 107, 107, 0.2);\n    border-radius: 24px;\n    padding: 40px;\n    margin-bottom: 60px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: \n        0 20px 40px rgba(0, 0, 0, 0.1),\n        inset 0 1px 0 rgba(255, 255, 255, 0.5);\n    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n}\n\n.quick-action:hover {\n    transform: translateY(-8px);\n    box-shadow: \n        0 35px 70px rgba(0, 0, 0, 0.15),\n        inset 0 1px 0 rgba(255, 255, 255, 0.7);\n    border-color: rgba(255, 107, 107, 0.4);\n}\n\n.quick-action::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #ff9f43);\n    background-size: 200% 100%;\n    animation: border-flow 3s ease-in-out infinite;\n}\n\n@keyframes border-flow {\n    0%, 100% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n}\n\n.quick-action-header {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 20px;\n}\n\n.quick-action-icon {\n    width: 56px;\n    height: 56px;\n    background: linear-gradient(135deg, #ff6b6b, #4ecdc4);\n    border-radius: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    color: white;\n    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);\n    animation: icon-float 3s ease-in-out infinite;\n}\n\n@keyframes icon-float {\n    0%, 100% { transform: translateY(0) rotate(0deg); }\n    50% { transform: translateY(-8px) rotate(5deg); }\n}\n\n.quick-action-title {\n    font-size: 1.8rem;\n    font-weight: 800;\n    color: #2d3748;\n}\n\n.quick-action-content {\n    font-size: 1.1rem;\n    color: #4a5568;\n    line-height: 1.8;\n    text-align: center;\n}\n\n.highlight-text {\n    background: linear-gradient(135deg, #ff6b6b, #4ecdc4);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    font-weight: 700;\n}\n\n\/* FAQ SECTION WITH ADVANCED ANIMATIONS *\/\n.faq-section {\n    margin-bottom: 80px;\n}\n\n.section-title {\n    font-size: clamp(2.5rem, 6vw, 3.5rem);\n    font-weight: 900;\n    text-align: center;\n    margin-bottom: 60px;\n    color: #2d3748;\n    position: relative;\n}\n\n.section-title::after {\n    content: '';\n    position: absolute;\n    bottom: -15px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 4px;\n    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);\n    border-radius: 2px;\n}\n\n.faq-grid {\n    display: grid;\n    gap: 24px;\n}\n\n.faq-card {\n    background: rgba(255, 255, 255, 0.9);\n    backdrop-filter: blur(15px);\n    border: 2px solid rgba(255, 107, 107, 0.15);\n    border-radius: 20px;\n    padding: 32px;\n    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n    position: relative;\n    overflow: hidden;\n    cursor: pointer;\n}\n\n.faq-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);\n    transition: left 0.6s ease;\n}\n\n.faq-card:hover::before {\n    left: 100%;\n}\n\n.faq-card:hover {\n    transform: translateY(-8px) rotateX(2deg);\n    border-color: rgba(255, 107, 107, 0.3);\n    box-shadow: \n        0 25px 50px rgba(0, 0, 0, 0.15),\n        0 0 0 1px rgba(255, 255, 255, 0.3);\n}\n\n.faq-header {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 20px;\n}\n\n.faq-icon {\n    width: 52px;\n    height: 52px;\n    background: linear-gradient(135deg, #ff6b6b, #4ecdc4);\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    color: white;\n    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);\n    animation: icon-pulse 2s ease-in-out infinite;\n}\n\n@keyframes icon-pulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.05); }\n}\n\n.faq-question {\n    font-size: 1.4rem;\n    font-weight: 700;\n    color: #2d3748;\n    line-height: 1.4;\n}\n\n.faq-answer {\n    color: #4a5568;\n    font-size: 1.05rem;\n    line-height: 1.8;\n}\n\n\/* CONTACT SECTION WITH GLASSMORPHISM *\/\n.contact-section {\n    background: linear-gradient(135deg, \n        rgba(78, 205, 196, 0.1) 0%, \n        rgba(255, 159, 67, 0.1) 100%);\n    backdrop-filter: blur(20px);\n    border: 2px solid rgba(255, 255, 255, 0.2);\n    border-radius: 32px;\n    padding: 60px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    box-shadow: \n        0 25px 50px rgba(0, 0, 0, 0.1),\n        inset 0 1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.contact-section::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background: radial-gradient(circle at 30% 70%, rgba(78, 205, 196, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 70% 30%, rgba(255, 159, 67, 0.1) 0%, transparent 50%);\n    animation: contact-bg 8s ease-in-out infinite;\n}\n\n@keyframes contact-bg {\n    0%, 100% { opacity: 0.5; }\n    50% { opacity: 0.8; }\n}\n\n.contact-title {\n    font-size: 2.5rem;\n    font-weight: 900;\n    color: #2d3748;\n    margin-bottom: 24px;\n    position: relative;\n    z-index: 2;\n}\n\n.contact-description {\n    font-size: 1.2rem;\n    color: #4a5568;\n    margin-bottom: 40px;\n    position: relative;\n    z-index: 2;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.contact-card {\n    background: rgba(255, 255, 255, 0.95);\n    backdrop-filter: blur(20px);\n    border: 2px solid rgba(255, 255, 255, 0.3);\n    border-radius: 24px;\n    padding: 40px;\n    max-width: 500px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n    transition: all 0.4s ease;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\n}\n\n.contact-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);\n    border-color: rgba(78, 205, 196, 0.4);\n}\n\n.contact-email {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: #4ecdc4;\n    text-decoration: none;\n    margin-bottom: 16px;\n    transition: all 0.3s ease;\n    position: relative;\n}\n\n.contact-email::after {\n    content: '';\n    position: absolute;\n    bottom: -4px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 0;\n    height: 2px;\n    background: #4ecdc4;\n    transition: width 0.3s ease;\n}\n\n.contact-email:hover::after {\n    width: 80%;\n}\n\n.contact-email:hover {\n    color: #319795;\n    transform: scale(1.02);\n}\n\n.contact-hours {\n    color: #718096;\n    font-size: 1rem;\n    margin-bottom: 24px;\n}\n\n.pro-tip {\n    background: rgba(78, 205, 196, 0.1);\n    border: 1px solid rgba(78, 205, 196, 0.3);\n    border-radius: 12px;\n    padding: 16px;\n    color: #2d3748;\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n}\n\n\/* MODERN LINKS *\/\n.modern-link {\n    color: #ff6b6b;\n    text-decoration: none;\n    font-weight: 600;\n    position: relative;\n    transition: all 0.3s ease;\n}\n\n.modern-link::after {\n    content: '';\n    position: absolute;\n    bottom: -2px;\n    left: 0;\n    width: 0;\n    height: 2px;\n    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);\n    transition: width 0.3s ease;\n}\n\n.modern-link:hover {\n    color: #e53e3e;\n}\n\n.modern-link:hover::after {\n    width: 100%;\n}\n\n\/* FALLBACK FOR GRADIENT TEXT *\/\n@supports not (-webkit-background-clip: text) {\n    .hero-title, .highlight-text {\n        color: #ff6b6b;\n        background: none;\n    }\n}\n\n\/* RESPONSIVE DESIGN *\/\n@media (max-width: 768px) {\n    .main-container {\n        padding: 15px;\n    }\n    \n    .hero-section {\n        padding: 80px 20px 60px;\n    }\n    \n    .quick-action, .contact-section {\n        padding: 32px 24px;\n    }\n    \n    .faq-card {\n        padding: 24px 20px;\n    }\n    \n    .faq-header {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n    }\n    \n    .contact-card {\n        padding: 32px 24px;\n    }\n}\n\n@media (max-width: 480px) {\n    .hero-badge {\n        padding: 10px 20px;\n        font-size: 13px;\n    }\n    \n    .quick-action-header {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n    }\n}\n<\/style>\n\n<div class=\"ultra-modern-cancellation\">\n    <!-- Floating Particles -->\n    <div class=\"particles-container\">\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n    <\/div>\n\n    <div class=\"main-container\">\n        <!-- Hero Section -->\n        <section class=\"hero-section\">\n            <div class=\"hero-badge\">\n                <span>\u26a1<\/span>\n                Quick &amp; Easy Process\n            <\/div>\n            <h1 class=\"hero-title\">CANCELACI\u00d3N DE PEDIDO<\/h1>\n            <p class=\"hero-subtitle\">Fast, Simple, and Hassle-Free Order Cancellation<\/p>\n        <\/section>\n\n        <!-- Quick Action Section -->\n        <div class=\"quick-action\">\n            <div class=\"quick-action-header\">\n                <div class=\"quick-action-icon\">\u23f0<\/div>\n                <h2 class=\"quick-action-title\">Quick Cancellation<\/h2>\n            <\/div>\n            <p class=\"quick-action-content\">You&#8217;ll have the option to cancel your order directly from your confirmation email within <span class=\"highlight-text\">1 hour<\/span>. Scroll down to find the &#8220;Changed Your Mind?&#8221; section. If it&#8217;s been longer than 60 minutes, email <a href=\"mailto:co*****@********ys.com\" data-original-string=\"PugOzONIya0GXeEMSOb\/Ew==d7fHEkpd3X65yiBnY4qJqPknqQYEdv\/hPdzHFlvd6tguFA=\" title=\"Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.\" class=\"modern-link\"><span \n                data-original-string='JgqMI3knzrEAJW4yS3ZKlg==d7f838OJOxDAlnDzeHn5AzRiZI3HRCZG+o8snEkhOLP9Cc='\n                class='apbct-email-encoder'\n                title='Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.'>co<span class=\"apbct-blur\">*****<\/span>@<span class=\"apbct-blur\">********<\/span>ys.com<\/span><\/a> and we&#8217;ll help find an alternative solution.<\/p>\n        <\/div>\n\n        <!-- FAQ Section -->\n        <section class=\"faq-section\">\n            <h2 class=\"section-title\">Preguntas frecuentes<\/h2>\n            \n            <div class=\"faq-grid\">\n                <div class=\"faq-card\">\n                    <div class=\"faq-header\">\n                        <div class=\"faq-icon\">\ud83d\udd04<\/div>\n                        <h3 class=\"faq-question\">Cancel\u00e9 mi pedido accidentalmente, \u00bfpuedo reanudarlo?<\/h3>\n                    <\/div>\n                    <p class=\"faq-answer\">If you&#8217;ve canceled your order on site and want to receive your order after all, the best way to do so is by placing a new order at checkout. Email <a href=\"mailto:co*****@********ys.com\" data-original-string=\"ujq6hmuRHitskIq5YhGQsQ==d7f1QDAduOyHhmI06cepW77qmexNw6G1PaSmKVryBfMGB8=\" title=\"Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.\" class=\"modern-link\"><span \n                data-original-string='s0UU616Hcr0++LIAMBYUDw==d7f8lfvbuGXHKkEcT5BAL\/hLRuTHOvilJIgH3JqmcbNb+U='\n                class='apbct-email-encoder'\n                title='Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.'>co<span class=\"apbct-blur\">*****<\/span>@<span class=\"apbct-blur\">********<\/span>ys.com<\/span><\/a> if you have any questions \u2014 we&#8217;re here to help.<\/p>\n                <\/div>\n\n                <div class=\"faq-card\">\n                    <div class=\"faq-header\">\n                        <div class=\"faq-icon\">\u2705<\/div>\n                        <h3 class=\"faq-question\">I canceled my order, but I&#8217;m not sure it went through. Can you confirm it has been canceled?<\/h3>\n                    <\/div>\n                    <p class=\"faq-answer\">If you&#8217;ve canceled your order using the link in your order confirmation email, you&#8217;ll receive another email once the order has successfully been canceled. If you haven&#8217;t received a cancellation confirmation email, let us know at <a href=\"mailto:co*****@********ys.com\" data-original-string=\"M2Y28m\/SHCb9\/njjOleiIw==d7fIjSvLJf6dG0RtS5rLp6TMw1oUnNyRhom95558yQECS0=\" title=\"Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.\" class=\"modern-link\"><span \n                data-original-string='WAX3MKBHmPz9LCKAAeuazQ==d7fY8C3JiW4gKjIWT+CZp+ob7s0UFUoGX6Odvt2OSk5eEU='\n                class='apbct-email-encoder'\n                title='Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.'>co<span class=\"apbct-blur\">*****<\/span>@<span class=\"apbct-blur\">********<\/span>ys.com<\/span><\/a> (and include your original order number) and we&#8217;ll take a look!<\/p>\n                <\/div>\n\n                <div class=\"faq-card\">\n                    <div class=\"faq-header\">\n                        <div class=\"faq-icon\">\u274c<\/div>\n                        <h3 class=\"faq-question\">I don&#8217;t see the option to self-cancel! How can I cancel my order?<\/h3>\n                    <\/div>\n                    <p class=\"faq-answer\">If you&#8217;ve placed an order that contains a gift card, please email <a href=\"mailto:co*****@********ys.com\" data-original-string=\"Bakld0jQo+S\/EY9xoTW1hA==d7fNzLiUOcD\/XPWy6519qNQ\/G3\/0kqhU3ro+dU9MLuC9ks=\" title=\"Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.\" class=\"modern-link\"><span \n                data-original-string='Bf9x7tGoGPyMREF2Bx0mWQ==d7foh5r2mj86N3ublAtGs5bEiyn9tapkncji22BK0geYPU='\n                class='apbct-email-encoder'\n                title='Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.'>co<span class=\"apbct-blur\">*****<\/span>@<span class=\"apbct-blur\">********<\/span>ys.com<\/span><\/a> as soon as possible (including your order number and cancel\/change request) and we can help.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Contact Section -->\n        <section class=\"contact-section\">\n            <h2 class=\"contact-title\">Need Additional Help?<\/h2>\n            <p class=\"contact-description\">Our dedicated customer support team is ready to assist you with any order cancellation questions or concerns you may have.<\/p>\n            \n            <div class=\"contact-card\">\n                <a href=\"mailto:co*****@********ys.com\" data-original-string=\"JcRy2D4Wq4MSVH2wgzJQkQ==d7fYzKptqdKFy4gSFPMWBesFXi0zle1sB68I3p2SMX0EAw=\" title=\"Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.\" class=\"contact-email\">\n                    \ud83d\udce7 <span \n                data-original-string='jR6LaatnSrnIWhc5pGh1\/Q==d7fun\/LPn046EAXgYad1oYp3cLUusqop5VV1TSI0c6NAJw='\n                class='apbct-email-encoder'\n                title='Este contacto ha sido codificado por Anti-Spam by CleanTalk. Haz clic para decodificar. Para finalizar la decodificaci\u00f3n, aseg\u00farate de que JavaScript est\u00e1 activado en tu navegador.'>co<span class=\"apbct-blur\">*****<\/span>@<span class=\"apbct-blur\">********<\/span>ys.com<\/span>\n                <\/a>\n                <p class=\"contact-hours\">We typically respond within 24 hours<\/p>\n                \n                <div class=\"pro-tip\">\n                    <span>\ud83d\udca1<\/span>\n                    <strong>Pro Tip:<\/strong> Include your order number for faster assistance\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n<\/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\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Learn how to cancel your order at MSBestKeys.com. Quick cancellation within 1 hour via email confirmation or contact our support team for assistance.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/msbestkeys.com\/es\/wp-json\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/msbestkeys.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/msbestkeys.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/msbestkeys.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/msbestkeys.com\/es\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":0,"href":"https:\/\/msbestkeys.com\/es\/wp-json\/wp\/v2\/pages\/3\/revisions"}],"wp:attachment":[{"href":"https:\/\/msbestkeys.com\/es\/wp-json\/wp\/v2\/media?parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}