{"id":5785,"date":"2025-06-15T15:17:49","date_gmt":"2025-06-15T11:17:49","guid":{"rendered":"https:\/\/oysterforcosmetics.ae\/?page_id=5785"},"modified":"2026-06-28T23:39:36","modified_gmt":"2026-06-28T19:39:36","slug":"terms-of-service","status":"publish","type":"page","link":"https:\/\/oysterforcosmetics.ae\/ar\/terms-of-service\/","title":{"rendered":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062e\u062f\u0645\u0629"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5785\" class=\"elementor elementor-5785\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10926a4 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=\"10926a4\" 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-ef38636 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=\"ef38636\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5822814 elementor-widget elementor-widget-html\" data-id=\"5822814\" 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-972b93d 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=\"972b93d\" 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-ec69b52 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=\"ec69b52\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd6bab4 elementor-widget elementor-widget-html\" data-id=\"dd6bab4\" 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>Terms of Service | 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    .tos-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    .tos-page * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    .tos-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    .tos-page header {\r\n      text-align: center;\r\n      margin-bottom: 30px;\r\n    }\r\n\r\n    .tos-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    .tos-page section {\r\n      margin-bottom: 25px;\r\n    }\r\n\r\n    .tos-page h2 {\r\n      font-size: 1.4rem;\r\n      color: var(--accent);\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .tos-page p,\r\n    .tos-page ul {\r\n      font-size: 1rem;\r\n      margin-bottom: 10px;\r\n    }\r\n\r\n    .tos-page ul {\r\n      padding-left: 20px;\r\n    }\r\n\r\n    .tos-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    .tos-page a {\r\n      color: var(--accent);\r\n      text-decoration: none;\r\n    }\r\n\r\n    .tos-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      .tos-page .container {\r\n        padding: 20px;\r\n      }\r\n\r\n      .tos-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=\"tos-page\">\r\n    <div class=\"container\">\r\n      <header>\r\n        <h1>\u0634\u0631\u0648\u0637 \u0627\u0644\u062e\u062f\u0645\u0629<\/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. \u0642\u0628\u0648\u0644 \u0627\u0644\u0634\u0631\u0648\u0637<\/h2>\r\n        <p>\u0639\u0646\u062f \u0627\u0644\u0648\u0635\u0648\u0644 \u0623\u0648 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 <strong>\u0627\u0648\u064a\u0633\u062a\u0631 \u0644\u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u0627\u0644\u062a\u062c\u0645\u064a\u0644<\/strong> \u0641\u064a <a href=\"https:\/\/oysterforcosmetics.ae\">oysterforcosmetics.ae<\/a>\u0623\u0646\u062a \u062a\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0627\u0644\u0627\u0644\u062a\u0632\u0627\u0645 \u0628\u0647\u0630\u0647 \u0627\u0644\u0634\u0631\u0648\u0637 \u0648\u0627\u0644\u0623\u062d\u0643\u0627\u0645 \u0648\u062c\u0645\u064a\u0639 \u0627\u0644\u0642\u0648\u0627\u0646\u064a\u0646 \u0648\u0627\u0644\u0644\u0648\u0627\u0626\u062d \u0627\u0644\u0645\u0639\u0645\u0648\u0644 \u0628\u0647\u0627. \u0625\u0630\u0627 \u0644\u0645 \u062a\u0648\u0627\u0641\u0642\u060c \u064a\u0631\u062c\u0649 \u0639\u062f\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0648\u0642\u0639\u0646\u0627 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>2. \u0627\u0644\u0623\u0647\u0644\u064a\u0629<\/h2>\r\n        <p>\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u064a\u0628\u0644\u063a \u0639\u0645\u0631\u0643 18 \u0639\u0627\u0645\u064b\u0627 \u0623\u0648 \u0628\u0645\u0648\u0627\u0641\u0642\u0629 \u0623\u062d\u062f \u0627\u0644\u0648\u0627\u0644\u062f\u064a\u0646 \u0623\u0648 \u0627\u0644\u0648\u0635\u064a \u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0634\u0631\u0627\u0621 \u0639\u0644\u0649 \u0645\u0648\u0642\u0639\u0646\u0627 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>\u0663. \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c<\/h2>\r\n        <p>\u0663. \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c ...<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>\u0664. \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0648\u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a<\/h2>\r\n        <ul>\r\n          <li>\u062c\u0645\u064a\u0639 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0631\u0647\u0646 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0648\u0627\u0641\u0631.<\/li>\r\n          <li>\u0646\u062d\u062a\u0641\u0638 \u0628\u0627\u0644\u062d\u0642 \u0641\u064a \u0631\u0641\u0636 \u0623\u0648 \u0625\u0644\u063a\u0627\u0621 \u0623\u064a \u0637\u0644\u0628 \u0644\u0623\u064a \u0633\u0628\u0628 \u0645\u0646 \u0627\u0644\u0623\u0633\u0628\u0627\u0628.<\/li>\r\n          <li>\u064a\u062c\u0628 \u0625\u062a\u0645\u0627\u0645 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0645\u0646 \u062e\u0644\u0627\u0644 \u0628\u0648\u0627\u0628\u0627\u062a \u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0622\u0645\u0646\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627.<\/li>\r\n        <\/ul>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>\u0665. \u0627\u0644\u0634\u062d\u0646 \u0648\u0627\u0644\u062a\u0648\u0635\u064a\u0644<\/h2>\r\n        <p>\u0646\u062d\u0646 \u0646\u0642\u062f\u0645 \u062e\u062f\u0645\u0629 \u0627\u0644\u0634\u062d\u0646 \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. \u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u062a\u0633\u0644\u064a\u0645 \u062a\u0642\u062f\u064a\u0631\u064a\u0629 \u0648\u0642\u062f \u062a\u062e\u062a\u0644\u0641. \u0627\u0644\u062a\u0623\u062e\u064a\u0631\u0627\u062a \u0627\u0644\u0646\u0627\u062c\u0645\u0629 \u0639\u0646 \u0627\u0644\u062c\u0645\u0627\u0631\u0643 \u0623\u0648 \u0627\u0644\u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062e\u0627\u0631\u062c\u064a\u0629 \u0644\u064a\u0633\u062a \u0645\u0646 \u0645\u0633\u0624\u0648\u0644\u064a\u062a\u0646\u0627.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>6. \u0627\u0644\u0639\u0627\u0626\u062f\u0627\u062a \u0648\u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f\u0627\u062a<\/h2>\r\n        <p>\u0646\u0638\u0631\u064b\u0627 \u0644\u0637\u0628\u064a\u0639\u0629 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u062a\u062c\u0645\u064a\u0644\u064a\u0629\u060c \u064a\u062a\u0645 \u0642\u0628\u0648\u0644 \u0627\u0644\u0645\u0631\u062a\u062c\u0639\u0627\u062a \u0641\u0642\u0637 \u0644\u0644\u0623\u0635\u0646\u0627\u0641 \u0627\u0644\u062a\u0627\u0644\u0641\u0629 \u0623\u0648 \u0627\u0644\u0645\u0639\u064a\u0628\u0629 \u0623\u0648 \u0627\u0644\u062e\u0627\u0637\u0626\u0629. \u064a\u0631\u062c\u0649 \u0627\u0644\u0631\u062c\u0648\u0639 \u0625\u0644\u0649 \u0635\u0641\u062d\u0629 \u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u0644\u0629.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>7. \u0627\u0644\u0645\u0644\u0643\u064a\u0629 \u0627\u0644\u0641\u0643\u0631\u064a\u0629<\/h2>\r\n        <p>\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0648\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0635\u0648\u0631 \u0648\u062a\u0635\u0627\u0645\u064a\u0645 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0647\u064a \u0645\u0644\u0643 \u0644\u0634\u0631\u0643\u0629 \u0623\u0648\u064a\u0633\u062a\u0631 \u0644\u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u0627\u0644\u062a\u062c\u0645\u064a\u0644 \u0648\u0645\u062d\u0645\u064a\u0629 \u0628\u0645\u0648\u062c\u0628 \u0642\u0648\u0627\u0646\u064a\u0646 \u062d\u0642\u0648\u0642 \u0627\u0644\u0637\u0628\u0639 \u0648\u0627\u0644\u0646\u0634\u0631 \u0648\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0627\u0644\u0633\u0627\u0631\u064a\u0629.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>8. \u0633\u0644\u0648\u0643 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645<\/h2>\r\n        <p>\u0623\u0646\u062a \u062a\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0639\u062f\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0644\u0623\u064a \u063a\u0631\u0636 \u063a\u064a\u0631 \u0642\u0627\u0646\u0648\u0646\u064a \u0623\u0648 \u0645\u0633\u064a\u0621. \u0623\u064a \u0634\u0643\u0644 \u0645\u0646 \u0623\u0634\u0643\u0627\u0644 \u0633\u0648\u0621 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u0648 \u0627\u0644\u0627\u062d\u062a\u064a\u0627\u0644 \u0623\u0648 \u0627\u0644\u062a\u0639\u0637\u064a\u0644 \u0642\u062f \u064a\u0624\u062f\u064a \u0625\u0644\u0649 \u0625\u0646\u0647\u0627\u0621 \u0648\u0635\u0648\u0644\u0643 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>9. \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064a\u0629<\/h2>\r\n        <p>\u0644\u0646 \u062a\u0643\u0648\u0646 \u0634\u0631\u0643\u0629 Oyster for Cosmetics \u0645\u0633\u0624\u0648\u0644\u0629 \u0639\u0646 \u0623\u064a \u0623\u0636\u0631\u0627\u0631 \u0646\u0627\u062a\u062c\u0629 \u0639\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0648\u0642\u0639\u0646\u0627 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u0648 \u0645\u0646\u062a\u062c\u0627\u062a\u0646\u0627 \u0623\u0648 \u0639\u062f\u0645 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644 \u0644\u0627 \u0627\u0644\u062d\u0635\u0631 \u0627\u0644\u0623\u0636\u0631\u0627\u0631 \u063a\u064a\u0631 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0623\u0648 \u0627\u0644\u0639\u0631\u0636\u064a\u0629.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>10. \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u062a<\/h2>\r\n        <p>\u0642\u062f \u0646\u0642\u0648\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0623\u0648 \u062a\u063a\u064a\u064a\u0631 \u0634\u0631\u0648\u0637 \u0627\u0644\u062e\u062f\u0645\u0629 \u0647\u0630\u0647 \u0641\u064a \u0623\u064a \u0648\u0642\u062a \u062f\u0648\u0646 \u0625\u0634\u0639\u0627\u0631. \u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0645\u0648\u0642\u0639 \u0628\u0639\u062f \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u064a\u0639\u0646\u064a \u0642\u0628\u0648\u0644 \u0627\u0644\u0634\u0631\u0648\u0637 \u0627\u0644\u0645\u062d\u062f\u062b\u0629.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>11. \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u062d\u0627\u0643\u0645<\/h2>\r\n        <p>\u062a\u062e\u0636\u0639 \u0647\u0630\u0647 \u0627\u0644\u0634\u0631\u0648\u0637 \u0644\u0642\u0648\u0627\u0646\u064a\u0646 \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. \u0648\u0623\u064a \u0646\u0632\u0627\u0639\u0627\u062a \u0633\u064a\u062a\u0645 \u062d\u0644\u0647\u0627 \u0628\u0645\u0648\u062c\u0628 \u0648\u0644\u0627\u064a\u0629 \u0627\u0644\u0642\u0636\u0627\u0621 \u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a\u064a.<\/p>\r\n      <\/section>\r\n\r\n      <section>\r\n        <h2>\u0661\u0662. \u0627\u062a\u0635\u0644 \u0628\u0646\u0627<\/h2>\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. Terms of Service | Oyster for Cosmetics Terms of Service Effective Date: June 15, 2025 1. Acceptance of Terms By accessing or using Oyster for Cosmetics at oysterforcosmetics.ae, you agree to be bound by these Terms of Service and all applicable laws and regulations. If you do not agree, please do not use our website. 2. Eligibility You must be at least 18 years old or have the involvement of a parent or guardian to make purchases on our website. 3. Product Information We make every effort to display our products accurately. However, we do not guarantee that product descriptions, images, or pricing are completely error-free. We reserve the right to correct any errors and update product information at any time. 4. Orders and Payments All orders are subject to acceptance and availability. We reserve the right to refuse or cancel any order for any reason. Payments must be completed through our secure payment gateways. 5. Shipping and Delivery We offer shipping across the UAE. Delivery timelines are estimates and may vary. Delays due to customs or external factors are not our responsibility. 6. Returns and Refunds Due to the nature of cosmetic products, returns are only accepted for items that are damaged, defective, or incorrect. Please refer to our Return Policy page for full details. 7. Intellectual Property All content, branding, images, and product designs on this website are the property of Oyster for Cosmetics and are protected by applicable copyright and trademark laws. 8. User Conduct You agree not to use this website for any unlawful or abusive purpose. Any form of misuse, fraud, or disruption may result in immediate termination of your access. 9. Limitation of Liability Oyster for Cosmetics shall not be held liable for any damages arising from the use or inability to use our website or products, including but not limited to indirect or incidental damages. 10. Modifications We may update or change these Terms of Service at any time without notice. Continued use of the website after changes implies acceptance of the updated terms. 11. Governing Law These Terms shall be governed by the laws of the United Arab Emirates. Any disputes shall be resolved under UAE jurisdiction. 12. Contact Us 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-5785","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>Terms of Service - 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\/terms-of-service\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Terms of Service - Oyster\" \/>\n<meta property=\"og:description\" content=\"Royal Oyster Introduction \u2654 \u2654 Welcome to Oyster \u2014 where beauty is regal, and trust is sovereign. Terms of Service | Oyster for Cosmetics Terms of Service Effective Date: June 15, 2025 1. Acceptance of Terms By accessing or using Oyster for Cosmetics at oysterforcosmetics.ae, you agree to be bound by these Terms of Service and all applicable laws and regulations. If you do not agree, please do not use our website. 2. Eligibility You must be at least 18 years old or have the involvement of a parent or guardian to make purchases on our website. 3. Product Information We make every effort to display our products accurately. However, we do not guarantee that product descriptions, images, or pricing are completely error-free. We reserve the right to correct any errors and update product information at any time. 4. Orders and Payments All orders are subject to acceptance and availability. We reserve the right to refuse or cancel any order for any reason. Payments must be completed through our secure payment gateways. 5. Shipping and Delivery We offer shipping across the UAE. Delivery timelines are estimates and may vary. Delays due to customs or external factors are not our responsibility. 6. Returns and Refunds Due to the nature of cosmetic products, returns are only accepted for items that are damaged, defective, or incorrect. Please refer to our Return Policy page for full details. 7. Intellectual Property All content, branding, images, and product designs on this website are the property of Oyster for Cosmetics and are protected by applicable copyright and trademark laws. 8. User Conduct You agree not to use this website for any unlawful or abusive purpose. Any form of misuse, fraud, or disruption may result in immediate termination of your access. 9. Limitation of Liability Oyster for Cosmetics shall not be held liable for any damages arising from the use or inability to use our website or products, including but not limited to indirect or incidental damages. 10. Modifications We may update or change these Terms of Service at any time without notice. Continued use of the website after changes implies acceptance of the updated terms. 11. Governing Law These Terms shall be governed by the laws of the United Arab Emirates. Any disputes shall be resolved under UAE jurisdiction. 12. Contact Us 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\/terms-of-service\/\" \/>\n<meta property=\"og:site_name\" content=\"Oyster\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-28T19:39:36+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=\"3 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/terms-of-service\\\/\",\"url\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/terms-of-service\\\/\",\"name\":\"Terms of Service - Oyster\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/#website\"},\"datePublished\":\"2025-06-15T11:17:49+00:00\",\"dateModified\":\"2026-06-28T19:39:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/terms-of-service\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/oysterforcosmetics.ae\\\/terms-of-service\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/terms-of-service\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/oysterforcosmetics.ae\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Terms of Service\"}]},{\"@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":"Terms of Service - 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\/terms-of-service\/","og_locale":"ar_AR","og_type":"article","og_title":"Terms of Service - Oyster","og_description":"Royal Oyster Introduction \u2654 \u2654 Welcome to Oyster \u2014 where beauty is regal, and trust is sovereign. Terms of Service | Oyster for Cosmetics Terms of Service Effective Date: June 15, 2025 1. Acceptance of Terms By accessing or using Oyster for Cosmetics at oysterforcosmetics.ae, you agree to be bound by these Terms of Service and all applicable laws and regulations. If you do not agree, please do not use our website. 2. Eligibility You must be at least 18 years old or have the involvement of a parent or guardian to make purchases on our website. 3. Product Information We make every effort to display our products accurately. However, we do not guarantee that product descriptions, images, or pricing are completely error-free. We reserve the right to correct any errors and update product information at any time. 4. Orders and Payments All orders are subject to acceptance and availability. We reserve the right to refuse or cancel any order for any reason. Payments must be completed through our secure payment gateways. 5. Shipping and Delivery We offer shipping across the UAE. Delivery timelines are estimates and may vary. Delays due to customs or external factors are not our responsibility. 6. Returns and Refunds Due to the nature of cosmetic products, returns are only accepted for items that are damaged, defective, or incorrect. Please refer to our Return Policy page for full details. 7. Intellectual Property All content, branding, images, and product designs on this website are the property of Oyster for Cosmetics and are protected by applicable copyright and trademark laws. 8. User Conduct You agree not to use this website for any unlawful or abusive purpose. Any form of misuse, fraud, or disruption may result in immediate termination of your access. 9. Limitation of Liability Oyster for Cosmetics shall not be held liable for any damages arising from the use or inability to use our website or products, including but not limited to indirect or incidental damages. 10. Modifications We may update or change these Terms of Service at any time without notice. Continued use of the website after changes implies acceptance of the updated terms. 11. Governing Law These Terms shall be governed by the laws of the United Arab Emirates. Any disputes shall be resolved under UAE jurisdiction. 12. Contact Us Oyster for Cosmetics \ud83d\udccd United Arab Emirates \ud83d\udce7 Email: oyster.abudhabi@gmail.com","og_url":"https:\/\/oysterforcosmetics.ae\/ar\/terms-of-service\/","og_site_name":"Oyster","article_modified_time":"2026-06-28T19:39:36+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":"3 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/oysterforcosmetics.ae\/terms-of-service\/","url":"https:\/\/oysterforcosmetics.ae\/terms-of-service\/","name":"Terms of Service - Oyster","isPartOf":{"@id":"https:\/\/oysterforcosmetics.ae\/#website"},"datePublished":"2025-06-15T11:17:49+00:00","dateModified":"2026-06-28T19:39:36+00:00","breadcrumb":{"@id":"https:\/\/oysterforcosmetics.ae\/terms-of-service\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/oysterforcosmetics.ae\/terms-of-service\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/oysterforcosmetics.ae\/terms-of-service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/oysterforcosmetics.ae\/"},{"@type":"ListItem","position":2,"name":"Terms of Service"}]},{"@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\/5785","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=5785"}],"version-history":[{"count":37,"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/pages\/5785\/revisions"}],"predecessor-version":[{"id":7927,"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/pages\/5785\/revisions\/7927"}],"wp:attachment":[{"href":"https:\/\/oysterforcosmetics.ae\/ar\/wp-json\/wp\/v2\/media?parent=5785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}