/* Additional bundle combinations: flexible catalogue cards and clear prices. */
.page-bundles .bundle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.page-bundles .bundle-grid .bundle-card { grid-column:auto; grid-template-columns:1fr; grid-template-rows:250px 1fr; }
.page-bundles .bundle-grid .bundle-art img { max-width:24%; height:180px; margin-left:0; }
.page-bundles .bundle-grid .bundle-copy { padding:28px; }
.page-bundles .bundle-grid .bundle-copy h3 { font-size:clamp(28px,3vw,40px); }
.bundle-browse-all { text-align:center; margin:30px 0 0; }
.bundle-price-basis { color:#b8c2cb; font-size:11px; line-height:1.5; }
@media(max-width:767px) {
  .page-bundles .bundle-grid { grid-template-columns:1fr; }
  .page-bundles .bundle-grid .bundle-art img { height:165px; }
}
