{"id":37843,"date":"2025-05-06T09:06:42","date_gmt":"2025-05-06T09:06:42","guid":{"rendered":"https:\/\/kitchennet.hostcarts.digital\/?page_id=37843"},"modified":"2025-09-20T04:57:08","modified_gmt":"2025-09-20T04:57:08","slug":"branches","status":"publish","type":"page","link":"https:\/\/kitchennet.com.sa\/ar\/branches\/","title":{"rendered":"\u0627\u0644\u0641\u0631\u0648\u0639"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"37843\" class=\"elementor elementor-37843\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6379d8a elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"6379d8a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-752510a sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"752510a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f8830dd sc_height_tiny sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"f8830dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-18c3cd3 elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"18c3cd3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3c5b8a0 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"3c5b8a0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8ced8b0 elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"8ced8b0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fd2703e sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"fd2703e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-932f557 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"932f557\" 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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>About Us<\/title>\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n\n    .banner {\n      position: relative;\n      width: 100%;\n      height: 300px;\n      background: url('https:\/\/kitchennet.com.sa\/wp-content\/uploads\/2025\/05\/Kitchen-Net-Header-Banner-scaled.jpg') no-repeat center center\/cover;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n    }\n\n    .banner::before {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background-color: rgba(0, 0, 0, 0.6); \/* black overlay *\/\n      z-index: 1;\n    }\n\n    .banner-content {\n      position: relative;\n      z-index: 2;\n      color: white;\n      text-align: center;\n      animation: fadeInUp 1s ease-out;\n    }\n\n    .banner-content h1 {\n      font-size: 48px;\n      margin-bottom: 10px;\n      font-weight: bold;\n      color: #ffffff;\n    }\n\n    .banner-content p {\n      font-size: 18px;\n      color: #ffffff;\n    }\n\n    .breadcrumb-link {\n      color: #ffffff;\n      text-decoration: none;\n      transition: color 0.3s ease;\n    }\n\n    .breadcrumb-link:hover {\n      color: #dddddd;\n      text-decoration: underline;\n    }\n\n    @keyframes fadeInUp {\n      from {\n        opacity: 0;\n        transform: translateY(20px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @media (max-width: 768px) {\n      .banner-content h1 {\n        font-size: 36px;\n      }\n\n      .banner-content p {\n        font-size: 16px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <section class=\"banner\">\n    <div class=\"banner-content\">\n      <h1>\u0627\u0644\u0641\u0631\u0648\u0639<\/h1>\n      <p><a href=\"https:\/\/kitchennet.com.sa\/ar\/\" class=\"breadcrumb-link\">\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629<\/a> \/ \u0627\u0644\u0641\u0631\u0648\u0639<\/p>\n    <\/div>\n  <\/section>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b74e18 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"1b74e18\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bbc385f sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"bbc385f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a942f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"3a942f2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5c1c6bb sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"5c1c6bb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8bc7e5b sc_fly_static elementor-widget elementor-widget-heading\" data-id=\"8bc7e5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0642\u0645 \u0628\u0632\u064a\u0627\u0631\u062a\u0646\u0627<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8e143bd elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"8e143bd\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aab66f4 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"aab66f4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-297c692 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"297c692\" 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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Visit Us<\/title>\n  <style>\n   \n  <\/style>\n<\/head>\n<body>\n\n  <h1><\/h1>\n\n <div class=\"branches-container\">\n  <!-- Branch 1 -->\n  <div class=\"branch-card\">\n    <div class=\"branch-info-container\">\n      <div class=\"branch-title\">\u0641\u0631\u0639 \u0627\u0644\u0631\u064a\u0627\u0636 - \u062a\u062e\u0635\u0635\u064a<\/div>\n      <div class=\"branch-info\">\n        <b>\u0627\u0644\u062a\u062e\u0635\u0635\u064a\u060c \u0627\u0644\u0639\u0644\u064a\u0627<\/b><br>\n        \u0627\u0644\u062c\u0648\u0627\u0644: <a href=\"tel:+966536773333\"><span dir=\"ltr\">00966 536 77 3333<\/span><\/a><br>\n        \n\n        \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: <a href=\"mailto:samerhamdony@kitchennet.com.sa\"><span dir=\"ltr\">samerhamdony@kitchennet.com.sa<\/span><\/a><br><br>\n\n        <a href=\"https:\/\/www.google.com\/maps?ll=24.685472,46.675111&z=10&t=m&hl=en-US&gl=US&mapclient=embed&q=24%C2%B041%2707.7%22N+46%C2%B040%2730.4%22E+24.685472,+46.675111@24.6854722,46.6751111\" class=\"map-button\" target=\"_blank\">\u0639\u0631\u0636 \u0639\u0644\u0649 \u062e\u0631\u0627\u0626\u0637 \u062c\u0648\u062c\u0644<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"map-embed\">\n      <iframe \n        src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m13!1m8!1m3!1d464026.26501710224!2d46.675111!3d24.685472!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMjTCsDQxJzA3LjciTiA0NsKwNDAnMzAuNCJF!5e0!3m2!1sen!2sus!4v1746524742582!5m2!1sen!2sus\" \n        allowfullscreen=\"\" \n        loading=\"lazy\">\n      <\/iframe>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-def0272 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"def0272\" 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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Visit Us<\/title>\n  <style>\n    \n\n    h1 {\n      text-align: center;\n      margin-bottom: 40px;\n      color: #fff;\n    }\n\n    .branches-container {\n      display: flex;\n      flex-direction: column;\n      gap: 30px;\n      padding: 20px;\n    }\n\n    .branch-card {\n      display: flex;\n      flex-direction: row;\n      background-color: #111;\n      border-radius: 15px;\n      overflow: hidden;\n      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.9);\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .branch-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.7);\n    }\n\n    .branch-info-container {\n      flex: 1;\n      padding: 25px;\n      border-right: 2px solid #C0242A;\n      position: relative;\n      overflow: hidden;\n      z-index: 1;\n    }\n\n    .branch-info-container::before {\n      content: \"\";\n      position: absolute;\n      top: 0; left: 0; right: 0; bottom: 0;\n      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),\n                  url(\"https:\/\/kitchennet.com.sa\/wp-content\/uploads\/2025\/05\/About-Us-image-gallery-4.jpeg\") center\/cover no-repeat;\n      z-index: 0;\n      opacity: 1;\n    }\n\n    .branch-title,\n    .branch-info {\n      position: relative;\n      z-index: 2;\n      color: #fff;\n    }\n\n    .branch-title {\n      font-size: 1.8em;\n      margin-bottom: 10px;\n    }\n\n    .branch-info {\n      line-height: 1.6;\n    }\n\n    .branch-info a {\n      color: #fff;\n      text-decoration: none;\n    }\n\n    .branch-info a:hover {\n      color: #ddd;\n      text-decoration: underline;\n    }\n\n    .map-button {\n      display: inline-block;\n      margin-top: 15px;\n      padding: 10px 18px;\n      background: linear-gradient(to right, #BD2024, #f00000);\n      color: white;\n      border-radius: 30px;\n      text-decoration: none;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      position: relative;\n      z-index: 2;\n    }\n\n    .map-button:hover {\n      background-color: #C0242A;\n      color: white !important;\n    }\n\n    .map-embed {\n  flex: 1;\n  height: auto;\n}\n\n.map-embed iframe {\n  width: 100%;\n  height: 100%;\n  aspect-ratio: 16 \/ 9;\n  display: block;\n}\n\n\n    @media (max-width: 900px) {\n  .branch-card {\n    flex-direction: column;\n  }\n\n  .branch-info-container {\n    border-right: none;\n    border-bottom: 2px solid #C0242A;\n  }\n\n  .map-embed {\n    height: auto;\n  }\n\n  .map-embed iframe {\n    height: 300px; \/* or use 50vh for responsive height *\/\n  }\n  \n  .branch-title {\n    line-height: 1.1; \/* Adjust this value as needed *\/\n  }\n  \n}\n\n@media (max-width: 600px) {\n  .branches-container {\n    padding-left: 0px;\n    padding-right: 0px;\n    max-width: 100%;\n    box-sizing: border-box;\n  }\n\n  .branch-card {\n    width: 100%;\n  }\n}\n\n\n  <\/style>\n<\/head>\n<body>\n\n  <h1><\/h1>\n\n  <div class=\"branches-container\">\n    <!-- Branch 1 -->\n    <div class=\"branch-card\">\n      <div class=\"branch-info-container\">\n        <div class=\"branch-title\">\u0641\u0631\u0639 \u0627\u0644\u0631\u064a\u0627\u0636 - \u0645\u062e\u0631\u062c 9<\/div>\n        <div class=\"branch-info\">\n          <b>\u0637\u0631\u064a\u0642 \u0627\u0644\u0625\u0645\u0627\u0645 \u0633\u0639\u0648\u062f<\/b><br>\n          \u0627\u0644\u0647\u0627\u062a\u0641: <a href=\"tel:+966550839999\"><span dir=\"ltr\">00966 550 83 9999<\/span><\/a><br>\n\u0627\u0644\u062c\u0648\u0627\u0644: <a href=\"tel:+966509480000\"><span dir=\"ltr\">00966 509 48 0000<\/span><\/a><br>\n\u0641\u0627\u0643\u0633: <a href=\"tel:+966554813333\"><span dir=\"ltr\">00966 554 81 3333<\/span><\/a><br>\n\n          \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: <a href=\"mailto:a.doyak@kitchennet.com.sa\"><span dir=\"ltr\">a.doyak@kitchennet.com.sa<\/span><\/a><br>\n\n          <a href=\"https:\/\/www.google.com\/maps\/dir\/\/24.7678333,46.7099722\/@24.7678333,46.7099722,10z\" class=\"map-button\" target=\"_blank\">\u0639\u0631\u0636 \u0639\u0644\u0649 \u062e\u0631\u0627\u0626\u0637 \u062c\u0648\u062c\u0644<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"map-embed\">\n        <iframe \n          src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m13!1m8!1m3!1d463719.19377738744!2d46.709972!3d24.767833!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMjTCsDQ2JzA0LjIiTiA0NsKwNDInMzUuOSJF!5e0!3m2!1sen!2sus!4v1746524814023!5m2!1sen!2sus\" \n          allowfullscreen=\"\" \n          loading=\"lazy\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-88cdf9f elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"88cdf9f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bea0df4 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"bea0df4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3f607a0 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"3f607a0\" 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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Visit Us<\/title>\n  <style>\n   \n  <\/style>\n<\/head>\n<body>\n\n  <h1><\/h1>\n\n  <div class=\"branches-container\">\n    <!-- Branch 1 -->\n    <div class=\"branch-card\">\n      <div class=\"branch-info-container\">\n        <div class=\"branch-title\">\u0627\u0644\u0645\u062f\u064a\u0646\u0629 \u0627\u0644\u0645\u0646\u0648\u0631\u0629 - \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u062f\u0627\u0626\u0631\u064a\n\n<\/div>\n        <div class=\"branch-info\">\n          <b> \u0641\u0631\u0639 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u062f\u0627\u0626\u0631\u064a<\/b><br>\n          \u0627\u0644\u0647\u0627\u062a\u0641: <a href=\"tel:+966532112999\"><span dir=\"ltr\">00966 532 11 2999<\/span><\/a><br>\n\n          \n          \n          \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: <a href=\"mailto:shafeq@kitchennet.com.sa\"><span dir=\"ltr\">shafeq@kitchennet.com.sa<\/span><\/a><br><br><br>\n\n          <a href=\"https:\/\/www.google.com\/maps?ll=24.478417,39.655444&z=10&t=m&hl=en-US&gl=US&mapclient=embed&q=24%C2%B028%2742.3%22N+39%C2%B039%2719.6%22E+24.478417,+39.655444@24.4784167,39.6554444\" class=\"map-button\" target=\"_blank\">\u0639\u0631\u0636 \u0639\u0644\u0649 \u062e\u0631\u0627\u0626\u0637 \u062c\u0648\u062c\u0644<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"map-embed\">\n        <iframe \n          src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m13!1m8!1m3!1d464794.0034235653!2d39.655444!3d24.478417!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMjTCsDI4JzQyLjMiTiAzOcKwMzknMTkuNiJF!5e0!3m2!1sen!2sus!4v1746525063309!5m2!1sen!2sus\" \n          allowfullscreen=\"\" \n          loading=\"lazy\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cbe9212 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"cbe9212\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f3dae9e sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"f3dae9e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bb4677e sc_fly_static elementor-widget elementor-widget-html\" data-id=\"bb4677e\" 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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Visit Us<\/title>\n  <style>\n  \n  <\/style>\n<\/head>\n<body>\n\n  <h1><\/h1>\n\n  <div class=\"branches-container\">\n    <!-- Branch 1 -->\n    <div class=\"branch-card\">\n      <div class=\"branch-info-container\">\n        <div class=\"branch-title\">\u062c\u062f\u0629 - \u0637\u0631\u064a\u0642 \u0627\u0644\u0623\u0645\u064a\u0631 \u0633\u0644\u0637\u0627\u0646 \n\n\n\n<\/div>\n        <div class=\"branch-info\">\n          <b> \u0641\u0631\u0639 \u0637\u0631\u064a\u0642 \u0627\u0644\u0623\u0645\u064a\u0631 \u0633\u0644\u0637\u0627\u0646<\/b><br>\n         \u0627\u0644\u0647\u0627\u062a\u0641: <a href=\"tel:+966531884444\"><span dir=\"ltr\">00966 531 88 4444<\/span><\/a><br>\n\n          \n          \n          \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: <a href=\"mailto:ahmedrefaat@kitchennet.com.sa\"><span dir=\"ltr\">ahmedrefaat@kitchennet.com.sa<\/span><\/a><br><br><br>\n\n\n\n          <a href=\"https:\/\/www.google.com\/maps\/place\/Prince+Sultan+Rd,+Jeddah+Saudi+Arabia\/@21.6167459,39.136301,17z\/data=!3m1!4b1!4m6!3m5!1s0x15c3d9938e886279:0x15e68e80b19e053c!8m2!3d21.6167409!4d39.1388759!16s%2Fg%2F11gz7r1k3?hl=en-US&entry=ttu&g_ep=EgoyMDI1MDQzMC4xIKXMDSoJLDEwMjExNDUzSAFQAw%3D%3D\" class=\"map-button\" target=\"_blank\">\u0639\u0631\u0636 \u0639\u0644\u0649 \u062e\u0631\u0627\u0626\u0637 \u062c\u0648\u062c\u0644<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"map-embed\">\n        <iframe \n          src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3709.2098264325523!2d39.136300975987844!3d21.616745867322678!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x15c3d9938e886279%3A0x15e68e80b19e053c!2sPrince%20Sultan%20Rd%2C%20Jeddah%20Saudi%20Arabia!5e0!3m2!1sen!2sus!4v1746525457290!5m2!1sen!2sus\" \n          allowfullscreen=\"\" \n          loading=\"lazy\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2f79b60 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"2f79b60\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27e4b40 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"27e4b40\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ff66da4 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"ff66da4\" 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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Visit Us<\/title>\n  <style>\n  \n  <\/style>\n<\/head>\n<body>\n\n  <h1><\/h1>\n\n  <div class=\"branches-container\">\n    <!-- Branch 1 -->\n    <div class=\"branch-card\">\n      <div class=\"branch-info-container\">\n        <div class=\"branch-title\">\u062c\u062f\u0629 - \u0641\u0631\u0639 \u0637\u0631\u064a\u0642 \u0627\u0644\u0645\u062f\u064a\u0646\u0629\n \n\n\n\n<\/div>\n        <div class=\"branch-info\">\n          <b> \u0641\u0631\u0639 \u0637\u0631\u064a\u0642 \u0627\u0644\u0645\u062f\u064a\u0646\u0629<\/b><br>\n          \u0627\u0644\u0647\u0627\u062a\u0641: <a href=\"tel:+966536393333\"><span dir=\"ltr\">00966 536 39 3333<\/span><\/a><br>\n\n          \n          \n          \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: <a href=\"mailto:mahmoudsalah@kitchennet.com.sa\"><span dir=\"ltr\">mahmoudsalah@kitchennet.com.sa<\/span><\/a><br><br><br>\n\n\n\n          <a href=\"https:\/\/www.google.com\/maps?ll=21.579722,39.165611&z=10&t=m&hl=en-US&gl=US&mapclient=embed&q=21%C2%B034%2747.0%22N+39%C2%B009%2756.2%22E+21.579722,+39.165611@21.5797222,39.1656111\" class=\"map-button\" target=\"_blank\">\u0639\u0631\u0636 \u0639\u0644\u0649 \u062e\u0631\u0627\u0626\u0637 \u062c\u0648\u062c\u0644<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"map-embed\">\n        <iframe \n          src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m13!1m8!1m3!1d474900.3317471758!2d39.165611!3d21.579722!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMjHCsDM0JzQ3LjAiTiAzOcKwMDknNTYuMiJF!5e0!3m2!1sen!2sus!4v1746529131010!5m2!1sen!2sus\" \n          allowfullscreen=\"\" \n          loading=\"lazy\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a07d970 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"a07d970\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cd73a1d sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"cd73a1d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0586c2 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"b0586c2\" 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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Visit Us<\/title>\n  <style>\n \n  <\/style>\n<\/head>\n<body>\n\n  <h1><\/h1>\n\n  <div class=\"branches-container\">\n    <!-- Branch 1 -->\n    <div class=\"branch-card\">\n      <div class=\"branch-info-container\">\n        <div class=\"branch-title\">\u0627\u0644\u062f\u0645\u0627\u0645 - \u0622\u064a \u0643\u064a\u062a\u0634\u0646 (\u0634\u0627\u0631\u0639 \u0627\u0644\u0625\u0645\u0627\u0631\u0629)\n\n \n\n\n\n<\/div>\n        <div class=\"branch-info\">\n          <b> \u0634\u0627\u0631\u0639 \u0627\u0644\u0639\u0645\u0627\u0631\u0629<\/b><br>\n          \u0627\u0644\u0647\u0627\u062a\u0641: <a href=\"tel:+966532774444\"><span dir=\"ltr\">00966 532 77 4444<\/span><\/a><br>\n\n          \n          \n         \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: <a href=\"mailto:hassunah@ikitchen.com\"><span dir=\"ltr\">hassunah@ikitchen.com<\/span><\/a><br><br>\n\n\n\n          <a href=\"https:\/\/www.google.com\/maps?ll=26.446278,50.117111&z=10&t=m&hl=en-US&gl=US&mapclient=embed&q=26%C2%B026%2746.6%22N+50%C2%B007%2701.6%22E+26.446278,+50.117111@26.4462778,50.1171111\" class=\"map-button\" target=\"_blank\">\u0639\u0631\u0636 \u0639\u0644\u0649 \u062e\u0631\u0627\u0626\u0637 \u062c\u0648\u062c\u0644<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"map-embed\">\n        <iframe \n          src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m13!1m8!1m3!1d457253.52297643706!2d50.117111!3d26.446278!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMjbCsDI2JzQ2LjYiTiA1MMKwMDcnMDEuNiJF!5e0!3m2!1sen!2sus!4v1746529279784!5m2!1sen!2sus\" \n          allowfullscreen=\"\" \n          loading=\"lazy\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7724be4 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"7724be4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5cbcaad sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"5cbcaad\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0a303b1 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"0a303b1\" 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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Visit Us<\/title>\n  <style>\n   \n  <\/style>\n<\/head>\n<body>\n\n  <h1><\/h1>\n\n  <div class=\"branches-container\">\n    <!-- Branch 1 -->\n    <div class=\"branch-card\">\n      <div class=\"branch-info-container\">\n        <div class=\"branch-title\">\u0645\u0642\u0631 KitchenNet<\/div>\n        <div class=\"branch-info\">\n          <b> I KITCHEN<\/b><br>\n           <b> \u0627\u0644\u062d\u0633\u0627\u0629<\/b><br>\n         \n\n          \u0627\u0644\u0647\u0627\u062a\u0641: <a href=\"tel:+966531227777\"><span dir=\"ltr\">00966 531 22 7777<\/span><\/a><br>\n\n          \n          \n\u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: <a href=\"mailto:majdy@ikitchen.com\"><span dir=\"ltr\">majdy@ikitchen.com<\/span><\/a><br><br>\n\n\n          <a href=\"https:\/\/www.google.com\/maps?ll=25.431444,49.57225&z=10&t=m&hl=en-US&gl=US&mapclient=embed&q=25%C2%B025%2753.2%22N+49%C2%B034%2720.1%22E+25.431444,+49.572250@25.4314444,49.57225\" class=\"map-button\" target=\"_blank\">\u0639\u0631\u0636 \u0639\u0644\u0649 \u062e\u0631\u0627\u0626\u0637 \u062c\u0648\u062c\u0644<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"map-embed\">\n        <iframe \n          src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m13!1m8!1m3!1d461210.10614461923!2d49.57225!3d25.431444!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMjXCsDI1JzUzLjIiTiA0OcKwMzQnMjAuMSJF!5e0!3m2!1sen!2sus!4v1746529640693!5m2!1sen!2sus\" \n          allowfullscreen=\"\" \n          loading=\"lazy\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c2c695a elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"c2c695a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-58f17e9 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"58f17e9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-803849f sc_fly_static elementor-widget elementor-widget-html\" data-id=\"803849f\" 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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Visit Us<\/title>\n  <style>\n   \n  <\/style>\n<\/head>\n<body>\n\n  <h1><\/h1>\n\n  <div class=\"branches-container\">\n    <!-- Branch 1 -->\n    <div class=\"branch-card\">\n      <div class=\"branch-info-container\">\n        <div class=\"branch-title\">\u0627\u0644\u0645\u0643\u062a\u0628 \u0627\u0644\u0631\u0626\u064a\u0633\u064a \u0644\u0634\u0631\u0643\u0629 \u0643\u064a\u062a\u0634\u0646 \u0646\u062a<\/div>\n        <div class=\"branch-info\">\n          <b> \u062c\u062f\u0629. \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0635\u0646\u0627\u0639\u064a\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\u0629 (\u0645\u062f\u0646)<\/b><br>\n         <span dir=\"ltr\">P O Box 285520, 11323<\/span><br>\n\u0627\u0644\u0647\u0627\u062a\u0641: <a href=\"tel:+966531994444\"><span dir=\"ltr\">00966 531 99 4444<\/span><\/a><br>\n\n          \n          \n          \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: <a href=\"mailto:admin@kitchennet.com.sa\"><span dir=\"ltr\">admin@kitchennet.com.sa<\/span><\/a><br><br>\n\n\n          <a href=\"https:\/\/www.google.com\/maps?ll=24.601528,46.831194&z=10&t=m&hl=en-US&gl=US&mapclient=embed&q=24%C2%B036%2705.5%22N+46%C2%B049%2752.3%22E+24.601528,+46.831194@24.6015278,46.8311944\" class=\"map-button\" target=\"_blank\">\u0639\u0631\u0636 \u0639\u0644\u0649 \u062e\u0631\u0627\u0626\u0637 \u062c\u0648\u062c\u0644<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"map-embed\">\n        <iframe \n          src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m13!1m8!1m3!1d464338.2515944321!2d46.831194!3d24.601528!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMjTCsDM2JzA1LjUiTiA0NsKwNDknNTIuMyJF!5e0!3m2!1sen!2sus!4v1746529481480!5m2!1sen!2sus\" \n          allowfullscreen=\"\" \n          loading=\"lazy\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>About Us Branches Home \/ Branches Visit Us Visit Us Riyadh Takhassosi Branch Al Takhassousi, Al Olaya Mobile: 00966 536 77 3333 Email: samerhamdony@kitchennet.com.sa View on Google Maps Visit Us&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-37843","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kitchennet.com.sa\/ar\/wp-json\/wp\/v2\/pages\/37843","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kitchennet.com.sa\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kitchennet.com.sa\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kitchennet.com.sa\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kitchennet.com.sa\/ar\/wp-json\/wp\/v2\/comments?post=37843"}],"version-history":[{"count":74,"href":"https:\/\/kitchennet.com.sa\/ar\/wp-json\/wp\/v2\/pages\/37843\/revisions"}],"predecessor-version":[{"id":38343,"href":"https:\/\/kitchennet.com.sa\/ar\/wp-json\/wp\/v2\/pages\/37843\/revisions\/38343"}],"wp:attachment":[{"href":"https:\/\/kitchennet.com.sa\/ar\/wp-json\/wp\/v2\/media?parent=37843"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}