www.maantaoutdoor.com Open in urlscan Pro
80.241.142.124  Public Scan

Submitted URL: https://maanta.com/
Effective URL: https://www.maantaoutdoor.com/
Submission: On September 18 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.maantaoutdoor.com/module/iqitsearch/searchiqit

<form method="get" action="https://www.maantaoutdoor.com/module/iqitsearch/searchiqit">
  <div class="input-group">
    <input type="text" name="s" value="" data-all-text="Show all results	" data-blog-text="Blog post" data-product-text="Product" data-brands-text="Brand" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
      placeholder="Search our catalog	" class="form-control form-search-control">
    <button type="submit" class="search-btn">
      <i class="fa fa-search"></i>
    </button>
  </div>
  <div class="autocomplete-suggestions "></div>
</form>

GET https://www.maantaoutdoor.com/module/iqitsearch/searchiqit

<form method="get" action="https://www.maantaoutdoor.com/module/iqitsearch/searchiqit">
  <div class="input-group">
    <input type="text" name="s" value="" placeholder="Search" data-all-text="Show all results	" data-blog-text="Blog post" data-product-text="Product" data-brands-text="Brand" autocomplete="off" autocorrect="off" autocapitalize="off"
      spellcheck="false" class="form-control form-search-control">
    <button type="submit" class="search-btn">
      <i class="fa fa-search"></i>
    </button>
  </div>
  <div class="autocomplete-suggestions "></div>
</form>

POST //www.maantaoutdoor.com/?fc=module&module=iqitemailsubscriptionconf&controller=download

<form action="//www.maantaoutdoor.com/?fc=module&amp;module=iqitemailsubscriptionconf&amp;controller=download" method="post">
  <div class="input-group newsletter-input-group">
    <input id="email" name="email" type="email" value="" class="form-control input-subscription" placeholder="Your email address" aria-label="Your email address" required="">
    <input type="hidden" name="action" value="GetDownload">
    <button onclick="
                    //e.preventDefault();
                    event.preventDefault();
                    //modules/ps_emailsubscription/controllers/front/download.php
                    $.ajax({
                    url: '/index.php?fc=module&amp;module=ps_emailsubscription&amp;controller=download',
                    type: 'POST',
                    cache: false,
                    dataType: 'text',
                    data: {
                    ajax: true,
                    email: $('#email').val(),
                    newsletter: $('#newsletter').is(':checked'),
                    action: 'GetDownload',
                    },
                    success: function () {
                    window.dataLayer = window.dataLayer || [];window.dataLayer.push({'event': 'iscrizione_maxi_guida','newsletter': $('#newsletter').is(':checked') });
                    $('#msg').empty();
                    window.location.href = '//www.maantaoutdoor.com/?fc=module&amp;module=iqitemailsubscriptionconf&amp;controller=download' + '&amp;email=' + $('#email').val() + '&amp;newsletter=' + $('#newsletter').is(':checked');
                    },
                    error: function(xhr, status, error) {
                    $('#msg').html('<div class=\'col-xs-12 alert alert-danger\'><ul><li>' + JSON.parse(xhr.responseText) + '</li></ul></div>');
                    }
                    });" class="btn btn-primary btn-subscribe btn-iconic" name="submitNewsletter" type="submit" aria-label="Subscribe" disabled="disabled">
      <i class="fa fa-envelope-o" aria-hidden="true"></i></button>
  </div>
  <p class="mt-2 text-muted ps-emailsubscription-conditions">You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.</p>
  <div id="newsletter_container">
    <div class="custom-checkbox" style="display: flex;">
      <label for="newsletter" class="" style="display: inline">
        <input id="newsletter" name="newsletter" type="checkbox">
        <span class="psgdpr_consent_checkbox_span mr-2"><i class="fa fa-check rtl-no-flip checkbox-checked psgdpr_consent_icon" aria-hidden="true"></i></span> Sign up for Newsletter </label>
    </div>
  </div>
  <div class="mt-2 text-muted">
    <div id="gdpr_consent_21" class="gdpr_module_21">
      <div class="custom-checkbox" style="display: flex;">
        <label class="psgdpr_consent_message">
          <input id="psgdpr_consent_checkbox_21" name="psgdpr_consent_checkbox" type="checkbox" value="1" class="psgdpr_consent_checkboxes_21">
          <span class="psgdpr_consent_checkbox_span mr-2"><i class="fa fa-check rtl-no-flip checkbox-checked psgdpr_consent_icon" aria-hidden="true"></i></span>
          <span>I accept the general conditions and the privacy policy (GDPR) - <a href="https://www.maantaoutdoor.com/content/19-personal-data">Privacy Policy</a></span> </label>
      </div>
    </div>
    <script type="text/javascript">
      var psgdpr_front_controller = "https://www.maantaoutdoor.com/module/psgdpr/FrontAjaxGdpr";
      psgdpr_front_controller = psgdpr_front_controller.replace(/\amp;/g, '');
      var psgdpr_id_customer = "0";
      var psgdpr_customer_token = "7f6e76de183fddc11e9360426aae58cec1dad42b";
      var psgdpr_id_guest = "0";
      var psgdpr_guest_token = "6132e9dcf25329266e4b01cd06918dcb326e626d";
      try {
        prestashop.on('quickViewShown', (elm) => {
          let psgdpr_id_module = "21";
          let parentForm = $('.gdpr_module_' + psgdpr_id_module).closest('form');
          let toggleFormActive = function() {
            let parentForm = $('.gdpr_module_' + psgdpr_id_module).closest('form');
            let checkbox = $('#psgdpr_consent_checkbox_' + psgdpr_id_module);
            let element = $('.gdpr_module_' + psgdpr_id_module);
            let iLoopLimit = 0;
            // by default forms submit will be disabled, only will enable if agreement checkbox is checked
            if (element.prop('checked') != true) {
              element.closest('form').find('[type="submit"]').attr('disabled', 'disabled');
            }
            $(document).on("change", '.psgdpr_consent_checkboxes_' + psgdpr_id_module, function() {
              if ($(this).prop('checked') == true) {
                $(this).closest('form').find('[type="submit"]').removeAttr('disabled');
              } else {
                $(this).closest('form').find('[type="submit"]').attr('disabled', 'disabled');
              }
            });
          }
          // Triggered on page loading
          toggleFormActive();
          $(document).on('submit', parentForm, function(event) {
            $.ajax({
              type: 'POST',
              url: psgdpr_front_controller,
              data: {
                ajax: true,
                action: 'AddLog',
                id_customer: psgdpr_id_customer,
                customer_token: psgdpr_customer_token,
                id_guest: psgdpr_id_guest,
                guest_token: psgdpr_guest_token,
                id_module: psgdpr_id_module,
              },
              error: function(err) {
                console.log(err);
              }
            });
          });
        });
      } catch (err) {}
      document.addEventListener('DOMContentLoaded', function() {
        let psgdpr_id_module = "21";
        let parentForm = $('.gdpr_module_' + psgdpr_id_module).closest('form');
        let toggleFormActive = function() {
          let parentForm = $('.gdpr_module_' + psgdpr_id_module).closest('form');
          let checkbox = $('#psgdpr_consent_checkbox_' + psgdpr_id_module);
          let element = $('.gdpr_module_' + psgdpr_id_module);
          let iLoopLimit = 0;
          // by default forms submit will be disabled, only will enable if agreement checkbox is checked
          if (element.prop('checked') != true) {
            element.closest('form').find('[type="submit"]').attr('disabled', 'disabled');
          }
          $(document).on("change", '.psgdpr_consent_checkboxes_' + psgdpr_id_module, function() {
            if ($(this).prop('checked') == true) {
              $(this).closest('form').find('[type="submit"]').removeAttr('disabled');
            } else {
              $(this).closest('form').find('[type="submit"]').attr('disabled', 'disabled');
            }
          });
        }
        // Triggered on page loading
        toggleFormActive();
        $(document).on('submit', parentForm, function(event) {
          $.ajax({
            type: 'POST',
            url: psgdpr_front_controller,
            data: {
              ajax: true,
              action: 'AddLog',
              id_customer: psgdpr_id_customer,
              customer_token: psgdpr_customer_token,
              id_guest: psgdpr_id_guest,
              guest_token: psgdpr_guest_token,
              id_module: psgdpr_id_module,
            },
            error: function(err) {
              console.log(err);
            }
          });
        });
      });
    </script>
  </div>
  <input type="hidden" name="action" value="0">
</form>

POST https://www.maantaoutdoor.com/login

<form id="login-form-modal" action="https://www.maantaoutdoor.com/login" method="post">
  <section>
    <input type="hidden" name="back" value="">
    <div class="form-group row align-items-center ">
      <label class="col-md-2 col-form-label required" for="field-email"> Email </label>
      <div class="col-md-8">
        <input id="field-email" class="form-control" name="email" type="email" value="" autocomplete="email" required="">
      </div>
      <div class="col-md-2 form-control-comment">
      </div>
    </div>
    <div class="form-group row align-items-center ">
      <label class="col-md-2 col-form-label required" for="field-password"> Password </label>
      <div class="col-md-8">
        <div class="input-group js-parent-focus">
          <input id="field-password" class="form-control js-child-focus js-visible-password" name="password" aria-label="Password input of at least 5 characters" title="At least 5 characters long" autocomplete="new-password" type="password" value=""
            pattern=".{5,}" required="">
          <span class="input-group-append">
            <button class="btn btn-outline-secondary" type="button" data-action="show-password">
              <i class="fa fa-eye-slash" aria-hidden="true"></i>
            </button>
          </span>
        </div>
      </div>
      <div class="col-md-2 form-control-comment">
      </div>
    </div>
    <div class="forgot-password">
      <a href="https://www.maantaoutdoor.com/password-recovery" rel="nofollow">
          Forgot your password?
        </a>
    </div>
  </section>
  <footer class="form-footer text-center clearfix">
    <input type="hidden" name="submitLogin" value="1">
    <button id="submit-login" class="btn btn-primary form-control-submit" data-link-action="sign-in" type="submit">Sign in</button>
  </footer>
</form>

Text Content

Custom-made sails: only 5 working days from order to shipment.
Discover the new Meshnet Limited Edition 2024 colors

MODAL TITLE

×

Close Save changes
 * About us
 * Blog
 * Contact us

 * Become Partner!


USD $
 * USD $

US
 * IT
 * DE
 * FR
 * ES
 * CZ
 * NL
 * PL
 * US
 * UK
 * CH

Sign in
0 Cart / Empty
Your cart ×

--------------------------------------------------------------------------------

There are no more items in your cart

 * CUSTOM SHADE SAILS
 * SHADE SAILS
   Waterproof Shade Sails
    * EZ Breez Waterproof
    * Solaria Waterproof
    * Solaria +Plus Waterproof
   
   BREATHABLE SAILS
   
    * EZ Breez Breathable
    * Solaria Breathable
    * Solaria +Plus Breathable
   
   Roll-up shade sails
    * Solaria Furl Waterproof
    * Solaria +Plus Furl Waterproof
    * Solaria Furl Breathable
    * Solaria +Plus Furl Breathable
   
   SHADE SAIL WITH WALL PROFILE
    * Solaria Lean
   
   How to measure and choose
    * Waterproof or breathable fabric?
    * Sail size: How to measure?
    * Sail Installation Guide
   
   Custom size configurator
   ACCESSORIES FOR SHADE SAILS
   Refurbished Stock Shade Sails Discounted price
 * POLES AND FITTINGS
   POLES FOR SHADE SAILS
   WALL FITTINGS
    * Alu Simple - Adjustable height pole
   
    * Ulisse - Pole with 6 fixing points
   
    * EZ Mast - Post for shade sails with 5 anchoring points
    * EZ Mast Inox - Stainless steel post for shade sails
   
    * Wall kit Muscle x3
    * Wall kit Tensioner
    * Wall kit Nautical rope
    * Easy Ballast
   
   ACCESSORIES FOR POLES AND FITTINGS
 * CANOPY
   Canopies, pergolas and gazebos
    * Maistra: the retractable designer aluminum canopy / umbrella
   
    * Bugna: shade sail with grommets
   
   Configure your shade sail with grommets
   Accessories for Pergolas and Gazebos
 * OUTDOOR SHADES
   with arms
    * Easy Roll 2.0 - custom sizes
   
   with Stainless Steel Wire Guides
    * Reef Roll - custom sizes
   
   Clear Roller Blinds
    * Easy Clear - custom sizes
   
   Info and advice
    * Fabrics for outdoor blinds
    * Order your fabric samples!
   
   EasySwitch: Replacement fabric
   Accessories for roller shades
 * FURNITURE
   LIGHTING
    * Solar ISOSS
    * Solar QUB
    * Cala
   
   OUTDOOR FURNITURE
    * Randa - Outdoor bean bag
    * EF Maat - Outdoor rug
    * Marra - Outdoor cushion

 * Contact us
 * Info & Guides
   Information
    * Custom-made or Standard shade sails
    * Waterproof or Breathable
    * How to take measurements
    * Fabrics for outdoor roller shades
   
   TUTORIAL
    * How to install a shade sail
    * How to tension a shede sail
   
   TIPS
    * Garden sails
    * Sails for terraces and patios
    * Car parking cover


 * Custom size sails
 * Shade Sails
   * Roll-up Shade Sails
   * Sails with grommets
   * Waterproof Sails
   * Breathable Sails
   * Rectangular Shade Sails
   * Triangle Sails
   * Refurbished Stock Shade Sails
 * Roll-up Shade Sails
 * Shade Sails with wall profile
 * Posts for shade sails
   * Poles for shade sails
   * Wall mountings / fixings
   * Mounting accessories for poles and anchors
 * Configure your eyelet tarpaulin
 * Canopies, pergolas and gazebos
   * Accessories for Pergolas and Gazebos
 * Exterior Roller Shades
   * Roller shades - custom size
   * Roller shades - standard sizes
   * Clear Roller Shades
   * Accessories for outdoor shades
 * Furniture
   * Lighting
   * Outdoor furniture
 * Maanta Accessories
   * Accessories for shade sails
   * Creative recycling - bags and clutches
   * Accessories for outdoor shades
 * How to choose
   * Roll-Up Retractile Shade Sails
   * Custom Shade Sails Online
   * Fabrics for shade sails: waterproof or breathable?
   * How to choose the correct size
   * Fabrics for outdoor roller blinds: which one to choose?
   * Purishade fabric by Maanta
   * The radial cut
   * Fabric Meshnet by Maanta
   * Fabric Braidd5 by Maanta
   * Wall profile
 * Mounting instructions
   * Installation guide shade sails and poles
   * How To Properly Tension A Shade Sail
 * Applications
   * Car Parking Cover
   * Shade sail for gardens terraces and balconies
   * Sails For Outdoors
   * Shade sail for terraces
   * Applications of a eyelet tarpaulin
 * Professional
 * Help and contacts

Menu


Search


Sign in
0 Cart



PERGOLAS AND GAZEBOS
AN OASIS OF ELEGANCE AND COMFORT

Create your own piece of outdoor paradise with our pergolas and gazebos.
Maistra, a style icon that will always make you stand out; whether on poolside
or in the garden, this pergola brings uncompromising elegance.

Designed and manufactured in Maanta, it embodies the engineering and technology
of Italian craftsmanship.

Enjoy unforgettable moments in the shade of our structures.

Discover the Maistra pergola >


WE MANUFACTURE YOUR CUSTOM MADE SAIL IN JUST 5 DAYS
DISCOVER THE NEW MESHNET LIMITED EDITION 2024 COLORS

Configure your shade sail >


SHADE SAILS
BOUNDLESS ELEGANCE WITH RADIAL CUT MODELS

Bring home a handy and functional solution that shines like a piece of artwork

Straight from our production to your outdoor space; shade sails are ideal for
gardens, patios, premises and parking spaces.

A range of fixed and roll-up sail awaits you, custom made measures are also
available, completely Made in Italy, with a guarantee of up to 4 years.

Discover our shade sails now >


ROLLER SHADES
SHADOWS OF ELEGANCE TO BRIGHTEN AND PROTECT WITH STYLE

Weather protection combined with minimal design - that's what we had in mind to
offer a timeless touch of class.



Maanta roller shades may be used in porches, pergolas and windows.

Thanks to Clear® fabric, Maanta roller shades can become true transparent
barriers able to protect you even during coldest months.
A mix of elegance and functionality that accompanies you all year round!

Discover the models available >


PERGOLAS AND GAZEBOS
AN OASIS OF ELEGANCE AND COMFORT

Create your own piece of outdoor paradise with our pergolas and gazebos.
Maistra, a style icon that will always make you stand out; whether on poolside
or in the garden, this pergola brings uncompromising elegance.

Designed and manufactured in Maanta, it embodies the engineering and technology
of Italian craftsmanship.

Enjoy unforgettable moments in the shade of our structures.

Discover the Maistra pergola >


WE MANUFACTURE YOUR CUSTOM MADE SAIL IN JUST 5 DAYS
DISCOVER THE NEW MESHNET LIMITED EDITION 2024 COLORS

Configure your shade sail >




MADE IN ITALY CUSTOM MADE SAILS

In Maanta, every product is an Italian artisanal masterpiece, created with
passion and dedication by expert seamstresses. Our passion for our work makes us
proud of the products we make.

We promise to transform your outdoor space into an oasis of beauty and
functionality in less than 12 days.

Create your custom-made sail yourself or ask our technical team for advice.

Choose a shade sail that will speak about you and your unique style.

Configure your shade sail >

DELIVERY WITHIN
48-72 HOURS

FROM MANUFACTURER
TO CONSUMER

ASSISTANCE WITH
PROJECT DESIGN

AFTER-SALE
SERVICE





SHADE SAILS

It is Maanta which are the original sails with radial design and Arroww+
reinforcements.

Discover all models >


POLES AND ANCHORS

Complete your installation with safe and uniquely designed support poles.

Go to our solutions >


PERGOLAS AND GAZEBOS

Canvases with grommets for pergolas and gazebos: the elegance in details, the
comfort of your outdoor areas.

Go to category >


ROLLER SHADES

Reef Roll means extreme comfort! Design, privacy and unique versatility,
perfectly integrated in our ecosystem of smart devices.

See the solutions >


FURNITURE AND LIGHTING

Haven Collection by Maanta: The embrace of teak that transforms your exteriors.

Discover the collection >


ACCESSORIES FOR SHADE SAILS

Complete your installation with Maanta accessories.

Discover all accessories >


CHOSEN BY YOU

Our customers' favorite products: your perfect choice!


SOLARIA WATERPROOF


$584.25 $779.00


SOLARIA BREATHABLE


$501.75 $669.00


ALU SIMPLE


$479.20 $599.00


WALL MOUNTING KIT MUSCLE X3

$47.94 $59.92


REEF ROLL -- STANDARD SIZES

$404.10 $449.00


MAISTRA


$3,856.30 $5,509.00



DO YOU NEED ASSISTANCE?

Explore our guides: thought out especially for you, to make assembly easy and
the choice more informed.


INFORMATION

Discover the secrets of how to best furnish and protect your outdoor space


TUTORIAL

Explore our tutorials for practical and useful tips for every need


IDEAS

Explore our creative product application ideas to find inspiration for your
project


THEY SAY ABOUT US


VERY SATISFIED

I purchased the Solaria shade Sail Tent. High quality, design and attention to
detail to its finest.

Thank you Maanta!




TOP OF THE LINE POLES

I was really satisfied with the poles I bought. They are strong and resistant,
and the included muscle x3 is really a high quality and easy-to-use product. 

I would highly recommend these poles to anyone who is renewing their garden.




PERFECT FOR MY RESTAURANT

It transformed our restaurant by the sea! Durable and perfect for us who have
outside tables. We can now tilt the sail so customers no longer have annoying
sunlight on them. An essential addition to our restaurant. Thank you!






VERY SATISFIED

I purchased the Solaria shade Sail Tent. High quality, design and attention to
detail to its finest.

Thank you Maanta!




TOP OF THE LINE POLES

I was really satisfied with the poles I bought. They are strong and resistant,
and the included muscle x3 is really a high quality and easy-to-use product. 

I would highly recommend these poles to anyone who is renewing their garden.




PERFECT FOR MY RESTAURANT

It transformed our restaurant by the sea! Durable and perfect for us who have
outside tables. We can now tilt the sail so customers no longer have annoying
sunlight on them. An essential addition to our restaurant. Thank you!




ARTICLES AND NEWS

Enter the Maanta world and keep up to date with the latest news


5 TIPS FOR DECORATING YOUR GARDEN IN A SIMPLE YET IMPRESSIVE WAY

Transform your garden with style and functionality Read more


UPCYCLING VS RECYCLING: CREATIVE REUSE AT THE SERVICE OF SUSTAINABILITY

Read more


DOUBLE XMAS, DOUBLE BENEFITS

-10% on all products and free shipping Read more


5 TIPS FOR DECORATING YOUR GARDEN IN A SIMPLE YET IMPRESSIVE WAY

Transform your garden with style and functionality Read more


UPCYCLING VS RECYCLING: CREATIVE REUSE AT THE SERVICE OF SUSTAINABILITY

Read more


DOUBLE XMAS, DOUBLE BENEFITS

-10% on all products and free shipping Read more


--------------------------------------------------------------------------------


REVIEWS FROM OUR CUSTOMERS

Out of over 25,000 authentic purchases




4.9/5 EXCELLENT

DOWNLOAD OUR FREE MAXI GUIDE NOW!

You may unsubscribe at any moment. For that purpose, please find our contact
info in the legal notice.

Sign up for Newsletter
I accept the general conditions and the privacy policy (GDPR) - Privacy Policy


WHAT YOU WILL FIND IN THE GUIDE

In the free MAXI GUIDE in PDF format you will find information that will help
you choose the shade sail that best suits your needs!
You will find characteristics and technical specifications of waterproof and
breathable sails, when to choose one fabric rather than another.
How to choose the size of a sail, detailed instructions on how to best assemble
the sail up to instructions to keep the product in excellent condition.

Subscribe to the newsletter, you will receive news on new products, offers and
news on the world of shade sails.



INFORMATION

 * Contact us
 * Shipping
 * Payment methods
 * FAQ - Frequently Asked Questions
 * RIGHT OF WITHDRAWAL
 * Return policies
 * General conditions and Conditions of Sale
 * Personal data
 * About us
 * Fabric samples

MY ACCOUNT

 * My account
 * My orders
 * Guest tracking / convert in account
 * My returns

SERVIZI

 * Diventa rivenditore
 * Aiuto alla progettazione
 * Consulente online via chat (09:00 alle 16:00)

BADGES

UPS

100% Secure

Handmade

CONTACT US

Maanta
Maanta Corp
18 Bridge Street Unit 2a,
Brooklyn 11201, NY

Toll Free Number +1 888 269 9779
info@maantaoutdoor.com
×




Maanta Corp - 18 Bridge Street Unit 2a, Brooklyn 11201, NY
Call Toll Free: 1-888-269-9779 - Privacy Policy - Cookie Policy - Cookie
Preference

×

Loading...

You need to login or create account ×

Save products on your wishlist to buy them later or share with your friends.

Email


Password


Forgot your password?
Sign in

--------------------------------------------------------------------------------

Login with Facebook Sign in with Google

--------------------------------------------------------------------------------

No account? Create one here
Product added to wishlist




|


WE USE COOKIES

We also use third-party cookies to improve the user experience and personalize
content and ads. We share some data with social media, advertising and analytics
partners who may combine it with other data you have provided using their
services. You can accept them all, customize the types or X to continue with
only technical cookies. For more details: Cookie Policy



No, adjust
Accept all