May 12
CSS Container Queries for Product Grids
What it is: A smarter way for product cards to resize themselves.
What it’s for: Making sure products look perfect whether they are in a wide row or a narrow sidebar.
What it improves: Visual layout on tablets and custom-sized columns.
What I want: Product cards that automatically change their layout (like hiding the description) based on how much space they have, not just the screen size.
How it should be done: Replace @media queries in the Product Loop Builder with @container queries.
Pending