Sale!

Starlink Gen 3 Portable Tripod Mount – Compact, Adjustable, and Weather-Resistant

Original price was: $59.90.Current price is: $39.93.

In stock

Quantity
SKU: SRM001 Category: Brand:

Description

/* === Light Tone Styling for Outdoor Product (Matching provided images) === */ :root { –primary-bg: #F8F8F8; /* Very light grey for main background */ –secondary-bg: #FFFFFF; /* Pure white for section backgrounds */ –tertiary-bg: #EDEDED; /* Slightly darker light grey for cards/elements */ –light-elements-bg: #D0D0D0; /* Medium light grey for highlights */ –accent-color-dark: #333333; /* Dark grey for strong accents, titles */ –accent-color-light: #555555; /* Medium grey for subtle highlights */ –heading-color: #222222; /* Darker grey for headings */ –body-text-color: #4A4A4A; /* Medium dark grey for body text */ –light-text-color: #777777; /* Lighter grey for descriptive text/captions */ –border-color: #DCDCDC; /* Light, subtle border for elements */ –product-accent-blue: #007BFF; /* A vibrant blue for subtle accents/icons, inspired by Starlink */ –product-accent-grey: #666666; /* A neutral grey for icons */ –gradient-light: linear-gradient(90deg, #ADD8E6, #87CEEB); /* Light blue gradient for section titles */ –font-family-primary: ‘Inter’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; –box-shadow-light: 0 2px 8px rgba(0, 0, 0, 0.1); –box-shadow-medium: 0 5px 20px rgba(0, 0, 0, 0.15); –border-radius-main: 12px; –border-radius-card: 8px; } /* Base styling */ body { margin: 0; background-color: var(–tertiary-bg); /* Slightly darker than primary-bg for overall page background */ } .product-container { font-family: var(–font-family-primary); color: var(–body-text-color); line-height: 1.7; background-color: var(–primary-bg); max-width: 1200px; margin: 0 auto; box-shadow: var(–box-shadow-medium); overflow: hidden; border-radius: var(–border-radius-main); } /* Hero section */ .hero-section { position: relative; text-align: center; padding: 80px 20px 60px; background: var(–secondary-bg); /* Use pure white for hero background */ border-bottom: 1px solid var(–border-color); box-shadow: var(–box-shadow-light); margin-bottom: 40px; } .product-title { color: var(–heading-color); font-weight: 800; font-size: 3.2rem; margin-bottom: 15px; letter-spacing: -0.04em; } .product-subtitle { font-weight: 500; color: var(–accent-color-light); font-size: 1.6rem; margin-bottom: 30px; } .hero-image { width: 90%; max-width: 900px; height: auto; display: block; margin: 40px auto 0; border-radius: var(–border-radius-main); box-shadow: var(–box-shadow-medium); object-fit: contain; /* Use contain to ensure the entire product image is visible */ border: 2px solid var(–border-color); } /* Content container */ .content-container { padding: 0 24px; } /* Section title */ .section-title { color: var(–heading-color); text-align: center; margin: 4rem 0 2.5rem; font-weight: 700; font-size: 2.6rem; position: relative; padding-bottom: 20px; letter-spacing: -0.03em; } .section-title::after { content: “”; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 5px; background: var(–gradient-light); border-radius: 2px; } /* Features grid (top points) */ .features-section { padding-top: 40px; padding-bottom: 40px; background-color: var(–secondary-bg); /* White background for features */ border-radius: var(–border-radius-main); box-shadow: var(–box-shadow-light); margin-bottom: 40px; } .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); /* Two columns */ gap: 30px; max-width: 900px; margin: 0 auto 4rem; padding: 0 20px; } .feature-card { background: var(–tertiary-bg); border-radius: var(–border-radius-card); box-shadow: var(–box-shadow-light); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; display: flex; flex-direction: column; align-items: center; padding: 35px 30px; border: 1px solid var(–border-color); text-align: center; } .feature-card:hover { transform: translateY(-7px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); border-color: var(–product-accent-blue); } .feature-icon { font-size: 3.5rem; margin-bottom: 20px; color: var(–product-accent-blue); /* Blue icon color */ } .feature-title { color: var(–heading-color); font-weight: 700; font-size: 1.4rem; margin: 0 0 10px; } .feature-description { color: var(–body-text-color); font-size: 1.05rem; margin: 0; line-height: 1.6; } /* Content Rows for images and descriptions */ .content-row-section { padding: 50px 0; background-color: var(–primary-bg); /* Light grey background */ border-radius: var(–border-radius-main); margin-bottom: 40px; box-shadow: var(–box-shadow-medium); text-align: center; } .content-row { padding: 40px 30px; max-width: 1000px; margin: 0 auto 40px; background-color: var(–secondary-bg); /* White content row background */ border-radius: var(–border-radius-card); box-shadow: var(–box-shadow-light); border: 1px solid var(–border-color); text-align: left; display: flex; flex-direction: column; align-items: center; } .content-image-full { width: 100%; max-width: 800px; /* Adjust max-width for image rows */ height: auto; border-radius: var(–border-radius-card); box-shadow: var(–box-shadow-light); margin: 20px auto 30px; border: 1px solid var(–border-color); display: block; object-fit: contain; /* Use contain for images like product dimensions */ } .content-text-block { max-width: 800px; margin: 0 auto 30px; padding: 0 20px; text-align: center; } .content-text-block h3 { color: var(–heading-color); font-weight: 700; font-size: 1.8rem; margin-bottom: 15px; } .content-text-block p { color: var(–body-text-color); font-size: 1.1rem; line-height: 1.7; } /* Package Contents */ .package-contents-section { padding: 50px 0; background-color: var(–secondary-bg); /* White background */ border-radius: var(–border-radius-main); margin-bottom: 40px; box-shadow: var(–box-shadow-medium); text-align: center; } .package-contents-list { max-width: 600px; margin: 0 auto; background-color: var(–tertiary-bg); /* Slightly darker light grey */ border-radius: var(–border-radius-card); box-shadow: var(–box-shadow-light); border: 1px solid var(–border-color); padding: 30px; text-align: left; } .package-contents-list h4 { color: var(–heading-color); font-weight: 700; font-size: 1.8rem; margin-bottom: 20px; text-align: center; } .package-contents-list ul { list-style: none; padding: 0; margin: 0; } .package-contents-list li { font-size: 1.1rem; color: var(–body-text-color); margin-bottom: 10px; padding-left: 25px; position: relative; } .package-contents-list li::before { content: “✓”; /* Checkmark icon */ color: var(–product-accent-blue); /* Blue checkmark */ font-size: 1.2em; position: absolute; left: 0; top: -2px; } .package-note { font-size: 0.95rem; color: var(–light-text-color); margin-top: 20px; text-align: center; } /* Gallery Sections */ .gallery-section { padding: 50px 0; background-color: var(–primary-bg); /* Light grey background */ border-radius: var(–border-radius-main); margin-bottom: 40px; box-shadow: var(–box-shadow-medium); text-align: center; } .gallery-image-wrapper { max-width: 800px; margin: 0 auto 30px; padding: 0 20px; } .gallery-image-wrapper img { width: 100%; height: auto; border-radius: var(–border-radius-card); box-shadow: var(–box-shadow-light); border: 1px solid var(–border-color); object-fit: contain; /* Use contain for images like product dimensions */ } .gallery-image-wrapper p { color: var(–body-text-color); font-size: 1rem; margin-top: 15px; text-align: center; } /* Responsive adjustments */ @media (max-width: 768px) { .hero-section { padding: 60px 15px 40px; } .product-title { font-size: 2.5rem; } .product-subtitle { font-size: 1.3rem; } .section-title { font-size: 2.2rem; margin: 3rem 0 1.5rem; } .features-grid { grid-template-columns: 1fr; padding: 0 15px; } .content-row { padding: 30px 15px; } .content-text-block { padding: 0 15px; } .content-text-block h3 { font-size: 1.6rem; } .content-text-block p { font-size: 1rem; } .gallery-image-wrapper { padding: 0 15px; } .package-contents-list { padding: 20px; } }

Portable Tripod Mount

For Starlink Gen 3, Standard Actuated & High Performance

Key Features

🛰️

Universal Compatibility

Compatible with Starlink Gen 3, Standard Actuated, and High Performance dishes. Provides a versatile mounting solution for Starlink antennas, TV antennas, and more in various environments like RVs, yachts, and campsites.

💪

Portable & Robust Design

Thanks to its sturdy triangular steel structure, this tripod can support up to 1.10 lbs (500g). Its foldable design compacts to just 23.5 inches (~60 cm), making it easy to transport and store in tight spaces.

⬆️

Adjustable Height

Adjust the antenna mount height from 23.5 inches (folded) up to 53.15 inches (unfolded). The upgraded portable Starlink tripod features knob locks for easy adjustment to different height requirements in seconds.

🦶

Sturdy Grip & Stability

Equipped with a wide base and anti-slip rubber feet, this Starlink tripod ensures a firm grip on various surfaces like campsites, yachts, and outdoor venues. It securely holds your antenna, preventing it from tipping or slipping.

Connect Anywhere, Anytime

Stay connected wherever your outdoor adventures take you.

Enjoy seamless internet access while roaming, from yachts to RVs.

The highly adjustable design adapts to your specific needs.

Explore more from our collection.

Reviews

There are no reviews yet.

Be the first to review “Starlink Gen 3 Portable Tripod Mount – Compact, Adjustable, and Weather-Resistant”

Your email address will not be published. Required fields are marked *