.bundle-builder{margin-top:24px;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:16px}
.bundle-builder__header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}
.bundle-builder__counter{font-weight:600}
.bundle-builder__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media (min-width:750px){.bundle-builder__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.bundle-card{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:10px;display:flex;flex-direction:column;gap:10px;transition:transform .08s ease,opacity .08s ease}
.bundle-card.is-selected{border-color:rgba(0,0,0,.18)}
.bundle-card.is-disabled{opacity:.5}
.bundle-card__img{border-radius:12px;overflow:hidden;background:rgba(0,0,0,.03)}
.bundle-card__img img{width:100%;height:auto;display:block}
.bundle-card__title{font-weight:600;font-size:.95rem;line-height:1.2}
.bundle-card__controls{display:flex;align-items:center;justify-content:space-between;gap:10px}
.bundle-qty{display:flex;align-items:center;gap:8px}
.bundle-minus,.bundle-plus{width:38px;height:38px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer}
.bundle-minus:disabled,.bundle-plus:disabled{opacity:.4;cursor:not-allowed}
.bundle-count{min-width:20px;text-align:center;font-weight:600}
.bundle-atc{margin-top:14px;width:100%}
.bundle-helper{margin-top:10px;font-size:.9rem;opacity:.8}
.bundle-card__title{text-align:center;}
.bundle-helper{text-align:center;}
.bundle-card__controls{justify-content:center;}
