Unistellar Backpack for eQuinox 2 & eVscope 2
.ub-page { --black: #000000; --ink: #1D1D1F; --paper: #F5F5F7; --white: #FFFFFF; --mute: #86868B; --line: #D2D2D7; --link: #0066CC; --accent: #2962FF; --radius: 22px; --radius-lg: 28px; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; color: var(--ink); background: var(--white); line-height: 1.47; letter-spacing: -0.003em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; overflow-x: clip; } .ub-page img { max-width: 100%; height: auto; } .ub-page .ub-section { padding: 120px 22px; } @media (max-width: 640px) { .ub-page .ub-section { padding: 80px 22px; } } .ub-page .ub-on-dark { background: var(--black); color: var(--white); } .ub-page .ub-paper { background: var(--paper); } .ub-page .ub-hero-h2 { font-size: clamp(60px, 9vw, 112px); font-weight: 600; line-height: 1.04; letter-spacing: -0.025em; color: var(--ink); } .ub-page .ub-h2 { font-size: clamp(40px, 5.5vw, 72px); font-weight: 600; line-height: 1.07; letter-spacing: -0.022em; color: var(--ink); } .ub-page .ub-lead { font-size: clamp(19px, 1.6vw, 24px); letter-spacing: -0.009em; color: var(--ink); } .ub-page .ub-body { font-size: 17px; letter-spacing: -0.005em; line-height: 1.5; color: var(--ink); } .ub-page .ub-eyebrow { font-size: 17px; font-weight: 600; letter-spacing: -0.005em; color: var(--mute); } .ub-page .ub-mute { color: var(--mute); } .ub-page .ub-on-dark .ub-mute { color: #6E6E73; } .ub-page .ub-on-dark .ub-h2, .ub-page .ub-on-dark .ub-hero-h2 { color: var(--white); } .ub-page .ub-on-dark .ub-body, .ub-page .ub-on-dark .ub-lead { color: #C7C7CC; } .ub-page .ub-bento-card .ub-body { color: #C7C7CC; } .ub-page .ub-grad { background: linear-gradient(90deg, var(--white) 0%, var(--white) 35%, var(--accent) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; } @media (max-width: 380px) { .ub-page .ub-hero-h2 { font-size: 42px; } } .ub-page .ub-hero-h2, .ub-page .ub-h2, .ub-page .ub-pullquote p { text-wrap: balance; } .ub-page .ub-body, .ub-page .ub-lead { text-wrap: pretty; } .ub-page .ub-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; } .ub-page .ub-stat-num { font-size: clamp(32px, 3.6vw, 52px); font-weight: 600; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); white-space: nowrap; } .ub-page .ub-stat-lbl { font-size: 15px; color: var(--mute); } .ub-page .ub-stat-cap { font-size: 13px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .ub-page .ub-stats { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .ub-page .ub-stat-num { font-size: 30px; } } @media (max-width: 380px) { .ub-page .ub-stat-num { font-size: 26px; } } .ub-page .ub-pullquote { text-align: center; } .ub-page .ub-pullquote p { font-size: clamp(28px, 3.4vw, 48px); font-weight: 600; line-height: 1.15; letter-spacing: -0.018em; color: var(--ink); max-width: 920px; margin: 0 auto; padding: 20px 0; } @media (max-width: 640px) { .ub-page .ub-pullquote { padding-top: 80px; padding-bottom: 80px; } } .ub-page .ub-quote-attr { font-size: 17px; font-weight: 600; letter-spacing: -0.005em; color: var(--mute); margin-top: 6px; } .ub-page .ub-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 1100px; margin: 0 auto; } .ub-page .ub-bento-card { background: #1C1C1E; border-radius: 28px; padding: 44px; min-height: 320px; display: flex; flex-direction: column; justify-content: flex-start; color: var(--white); border: 1px solid rgba(255,255,255,0.09); transition: transform 0.3s ease, border-color 0.3s ease; } .ub-page .ub-bento-card:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.18); } .ub-page .ub-bento-card .ub-eyebrow { color: #98989D; } .ub-page .ub-bento-h { font-size: 28px; font-weight: 600; color: var(--white); margin: 8px 0 12px; } .ub-page .ub-big-number { font-size: clamp(80px, 10vw, 140px); font-weight: 600; line-height: 1; letter-spacing: -0.03em; color: var(--white); } .ub-page .ub-span-2 { grid-column: span 2; } .ub-page .ub-span-3 { grid-column: span 3; } .ub-page .ub-span-4 { grid-column: span 4; min-height: 380px; } @media (max-width: 1024px) { .ub-page .ub-bento { grid-template-columns: repeat(2, 1fr); } .ub-page .ub-span-2, .ub-page .ub-span-3, .ub-page .ub-span-4 { grid-column: span 1; } } @media (max-width: 640px) { .ub-page .ub-bento { display: flex; grid-template-columns: none; gap: 14px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; margin: 0 -22px; padding: 4px 22px; scroll-padding-left: 22px; } .ub-page .ub-bento::-webkit-scrollbar { display: none; } .ub-page .ub-bento-card, .ub-page .ub-span-2, .ub-page .ub-span-3, .ub-page .ub-span-4 { grid-column: auto; flex: 0 0 85%; scroll-snap-align: start; min-height: 300px; padding: 28px; } } .ub-page .ub-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; } .ub-page .ub-split-img { width: 100%; border-radius: 28px; max-height: 700px; object-fit: cover; } @media (max-width: 900px) { .ub-page .ub-split { grid-template-columns: 1fr; text-align: center; } .ub-page .ub-split-text { order: 1; } .ub-page .ub-split-img { order: 2; } } .ub-page .ub-specs { max-width: 980px; margin: 0 auto; font-size: 17px; color: var(--ink); } .ub-page .ub-specs-row { display: grid; grid-template-columns: 38% 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; } .ub-page .ub-specs-label { color: var(--mute); font-weight: 400; font-size: 17px; line-height: 1.5; } .ub-page .ub-specs-value { color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.5; overflow-wrap: anywhere; } .ub-page .ub-specs-cat { padding: 36px 0 14px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); } @media (max-width: 640px) { .ub-page .ub-specs-row { font-size: 15px; padding: 14px 0; } } @media (max-width: 380px) { .ub-page .ub-specs-row { font-size: 13.5px; padding: 10px 0; } } .ub-page .ub-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 48px; max-width: 1000px; margin: 0 auto; } .ub-page .ub-highlight-item { display: flex; gap: 14px; align-items: flex-start; } .ub-page .ub-tick { width: 24px; height: 24px; flex-shrink: 0; color: var(--ink); margin-top: 2px; } @media (max-width: 700px) { .ub-page .ub-highlights { grid-template-columns: 1fr; } } .ub-page .ub-link { color: var(--link); font-size: 17px; display: inline-flex; align-items: center; gap: 4px; padding: 10px 4px; min-height: 44px; text-decoration: none; } .ub-page .ub-link svg { width: 18px; height: 18px; } .ub-page .ub-on-dark .ub-link { color: #2997FF; } .ub-page .ub-closing { text-align: center; } .ub-page .ub-closing h2 { max-width: 820px; margin: 0 auto 56px; } .ub-page .ub-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; } .ub-page .ub-perk-t { font-size: 17px; font-weight: 600; color: var(--ink); } .ub-page .ub-perk-s { font-size: 14px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .ub-page .ub-perks { grid-template-columns: repeat(2, 1fr); } } @supports (animation-timeline: view()) { @media (prefers-reduced-motion: no-preference) { .ub-page .ub-reveal { animation: ub-rise 1ms linear both; animation-timeline: view(); animation-range: entry 0% entry 55%; } } } @keyframes ub-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } } .ub-page .ub-stage { position: relative; overflow: hidden; } .ub-page .ub-stage > * { position: relative; z-index: 1; } .ub-page .ub-stage::before { content: ""; position: absolute; z-index: 0; inset: -20%; pointer-events: none; background: radial-gradient(46% 38% at 50% 30%, rgba(255,255,255,0.10), transparent 70%); } .ub-page .ub-grad-glow { filter: drop-shadow(0 0 28px color-mix(in srgb, var(--accent) 35%, transparent)); } .ub-page .ub-hero { text-align: center; } .ub-page .ub-hero .ub-lead { max-width: 720px; margin: 24px auto 8px; } .ub-page .ub-hero-ctas { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; margin-top: 8px; } .ub-page .ub-anchor { scroll-margin-top: 72px; } Unistellar Backpack Take your eVscope anywhere. Protected to the millimetre. Developed by Unistellar with the world’s leading manufacturer of specialised transport bags. High-density foam inserts cut precisely to the shape of the eVscope 2 and eQuinox 2, so your telescope travels locked in place. See how it protects your telescope View specifications 2 kg pack weight light enough for dark-site hikes 8 pockets plus a dedicated tripod compartment 4 telescopes supported eVscope, eVscope 2, eQuinox, eQuinox 2 72 cm tall telescope, tripod and charger inside “Carefully designed with the world leading manufacturer of specialized transportation bags.” Unistellar Protection Foam, cut to the shape of your eVscope. Built-in high-density foam inserts precisely match the shape of your eVscope or eQuinox, cradling the tube and mount arm. An internal strap fastens the instrument down, so nothing shifts while you walk. Weather A removable rain shield, always aboard. A rain shield lives in its own pocket at the bottom of the backpack, ready to pull over the pack when the sky turns. It keeps rain and humidity away from your telescope’s optics and electronics, then stows away flat. Comfort 2 kg, built for the walk in. Padded, adjustable shoulder straps pair with a padded hip belt that shifts the load onto your hips for longer carries. A ventilated back panel keeps air moving between you and the pack on the way to your dark site. Storage 8 pockets. 1 tripod compartment. Five internal pockets, two of them zipped and two sized to hold the telescope cap and eyepiece lid while you observe. Outside: two large pockets, a zipped hip-belt pocket and a dedicated compartment for the tripod. Fit Everything rides in its place. Telescope, tripod, charger and accessories each get a dedicated spot inside the Unistellar backpack, with tough reinforced fabric, the same robust construction used in computer bags, between your instrument and the world. Unzip the front panel and the eVscope lifts straight out, ready for the night. Carry Padded where it counts. The shoulder straps and hip belt are padded and fully adjustable, spreading the weight of a fully loaded telescope backpack across your shoulders and hips. The ventilated back panel adds airflow, so the walk back down at 2 am is as comfortable as the walk up. Built-in foam inserts precisely match the shape of your eVscope or eQuinox. Internal strap securely fastens the instrument while backpacking. Removable rain shield protects against rain and humidity. Tough reinforced fabric, carefully padded with high-density foam. Padded, adjustable shoulder straps and hip belt distribute the load. Ventilated back panel keeps you cool on the walk to your observing site. 5 internal pockets, 2 large external pockets and a zipped hip-belt pocket. Dedicated tripod compartment plus room for the charger and accessories. Physical Dimensions (H × W × D) 72 × 22.5 × 29 cm Weight 2 kg Colour Black Materials Tough reinforced fabric, high-density foam padding Capacity Holds Telescope, tripod, charger, accessories Internal pockets 5 (2 zipped, 2 for telescope cap and eyepiece lid, 1 spare) External pockets 2 large external, 1 zipped hip-belt pocket Rain shield Removable, stored in bottom pocket Compatibility Compatible with eVscope 2, eQuinox 2, and the original eVscope and eQuinox Not compatible with Odyssey, Odyssey Pro In the box Included Backpack, removable rain shield, instructions Packaging Boxed dimensions (H × W × D) 74 × 27 × 31 cm Boxed weight 3.5 kg Under Australian skies. Backed by Bintel. Australian warranty Full local cover Ships from Sydney From local stock Expert advice From working astronomers 40+ years In Australian astronomy
More you might like
Related
Unistellar Backpack for eQuinox or eVscope 2
Related
Unistellar eQuinox 2 Smart Telescope for Light Polluted Citi
Related
Unistellar eVscope and Equinox Backpack (EVSCOPE2-BACKPACK)
Related