Ground Beef Subscription
/* Defiance Beef – Ground Beef Subscription Product Description Paste everything below into Shopify Admin → Products → Ground Beef Subscription → Description → click the (HTML) bu tton → paste here. Scoped styles won't conflict with your theme. */ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Sans+3:wght@400;600&display=swap'); .db-sub-wrap { max-width: 780px; font-family: 'Source Sans 3', sans-serif; font-size: 19px; color: #1a1a1a; line-height: 1.7; } .db-sub-wrap * { box-sizing: border-box; } /* ── HOOK ── */ .db-hook { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 900; color: #1a1a1a; line-height: 1.25; margin: 0 0 6px; } .db-tagline { font-size: 1rem; color: #c8a96e; letter-spacing: 1px; margin: 0 0 28px; font-weight: 600; } .db-sub-wrap p { font-size: 1rem; color: #3a3a3a; margin: 0 0 18px; line-height: 1.8; } /* ── TIERS ── */ .db-tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 32px 0; } .db-tier { border: 1px solid #e0d8cc; padding: 22px 20px; background: #fdf8f2; position: relative; } .db-tier.db-featured { border: 2px solid #c8a96e; } .db-tier-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: #c8a96e; color: #fff; font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 3px 10px; white-space: nowrap; } .db-tier-name { font-family: 'Playfair Display', Georgia, serif; font-size: 1.15rem; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; } .db-tier-price { font-size: 1.5rem; font-weight: 700; color: #c8a96e; margin: 0 0 2px; font-family: 'Playfair Display', Georgia, serif; } .db-tier-price span { font-size: 0.85rem; color: #999; font-family: 'Source Sans 3', sans-serif; font-weight: 400; } .db-tier-desc { font-size: 0.88rem; color: #6a5f50; line-height: 1.6; margin: 10px 0 0; } /* ── SECTION HEADERS ── */ .db-section-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.25rem; font-weight: 700; color: #1a1a1a; margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 2px solid #c8a96e; } /* ── HOW IT WORKS ── */ .db-steps { list-style: none; padding: 0; margin: 0 0 8px; counter-reset: steps; } .db-steps li { counter-increment: steps; display: flex; gap: 16px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid #efe8dc; font-size: 0.98rem; color: #3a3a3a; } .db-steps li:last-child { border-bottom: none; } .db-steps li::before { content: counter(steps); flex-shrink: 0; width: 28px; height: 28px; background: #1a1a1a; color: #c8a96e; font-family: 'Playfair Display', Georgia, serif; font-size: 0.85rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 1px; } .db-steps li strong { color: #1a1a1a; } /* ── BULLETS ── */ .db-bullets { list-style: none; padding: 0; margin: 0 0 8px; } .db-bullets li { padding: 10px 0 10px 28px; border-bottom: 1px solid #efe8dc; font-size: 0.98rem; color: #3a3a3a; position: relative; } .db-bullets li:last-child { border-bottom: none; } .db-bullets li::before { content: ''; position: absolute; left: 0; top: 19px; width: 10px; height: 2px; background: #c8a96e; } .db-bullets li strong { color: #1a1a1a; } /* ── MATH BOX ── */ .db-math-box { background: #f5f0e6; border-left: 3px solid #c8a96e; padding: 20px 24px; margin: 32px 0; } .db-math-box p { margin: 0; font-size: 0.98rem; color: #3a3a3a; } .db-math-box strong { color: #1a1a1a; } /* ── UPGRADE BOX ── */ .db-upgrade-box { background: #1a1a1a; color: #f5efe6; padding: 28px 32px; margin: 40px 0 8px; } .db-upgrade-box .db-upgrade-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.15rem; font-weight: 700; color: #c8a96e; margin: 0 0 10px; } .db-upgrade-box p { color: #c8bfb0; font-size: 0.95rem; margin: 0 0 14px; } .db-upgrade-box p:last-child { margin-bottom: 0; } .db-upgrade-box a { color: #c8a96e; text-decoration: underline; } /* ── FAQ ── */ .db-faq-item { border-bottom: 1px solid #e8e0d4; } .db-faq-item:first-of-type { border-top: 1px solid #e8e0d4; } .db-faq-q { width: 100%; background: none; border: none; padding: 18px 0; text-align: left; font-family: 'Source Sans 3', sans-serif; font-size: 1rem; font-weight: 600; color: #1a1a1a; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color 0.2s; } .db-faq-q:hover { color: #c8a96e; } .db-faq-icon { flex-shrink: 0; width: 22px; height: 22px; border: 1.5px solid #c8a96e; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #c8a96e; font-size: 1rem; transition: transform 0.25s, background 0.2s; } .db-faq-item.open .db-faq-icon { transform: rotate(45deg); background: #c8a96e; color: #fff; } .db-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; } .db-faq-a-inner { padding: 0 0 20px; font-size: 0.97rem; color: #555; line-height: 1.75; } Stop Buying Mystery Meat at the Grocery Store. Farm-raised · Dry aged · Delivered to your door · Cancel anytime Most ground beef comes from a handful of giant packing companies that blend trimmings from hundreds of animals across multiple states. You have no idea where it came from, how old it is, or what went into it. The result is beef that's watery in the pan, bland on the plate, and somehow still expensive. Ours is different. Defiance Beef ground beef is made from our own Angus-influenced cattle, raised on our family farm in Wanatah, Indiana — the same herd we've been tending for five generations. It's ground from premium trimmings across multiple primals, giving it a rich, balanced fat ratio and a depth of flavor that's just not possible from commodity beef. You'll notice it the first time you brown it. No water in the pan. Full, clean beef flavor. The kind that makes a weeknight burger or a simple bolognese taste like you actually tried. Every pound is vacuum sealed and flash frozen at peak freshness, then shipped directly to your door in an insulated box. Choose your size, your frequency, and how you want it packed. Change or cancel anytime. Choose Your Size The Sampler $44 / delivery 5 lbs of premium Angus ground beef, vacuum packed in 1 lb portions. Perfect for couples, singles, or anyone who wants to try us before going bigger. About a month's worth for a household of 1–2. Most Popular The Family $84 / delivery 10 lbs packed in 1 lb portions — your choice. Keeps a family of 3–4 well stocked for the month. Burgers, tacos, bolognese, meatballs — whatever the week calls for. The Ranch $159 / delivery 20 lbs at our best per-pound price on ground beef. Ideal for large families, meal preppers, and anyone serious about what they eat. Packed however you want it. How It Works Choose your size — 5, 10, or 20 lbs per delivery Choose your frequency — monthly, every 6 weeks, or every 2 months Choose your pack style — 1 lb bulk packs We pack and ship — vacuum sealed, flash frozen, shipped in an insulated box with gel packs via UPS It arrives frozen — straight into your freezer, ready whenever you need it Skip, pause, or cancel anytime — no commitments, no fine print, no hassle What Makes Ours Different Single-source Angus beef — blended from our own herd, not a commodity mix of unknown origin Dry aged 21 days before grinding — more flavor, less water weight in the pan Approximately 80/20 lean-to-fat ratio — ideal for burgers, great for everything else Vacuum sealed — stays fresh in your freezer for 12+ months with no freezer burn Indiana farm-raised — traceable to our family farm in Wanatah, IN since 1944 No fillers, no additives, no mystery — just beef Ships anywhere in the lower 48 via UPS in insulated packaging with gel packs How does the price compare? Premium grocery store ground beef runs $7–10/lb depending on where you shop. Our Family subscription works out to $8.80/lb delivered to your door — for farm-raised, dry aged, single-source Angus beef that's in a completely different league. Factor in that you never run out, never make an extra grocery run, and never wonder where it came from, and it's an easy decision. Common Questions When will my first delivery arrive? + Most orders ship within 3–5 business days. You'll get a tracking number via email as soon as your box ships. Can I choose how my ground beef is packed? + Right now we just offer 1 lbs packages. In the future we will be adding patties and 2 lbs packages. How long does it keep in the freezer? + Properly vacuum sealed, your ground beef will keep for 12+ months in the freezer with no loss of quality. After thawing in the fridge, use within 2–3 days. Can I skip a month? + Absolutely. You can skip, pause, or change your delivery frequency anytime through your account — no phone calls needed. Can I cancel anytime? + Yes, cancel anytime from your account with no fees and no questions asked. We'd love to know why you're leaving so we can improve, but there's absolutely no obligation. Do you offer local pickup? + Yes — if you're local to Wanatah, IN or Ladoga, IN you can choose farm or butcher pickup at checkout and save on shipping. What if my box arrives thawed? + Our packaging keeps beef frozen for 24–48 hours in transit. If your order arrives fully thawed and unusable, contact us and we'll make it right — no questions asked. Ready to Fill Your Whole Freezer? Our ground beef subscription is a great way to get started with Defiance Beef. When you're ready for the full farm-to-freezer experience — ribeyes, filets, roasts, short ribs, brisket, and more — our beef shares start at approximately $1,250 for a quarter share and include 110+ lbs of custom-cut, dry aged Angus beef. Current subscribers get priority access to share slots. Learn more about beef shares →
More you might like
Related
Wagyu Ground Beef Subscription
Related
Grassfed Ground Beef Subscription
Related
Ground Beef - Subscription Box
Related