Eco Friendly Shades

Eco Friendly Shades2023-07-20T15:06:19-04:00

Eco Friendly Shades

EcoVeil®

This eco-friendly shadecloth is the first environmentally certified product of its kind, separating it from the other 300+ styles, colors, patterns, and weaves of shadecloth collection to choose from. This series of shadecloths is PVC-free, and both are Cradle to Cradle CertifiedCM Silver and GREENGUARD® certified. Reclaimable and fully recyclable, EcoVeil is available in several different styles, patterns, and densities, as EcoVeil Screens and EcoVeil Naturals.

We offer the following colors selections :

Ecoveil

EcoVeil Naturals 8050 Series (1-2% open)

  • ♦ Eight colors
  • ♦ 100% TPO (thermoplastic olefin)
  • ♦ 64-66 in. (163-168cm) wide
  • ♦ Pass NFPA 701-2004

EcoVeil Screens 0950 Series (1% open)

  • ♦ Eight colors
  • ♦ 100% TPO (thermoplastic olefin)
  • ♦ 100 in. (254cm) wide
  • ♦ Pass NFPA 701-2004

EcoVeil Screens 1350 Series (5% open)

  • ♦ Eight colors
  • ♦ 100% TPO (thermoplastic olefin)
  • ♦ 100 in. (254cm) wide
  • ♦ Pass NFPA 701-2004

EcoVeil Screens 1550 Series (3% open)

  • ♦ Eight colors
  • ♦ 100% TPO (thermoplastic olefin)
  • ♦ 100 in. (254cm) wide
  • ♦ Pass NFPA 701-2004

Beyond PVC-free
These non-PVC shadecloths are woven of an extruded proprietary fiber whose thermoplastic olefin (TPO) jacket covers a polyolefin core.

EcoVeil® Screens 0950 Series 1% open

• Seven colors
• 100% TPO
• 96 in. (244cm) wide
• Pass NFPA 701-2004

EcoVeil Screens 1350 Series 5% open

• Seven colors
• 100% TPO
• 96 in. (244cm) wide
• Pass NFPA 701-2004

EcoVeil Screens 1550 Series 3% open

• Seven colors
• 100% TPO
• 96 in. (244cm) wide
• Pass NFPA 701-2004

Questions are good answers are BETTER !

1. Q: How many types do we have for this fabric?

A: We have three.
• EcoVeil® Screens 0950 Series 1% open
• EcoVeil Screens 1350 Series 5% open
• EcoVeil Screens 1550 Series 3% open

 

2. Q: What are the color options do we have for each type?

A: Please see the Colors tab to start browsing all available fabrics.

 

3. Q: Are these fabric are flame retardant?

A: Yes they are flame retardant.

 

Did not find what you are looking for ?
Please contact us at 305-556-8700 or click “Contact Us” button below to chat/send email.
One of our customer care associates will be available help you between the hours of 8-5 eastern standard time.
Thank you for visiting our site.

Related Products

[insert_php] //MODIFICAR EN VALOR DE LA VARIABLE $slug POR EL SLUG DE LA CATEGORIA QUE SE DESEA BUSCAR
$slug = ‘eco-friendly-shades’;
$tax_query = array();
$filtro = array(
‘taxonomy’ => ‘product_cat’,
‘field’ => ‘slug’,
‘terms’ => $slug
);

array_push( $tax_query, $filtro );
$args = array(
‘post_type’ => ‘product’,
‘post_status’ => ‘publish’,
‘tax_query’ => $tax_query,
‘posts_per_page’ => -1,
‘orderby’ => array(
‘nom_clause’ => ‘ASC’
)
);

$products_query= new WP_Query( $args );

if ( ! $products_query->have_posts() ) {
//echo “NADA COMPA”;
echo ‘

No results found, please try another combination

‘;
}
else {

foreach ($products_query->posts as $prod) {
/*==========================*/
$img = get_the_post_thumbnail_url( $prod->ID );
$_product = wc_get_product( $prod->ID );
$precio = $_product->get_price();
$link = get_permalink($prod->ID);
echo ‘

Laundry Bags - NYLON

‘;

echo ‘

‘.$prod->post_title.’

‘;
echo ‘

‘.$prod->post_content.’

View Details>>

‘;
echo ‘

Price: $ ‘.$precio.’

‘;
/*==========================*/
}

}

[/insert_php]

Title

Go to Top