Rancho La Capillita

Our Hay Products

Quality hay grown with care in Yuma, AZ. We offer competitive pricing for local pickup.

Premium Alfalfa

In Stock

High protein, leafy, and clean. Perfect for dairy cows and horses.

  <ul class="space-y-3 text-stone-700 mb-8">
    <li class="flex items-center gap-2">
        <span class="text-ranch-green text-xl">✓</span> 3-String Bales (~100 lbs)
    </li>
    <li class="flex items-center gap-2">
        <span class="text-ranch-green text-xl">✓</span> 2nd Cutting
    </li>
    <li class="flex items-center gap-2">
        <span class="text-ranch-green text-xl">✓</span> Leafy & Low Moisture
    </li>
  </ul>
  
  <div class="mt-auto">
    <a href="/contact" class="block w-full text-center bg-white border-2 border-ranch-green text-ranch-green font-bold py-3 rounded-xl hover:bg-ranch-green hover:text-white transition-colors">
        Contact for Price
    </a>
  </div>
</div>

<div class="bg-white p-8 rounded-2xl border border-stone-200 hover:shadow-md transition-shadow">
  <div class="flex items-center justify-between mb-4">
    <h2 class="text-2xl font-bold text-ranch-green-dark">Orchard Mix</h2>
    <span class="bg-hay-dark text-white px-3 py-1 rounded-full text-sm font-medium">Limited</span>
  </div>
  <p class="text-stone-700 mb-6 font-medium">A palatable blend of Alfalfa and Orchard grass. Great for everyday feeding.</p>
  
  <ul class="space-y-3 text-stone-700 mb-8">
    <li class="flex items-center gap-2">
        <span class="text-hay-dark text-xl">✓</span> 3-String Bales
    </li>
    <li class="flex items-center gap-2">
        <span class="text-hay-dark text-xl">✓</span> Soft Texture
    </li>
    <li class="flex items-center gap-2">
        <span class="text-hay-dark text-xl">✓</span> Balanced Nutrition
    </li>
  </ul>
  
  <div class="mt-auto">
    <a href="/contact" class="block w-full text-center bg-stone-100 border-2 border-stone-300 text-stone-600 font-bold py-3 rounded-xl hover:bg-stone-200 transition-colors">
        Contact for Price
    </a>
  </div>
</div>