.widget-bundle{border-top:1px solid var(--color-border);padding:var(--spacing-section-sm) 0}.widget-bundle__heading{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:24px}.bundle-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px;border-radius:12px;border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;transition:border-color .15s ease,background .15s ease}.bundle-card:hover{border-color:var(--color-text-muted)}.bundle-card--current{border-width:2px;background:var(--color-surface);cursor:default;padding-top:44px}.bundle-card--current,.bundle-card--current:hover,.bundle-card--selected{border-color:var(--color-accent)}.bundle-card--selected{background:var(--color-surface)}.bundle-card__check{align-self:flex-start;margin-bottom:8px}.bundle-card__checkbox{width:20px;height:20px;border-radius:4px;border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease}.bundle-card__checkbox--checked{background:var(--color-accent);border-color:var(--color-accent)}.bundle-card__checkbox-icon{color:#fff}.bundle-card__sr-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.bundle-card__image{position:relative;width:100%;aspect-ratio:1/1;margin-bottom:12px}.bundle-card__image img{object-fit:contain;padding:8px}.bundle-card__label{font-size:.75rem;font-weight:500;color:var(--color-text);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-card__price{font-family:var(--font-display);font-size:.875rem;font-weight:700;color:var(--color-text);margin-top:auto}.widget-bundle__footer{display:flex;flex-direction:column;flex-wrap:wrap;align-items:stretch;justify-content:space-between;gap:16px;margin-top:24px;padding:16px;border-radius:8px;background:var(--color-surface);border:1px solid var(--color-border);text-align:center}.widget-bundle__total-label{font-size:.875rem;color:var(--color-text-muted)}.widget-bundle__total-price{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--color-text)}.widget-bundle__cta{display:flex;height:44px;width:100%;align-items:center;justify-content:center;gap:8px;padding:0 24px;border-radius:6px;background:var(--color-accent);color:#fff;font-size:.875rem;font-weight:600;border:none;cursor:pointer;white-space:nowrap;transition:opacity .15s ease}.widget-bundle__cta:hover{opacity:.9}@media (min-width:576px){.widget-bundle__footer{flex-direction:row;align-items:center;text-align:left}.widget-bundle__cta{width:auto}}.widget-bundle--loading{pointer-events:none}.bundle-card--skeleton{cursor:default}.bundle-card--skeleton:hover{border-color:var(--color-border)}.widget-bundle__heading-placeholder{display:inline-block;width:260px;height:1.25rem;border-radius:4px}.bundle-card__image-placeholder{display:block;width:100%;height:100%;border-radius:6px}.bundle-card__label-placeholder{display:block;width:80%;height:.75rem;border-radius:4px;margin:0 auto}.bundle-card__price-placeholder{display:block;width:60px;height:.875rem;border-radius:4px;margin:0 auto}.widget-bundle__total-placeholder{display:inline-block;width:220px;height:1rem;border-radius:4px}.widget-bundle__cta-placeholder{display:inline-block;width:100%;height:44px;border-radius:6px}@media (min-width:576px){.widget-bundle__cta-placeholder{width:180px}}