Polypropylene Flooring Mats
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;700;800&family=JetBrains+Mono:wght@400;500&display=swap'); .btvp{ --bc:#2b2b28; --bcs:#4a4a45; --bcv:#f5f1e8; --bcd:#ece5d6; --bb:#b6a76d; --bbd:#9a8a4e; --bw:#fffdf8; color:var(--bc); line-height:1.6; width:100%; max-width:100%; font-family:inherit; /* body copy inherits the theme's serif */ } .btvp, .btvp *{box-sizing:border-box;} .btvp p, .btvp ul, .btvp h2, .btvp h3, .btvp h4{margin:0;padding:0;} .btvp .m{font-family:'JetBrains Mono',monospace;font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;} .btvp .hd{font-family:'Archivo',Helvetica,Arial,sans-serif;} /* Strip */ .btvp-strip{ background:var(--bc);color:var(--bcv); display:flex;flex-wrap:wrap;gap:.4rem 1rem;justify-content:space-between;align-items:center; padding:.7rem 1rem;border-bottom:2px dashed var(--bb); } .btvp-strip .dot{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;background:var(--bb);margin-right:.5rem;vertical-align:middle;} /* Hero */ .btvp-hero{background:var(--bcv);padding:clamp(1.4rem,4vw,2.6rem) clamp(1rem,3vw,1.6rem);position:relative;} .btvp-hero .eyebrow{color:var(--bbd);display:block;margin-bottom:.8rem;} .btvp-hero h2{font-weight:800;font-size:clamp(1.7rem,4.5vw,2.8rem);line-height:1.08;letter-spacing:-.01em;color:var(--bc);} .btvp-hero h2 em{font-style:normal;color:var(--bbd);} .btvp-hero .lede{margin-top:1rem;max-width:52ch;font-size:1rem;color:var(--bcs);} .btvp-stamp{ display:inline-block;margin-top:1.1rem;border:2px solid var(--bbd);border-radius:6px; padding:.45rem .75rem;transform:rotate(-2deg); font-family:'JetBrains Mono',monospace;font-size:.66rem;letter-spacing:.16em; color:var(--bbd);text-transform:uppercase;text-align:center;line-height:1.5; } @media(min-width:700px){ .btvp-stamp{position:absolute;top:1.8rem;right:1.6rem;margin-top:0;transform:rotate(6deg);} } /* Shared section shell */ .btvp-sec{padding:clamp(1.6rem,3.5vw,2.4rem) clamp(1rem,3vw,1.6rem);border-top:1px dashed var(--bb);} .btvp-sec h3{font-family:'Archivo',Helvetica,Arial,sans-serif;font-size:1.15rem;font-weight:700;color:var(--bc);margin-bottom:.4rem;} .btvp-sec .intro{color:var(--bcs);max-width:60ch;margin-bottom:1.4rem;} .btvp-sec p + p{margin-top:.8rem;} /* Coverage plan */ .btvp-plan{background:var(--bcv);} .btvp-plan .fig{border:2px dashed var(--bb);background:var(--bw);padding:clamp(1rem,3vw,1.6rem);text-align:center;} .btvp-plan svg{width:100%;max-width:340px;height:auto;} .btvp-plan .cap{display:block;margin-top:.9rem;color:var(--bbd);} .btvp-plan .note{margin-top:1.4rem;max-width:58ch;color:var(--bcs);} @media(min-width:820px){ .btvp-plan .row{display:flex;gap:clamp(1.6rem,4vw,3rem);align-items:center;} .btvp-plan .row > *{flex:1;min-width:0;} .btvp-plan .note{margin-top:1rem;} } /* Benefit grid */ .btvp-grid{display:grid;gap:1px;background:var(--bb);border:1px solid var(--bb);} @media(min-width:640px){.btvp-grid{grid-template-columns:1fr 1fr;}} .btvp-grid .sp{background:var(--bw);padding:1rem 1.1rem;} .btvp-grid .sl{display:block;color:var(--bbd);margin-bottom:.3rem;} .btvp-grid .sv{display:block;color:var(--bcs);font-size:.95rem;} /* Tables */ .btvp-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;} .btvp table{width:100%;border-collapse:collapse;font-size:.92rem;min-width:520px;} .btvp th,.btvp td{text-align:left;padding:.7rem .8rem;border-bottom:1px dashed var(--bcd);vertical-align:top;} .btvp thead th{ font-family:'JetBrains Mono',monospace;font-size:.66rem;letter-spacing:.11em;text-transform:uppercase; color:var(--bbd);border-bottom:2px solid var(--bc);white-space:nowrap; } .btvp tbody tr:last-child td{border-bottom:0;} .btvp td.cur,.btvp thead th.cur{background:rgba(182,167,109,.16);} .btvp .rowlab{font-weight:700;color:var(--bc);white-space:nowrap;} /* Care steps */ .btvp-steps{display:grid;gap:1px;background:var(--bb);border:1px solid var(--bb);} @media(min-width:760px){.btvp-steps{grid-template-columns:repeat(3,1fr);}} .btvp-steps .st{background:var(--bw);padding:1.2rem 1.1rem;} .btvp-steps .st .m{display:block;color:var(--bbd);margin-bottom:.5rem;} .btvp-steps .st h4{font-family:'Archivo',Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.4rem;} .btvp-steps .st p{font-size:.95rem;color:var(--bcs);} /* Q&A */ .btvp-qa{border-left:2px dashed var(--bb);padding-left:1.2rem;} .btvp-qa .q{font-family:'Archivo',Helvetica,Arial,sans-serif;font-weight:700;color:var(--bc);margin-top:1.3rem;} .btvp-qa .q:first-child{margin-top:0;} .btvp-qa .a{color:var(--bcs);margin-top:.35rem;max-width:66ch;font-size:.97rem;} /* Notice + trade */ .btvp-notice{ margin-top:1.4rem;background:var(--bcd);border-left:4px solid var(--bbd); padding:1rem 1.1rem;font-size:.93rem;color:var(--bcs); } .btvp-notice .m{display:block;color:var(--bbd);margin-bottom:.4rem;} .btvp-trade{background:var(--bcv);} .btvp-trade .in{border:2px solid var(--bbd);padding:clamp(1.1rem,3vw,1.5rem);} .btvp-trade h3{margin-bottom:.5rem;} .btvp-trade p{color:var(--bcs);max-width:58ch;} .btvp-link{color:var(--bbd);font-weight:700;text-decoration:underline;text-underline-offset:3px;} /* Foot */ .btvp-foot{background:var(--bc);color:var(--bcv);padding:1.2rem 1rem;font-size:.92rem;} Supplied as two half-moon panels 4m — 8m & Emperor Bell Tent Flooring · Woven Polypropylene Wet boots in. Wipe it clean. Poly flooring doesn't drink. Water runs off the weave instead of soaking into it, so the floor gets brushed down between guests and rolled away damp without rotting or holding a smell. If your tent comes down most weekends, this is the one. WaterproofWon't RotWipes Clean CENTRE POLE PANEL A PANEL B OUTER DASH = TENT FOOTPRINT Full moon — both panels laid Two half moons, one full floor Every size ships as two matching half-moon panels. Laid together they meet at the centre pole and give you a complete circle of floor. Used singly, one panel covers the sleeping half and leaves the door side clear for boots and bags. Panels are cut just inside the tent footprint so the groundsheet still zips and the wall can breathe. No trimming, no fixings — the weight of the mat holds it flat. Why poly rather than coir Coir looks the part on a pitch that stays up all summer. Poly is built for turnaround. WaterproofSpills and wet boots sit on the surface. Mop it where it lies — nothing reaches the groundsheet underneath. Won't rotPolypropylene holds no moisture, so packing away damp at the end of a wet weekend won't ruin it. (Be sure to get it out later to dry out) Lighter to handleNoticeably lighter than the equivalent coir mat, which counts when one person is turning over several pitches in a morning. Quick to cleanBrush, hose or mop. No dragging a heavy mat outside to beat the dust out of it. Protects your groundsheetTakes the wear from peg heads, chair legs and furniture instead of your PVC. Two coloursGrey for a modern, hard-wearing look. Beige to sit quietly against natural canvas. Sizes Dimensions are the width and length of a single half-moon panel. Each order is supplied as a pair. To fit Single panel Full moon laid 4m bell 190 × 380 cm 380 × 380 cm 5m bell 240 × 480 cm 480 × 480 cm 6m bell 290 × 580 cm 580 × 580 cm 7m bell 340 × 680 cm 680 × 680 cm 8m bell 390 × 780 cm 780 × 780 cm Emperor 190 × 590 cm 380 × 590 cm Poly, coir or carpet? All three fit the same tents. The right one depends on how often the tent comes down, and who's walking on it. Your desired look and feel plays a part here. Poly ◂ Coir Carpet Material Woven polypropylene Natural coconut fibre Synthetic pile Underfoot Firm and smooth Coarse, like a doormat Soft and warm Wet weather Water runs off, wipes dry Absorbs, needs drying out Absorbs, slow to dry Packed away damp Fine — won't rot Risk of mould Risk of odour Cleaning Brush, hose or mop Shake and brush Brush or hoover Best for Glamping sites, hire fleets, weekly turnarounds Seasonal pitches, traditional look Families and colder trips Cleaning between guests Three jobs, none of them long. Between stays Brush and lift Sweep the surface, then lift each panel and shake the grit out. Dirt sits on top rather than sinking into the weave. Spills Mop it Warm water and mild detergent. Nothing soaks through to the groundsheet, so you can clean the mat where it lies. End of season Hose and hang Hose both sides, hang it over a fence for an hour, then roll. Store dry where you can — but a damp pack-away won't ruin it. Important notice — stove safety Always keep a fireproof hearth mat between a wood burner and this flooring. Polypropylene will melt on contact with embers or a hot flue. Wood burners should only be used in a well-ventilated space with a working carbon monoxide alarm — carbon monoxide is a silent killer, and the correct set-up for a stove is outside the tent. Before you order Will it fit a tent that isn't one of ours? Yes. Sizes follow standard bell tent diameters, so a 5m mat fits any 5m bell whatever the brand. If your tent has a zipped-in groundsheet with a deep bathtub edge, measure the flat floor area rather than the outside diameter, and size down if you fall between sizes. Does it go over or under the groundsheet? Over. The mat sits on top of the zipped-in groundsheet and protects it from peg heads, chair legs and furniture. Can I buy a single half moon? Each size is sold as a pair so the full circle matches. If you only want to cover the sleeping half, lay one panel and keep the second as a spare — handy when one comes off site for a proper wash. Is it slippery? The weave grips a groundsheet well. Laid straight onto wet grass with nothing underneath it can slide, so we don't recommend using it that way. How should I store it? Rolled rather than folded, which keeps creases out of the weave. It takes up considerably less room in the van than the same size in coir. Buying for a site or a hire fleet? We price by the pallet for glamping sites and event hire, and we'll ship mixed sizes on one consignment. Email [email protected] with your sizes and quantities. Bell Tent Village · FlooringFloors that go down fast and come up faster.
More you might like
Related
Solexx Greenhouse Polypropylene Flooring
Related
NewAge Garage Flooring Diamond Pattern Polypropylene Garage
Related
NewAge Garage Flooring Diamond Pattern Polypropylene Garage
Related