ARB Esperance Rooftop Tent 802200A
The Esperance from ARB is a super lightweight, slimline rooftop tent with a contemporary hard shell design. It was engineered for quick and effortless operation, which is achieved with an internal telescopic ladder, gas strut assisted opening, and three push-lock ratchet straps for closure. The spacious bed with high-density sponge mattress comfortably sleeps two adults, one child. Two large side windows, a skyward stargazing window, and an integrated vent maximize airflow and keep condensation to a minimum. An internal light and USB charging port complete the interior. The Esperance tent strikes the perfect balance of convenience, comfort and efficiency. Features & Benefits .features-list-section { /* Added some extra styling for better presentation */ padding: 20px; } .features-list-section li { margin-bottom: 10px; /* Adds space between each list item */ line-height: 1.5; max-width: 1200px; } /* --- Responsive Style for Mobile --- */ @media (max-width: 768px) { .features-list-section { /* Removes the large margin on smaller screens */ padding: 0; } } Slimline exterior shell made of lightweight, durable ABS material Tent Includes internal storage pockets, shoe pockets, cargo pockets, mounting kit and hardware Packed product dimensions: 60 in (L) x 48 in (W) x 13 in (H) Overall internal bed space: 60 in (L) x 78.7 in (W) x 47.2 in (H at center) Roomy internal bed space comfortably sleeps two adults, one child Easy set up with dual gas strut assisted opening Gusseted, roll up windows with dual midge mesh screens Airflow is optimized with two large windows, a stargazing moonroof, an integrated vent, and removable rain fly Features 1.5 inch thick, high-density sponge mattress with quilted, polyester peach skin removable mattress cover Tent features a interior dimmable LED strip light with concealed cables and convenient internal storage pockets, as well as external LED lighting Tent fabric is 200gsm poly cotton fire retardant canvas & 210D oxford removable rain cover with UVP 50+ Internally stored aluminum telescopic ladder saves spa .features-section { max-width: 100%; margin: 40px auto; padding: 20px; } /* --- Grid Container --- */ .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } /* --- Individual Feature Item Styles --- */ .feature-item img { width: 100%; object-fit: cover; } .feature-item h3 { margin: 0; } .feature-item p { font-size: 1rem; line-height: 1.6; margin: 0; } /* --- Responsive Styles for Mobile --- */ @media (max-width: 768px) { .details-section { padding: 20px; /* Adjust padding for smaller screens */ } .features-grid { grid-template-columns: 1fr; /* Stacks items into a single column */ } .feature-item img { height: auto; /* Lets image height be automatic on mobile */ max-height: 400px; /* Optional: still prevents huge images on mobile */ } } COMPACT YET SPACIOUS STARGAZING MOONROOF EFFORTLESS SETUP /* --- Main Section --- */ .two-column-section { display: flex; align-items: center; gap: 30px; max-width: 100%; margin: 20px auto; padding: 20px; } .text-column, .images-column { flex: 1; } .text-column h2 { margin-top: 0; } .text-column p { line-height: 2; } /* --- Image Stacking Styles --- */ .images-column { display: flex; flex-direction: column; gap: 20px; } .images-column img { width: 100%; height: auto; display: block; /* Removes any extra space below images */ } /* --- Responsive Styles for Mobile --- */ @media (max-width: 768px) { .two-column-section { flex-direction: column; /* Stacks the main columns */ padding: 20px 0; gap: 20px; margin:40px auto; } } ESPERANCE ROOFTOP TENT COMPACT. HARDSHELL. LIGHTWEIGHT. CONTEMPORARY DESIGN. Drawing heritage from the beautiful beaches and crystal-clear waters of one of Western Australia’s most renowned coastal environments, the Esperance RTT expands ARB’s rooftop tent family. ARB’s first-ever hardshell tent, the Esperance is a super lightweight, slimline, and contemporary-looking hardshell rooftop tent. With convenience-centric design in mind, the Esperance is quick and effortless both to set up and to pack down. With features such as an internal telescopic ladder, gas strut assisted opening, and only three push-lock ratchet straps, traveling with the Esperance is a breeze. /* --- Main Section Styles --- */ .split-section3 { display: flex; align-items: center; flex-wrap: wrap; padding: 20px 40px; gap: 30px; } /* --- Column Sizing --- */ .image-column3 { flex: 1; min-width: 400px; } .text-column3 { flex: 1; min-width: 400px; } /* --- Content Styling --- */ .image-column3 img { width: 100%; max-height: 400px; object-fit: cover; display: block; } .text-column3 h3 { margin-top: 0; } .text-column3 p { line-height: 1.6; } /* --- Desktop Layout and Alternating Order --- */ @media (min-width: 768px) { .split-section3.reverse-order { flex-direction: row-reverse; } } /* --- Responsive Styles for Mobile --- */ @media (max-width: 768px) { .split-section3 { padding: 20px 0; gap: 20px; } .image-column3 { order: -1; } } Simply lift, pull and rest Set up is as simple as unclamping the cover, lifting it up, and folding out the tent via a pull. Can be packed up with compact bedding left inside. Internally stored telescopic ladder. Roomy and comfy interior When set up, enjoy a large overall internal bed space: 60 in (L) x 78.7 in (W) x 47.2 in (H at center) 1.5in thick, high-density sponge featuring a quilted polyester peach skin removable mattress cover Manage airflow via the three zippered windows featuring dual midge-proof mesh screen Integrated vent ensures maximum airflow and reduced condensation Stargazing moonroof Extra protection Wind-resistant, slimline hardshell design that has been crafted with a streamlined mold. Stainless steel hardware for long-term durability. Canvas is made from 200GSM poly cotton with a silver-coated 2m water head. Fly is made from removable 210D canvas, with silver-coated 3m water head. Handy features Features an internal dimmable LED strip light with concealed cables. External LED strip lighting to help you out late at night. Includes internal storage pockets, shoe pockets, cargo pockets, mounting kit and hardware. ESPERANCE ROOFTOP TENT COMPACT. HARD SHELL. LIGHTWEIGHT. Tech Specs and Dimensions .gallery-section { padding: 20px 0; } /* --- Static Image Grid --- */ .image-grid { display: grid; /* Creates a responsive grid that fits as many columns as possible */ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } .image-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .image-grid img:hover { transform: scale(1.05); z-index: 2; } body { margin: 0; } /* --- Main Section Styles --- */ .specs-section { padding: 20px 0 50px 0; } .specs-container { max-width: 1400px; margin: 0; /* Changed from '0 auto' to align to the left */ padding: 0 0px; } /* --- Two-Column Layout (Flexbox) --- */ .specs-content { display: flex; align-items: center; /* Aligns items to the top instead of center */ gap: 60px; } .image-column { flex: 1; } .image-column img { width: 100%; height: auto; display: block; } .table-column { flex: 2; } /* --- Table Styling --- */ .specs-table { width: 100%; border-collapse: collapse; } .specs-table td { padding: 16px 0; border-bottom: 1px solid rgba(29, 61, 46, 0.2); } .specs-table td:last-child { font-size: 0.90rem; color: #555; } .specs-table tr:last-child td { border-bottom: none; } /* --- Responsive Styles for Mobile --- */ @media (max-width: 992px) { .specs-content { flex-direction: column; align-items: stretch; } } Color Tan/Grey Frame Aluminum Ladder Aluminum; Telescopic; 330lb Rating Material Exterior Shell: ABS; Tent Fabric: 200GSM Poly Cotton Canvas FR; Rain Cover: 210D Silver Coated Oxford Mattress 1.5in High-Density Sponge w/Removable Quilted Polyester Peach Skin Cover Fire Retardant Yes Packed Dimensions 60in L x 48in W x 13in H Internal Dimensions 60in L x 78.7in W Bed Space; 47.2in Center Head Space Prop 65 No Warranty 3 YR .feature-section1 { display: flex; flex-wrap: wrap; align-items: center; max-width: 100%; padding: 20px 0; gap: 40px; } .feature-section2 { display: flex; flex-wrap: wrap; align-items: center; max-width: 100%; padding: 20px 0; gap: 40px; } .text-column, .video-column { width: 100%; } /* Styles for the iframe */ .video-column iframe { width: 100%; aspect-ratio: 16 / 9; border: none; display: block; } /* Desktop Layout */ @media (min-width: 768px) { .feature-section1 { flex-direction: row-reverse; flex-wrap: nowrap; padding: 20px 40px; } .feature-section2 { flex-wrap: nowrap; padding: 20px 40px; } .text-column, .video-column { width: 50%; padding: 0; } }
More you might like
Related
ARB Esperance Rooftop Tent
Related
ARB Esperance Rooftop Tent
Related
ARB Esperance Rooftop Tent
Related