ritasarkis.com Open in urlscan Pro
34.123.93.222  Public Scan

Submitted URL: http://ritasarkis.com/
Effective URL: https://ritasarkis.com/
Submission: On February 23 via api from BE — Scanned from DE

Form analysis 1 forms found in the DOM

Name: tww_filterGET #twwf_filter_104

<form name="tww_filter" id="twwf_filter_104" class="tww_filter_form" method="get" action="#twwf_filter_104">
  <div class="twwf_filter_form_fields">
    <div class="tww_filter_field_block">
      <div class="twwf_field_header">
        <span class="tww_filter_field_title">Categories</span>
        <span data-field_id="twwf_checkbox65d8519b22963" class="twwf_open_close_field two_bg lazy entered applied"
          data-bg-multi="url(&quot;https://ritasarkis.com/wp-content/mu-plugins/10web-manager/vendor/10web-utils/10web-woocommerce-package/src/TenWebWooP/WoocommerceWidgets/Filter/Includes/assets/css/../images/dropdown_Icon_black.svg&quot;)"
          data-ll-status="applied"
          style="background-image: url(&quot;https://ritasarkis.com/wp-content/mu-plugins/10web-manager/vendor/10web-utils/10web-woocommerce-package/src/TenWebWooP/WoocommerceWidgets/Filter/Includes/assets/css/../images/dropdown_Icon_black.svg&quot;);background-image: url(&quot;https://ritasarkis.com/wp-content/mu-plugins/10web-manager/vendor/10web-utils/10web-woocommerce-package/src/TenWebWooP/WoocommerceWidgets/Filter/Includes/assets/css/../images/dropdown_Icon_black.svg&quot;) !important;"></span>
      </div>
      <div id="twwf_checkbox65d8519b22963" class="twwf_checkbox_list">
        <label class="twwf_checkbox_item container" for="course_24_97">
          <input name="twwf[97][]" id="course_24_97" type="checkbox" value="24">
          <span class="checkmark"></span>
          <span>course</span>
        </label>
        <label class="twwf_checkbox_item container" for="dress_22_97">
          <input name="twwf[97][]" id="dress_22_97" type="checkbox" value="22">
          <span class="checkmark"></span>
          <span>dress</span>
        </label>
        <label class="twwf_checkbox_item container" for="ebook_23_97">
          <input name="twwf[97][]" id="ebook_23_97" type="checkbox" value="23">
          <span class="checkmark"></span>
          <span>ebook</span>
        </label>
        <label class="twwf_checkbox_item container" for="Uncategorized_16_97">
          <input name="twwf[97][]" id="Uncategorized_16_97" type="checkbox" value="16">
          <span class="checkmark"></span>
          <span>Uncategorized</span>
        </label>
      </div>
    </div>
    <div class="tww_filter_field_block">
      <div class="twwf_field_header">
        <span class="tww_filter_field_title">Price</span>
        <span data-field_id="twwf_price_slider65d8519b229dc" class="twwf_open_close_field two_bg lazy entered applied"
          data-bg-multi="url(&quot;https://ritasarkis.com/wp-content/mu-plugins/10web-manager/vendor/10web-utils/10web-woocommerce-package/src/TenWebWooP/WoocommerceWidgets/Filter/Includes/assets/css/../images/dropdown_Icon_black.svg&quot;)"
          data-ll-status="applied"
          style="background-image: url(&quot;https://ritasarkis.com/wp-content/mu-plugins/10web-manager/vendor/10web-utils/10web-woocommerce-package/src/TenWebWooP/WoocommerceWidgets/Filter/Includes/assets/css/../images/dropdown_Icon_black.svg&quot;);background-image: url(&quot;https://ritasarkis.com/wp-content/mu-plugins/10web-manager/vendor/10web-utils/10web-woocommerce-package/src/TenWebWooP/WoocommerceWidgets/Filter/Includes/assets/css/../images/dropdown_Icon_black.svg&quot;) !important;"></span>
      </div>
      <div id="twwf_price_slider65d8519b229dc" class="twwf_price_slider_container">
        <div data-currency="$" data-min="29" data-max="401" data-min_price="29" data-max_price="401" data-step="1" class="twwf_price_slider ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
          <div class="ui-slider-range ui-corner-all ui-widget-header" style="left: 0%; width: 100%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 0%;"><span class="tww_handle_price">$<span
                class="price">29</span></span></span><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 100%;"><span class="tww_handle_price">$<span class="price">401</span></span></span>
        </div>
        <span class="tww_price_item twwf_min_price">29$</span>
        <span class="tww_price_item twwf_max_price">401$</span>
        <input class="twwf_min_price_input" type="hidden" name="twwf[98][min]" value="29">
        <input class="twwf_max_price_input" type="hidden" name="twwf[98][max]" value="401">
      </div>
      <script data-two-no-delay="">
        jQuery(function() {
          let slider = jQuery('#twwf_price_slider65d8519b229dc .twwf_price_slider');
          let min_price = parseInt(slider.data('min_price'));
          let max_price = parseInt(slider.data('max_price'));
          let currency = slider.data('currency');
          let step = parseInt(slider.data('step'));
          let values_min_price = parseInt(slider.data('min'))
          let values_max_price = parseInt(slider.data('max'))
          let slider_container = slider.closest('.twwf_price_slider_container');
          let min_price_input = slider_container.find('.twwf_min_price_input');
          let max_price_input = slider_container.find('.twwf_max_price_input');
          slider.slider({
            range: true,
            min: min_price,
            max: max_price,
            step: step,
            values: [values_min_price, values_max_price],
            slide: function(e, ui) {
              let min = ui.values[0];
              let max = ui.values[1];
              min_price_input.val(min);
              max_price_input.val(max);
              slider.find('.ui-slider-handle').find('.tww_handle_price').last().find('.price').html(max);
              slider.find('.ui-slider-handle').find('.tww_handle_price').first().find('.price').html(min);
            },
            create: function(event, ui) {
              slider.find('.ui-slider-handle').last().html('<span class="tww_handle_price">' + currency + '<span class="price">' + values_max_price + '</span></span>');
              slider.find('.ui-slider-handle').first().html('<span class="tww_handle_price">' + currency + '<span class="price">' + values_min_price + '</span></span>');
            }
          });
        });
      </script>
    </div>
  </div>
  <div class="twwf_filter_actions">
    <input type="hidden" value="f24bb54f85" name="twwf_nonce">
    <input type="hidden" name="twwf_id" value="104">
    <input type="submit" class="twwf_submit" name="twwf_submit" value="Filter">
    <a href="https://ritasarkis.com/" class="twwf_reset_filter">Reset</a>
  </div>
</form>

Text Content

RITA SARKIS

 * Sale
 * Shop
   * course
     * the lady dress
   * ebook
     * Transform Your Life
   * dress
     * Your Guide To Style Coaching
 * Contact
 * About


 * Sale
 * Shop
   * course
     * the lady dress
   * ebook
     * Transform Your Life
   * dress
     * Your Guide To Style Coaching
 * Contact
 * About

$0.00 0 Cart


DISCOVER YOUR BEST SELF WITH RITA SARKIS


“RITA SARKIS” EMPOWERS THROUGH COACHING AND FASHION. SHOP CHIC COLLECTIONS,
E-BOOKS, AND COURSES FOR A RENEWED LIFESTYLE. JOIN US ON A SELF-DISCOVERY
JOURNEY.

ebook
course

Categories
course dress ebook Uncategorized
Price

$29$401
29$ 401$
Reset
 * Sale!
   
   
   THE LADY DRESS
   
   $350.00 $200.00
 * Sale!
   
   
   TRANSFORM YOUR LIFE
   
   $600.00 $400.00
 * Sale!
   
   
   YOUR GUIDE TO STYLE COACHING
   
   $49.00 $29.00


ABOUT US


EMPOWERING YOUR TRANSFORMATION THROUGH FASHION

At RITA SARKIS, we believe that transformation and fashion go hand in hand. Our
brand is dedicated to empowering individuals through personal growth and
sartorial elegance. We offer a unique blend of life coaching and fashion
expertise, with carefully curated fashion collections, insightful e-books, and
comprehensive courses designed to elevate your lifestyle and wardrobe. Each
piece and resource is selected to inspire confidence, creativity, and a sense of
renewed purpose in your daily life. Join us in a journey of self-discovery and
style with RITA SARKIS, where every product and course is a step toward your
best self.
READ MORE


TRANSFORM YOUR LIFE WITH RITA SARKIS

Our brand offers a unique blend of fashion expertise and life coaching, with
resources designed to help you elevate your lifestyle and wardrobe. From our
carefully curated fashion collections to our insightful e-books and
comprehensive courses, each piece is selected to inspire confidence, creativity,
and a sense of renewed purpose in your daily life. Whether you’re looking to
transform your personal style or your life as a whole, RITA SARKIS is here to
help.

01.

FASHION FOR PERSONAL GROWTH

Our fashion collections are curated with your personal growth in mind. Each
piece is designed to embody contemporary chic and inspire confidence in your
personal style.


02.

INSIGHTFUL E-BOOKS

Our e-books provide comprehensive insights on personal growth, fashion and
style, offering a deeper understanding of the transformative power of fashion
and how it can elevate your life.


03.

COMPREHENSIVE COURSES

Our courses are designed to be transformative experiences, providing in-depth
knowledge and guidance on personal growth, fashion, and style. Each course is
crafted to inspire creativity and personal growth in every aspect of your life.


04.

SARTORIAL ELEGANCE

Our fashion collections are carefully curated to embody contemporary chic,
providing you with a range of options to elevate your personal style and enhance
your wardrobe.

SALES

VIEW ALL BEST PRODUCTS
VIEW ALL BEST SELLERS
 * Sale!
   
   
   YOUR GUIDE TO STYLE COACHING
   
   $49.00 $29.00
   -+
   Add to cart
 * Sale!
   
   
   TRANSFORM YOUR LIFE
   
   $600.00 $400.00
   -+
   Add to cart
 * Sale!
   
   
   THE LADY DRESS
   
   $350.00 $200.00
   -+
   Add to cart


EBOOK

ebook


COURSE

course
At RITA SARKIS, we are committed to sustainability and ethical practices in all
aspects of our business. We source our materials from sustainable and ethical
sources, ensuring that our products are both stylish and environmentally
conscious.



OUR CUSTOMERS SPEAK FOR US

"RITA SARKIS has transformed my personal style and my life. The courses and
e-books have given me the confidence to pursue my dreams, and the fashion
collections have taken my wardrobe to the next level."

Rania Kanaan
"RITA SARKIS is a true inspiration. The courses and e-books have helped me on my
journey of personal growth, and the fashion collections have given me a new
sense of confidence in my personal style."

Tania Ziade
"I'm in love with RITA SARKIS. The fashion collections are amazing, and the
courses and e-books have helped me to elevate my life and my wardrobe. I highly
recommend them to anyone looking to transform their personal style and their
life."

Rafca Hanna


4.8 average rating from 1814 reviews


EMPOWERING YOUR BEST SELF

At RITA SARKIS, we are dedicated to empowering individuals through personal
growth and sartorial elegance. Our brand offers a unique blend of fashion
expertise and life coaching, with resources designed to help you elevate your
lifestyle and wardrobe. Whether you’re looking to transform your personal style
or your life as a whole, RITA SARKIS is here to help you discover your best
self.
Ebooks
Courses
Dresses
 * Secure Payment

 * Express Shipping

 * Free Return

RITA SARKIS

Thanks for choosing RITA SARKIS! Connect with us on social media for fashion
inspo, personal growth insights, and updates on new courses/collections.
Instagram Pinterest Twitter Linkedin

SHOP

 * course
 * dress
 * ebook


 * course
 * dress
 * ebook

ABOUT

 * Home
 * Contact


 * Home
 * Contact

NEED HELP?

 * My account


 * My account