Moss Tower
Moss Tower — Superior Shrimp & Aquatics .ssa-pd *, .ssa-pd *::before, .ssa-pd *::after { box-sizing: border-box; } @keyframes fadeUp { from { opacity: 0; transform: translateY(16px ); } to { opacity: 1; transform: translateY(0); } } .ssa-pd { font-family: 'DM Sans', sans-serif !important; color: #1e1a1a !important; background: #fff !important; line-height: 1.75 !important; -webkit-font-smoothing: antialiased; } /* ── HERO ── */ .ssa-pd .hero { background: linear-gradient(150deg, #111111 0%, #2a0000 60%, #F40909 100%) !important; padding: 3.5rem 3rem 2.8rem !important; position: relative !important; overflow: hidden !important; animation: fadeUp 0.6s ease both; } .ssa-pd .hero::before { content: '🌿'; position: absolute; right: 3rem; bottom: 1.5rem; font-size: 7rem; opacity: 0.08; pointer-events: none; line-height: 1; } .ssa-pd .hero-tag { display: inline-block !important; background: rgba(255,255,255,0.12) !important; color: rgba(255,255,255,0.85) !important; font-size: 0.8rem !important; font-weight: 500 !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; padding: 0.25rem 0.8rem !important; border-radius: 100px !important; margin-bottom: 1rem !important; border: 1px solid rgba(255,255,255,0.15) !important; } .ssa-pd .hero h1 { font-family: 'Playfair Display', serif !important; font-size: clamp(2rem, 5vw, 3.2rem) !important; color: #fff !important; line-height: 1.15 !important; margin: 0 0 0.6rem 0 !important; padding: 0 !important; background: transparent !important; text-transform: none !important; letter-spacing: normal !important; } .ssa-pd .hero-sub { color: rgba(255,255,255,0.65) !important; font-size: 1rem !important; font-weight: 300 !important; margin: 0 !important; } /* ── FEATURE PILLS ── */ .ssa-pd .feature-pills { display: flex !important; flex-wrap: wrap !important; gap: 0.5rem !important; padding: 1.4rem 3rem !important; background: #111111 !important; border-bottom: 1px solid #1e1e1e !important; } .ssa-pd .fpill { display: inline-flex !important; align-items: center !important; gap: 0.35rem !important; background: #1e1e1e !important; color: rgba(255,255,255,0.75) !important; font-size: 0.82rem !important; font-weight: 400 !important; padding: 0.3rem 0.85rem !important; border-radius: 100px !important; border: 1px solid rgba(255,255,255,0.08) !important; letter-spacing: 0.04em !important; } .ssa-pd .fpill .dot { width: 6px; height: 6px; border-radius: 50%; background: #F40909; flex-shrink: 0; } /* ── BODY ── */ .ssa-pd .body-wrap { max-width: 800px !important; margin: 0 auto !important; padding: 3rem 2rem 5rem !important; animation: fadeUp 0.5s 0.15s ease both; } /* ── PROSE ── */ .ssa-pd .prose p { font-size: 1.2rem !important; color: #6b6060 !important; line-height: 1.9 !important; margin-bottom: 1.6rem !important; font-weight: 300 !important; } .ssa-pd .prose p strong { color: #111111 !important; font-weight: 500 !important; } .ssa-pd .prose a { color: #b50707 !important; text-decoration: underline !important; text-underline-offset: 3px; } /* ── SECTION HEADING ── */ .ssa-pd .section-label { font-size: 0.78rem !important; font-weight: 500 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #F40909 !important; margin: 2.8rem 0 0.5rem !important; display: block !important; } .ssa-pd .prose h2 { font-family: 'Playfair Display', serif !important; font-size: 2rem !important; font-weight: 600 !important; color: #1e1a1a !important; margin: 0 0 1.1rem !important; padding-bottom: 0.5rem !important; border-bottom: 2px solid #e8e2da !important; line-height: 1.25 !important; background: transparent !important; text-transform: none !important; letter-spacing: normal !important; } /* ── STAT ROW ── */ .ssa-pd .stat-row { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important; gap: 0.85rem !important; margin: 1.6rem 0 2.2rem !important; } .ssa-pd .stat-card { background: #f7f3ee !important; border-radius: 10px !important; padding: 1.1rem 1rem !important; text-align: center !important; border: 1px solid #e8e2da !important; } .ssa-pd .stat-value { font-family: 'Playfair Display', serif !important; font-size: 1.5rem !important; font-weight: 700 !important; color: #111111 !important; display: block !important; line-height: 1.1 !important; } .ssa-pd .stat-label { font-size: 0.82rem !important; color: #6b6060 !important; margin-top: 0.3rem !important; display: block !important; } /* ── BULLET LIST ── */ .ssa-pd .bullet-list { margin: 0.5rem 0 1.6rem !important; padding: 0 !important; } .ssa-pd .bl-item { display: block !important; padding: 0.35rem 0 0.35rem 1.6rem !important; font-size: 1.15rem !important; color: #6b6060 !important; font-weight: 300 !important; line-height: 1.75 !important; position: relative !important; } .ssa-pd .bl-item::before { content: '•' !important; color: #F40909 !important; font-size: 1.1rem !important; position: absolute !important; left: 0 !important; top: 0.3rem !important; } .ssa-pd .bl-item strong { color: #111111 !important; font-weight: 500 !important; } /* ── TIP BOX ── */ .ssa-pd .tip-box { background: #fff8f0 !important; border-left: 4px solid #F40909 !important; border-radius: 10px !important; padding: 1.2rem 1.6rem !important; margin: 2rem 0 !important; } .ssa-pd .tip-box .tip-label { font-size: 0.75rem !important; font-weight: 500 !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; color: #F40909 !important; display: block !important; margin-bottom: 0.4rem !important; } .ssa-pd .tip-box p { font-size: 1.15rem !important; color: #5a3a2a !important; margin: 0 !important; font-weight: 300 !important; line-height: 1.8 !important; } /* ── PLACEMENT STEPS ── */ .ssa-pd .steps { margin: 0.5rem 0 1.8rem !important; } .ssa-pd .step { display: flex !important; gap: 1rem !important; align-items: flex-start !important; margin-bottom: 0.85rem !important; } .ssa-pd .step-num { flex-shrink: 0 !important; width: 28px !important; height: 28px !important; border-radius: 50% !important; background: #111111 !important; color: #fff !important; font-size: 0.8rem !important; font-weight: 500 !important; display: flex !important; align-items: center !important; justify-content: center !important; margin-top: 0.15rem !important; } .ssa-pd .step-text { font-size: 1.15rem !important; color: #6b6060 !important; font-weight: 300 !important; line-height: 1.75 !important; } .ssa-pd .step-text strong { color: #111111 !important; font-weight: 500 !important; } /* ── PLANT CTA ── */ .ssa-pd .plant-cta { background: linear-gradient(135deg, #111111 0%, #1a1a1a 100%) !important; border-radius: 12px !important; padding: 1.8rem 2rem !important; margin: 2.5rem 0 !important; display: flex !important; align-items: center !important; gap: 1.4rem !important; transition: background 0.2s, transform 0.2s !important; cursor: pointer !important; text-decoration: none !important; } .ssa-pd .plant-cta:hover { background: linear-gradient(135deg, #1a0000 0%, #2a0000 100%) !important; transform: translateY(-1px) !important; } .ssa-pd .plant-cta .cta-icon { font-size: 2.8rem !important; flex-shrink: 0 !important; line-height: 1 !important; } .ssa-pd .plant-cta .cta-text strong { display: block !important; font-family: 'Playfair Display', serif !important; font-size: 1.2rem !important; color: #fff !important; margin-bottom: 0.3rem !important; font-weight: 600 !important; } .ssa-pd .plant-cta .cta-text p { font-size: 1.05rem !important; color: rgba(255,255,255,0.55) !important; margin: 0 !important; font-weight: 300 !important; line-height: 1.6 !important; } /* ── POLICY FOOTER ── */ .ssa-pd .policy-bar { display: flex !important; flex-wrap: wrap !important; gap: 0.6rem !important; align-items: center !important; padding: 1.2rem 1.6rem !important; background: #f7f3ee !important; border-radius: 10px !important; border: 1px solid #e8e2da !important; margin-top: 2.5rem !important; } .ssa-pd .policy-bar span { font-size: 0.9rem !important; color: #6b6060 !important; font-weight: 300 !important; } .ssa-pd .policy-bar a { display: inline-flex !important; align-items: center !important; gap: 0.3rem !important; background: #111111 !important; color: #fff !important; font-size: 0.82rem !important; font-weight: 500 !important; padding: 0.3rem 0.9rem !important; border-radius: 100px !important; text-decoration: none !important; letter-spacing: 0.04em !important; transition: background 0.2s !important; } .ssa-pd .policy-bar a:hover { background: #F40909 !important; } Aquarium Hardscape Accessories Moss Tower Vertical structure, living texture, and a shrimp haven — grown from the inside out. Interior Moss Chamber No Tying Required Vertical Aquascape Shrimp Microhabitat Nano Tank Friendly The Moss Tower is a hollow hardscape accessory designed to hold aquarium moss securely inside the structure rather than wrapped on the exterior. Moss is placed into the internal chamber where it gradually grows outward through the openings, creating a natural, layered look while staying contained and tidy. This design prevents loose moss from drifting around the tank and keeps growth concentrated in a defined vertical form. Inside Out Growth Design Zero Tying or Adhesives Vertical Space-Saving Form What to Expect A Living Structure Over Time Once filled in, the tower provides excellent grazing surfaces and sheltered microhabitats for shrimp and small invertebrates. It adds vertical interest to aquascapes without occupying excessive floor space, making it well suited for shrimp tanks, nano aquariums, and planted layouts that benefit from structured height. Shrimp graze constantly on the biofilm that develops across the moss and tower surface. Small invertebrates use the gaps and chambers as shelter and molting spots. Moss grows evenly outward from all sides over time, creating a full, lush appearance. Vertical form adds height and depth to aquascapes without claiming floor space. Intended Use How to Set It Up 1 Gather your aquarium moss — Java moss, Christmas moss, or any fast-growing species works well. 2 Pack moss gently into the internal cavity. Leave small gaps to allow water flow through the structure. 3 Place the tower on the substrate in your desired position. No tying, threading, or adhesives needed. 4 Allow 2 to 4 weeks for moss to begin growing outward through the openings and establishing itself. 💡 Bonus Tip Do not overpack the interior with moss. Leaving small gaps improves water flow through the tower and helps the moss grow evenly from all sides rather than pushing outward in only one direction. 🌿 Complete the setup with live plants Plants provide essential hiding spots and enhance the natural look of your tank, creating a healthier, more enriching environment for your shrimp. Browse our Aquatic Plants collection and add some to your order for a thriving, beautiful setup. → Before placing your order, please review our 📋 DOA Policy 🚚 Shipping Info
More you might like
Related
Large Moss Agate Towers l Pick Your Own Large Moss Agate Tow
Related
Mossy Dragon, with Moss Agate Tower
Related
"Mossy Bastion" | Masterpiece Landscape Moss Agate Towers #7
Related