<%# Image section %>
<%= image_tag url_for(pdfresource.thumbnails.first), class: "w-full h-full object-cover" %>
<%# Content section %>
<%# Title %>

<%= link_to pdfresource.name, pdfresource %>

<%# Tags/badges %>
Reception (4-5yrs) EYs Maths Feature slot: <%= pdfresource.feature_slot %>
<%# Description %>

<%= pdfresource.card_description %>

<%# Footer with price and add to cart %>
£<%= number_with_precision(pdfresource.price, precision: 2) %> <%= pdfresource.credits %> credits
<%= button_to "Add to basket", "#", class: "bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded" %>