.bundle-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media (max-width:990px){.bundle-cards{grid-template-columns:1fr}}
.bundle-card{padding:0;border:2px solid transparent;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 0 rgba(0,0,0,.06);cursor:pointer}
.bundle-card.is-selected{border:2px solid #111}
.bundle-card img{display:block;width:100%;height:auto}

/* Bundle */
.bundle-card { border:2px solid transparent !important; border-radius:16px; }
.bundle-card.is-selected { border-color:#111 !important; }

