Checkmate
20% Winter Layer Blend
20% Winter Layer Blend20% Winter Layer Blend20% Winter Layer Blend20% Winter Layer Blend20% Winter Layer Blend

Leland Mills

$21

20% Winter Layer Blend

coupon

13 promo codes

Introducing our 20% Winter Layer Blend Chicken Feed Introducing our 20% Winter Layer Blend Chicken Feed, a specially formulated high-protein mix designed to keep your chickens thriving through the colder months. This revolutionary blend combines two of our most popular poultry feeds, resulting in a nutritious mix that supports egg laying and overall health, even in winter. We’ve enriched it with calcium grit to aid digestion and enhance eggshell strength, giving your flock the best in nourishment when they need it most. For optimal results, pair with extended daylight exposure using artificial lights and keep coops warm. Give your chickens the boost they need with Leland Mills’ Winter Layer Blend! .tab-container { margin-top: 30px; } .tab-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; } .tab-buttons button { background-color: #F7F6F4; border: 1px solid #FFB800; color: #000; padding: 8px 14px; font-weight: bold; border-radius: 10px; cursor: pointer; } .tab-buttons button.active { background-color: #FFB800; } .tab-content { display: none; } .tab-content.active { display: block; } .tab-box { background-color: rgba(255, 184, 0, 0.15); border-radius:10px; padding: 12px 16px; font-weight: 500; border: 1px solid #FFB800; margin-bottom: 12px; box-sizing: border-box; } .tab-box a { font-weight: bold; font-style: italic; text-decoration: underline; color: inherit; } /* Feed calculator styles */ .feed-calculator { border-radius: 10px; padding: 12px 16px; border: 1px solid #FFB800; background-color: #FFFDF7; max-width: 420px; } .feed-calculator h4 { margin-top: 0; margin-bottom: 10px; font-weight: 700; } .feed-calculator-row { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; } .feed-calculator label { font-size: 0.9rem; font-weight: 600; } .feed-calculator input { padding: 6px 8px; border-radius: 4px; border: 1px solid #ccc; max-width: 160px; } .feed-calculator button { padding: 8px 14px; border-radius: 4px; border: none; cursor: pointer; font-weight: 600; background: #FFB800; color: #000; } .feed-calculator button:hover { opacity: 0.9; } .feed-calculator-result { margin-top: 10px; font-size: 0.95rem; } How much feed do I need? Animals & Life Stages Features & Benefits Nutrition Ingredients Feeding Instructions Delivery & Availability How much feed do I need? Number of chickens How often do you want to buy feed? (weeks) CALCULATE Safe for: Adult laying hens 16 weeks and older Not recommended for: Chicks, broilers, or non-poultry livestock Life stage: Layers during winter and cold-weather months Feed type: Seasonal feed supplement Multi-species use: Formulated specifically for poultry; not intended for other livestock. High 20% protein content supports egg production and overall body condition during cold weather Enhanced with calcium for stronger eggshells and better digestion Special blend of Gallo Pro and 24% Poultry Grower to balance energy and nutrition Ideal for maintaining laying performance through winter months Freshly milled daily in Spanish Fork, Utah—trusted quality from Leland Mills Crude Protein (min): 20.0% Lysine (min): 0.90% Methionine (min): 0.30% Crude Fat (min): 5.5% Crude Fiber (max): 7.5% Calcium (min): 1.10% Calcium (max): 1.20% Phosphorus (min): 0.50% Vitamin A (min): 3000 IU/lb Selenium (min): 0.20 ppm Corn, Extruded Soybean Meal, Wheat, Milo, Peas, Alfalfa, pellets containing: [Plant Protein Products, Processed Grain By-Products, Grain Products, Forage Products, Soy Lecithin Calcium Carbonate, Monocalcium Phosphate, Dicalcium Phosphate, Salt, Choline Chloride, Magnesium Chloride, Zinc Sulfate, Vitamin E Supplement, Manganese Sulfate, Mineral Oil, Niacin Supplement, d-Calcium Pantothenate, Sodium Selenite, Sulfur, Magnesium Oxide, Calcium Sulfate, Copper Sulfate, Ferrous Sulfate, Biotin Supplement, Riboflavin Supplement, Menadione Sodium Bisulfate Complex, Vitamin A Supplement, Selenium Yeast, Vitamin B12 Supplement, Pyridoxine Hydrochloride, Folic Acid, Vitamin D3 Supplement, Thiamine Mononitrate, Ethylenediamine Dihydroiodide, Zinc Amino Acid Complex, Manganese Amino Acid Complex, Copper Amino Acid Complex, Cobalt Glucoheptonate, DL-Methionine Hydroxy Analogue Calcium, DL-Methionine Hydroxy Analogue], Limestone, Safflower, Red Lentils, Soybean Oil. Feeding Directions: Allow poultry to consume this product free-choice. Ensure feeders are kept clean and replenished regularly to maintain freshness. Supplementation: Provide Peppy Hen Calcite Grit for added calcium and Peppy Grit to support digestion, especially during cold months. Water: Always supply fresh, clean water. Access to water is essential for maintaining egg production and flock health. Local Delivery:Available across Utah Valley and select Intermountain West regions. Check at checkout or view our delivery map. Nationwide Shipping:Ships via UPS Ground or LTL Freight depending on size and weight. Rates calculated at checkout. Retail Availability:Available at select feed retailers. Find a store near you. Pickup Options:Pickup available at our Spanish Fork mill—select “Pickup” at checkout. document.querySelectorAll('.tab-link').forEach(function(button, index) { button.addEventListener('click', function() { document.querySelectorAll('.tab-link').forEach(function(btn) { btn.classList.remove('active'); }); document.querySelectorAll('.tab-content').forEach(function(tab) { tab.classList.remove('active'); }); button.classList.add('active'); document.querySelectorAll('.tab-content')[index].classList.add('active'); }); }); (function() { var calc = document.querySelector('.feed-calculator'); if (!calc) return; var chickensInput = calc.querySelector('.feed-calculator-chickens'); var weeksInput = calc.querySelector('.feed-calculator-weeks'); var resultEl = calc.querySelector('.feed-calculator-result'); var button = calc.querySelector('.feed-calculator-btn'); var bagWeight = parseFloat(calc.getAttribute('data-bag-weight')) || 50; var feedPerChicken = parseFloat(calc.getAttribute('data-feed-per-chicken')) || 0.25; function formatNumber(num, decimals) { var factor = Math.pow(10, decimals); return (Math.round(num * factor) / factor).toLocaleString(); } button.addEventListener('click', function() { var chickens = parseFloat(chickensInput.value); var weeks = parseFloat(weeksInput.value); if (!chickens || chickens <= 0 || !weeks || weeks <= 0) { resultEl.textContent = "Please enter a valid number of chickens and weeks."; return; } var days = weeks * 7; var totalFeedLbs = chickens * feedPerChicken * days; var bagsNeeded = Math.ceil(totalFeedLbs / bagWeight); resultEl.innerHTML = "For " + chickens + " chickens over " + weeks + " weeks, you’ll need about " + formatNumber(totalFeedLbs, 1) + " lbs of feed." + "We recommend buying " + bagsNeeded + " bag" + (bagsNeeded === 1 ? "" : "s") + " of this feed."; }); })();

Save on 20% Winter Layer Blend with a Leland Mills promo code

Checkmate is a savings app with over one million users that have saved $$$ on brands like Leland Mills.

The Checkmate extension automatically applies Leland Mills discount codes, Leland Mills coupons and more to give you discounts on products like 20% Winter Layer Blend.

Top Leland Mills discount codes

See all codes

chevron