Cancellation policy

Advanced Curation Programs — The Minerals Lab

Certain exclusive specimens within our catalog may be processed under specialized collection tracks—including automated continuity plans, reservation pre-orders, or private review trials. If you ever have a question about your account or order status, please reach out to help.themineralslab@gmail.com.

1. Specimen Subscription Program

Enrolling in a subscription profile enables recurring automated deliveries of curated mineral clusters or geographic specimens. These allocations generate systematically based on the custom duration interval and frequency framework you select during checkout.

  • Secure Token Storage: Your financial processing card details are saved securely inside isolated, PCI-compliant vaults. Billing invoices trigger dynamically prior to each regular dispatch run, unless advanced block payments are processed.

  • Automatic Renewal: Program matrices are configured to auto-renew at the baseline expiration of their duration block. If you prefer to drop your entry tier, cancellation parameters can be logged smoothly at any point.

  • Dashboard Autonomy: To cancel or append a continuity run, follow the self-managed control links embedded within your original confirmation dispatch mail. Reverse freight adjustments match our standard Refund Framework. For manual adjustments, write to help.themineralslab@gmail.com.

2. Rare Matrix Pre-Orders

Executing a pre-order transaction secures rare, out-of-stock, or soon-to-be-available geological minerals currently clearing curation testing pipelines. Our loading desk may collect zero value or a minor partial deposit fee at checkout, hold the secure transaction method on record, and finalize remaining invoice processing at a future packaging date.

  • Pre-Fulfillment Cancellations: Collectors hold full rights to cancel a partially invoiced pre-order file freely at any checkpoint before active warehouse packaging finishes. To file a pre-fulfillment cancellation request, contact help.themineralslab@gmail.com.

  • Post-Fulfillment Claims: Once a rare specimen block has been pick-validated or handed over to our freight couriers, automated line cancellation is closed. In this scenario, you may file a standard return request upon delivery arrival as outlined in our local refund conditions.

3. Curatorial Inspection Trials

When selecting our specialized "Try Before You Buy" option for prominent centerpieces or architectural geodes, our payment engine places an initial authorization hold against your transactional account before dispatching the crate. This provides an isolated physical window to evaluate how the crystalline structures reflect light and integrate within your display spaces.

Once this designated curation evaluation deadline passes, if the unmodified specimen has not securely arrived back at our sorting facility, the system will process the permanent balance capture for the full invoice value instantly. For return authorization details during an active trial window, notify help.themineralslab@gmail.com.

Fulfillment Notice

Standard insured delivery remains 100% free of charge across all advanced program selections globally. For any dispatch tracking inquiries, reach out directly to help.themineralslab@gmail.com.

Program Operations Desk Summary

  • Entity: The Minerals Lab — Program Operations

  • Hub Location: Secure Global Logistics Hub & Specialized Account Desk

  • Curation Registry Line: help.themineralslab@gmail.com

© 2026 The Minerals Lab. All rights reserved. Fine Crystalline Curation Interfaces. Program profiles logged cleanly under secure data protection servers via help.themineralslab@gmail.com.

* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; background: #F4F7F5; color: #1A2530; line-height: 1.6; } .page-container { max-width: 1200px; margin: 0 auto; padding: 3rem 1.5rem; } .premium-card { background: #ffffff; border: 1px solid #E3ECE7; border-radius: 24px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02); overflow: hidden; } .inner-padding { padding: 3.5rem; } @media (max-width: 768px) { .page-container { padding: 1rem; } .inner-padding { padding: 1.5rem; } } /* Header Presentation Banner */ .hero-section { text-align: center; margin-bottom: 3rem; } .hero-section h1 { font-family: 'Cinzel', serif; font-size: 2.8rem; font-weight: 700; letter-spacing: 0.05em; background: linear-gradient(135deg, #0B132B 30%, #4A7C59 100%); background-clip: text; -webkit-background-clip: text; color: transparent; } .hero-section p { font-size: 1.1rem; color: #556675; max-width: 700px; margin: 0.5rem auto 0; font-weight: 300; } .mineral-divider { width: 60px; height: 3px; background: #4A7C59; margin: 1.5rem auto 0; border-radius: 2px; } /* Notification Block */ .intro-banner { background: #FAFBFB; border: 1px solid #EEF3F0; border-left: 4px solid #4A7C59; border-radius: 16px; padding: 1.5rem 1.8rem; margin-bottom: 3rem; font-size: 0.95rem; color: #556675; } .intro-banner i { color: #4A7C59; margin-right: 6px; } /* Section Formatting */ .policy-section { margin-bottom: 3rem; } .section-title { font-family: 'Cinzel', serif; display: flex; align-items: center; gap: 0.8rem; font-size: 1.4rem; font-weight: 600; color: #0B132B; margin-bottom: 1.2rem; border-bottom: 1px solid #E3ECE7; padding-bottom: 0.6rem; } .section-title i { color: #4A7C59; font-size: 1.2rem; } .policy-card { background: #ffffff; border: 1px solid #EEF3F0; border-radius: 16px; padding: 1.8rem; margin-bottom: 1.5rem; } .policy-card h3 { font-family: 'Cinzel', serif; font-size: 1.15rem; color: #0B132B; margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.5rem; } .policy-card h3 i { color: #4A7C59; font-size: 1rem; } .policy-card p { color: #556675; font-size: 0.95rem; margin-bottom: 1rem; } .policy-card p:last-child { margin-bottom: 0; } .policy-card ul { padding-left: 1.5rem; margin: 0.5rem 0; color: #556675; font-size: 0.92rem; } .policy-card li { margin-bottom: 0.4rem; } .policy-card a { color: #0B132B; font-weight: 600; text-decoration: none; border-bottom: 1px dashed #4A7C59; } .policy-card a:hover { color: #4A7C59; } /* Bottom Interactive Contact Hub */ .address-card { background: linear-gradient(135deg, #FFFFFF, #F4F7F5); border-radius: 20px; padding: 2.2rem; margin-top: 3.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem; border: 1px solid #D2DFD8; } .address-details strong { font-family: 'Cinzel', serif; font-size: 1.1rem; color: #0B132B; display: block; margin-bottom: 0.4rem; } .address-details p { color: #556675; font-size: 0.95rem; } .btn-email { background: #0B132B; color: white; padding: 0.9rem 1.8rem; border-radius: 12px; text-decoration: none; font-size: 0.95rem; font-weight: 600; transition: all 0.25s ease; display: inline-flex; align-items: center; gap: 0.6rem; } .btn-email:hover { background: #4A7C59; transform: translateY(-2px); box-shadow: 0 6px 15px rgba(74, 124, 89, 0.2); } /* Structural Footer Meta */ .brand-footer { text-align: center; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid #E3ECE7; font-size: 0.85rem; color: #A4B3BF; } .brand-footer strong { font-family: 'Cinzel', serif; color: #0B132B; font-weight: 600; letter-spacing: 0.05em; }