{"id":5786,"date":"2025-06-15T15:18:02","date_gmt":"2025-06-15T11:18:02","guid":{"rendered":"https:\/\/oysterforcosmetics.ae\/?page_id=5786"},"modified":"2026-06-28T23:38:40","modified_gmt":"2026-06-28T19:38:40","slug":"shipping-policy","status":"publish","type":"page","link":"https:\/\/oysterforcosmetics.ae\/ar\/shipping-policy\/","title":{"rendered":"\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u0634\u062d\u0646"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5786\" class=\"elementor elementor-5786\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d736170 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"d736170\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cc034a2 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"cc034a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d735a79 elementor-widget elementor-widget-html\" data-id=\"d735a79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Royal Oyster Introduction<\/title>\r\n  <style>\r\n    .royal-oyster-container {\r\n      all: initial;\r\n      display: block;\r\n      width: 100%;\r\n      max-width: 900px;\r\n      margin: 0 auto;\r\n      padding: 60px 20px;\r\n      box-sizing: border-box;\r\n      background: #000;\r\n      font-family: 'Times New Roman', serif;\r\n      isolation: isolate;\r\n      position: relative;\r\n      overflow: hidden;\r\n    }\r\n\r\n    .royal-oyster-wrapper {\r\n      all: initial;\r\n      display: block;\r\n      position: relative;\r\n      text-align: center;\r\n      z-index: 2;\r\n    }\r\n\r\n    .royal-oyster-title {\r\n      all: initial;\r\n      display: block;\r\n      font-family: 'Cinzel', 'Times New Roman', serif;\r\n      font-size: clamp(2.5rem, 6vw, 4.5rem);\r\n      font-weight: 700;\r\n      color: #AC9156;\r\n      margin: 0;\r\n      line-height: 1.1;\r\n      letter-spacing: 1px;\r\n      text-transform: uppercase;\r\n      text-shadow: 0 0 10px rgba(172, 145, 86, 0.3);\r\n      position: relative;\r\n      padding-bottom: 20px;\r\n    }\r\n\r\n    .royal-oyster-title::after {\r\n      content: '';\r\n      position: absolute;\r\n      bottom: 0;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      width: 150px;\r\n      height: 3px;\r\n      background: linear-gradient(90deg, transparent, #AC9156, transparent);\r\n    }\r\n\r\n    .royal-oyster-subtitle {\r\n      all: initial;\r\n      display: block;\r\n      font-family: 'Cormorant Garamond', 'Times New Roman', serif;\r\n      font-size: clamp(1.2rem, 3vw, 1.8rem);\r\n      font-weight: 300;\r\n      font-style: italic;\r\n      color: #d3c7b8;\r\n      margin: 25px 0 0;\r\n      line-height: 1.6;\r\n      letter-spacing: 0.5px;\r\n    }\r\n\r\n    .royal-decoration {\r\n      all: initial;\r\n      position: absolute;\r\n      z-index: 1;\r\n      color: rgba(172, 145, 86, 0.1);\r\n      font-size: 200px;\r\n      pointer-events: none;\r\n    }\r\n\r\n    .royal-crown-left {\r\n      top: 30px;\r\n      left: 30px;\r\n      transform: rotate(-15deg);\r\n    }\r\n\r\n    .royal-crown-right {\r\n      bottom: 30px;\r\n      right: 30px;\r\n      transform: rotate(15deg);\r\n    }\r\n\r\n    .royal-pattern {\r\n      all: initial;\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      background: \r\n        radial-gradient(circle at 20% 30%, rgba(172, 145, 86, 0.03) 0%, transparent 30%),\r\n        radial-gradient(circle at 80% 70%, rgba(172, 145, 86, 0.03) 0%, transparent 30%);\r\n      z-index: 1;\r\n      pointer-events: none;\r\n    }\r\n\r\n    @keyframes royalFadeIn {\r\n      from { opacity: 0; transform: translateY(20px); }\r\n      to { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    .royal-oyster-title {\r\n      animation: royalFadeIn 1.2s ease-out forwards;\r\n    }\r\n\r\n    .royal-oyster-subtitle {\r\n      animation: royalFadeIn 1.2s ease-out 0.4s forwards;\r\n      opacity: 0;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .royal-oyster-container {\r\n        padding: 40px 15px;\r\n      }\r\n      .royal-decoration {\r\n        font-size: 120px;\r\n        opacity: 0.2;\r\n      }\r\n      .royal-crown-left {\r\n        top: 10px;\r\n        left: 10px;\r\n      }\r\n      .royal-crown-right {\r\n        bottom: 10px;\r\n        right: 10px;\r\n      }\r\n    }\r\n  <\/style>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@700&family=Cormorant+Garamond:wght@300;500&display=swap\" rel=\"stylesheet\">\r\n<\/head>\r\n<body>\r\n  <div class=\"royal-oyster-container\">\r\n    <div class=\"royal-pattern\"><\/div>\r\n    <div class=\"royal-decoration royal-crown-left\">\u2654<\/div>\r\n    <div class=\"royal-decoration royal-crown-right\">\u2654<\/div>\r\n\r\n    <div class=\"royal-oyster-wrapper\">\r\n      <h1 class=\"royal-oyster-title\">\u0645\u0631\u062d\u0628\u064b\u0627 \u0628\u0643\u0645 \u0641\u064a \u0623\u0648\u0633\u062a\u0631<\/h1>\r\n      <p class=\"royal-oyster-subtitle\">\u2014 \u062d\u064a\u062b \u0627\u0644\u062c\u0645\u0627\u0644 \u0645\u0644\u0643\u064a\u060c \u0648\u0627\u0644\u062b\u0642\u0629 \u0633\u064a\u0627\u062f\u064a\u0629.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n      const royalContainer = document.querySelector('.royal-oyster-container');\r\n      if(royalContainer) {\r\n        const pattern = royalContainer.querySelector('.royal-pattern');\r\n        if(pattern) {\r\n          setInterval(() => {\r\n            pattern.style.background = \r\n              `radial-gradient(circle at ${Math.random()*100}% ${Math.random()*100}%, \r\n              rgba(172, 145, 86, 0.05) 0%, transparent 30%)`;\r\n          }, 3000);\r\n        }\r\n      }\r\n    });\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\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<div class=\"elementor-element elementor-element-e115ee0 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"e115ee0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d385e16 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"d385e16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-edb5b7b elementor-widget elementor-widget-html\" data-id=\"edb5b7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Shipping Policy | Oyster for Cosmetics<\/title>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@500&family=Open+Sans&display=swap\" rel=\"stylesheet\">\r\n  <style>\r\n    .shipping-policy-page {\r\n      --bg: #fdfcfa;\r\n      --accent: #AC9156;\r\n      --primary: #2e2e2e;\r\n      --soft: #f8f6f5;\r\n      font-family: 'Open Sans', sans-serif;\r\n      background: var(--bg);\r\n      color: var(--primary);\r\n      line-height: 1.7;\r\n      padding: 40px 20px;\r\n    }\r\n\r\n    .shipping-policy-page * {\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    .shipping-policy-page .container {\r\n      max-width: 900px;\r\n      margin: auto;\r\n      background: white;\r\n      padding: 40px;\r\n      border-radius: 15px;\r\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);\r\n      animation: fadeIn 1s ease;\r\n    }\r\n\r\n    .shipping-policy-page header {\r\n      text-align: center;\r\n      margin-bottom: 30px;\r\n    }\r\n\r\n    .shipping-policy-page header h1 {\r\n      font-family: 'Playfair Display', serif;\r\n      font-size: 2.5rem;\r\n      color: var(--accent);\r\n    }\r\n\r\n    .shipping-policy-page section {\r\n      margin-bottom: 25px;\r\n    }\r\n\r\n    .shipping-policy-page h2 {\r\n      font-size: 1.4rem;\r\n      color: var(--accent);\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .shipping-policy-page p,\r\n    .shipping-policy-page ul {\r\n      font-size: 1rem;\r\n      margin-bottom: 10px;\r\n    }\r\n\r\n    .shipping-policy-page ul {\r\n      padding-left: 20px;\r\n    }\r\n\r\n    .shipping-policy-page .contact-box {\r\n      background: var(--soft);\r\n      padding: 20px;\r\n      border-left: 4px solid var(--accent);\r\n      margin-top: 20px;\r\n      border-radius: 8px;\r\n    }\r\n\r\n    .shipping-policy-page a {\r\n      color: var(--accent);\r\n      text-decoration: none;\r\n    }\r\n\r\n    .shipping-policy-page a:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    @keyframes fadeIn {\r\n      from { opacity: 0; transform: translateY(20px); }\r\n      to { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .shipping-policy-page .container {\r\n        padding: 20px;\r\n      }\r\n\r\n      .shipping-policy-page header h1 {\r\n        font-size: 2rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"shipping-policy-page\">\r\n    <div class=\"container\">\r\n      <header>\r\n        <h1>\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u0634\u062d\u0646<\/h1>\r\n        <p><strong>\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0633\u0631\u064a\u0627\u0646:<\/strong> 15 \u064a\u0648\u0646\u064a\u0648 2025<\/p>\r\n      <\/header>\r\n\r\n      <section>\r\n        <h2>1. \u0627\u0644\u0634\u062d\u0646 \u0627\u0644\u0645\u062d\u0644\u064a (\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u0629)<\/h2>\r\n        <p>\u0646\u0641\u062e\u0631 \u0628\u062a\u0642\u062f\u064a\u0645 \u062e\u062f\u0645\u0629 \u0634\u062d\u0646 \u0633\u0631\u064a\u0639\u0629 \u0648\u0645\u0648\u062b\u0648\u0642\u0629 \u0641\u064a \u062c\u0645\u064a\u0639 \u0623\u0646\u062d\u0627\u0621 \u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u0629. \u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0639\u0627\u062f\u0629\u064b \u062e\u0644\u0627\u0644 <strong>1-2 \u064a\u0648\u0645 \u0639\u0645\u0644<\/strong>\u060c \u0628\u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0639\u0637\u0644\u0627\u062a \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u0644\u0623\u0639\u064a\u0627\u062f.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>2. \u0623\u0648\u0642\u0627\u062a \u0627\u0644\u0634\u062d\u0646<\/h2>\r\n        <ul>\r\n          <li><strong>\u062f\u0628\u064a \u0648\u0623\u0628\u0648 \u0638\u0628\u064a:<\/strong> 1-2 \u064a\u0648\u0645 \u0639\u0645\u0644<\/li>\r\n          <li><strong>\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a \u0627\u0644\u0623\u062e\u0631\u0649:<\/strong> 2-4 \u0623\u064a\u0627\u0645 \u0639\u0645\u0644<\/li>\r\n        <\/ul>\r\n        <p>\u064a\u0631\u062c\u0649 \u0645\u0644\u0627\u062d\u0638\u0629 \u0623\u0646 \u0627\u0644\u062a\u0623\u062e\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0627\u0644\u0645\u062a\u0648\u0642\u0639\u0629 \u0628\u0633\u0628\u0628 \u0627\u0644\u0637\u0642\u0633 \u0623\u0648 \u0627\u0644\u0639\u0637\u0644\u0627\u062a \u0623\u0648 \u062d\u062c\u0645 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0645\u0631\u062a\u0641\u0639 \u0642\u062f \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0623\u0648\u0642\u0627\u062a \u0627\u0644\u062a\u0633\u0644\u064a\u0645.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>3. \u0631\u0633\u0648\u0645 \u0627\u0644\u0634\u062d\u0646<\/h2>\r\n        <p>\u062a\u064f\u062d\u0633\u0628 \u062a\u0643\u0627\u0644\u064a\u0641 \u0627\u0644\u0634\u062d\u0646 \u0639\u0646\u062f \u0627\u0644\u062f\u0641\u0639. \u0646\u0639\u0631\u0636 \u0623\u062d\u064a\u0627\u0646\u064b\u0627 <strong>\u0639\u0631\u0648\u0636 \u0627\u0644\u0634\u062d\u0646 \u0627\u0644\u0645\u062c\u0627\u0646\u064a<\/strong>\u0644\u0630\u0627 \u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a \u0623\u0648 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 \u0641\u064a \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627!<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>4. \u062a\u062a\u0628\u0639 \u0627\u0644\u0637\u0644\u0628<\/h2>\r\n        <p>\u0628\u0645\u062c\u0631\u062f \u0634\u062d\u0646 \u0637\u0644\u0628\u0643\u060c \u0633\u062a\u062a\u0644\u0642\u0649 \u0628\u0631\u064a\u062f\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0628\u0631\u0642\u0645 \u0627\u0644\u062a\u062a\u0628\u0639. \u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647 \u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u062d\u0627\u0644\u0629 \u0634\u062d\u0646\u062a\u0643 \u0641\u064a \u0623\u064a \u0648\u0642\u062a.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>5. \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0644\u062a\u0633\u0644\u064a\u0645<\/h2>\r\n        <p>\u0625\u0630\u0627 \u0644\u0645 \u062a\u0643\u0646 \u0645\u062a\u0627\u062d\u064b\u0627 \u0648\u0642\u062a \u0627\u0644\u062a\u0633\u0644\u064a\u0645\u060c \u0641\u0633\u064a\u062d\u0627\u0648\u0644 \u0645\u0646\u062f\u0648\u0628 \u0627\u0644\u062a\u0648\u0635\u064a\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0643 \u0644\u062a\u062d\u062f\u064a\u062f \u0645\u0648\u0639\u062f \u0622\u062e\u0631. \u0628\u0639\u062f \u0639\u062f\u0629 \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0641\u0627\u0634\u0644\u0629\u060c \u0642\u062f \u064a\u062a\u0645 \u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0637\u0631\u062f \u0625\u0644\u064a\u0646\u0627.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>6. \u0627\u0644\u0637\u0631\u0648\u062f \u0627\u0644\u062a\u0627\u0644\u0641\u0629 \u0623\u0648 \u0627\u0644\u0645\u0641\u0642\u0648\u062f\u0629<\/h2>\r\n        <p>\u0625\u0630\u0627 \u0641\u0642\u062f\u062a \u0637\u0631\u062f\u0643 \u0623\u0648 \u0648\u0635\u0644\u062a \u062a\u0627\u0644\u0641\u0629\u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0646\u0627 \u062e\u0644\u0627\u0644 <strong>48 \u0633\u0627\u0639\u0629<\/strong> \u064a\u0631\u062c\u0649 \u062a\u0632\u0648\u064a\u062f\u0646\u0627 \u0628\u0631\u0642\u0645 \u0637\u0644\u0628\u0643 \u0648\u0635\u0648\u0631\u0643 (\u0625\u0646 \u0648\u062c\u062f\u062a). \u0633\u0646\u0639\u0645\u0644 \u0639\u0644\u0649 \u062d\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0641\u0648\u0631\u064b\u0627.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>7. \u0627\u0644\u0634\u062d\u0646 \u0627\u0644\u062f\u0648\u0644\u064a<\/h2>\r\n        <p>\u062d\u0627\u0644\u064a\u064b\u0627\u060c \u0646\u0634\u062d\u0646 \u0641\u0642\u0637 \u062f\u0627\u062e\u0644 \u062f\u0648\u0644\u0629 \u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u0629. \u0627\u0644\u0634\u062d\u0646 \u0627\u0644\u062f\u0648\u0644\u064a \u063a\u064a\u0631 \u0645\u062a\u0627\u062d \u062d\u0627\u0644\u064a\u064b\u0627\u060c \u0644\u0643\u0646\u0646\u0627 \u0646\u0623\u0645\u0644 \u0641\u064a \u062a\u0648\u0633\u064a\u0639 \u0646\u0637\u0627\u0642\u0647 \u0642\u0631\u064a\u0628\u064b\u0627.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>8. \u0623\u0633\u0626\u0644\u0629\u061f<\/h2>\r\n        <p>\u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0644\u062f\u064a\u0643 \u0623\u064a \u0623\u0633\u0626\u0644\u0629 \u062d\u0648\u0644 \u0627\u0644\u0634\u062d\u0646 \u0623\u0648 \u0627\u0644\u062a\u0633\u0644\u064a\u0645 \u0623\u0648 \u0627\u0644\u062a\u062a\u0628\u0639\u060c \u0641\u0644\u0627 \u062a\u062a\u0631\u062f\u062f \u0641\u064a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0623\u062f\u0646\u0627\u0647.<\/p>\r\n\r\n        <div class=\"contact-box\">\r\n          <p><strong>\u0627\u0648\u064a\u0633\u062a\u0631 \u0644\u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u0627\u0644\u062a\u062c\u0645\u064a\u0644<\/strong><\/p>\r\n          <p>\ud83d\udccd \u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u0629<\/p>\r\n          <p>\ud83d\udce7 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: <a href=\"mailto:oyster.abudhabi@gmail.com\">oyster.abudhabi@gmail.com<\/a><\/p>\r\n        <\/div>\r\n      <\/section>\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\r\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\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Royal Oyster Introduction \u2654 \u2654 Welcome to Oyster \u2014 where beauty is regal, and trust is sovereign. Shipping Policy | Oyster for Cosmetics Shipping Policy Effective Date: June 15, 2025 1. Domestic Shipping (UAE) We proudly offer fast and reliable shipping throughout the United Arab Emirates. Orders are typically processed within 1\u20132 business days, excluding weekends and holidays. 2. Shipping Times Dubai &#038; Abu Dhabi: 1\u20132 business days Other Emirates: 2\u20134 business days Please note that unexpected delays due to weather, holidays, or high order volume may affect delivery times. 3. Shipping Charges Shipping costs are calculated at checkout. We occasionally offer free shipping promotions, so be sure to check for updates or sign up for our newsletter! 4. Order Tracking Once your order is shipped, you will receive an email with a tracking number. You can use this to monitor the status of your delivery at any time. 5. Delivery Attempts If you are unavailable at the time of delivery, our courier will attempt to reach you to reschedule. After multiple unsuccessful attempts, the package may be returned to us. 6. Damaged or Lost Packages If your package is lost or arrives damaged, please contact us within 48 hours of delivery with your order number and photos (if applicable). We\u2019ll work to resolve the issue promptly. 7. International Shipping At this time, we only ship within the UAE. International shipping is not yet available, but we hope to expand soon. 8. Questions? If you have any questions about shipping, delivery, or tracking, don\u2019t hesitate to reach out to us below. Oyster for Cosmetics \ud83d\udccd United Arab Emirates \ud83d\udce7 Email: oyster.abudhabi@gmail.com<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"footnotes":""},"class_list":["post-5786","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Shipping Policy - Oyster<\/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:\/\/oysterforcosmetics.ae\/ar\/shipping-policy\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shipping Policy - Oyster\" \/>\n<meta property=\"og:description\" content=\"Royal Oyster Introduction \u2654 \u2654 Welcome to Oyster \u2014 where beauty is regal, and trust is sovereign. Shipping Policy | Oyster for Cosmetics Shipping Policy Effective Date: June 15, 2025 1. Domestic Shipping (UAE) We proudly offer fast and reliable shipping throughout the United Arab Emirates. Orders are typically processed within 1\u20132 business days, excluding weekends and holidays. 2. Shipping Times Dubai &#038; Abu Dhabi: 1\u20132 business days Other Emirates: 2\u20134 business days Please note that unexpected delays due to weather, holidays, or high order volume may affect delivery times. 3. Shipping Charges Shipping costs are calculated at checkout. We occasionally offer free shipping promotions, so be sure to check for updates or sign up for our newsletter! 4. Order Tracking Once your order is shipped, you will receive an email with a tracking number. You can use this to monitor the status of your delivery at any time. 5. Delivery Attempts If you are unavailable at the time of delivery, our courier will attempt to reach you to reschedule. After multiple unsuccessful attempts, the package may be returned to us. 6. Damaged or Lost Packages If your package is lost or arrives damaged, please contact us within 48 hours of delivery with your order number and photos (if applicable). We\u2019ll work to resolve the issue promptly. 7. International Shipping At this time, we only ship within the UAE. International shipping is not yet available, but we hope to expand soon. 8. Questions? If you have any questions about shipping, delivery, or tracking, don\u2019t hesitate to reach out to us below. Oyster for Cosmetics \ud83d\udccd United Arab Emirates \ud83d\udce7 Email: oyster.abudhabi@gmail.com\" \/>\n<meta property=\"og:url\" content=\"https:\/\/oysterforcosmetics.ae\/ar\/shipping-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Oyster\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-28T19:38:40+00:00\" \/>\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=\"\u062f\u0642\u064a\u0642\u062a\u0627\u0646\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/shipping-policy\\\/\",\"url\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/shipping-policy\\\/\",\"name\":\"Shipping Policy - Oyster\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/#website\"},\"datePublished\":\"2025-06-15T11:18:02+00:00\",\"dateModified\":\"2026-06-28T19:38:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/shipping-policy\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/oysterforcosmetics.ae\\\/shipping-policy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/shipping-policy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Shipping Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/#website\",\"url\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/\",\"name\":\"Oyster\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/#organization\",\"name\":\"Oyster\",\"url\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Untitled-design-86-1.png\",\"contentUrl\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Untitled-design-86-1.png\",\"width\":1080,\"height\":1080,\"caption\":\"Oyster\"},\"image\":{\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Shipping Policy - Oyster","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:\/\/oysterforcosmetics.ae\/ar\/shipping-policy\/","og_locale":"ar_AR","og_type":"article","og_title":"Shipping Policy - Oyster","og_description":"Royal Oyster Introduction \u2654 \u2654 Welcome to Oyster \u2014 where beauty is regal, and trust is sovereign. Shipping Policy | Oyster for Cosmetics Shipping Policy Effective Date: June 15, 2025 1. Domestic Shipping (UAE) We proudly offer fast and reliable shipping throughout the United Arab Emirates. Orders are typically processed within 1\u20132 business days, excluding weekends and holidays. 2. Shipping Times Dubai &#038; Abu Dhabi: 1\u20132 business days Other Emirates: 2\u20134 business days Please note that unexpected delays due to weather, holidays, or high order volume may affect delivery times. 3. Shipping Charges Shipping costs are calculated at checkout. We occasionally offer free shipping promotions, so be sure to check for updates or sign up for our newsletter! 4. Order Tracking Once your order is shipped, you will receive an email with a tracking number. You can use this to monitor the status of your delivery at any time. 5. Delivery Attempts If you are unavailable at the time of delivery, our courier will attempt to reach you to reschedule. After multiple unsuccessful attempts, the package may be returned to us. 6. Damaged or Lost Packages If your package is lost or arrives damaged, please contact us within 48 hours of delivery with your order number and photos (if applicable). We\u2019ll work to resolve the issue promptly. 7. International Shipping At this time, we only ship within the UAE. International shipping is not yet available, but we hope to expand soon. 8. Questions? If you have any questions about shipping, delivery, or tracking, don\u2019t hesitate to reach out to us below. Oyster for Cosmetics \ud83d\udccd United Arab Emirates \ud83d\udce7 Email: oyster.abudhabi@gmail.com","og_url":"https:\/\/oysterforcosmetics.ae\/ar\/shipping-policy\/","og_site_name":"Oyster","article_modified_time":"2026-06-28T19:38:40+00:00","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":"\u062f\u0642\u064a\u0642\u062a\u0627\u0646"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/oysterforcosmetics.ae\/shipping-policy\/","url":"https:\/\/oysterforcosmetics.ae\/shipping-policy\/","name":"Shipping Policy - Oyster","isPartOf":{"@id":"https:\/\/oysterforcosmetics.ae\/#website"},"datePublished":"2025-06-15T11:18:02+00:00","dateModified":"2026-06-28T19:38:40+00:00","breadcrumb":{"@id":"https:\/\/oysterforcosmetics.ae\/shipping-policy\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/oysterforcosmetics.ae\/shipping-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/oysterforcosmetics.ae\/shipping-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/oysterforcosmetics.ae\/"},{"@type":"ListItem","position":2,"name":"Shipping Policy"}]},{"@type":"WebSite","@id":"https:\/\/oysterforcosmetics.ae\/#website","url":"https:\/\/oysterforcosmetics.ae\/","name":"Oyster","description":"","publisher":{"@id":"https:\/\/oysterforcosmetics.ae\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/oysterforcosmetics.ae\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/oysterforcosmetics.ae\/#organization","name":"Oyster","url":"https:\/\/oysterforcosmetics.ae\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/oysterforcosmetics.ae\/#\/schema\/logo\/image\/","url":"https:\/\/oysterforcosmetics.ae\/wp-content\/uploads\/2025\/06\/Untitled-design-86-1.png","contentUrl":"https:\/\/oysterforcosmetics.ae\/wp-content\/uploads\/2025\/06\/Untitled-design-86-1.png","width":1080,"height":1080,"caption":"Oyster"},"image":{"@id":"https:\/\/oysterforcosmetics.ae\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/pages\/5786","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/comments?post=5786"}],"version-history":[{"count":31,"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/pages\/5786\/revisions"}],"predecessor-version":[{"id":7924,"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/pages\/5786\/revisions\/7924"}],"wp:attachment":[{"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/media?parent=5786"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}