Sun-Mar Compost Sure Blue
@import url('https://fonts.googleapis.com/css2?family=Inter:wght=400;500;600;700;800;900&display=swap'); /* Scoped Container - Clean Eco-Off-Grid Theme */ .sunmar-prod-wrapper { fo nt-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background-color: transparent !important; color: #334155 !important; max-width: 800px; margin: 0 auto; padding: 24px 16px; line-height: 1.6; box-sizing: border-box; } .sunmar-prod-wrapper * { box-sizing: border-box; } /* Brand Color Palette */ .sunmar-prod-wrapper { --eco-green: #14532d; /* Premium Forest Green */ --eco-green-light: #f0fdf4; /* Soft Green Wash */ --eco-blue: #0284c7; /* Clean Waterless Blue */ --text-main: #1e293b; --text-muted: #64748b; --border-light: #e2e8f0; } /* Typography & Header */ .sunmar-prod-wrapper h1 { font-size: 32px; font-weight: 850; color: var(--text-main) !important; line-height: 1.2; margin: 0 0 8px 0; letter-spacing: -0.5px; } .sunmar-prod-wrapper .sub-header { font-size: 17px; color: var(--text-muted); font-weight: 500; margin: 0 0 20px 0; line-height: 1.4; } .sunmar-prod-wrapper .highlight { color: var(--eco-blue); font-weight: 600; } /* Clean Eco Line Divider */ .sunmar-prod-wrapper .eco-divider { display: flex; align-items: center; gap: 12px; margin: 24px 0; width: 100%; } .sunmar-prod-wrapper .divider-line { flex: 1; height: 1px; background-color: var(--border-light); } .sunmar-prod-wrapper .divider-badge { font-size: 10px; font-weight: 800; color: var(--eco-green); text-transform: uppercase; letter-spacing: 2px; background: var(--eco-green-light); padding: 4px 12px; border-radius: 4px; } /* Narrative Text Layout with Accent Left Border & Float Clearing */ .sunmar-prod-wrapper .narrative-block { border-left: 3px solid var(--eco-blue); padding: 4px 0 4px 20px !important; margin-bottom: 32px !important; } /* Micro clearfix to contain the floated "At a Glance" box */ .sunmar-prod-wrapper .narrative-block::after { content: ""; display: table; clear: both; } .sunmar-prod-wrapper .narrative-block p { font-size: 15px; line-height: 1.6; margin: 0 0 14px 0; color: #475569; } .sunmar-prod-wrapper .narrative-block p:last-child { margin-bottom: 0; } .sunmar-prod-wrapper .narrative-block strong { color: var(--text-main); font-weight: 700; } /* Integrated At a Glance Block (Floated Right) */ .sunmar-prod-wrapper .glance-block { background-color: transparent !important; border-left: 3px solid var(--eco-green); padding: 2px 0 2px 16px; float: right; width: 45%; max-width: 240px; min-width: 170px; margin: 0 0 12px 20px; } .sunmar-prod-wrapper .glance-block h3 { margin: 0 0 8px 0; font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--eco-green); letter-spacing: 0.8px; line-height: 1.2; } .sunmar-prod-wrapper .glance-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; } .sunmar-prod-wrapper .glance-item { font-size: 12px; color: #475569; line-height: 1.35; } .sunmar-prod-wrapper .glance-item strong { color: var(--text-main); } /* Section Headings */ .sunmar-prod-wrapper .section-title { color: var(--text-main); font-weight: 800; text-transform: uppercase; font-size: 15px; letter-spacing: 0.8px; margin-bottom: 14px; display: block; } /* Point-Form Specifications List */ .sunmar-prod-wrapper .specs-list { list-style-type: none; padding: 0; margin: 0 0 32px 0; } .sunmar-prod-wrapper .specs-item { font-size: 14px; line-height: 1.5; margin-bottom: 12px; padding-left: 20px; position: relative; color: #475569; } .sunmar-prod-wrapper .specs-item:last-child { margin-bottom: 0; } /* Custom Bullet Indicators */ .sunmar-prod-wrapper .specs-item::before { content: "•"; color: var(--eco-green); font-weight: 900; position: absolute; left: 0; top: 0; font-size: 18px; line-height: 1.2; } /* Support & Call to Action Footer */ .sunmar-prod-wrapper .support-footer { border-top: 1px solid var(--border-light) !important; padding-top: 24px !important; display: flex; flex-direction: column !important; gap: 16px; margin-top: 28px; background: transparent !important; } @media (min-width: 640px) { .sunmar-prod-wrapper .support-footer { flex-direction: row !important; align-items: center; justify-content: space-between; gap: 24px; } } .sunmar-prod-wrapper .support-info { display: flex; flex-direction: column; gap: 3px; } .sunmar-prod-wrapper .support-footer h3 { margin: 0; font-size: 14px; font-weight: 800; text-transform: uppercase; color: var(--eco-green); letter-spacing: 0.5px; } .sunmar-prod-wrapper .support-footer p { margin: 0; font-size: 13px; line-height: 1.45; color: var(--text-muted); } .sunmar-prod-wrapper .tel-link { font-weight: 700; color: var(--eco-green); text-decoration: underline; white-space: nowrap !important; display: inline-block; } .sunmar-prod-wrapper .quote-btn { display: inline-flex; align-items: center; justify-content: center; background-color: var(--eco-green); color: #ffffff !important; padding: 10px 18px; border-radius: 4px; text-decoration: none !important; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; transition: background-color 0.2s ease; white-space: nowrap; } .sunmar-prod-wrapper .quote-btn:hover { background-color: #166534; color: #ffffff !important; } /* Responsive Details */ @media screen and (max-width: 480px) { .sunmar-prod-wrapper h1 { font-size: 26px; } .sunmar-prod-wrapper .sub-header { font-size: 15px; } .sunmar-prod-wrapper .narrative-block p { font-size: 14px; } .sunmar-prod-wrapper .specs-item { font-size: 13px; } .sunmar-prod-wrapper .quote-btn { padding: 10px 14px; font-size: 11px; } .sunmar-prod-wrapper .glance-block { width: 100%; max-width: none; float: none; margin: 0 0 16px 0; padding-left: 14px; } } Sun-Mar Compost Sure Blue 100% Organic, Odor-Free Bulking Agent. Sun-Mar At a Glance Bag Volume: 30L (~8 Gal) Formulation: Peat & hemp Keep your off-grid composting toilet running smoothly and smelling fresh with Sun-Mar Compost Sure Blue. Specially formulated as the ideal bulking agent for all Sun-Mar waterless composting toilets, this premium organic blend keeps your composting environment loose, aerated, and working exactly as it should. By blending coarse peat moss with chopped hemp stalks, Compost Sure Blue absorbs excess moisture quickly. This simple addition maintains the perfect balance required for clean, natural, and completely odor-free decomposition—making it the ultimate hassle-free companion for your cabin, tiny home, or cottage getaway. Key Specifications Specially formulated bulking agent designed to optimize all Sun-Mar waterless composting toilets. Features an all-natural, 100% organic blend of premium coarse peat moss and chopped hemp stalks. Effectively absorbs excess moisture while keeping the compost pile loose and well-aerated. Helps eliminate unpleasant bathroom odors by promoting clean, natural decomposition. Supplied in a convenient 30-liter bag (~8 gallons) that is easy to transport and store in off-grid settings. Off-Grid Sales & Support Need assistance? Call us toll-free at The Cabin Depot: +1(844) 603-4743 Online Support Form
More you might like
Related
Sun-Mar Compost Sure
Related
Sun-Mar Compost Sure Composting Toilet Bulking Material
Related
Sun Mar Compost Sure Blue
Related