www.maanta.com
Open in
urlscan Pro
80.241.142.124
Public Scan
Submitted URL: https://maanta.com/
Effective URL: https://www.maanta.com/
Submission: On October 23 via api from US — Scanned from IT
Effective URL: https://www.maanta.com/
Submission: On October 23 via api from US — Scanned from IT
Form analysis
3 forms found in the DOMGET https://www.maanta.com/module/iqitsearch/searchiqit
<form method="get" action="https://www.maanta.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.maanta.com/module/iqitsearch/searchiqit
<form method="get" action="https://www.maanta.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.maanta.com/?fc=module&module=iqitemailsubscriptionconf&controller=download
<form action="//www.maanta.com/?fc=module&module=iqitemailsubscriptionconf&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&module=ps_emailsubscription&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.maanta.com/?fc=module&module=iqitemailsubscriptionconf&controller=download' + '&email=' + $('#email').val() + '&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 agree to the terms and conditions and privacy policy (GDPR) - <a class="link-privacy" href="https://www.maanta.it/content/19-informativa-privacy" target="_blank" rel="nofollow noreferrer noopener">Privacy Notice</a></span> </label>
</div>
</div>
<script type="text/javascript">
var psgdpr_front_controller = "https://www.maanta.com/module/psgdpr/FrontAjaxGdpr";
psgdpr_front_controller = psgdpr_front_controller.replace(/\amp;/g, '');
var psgdpr_id_customer = "0";
var psgdpr_customer_token = "d5a98d5592607528d05a1e41520e35eafb02dd93";
var psgdpr_id_guest = "0";
var psgdpr_guest_token = "61164a0e3860f6484cd66e299105a2e0b6bd7ef1";
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>
Text Content
Free Delivery to Australia on orders AU$ 199+ , all customs duty and taxes included MODAL TITLE × Close Save changes * About us * Blog * Contact us * Become Partner! AUD $ * AUD $ * EUR € * GBP £ * USD $ AU * IT * DE * FR * ES * CZ * NL * PL * US * UK * AU * CH Sign in 0 Basket / 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 ACCESSORIES FOR POLES * 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 - standard sizes * Easy Roll 2.0 - custom sizes with Stainless Steel Wire Guides * Reef Roll - standard sizes * 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 shade 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 * Triangle Sails * Rectangular Shade Sails * Refurbished Stock Shade Sails * Roll-up Shade Sails * Shade sails with wall profile * Poles with adjustable height * 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 * 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 of sails * 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 Basket WE MANUFACTURE YOUR CUSTOM MADE SAIL IN JUST 5 DAYS DISCOVER THE NEW MESHNET LIMITED EDITION 2024 COLOURS 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 > FURNITURE COSY SANCTUARIES FOR SHINING MOMENTS Furnish today your area! > WE MANUFACTURE YOUR CUSTOM MADE SAIL IN JUST 5 DAYS DISCOVER THE NEW MESHNET LIMITED EDITION 2024 COLOURS 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 > 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' favourite products: your perfect choice! SOLARIA WATERPROOF $1,189.00 SOLARIA BREATHABLE $1,019.00 ALU SIMPLE $919.00 WALL MOUNTING KIT MUSCLE X3 $91.89 REEF ROLL -- STANDARD SIZES $689.00 MAISTRA $5,914.30 $8,449.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 agree to the terms and conditions and privacy policy (GDPR) - Privacy Notice 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. INFORMAZIONI * 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 SERVICES * Become a reseller * Design assistance * Online consultant via chat BADGES UPS 100% Secure Handmade CONTACT US Maanta Strada statale 11, Km 331 36053 Gambellara VI ITALY +39 0444 1270008 info@maanta.com MaantA by Bega Srl - Strada statale 11, Km 331, 36053 Gambellara VI Tel.: +39 0444 1270008 - P.IVA 04039300241 - REA VI 374004 - Privacy Policy - Cookie Policy - Cookie Preference × Loading... | 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