Product Description
:root{ --mb-orange:#D7623E; --mb-gold:#D9A164; --mb-offwhite:#D8D2CE; --mb-ink:#0b0b0b; --mb-gray:#333333; --mb-border:#e5e5e5; --mb-shadow: 0 20px 60px rgba(0,0,0,.10); --mb-shadow-soft: 0 10px 30px rgba(0,0,0,.08); --mb-radius: 22px; } *{box-sizing:border-box} html{scroll-behavior:smooth;} body{ margin:0; font-family:&';Orbitron&';,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; background:#fff; color:var(--mb-gray); -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-size:18px; line-height:1.6; } a{color:inherit;text-decoration:none;} img{max-width:100%;display:block} .container{ max-width:1100px; margin:0 auto; padding:28px 20px 80px; } /* subtle brand glow */ .glow{ position:absolute; width:520px;height:520px;border-radius:999px; filter: blur(60px); opacity:.22; pointer-events:none; background: radial-gradient(circle at 30% 30%, var(--mb-orange), transparent 60%), radial-gradient(circle at 70% 70%, var(--mb-gold), transparent 55%); } /* buttons */ .btn{ background: var(--mb-orange); color:#fff; padding: 16px 18px; border-radius: 16px; font-weight: 800; letter-spacing: .4px; font-size: 16px; border: 2px solid var(--mb-orange); box-shadow: 0 0 0 3px rgba(215,98,62,.25), 0 14px 30px rgba(215,98,62,.22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease; display:inline-flex; align-items:center; justify-content:center; gap:.55rem; text-decoration:none; white-space: normal; text-align:center; line-height:1.15; min-height:56px; } .btn:hover{ background:#1F2937; border-color: var(--mb-orange); transform: translateY(-2px); box-shadow: 0 0 0 4px rgba(215,98,62,.35), 0 18px 36px rgba(0,0,0,.28); } .btn.alt{ background:#fff; color:var(--mb-orange); } /* cards */ .card{ border:1px solid var(--mb-border); border-radius: var(--mb-radius); background:#fff; box-shadow: var(--mb-shadow-soft); overflow:hidden; } .card:hover{ box-shadow: var(--mb-shadow); } .img-wrap{ background: radial-gradient(circle at 30% 30%, rgba(215,98,62,.10), transparent 55%), radial-gradient(circle at 70% 70%, rgba(217,161,100,.10), transparent 55%), #fff; border: 2px solid var(--mb-orange); border-radius: 20px; box-shadow: 0 14px 30px rgba(0,0,0,.10); } /* header bar (safe + simple) */ .topbar{ display:flex; justify-content:space-between; align-items:center; gap:14px; border:1px solid var(--mb-border); border-radius:16px; padding:14px 16px; background:#fff; } .brand{ display:flex;align-items:center;gap:12px; } .logo{ width:44px;height:44px;border-radius:12px; background:var(--mb-orange); display:flex;align-items:center;justify-content:center; font-weight:900;color:#fff;font-size:16px; } .brand-text{ text-transform:uppercase; letter-spacing:.08em; font-weight:900; font-size:14px; color:var(--mb-ink); line-height:1.2; } .mini{ font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; font-size:12px; color:#666; letter-spacing:.02em; } /* hero */ .hero{ position:relative; margin-top:18px; border:1px solid var(--mb-border); border-radius:24px; overflow:hidden; background:#fff; } .hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; } .hero-left{ padding:38px; border-right:1px solid var(--mb-border); } .kicker{ display:inline-flex; gap:10px; flex-wrap:wrap; margin-bottom:14px; } .pill{ border:2px solid var(--mb-orange); background: rgba(215,98,62,.06); color: var(--mb-gray); border-radius: 999px; padding: 10px 12px; font-weight: 800; letter-spacing: .2px; font-size:13px; line-height:1; } .hero-left h1{ margin:8px 0 10px; color:var(--mb-ink); text-transform:uppercase; letter-spacing:.06em; font-size:42px; line-height:1.12; } .hero-left p{ margin:0; color:#444; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; font-size:17px; line-height:1.7; max-width:560px; } .hero-cta{ margin-top:22px; display:flex; gap:12px; flex-wrap:wrap; align-items:center; } .trust{ margin-top:18px; display:grid; grid-template-columns:repeat(3,1fr); gap:12px; } .trust .t{ border:1px solid var(--mb-border); border-radius:16px; padding:14px; background:#fff; } .trust .t span{ display:block; font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:#777; font-family:&';Orbitron&';,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; } .trust .t strong{ display:block; margin-top:7px; color:var(--mb-gold); font-size:15px; letter-spacing:.02em; } .hero-right{ padding:34px; } .product{ border:1px solid var(--mb-border); border-radius:20px; overflow:hidden; background:#fff; } .product img{ background:#fafafa; } .product-info{ padding:18px; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; } .price{ font-family:&';Orbitron&';,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; font-size:24px; color:var(--mb-gold); font-weight:900; letter-spacing:.02em; } .sub{ margin-top:6px; font-size:13px; color:#666; } .divider{ height:1px;background:var(--mb-border);margin:14px 0; } .mini-list{ display:grid; gap:10px; font-size:14px; color:#444; line-height:1.35; } .mini-row{ display:flex;gap:10px;align-items:flex-start; } .dot{ width:10px;height:10px;border-radius:50%; background:var(--mb-orange); margin-top:5px; flex:0 0 auto; } /* sections */ .section{ margin-top:28px; } .section-title{ margin:0; color:var(--mb-ink); font-size:28px; letter-spacing:.04em; text-transform:uppercase; } .section-sub{ margin:10px 0 0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:#555; font-size:16px; max-width:820px; } /* "Examples of what&&';;s inside" grid */ .inside-grid{ margin-top:16px; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; } .inside{ padding:18px; } .inside .tag{ display:inline-block; border:1px solid var(--mb-border); border-radius:999px; padding:7px 10px; font-size:12px; color:#666; text-transform:uppercase; letter-spacing:.08em; font-family:&';Orbitron&';,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; background:#fff; } .inside h3{ margin:12px 0 6px; color:var(--mb-ink); font-size:18px; letter-spacing:.02em; text-transform:uppercase; } .inside p{ margin:0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; font-size:14px; color:#555; line-height:1.55; } /* steps */ .steps{ margin-top:16px; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; } .step{ padding:18px; } .num{ width:42px;height:42px;border-radius:14px; background: rgba(215,98,62,.12); border:2px solid var(--mb-orange); display:flex;align-items:center;justify-content:center; color:var(--mb-orange); font-weight:900; margin-bottom:12px; } .step h4{ margin:0 0 6px; color:var(--mb-ink); text-transform:uppercase; letter-spacing:.03em; font-size:16px; } .step p{ margin:0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:#555; font-size:14px; line-height:1.55; } /* testimonial */ .quote{ margin-top:16px; padding:20px; display:flex; gap:14px; align-items:flex-start; } .qmark{ width:44px;height:44px;border-radius:14px; background: var(--mb-orange); color:#fff; display:flex;align-items:center;justify-content:center; font-weight:900; font-size:20px; flex:0 0 auto; } .quote p{ margin:0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:#444; font-size:16px; line-height:1.6; } .quote .by{ margin-top:8px; font-size:13px; color:#777; } /* FAQ */ .faq{ margin-top:16px; display:grid; gap:12px; } details{ border:1px solid var(--mb-border); border-radius:16px; padding:14px 16px; background:#fff; } summary{ cursor:pointer; font-weight:900; color:var(--mb-ink); text-transform:uppercase; letter-spacing:.03em; font-size:14px; list-style:none; } summary::-webkit-details-marker{ display:none; } details p{ margin:10px 0 0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:#555; font-size:14px; line-height:1.6; } /* final CTA strip */ .cta-strip{ margin-top:28px; background:#f8f8f8; border-radius:24px; padding:26px; display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap; border:1px solid var(--mb-border); } .cta-strip h3{ margin:0; color:var(--mb-ink); font-size:18px; text-transform:uppercase; letter-spacing:.04em; } .cta-strip p{ margin:8px 0 0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:#555; font-size:14px; max-width:620px; } /* footer (styles kept; section removed below as requested) */ footer{ margin-top:34px; background:#1F2937; padding:54px 20px; } .foot{ max-width:1100px; margin:0 auto; text-align:center; } .foot .t1{ color:#fff; font-size:26px; font-weight:900; letter-spacing:.02em; margin:0; } .foot a{ display:inline-block; margin-top:14px; color:var(--mb-orange); font-size:20px; font-weight:900; } .foot .copy{ margin-top:24px; color:rgba(255,255,255,.55); font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; font-size:13px; } /* responsive */ @media(max-width:980px){ .hero-grid{ grid-template-columns:1fr; } .hero-left{ border-right:none; border-bottom:1px solid var(--mb-border); } .inside-grid{ grid-template-columns:1fr; } .steps{ grid-template-columns:1fr; } .trust{ grid-template-columns:1fr; } .hero-left h1{ font-size:34px; } .hero-left p{ font-size:16px; } } No Subscription Name-Brand Gear Fast Shipping Bass Tackle Mystery Box Premium bass tackle curated to help you cover water and get bit - with a clean, no-filler lineup. Built for weekend warriors and tournament grinders. See Examples Inside What you get 7-9 premium items Built for Any bass angler Curated mix for multiple conditions Proven brands anglers trust Giftable - easy win for bass fans Examples of what&&';;s inside Every box is a surprise - but you can expect a balanced lineup like the examples below. Item types rotate by season and availability to keep it fresh. Hard bait Reaction Bite Starter Think crankbait/jerkbait style coverage for searching water and triggering aggressive fish. Soft plastics Confidence Plastic Pack Staple shapes for real bites - great for Texas rigs, trailers, or finesse depending on conditions. Terminal / utility Rigging Essentials Hooks, weights, or key terminal pieces that make the box "ready to fish" right away. Topwater / specialty Blow-Up Potential Seasonal wild card for big moments - designed to tempt pressured fish when nothing else works. Proven producer Everyday Workhorse A reliable bait style that belongs in every tackle bag - simple, effective, and repeatable. Bonus Surprise Add-On Extra value item that rounds out the mix - can be an upgrade, accessory, or seasonal pick. How it works Simple. Fast. Built for anglers who just want more bites. 1 Order your box One-time purchase - no subscription, no hassle. 2 We curate the lineup Balanced selection that covers multiple techniques and conditions. 3 Hit the water Tie on, cover water, and put fish in the boat. Angler approved! FAQ Is this a subscription? No - it&&';;s a one-time purchase. Order whenever you want. What brands are included? We curate from popular, name-brand gear and rotate item types based on season and availability. Will I get duplicates? We aim for a balanced mix. Some bait styles may repeat over time, but the goal is always variety and usefulness. Is it a good gift? Yes - it&&';;s one of the easiest gifts for bass anglers because it&&';;s versatile, fun, and ready to fish. Moose BaitsA(R). Reel In Your Best. Grab the Bass Tackle Mystery Box and get a premium lineup built to help you catch more bass. Back to top