.bundle-section{--bundle-text: #1a1a1a;--bundle-muted: #8a8a8a;--bundle-border: #e6e6e6;--bundle-btn-grey: #333;--bundle-btn-grey-text: #ffffff;--bundle-dark: #1a1a1a;--bundle-success: #1f9254;--bundle-bar-bg: #ececec;--bundle-radius: 8px;--bundle-bar-height: 96px;max-width:1320px;margin:0 auto;padding:20px 16px calc(var(--bundle-bar-height) + 24px);color:var(--bundle-text);font-family:inherit;box-sizing:border-box}.bundle-section *,.bundle-section *:before,.bundle-section *:after{box-sizing:border-box}.bundle-section [hidden]{display:none!important}.bundle-header{text-align:center;margin-bottom:14px}.bundle-title{font-size:clamp(22px,4vw,30px);font-weight:700;margin:0 0 6px}.bundle-subtitle{color:var(--bundle-muted);font-size:14px;margin:0}.bundle-view-all-link{display:inline-block;margin-top:8px;font-size:13px;font-weight:600;color:var(--bundle-text);text-decoration:underline}.bundle-progress-text{text-align:center;font-weight:600;font-size:13.5px;color:var(--bundle-muted);margin:0 0 16px;transition:color .2s ease}.bundle-progress-text.is-complete{color:var(--bundle-success)}.bundle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:640px){.bundle-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:900px){.bundle-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.bundle-grid{grid-template-columns:repeat(5,1fr)}}.bundle-card{border:1px solid var(--bundle-border);border-radius:var(--bundle-radius);overflow:hidden;background:#fff;transition:border-color .2s ease,opacity .2s ease}.bundle-card.is-selected{border-color:var(--bundle-dark)}.bundle-card.is-disabled{opacity:.5}.bundle-card__image-wrap{position:relative;aspect-ratio:1 / 1;background:#f2f2f2;overflow:hidden;display:block}.bundle-card__image{width:100%;height:100%;object-fit:cover;display:block}.bundle-card__soldout{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffbf;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;letter-spacing:.05em;text-transform:uppercase}.bundle-card__body{padding:12px 12px 14px}.bundle-card__title{margin:0 0 6px;font-size:14px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.bundle-card__price{margin:0 0 10px;font-size:14px}.bundle-card__price--compare{text-decoration:line-through;color:var(--bundle-muted);margin-right:8px}.bundle-card__price--now{font-weight:700;color:var(--bundle-text)}.bundle-add-btn{width:100%;padding:11px 10px;border:none;border-radius:6px;background:var(--bundle-btn-grey);color:var(--bundle-btn-grey-text);font-size:13.5px;font-weight:700;cursor:pointer;transition:background .2s ease}.bundle-add-btn:hover:not(:disabled){background:#333}.bundle-add-btn:disabled{background:#333;cursor:not-allowed}.bundle-stepper{display:flex;align-items:center;gap:8px}.bundle-stepper__btn{width:36px;height:36px;flex-shrink:0;border-radius:50%;border:none;background:var(--bundle-dark);color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,opacity .2s ease}.bundle-stepper__btn:hover:not(:disabled){background:#3a3a3a}.bundle-stepper__btn:disabled{background:#cfcfcf;cursor:not-allowed}.bundle-stepper__qty{flex:1;min-width:0;height:36px;border:1.5px solid var(--bundle-dark);border-radius:6px;text-align:center;font-weight:700;font-size:14px;background:#fff;color:var(--bundle-text)}.bundle-empty-state{text-align:center;padding:40px 16px;color:var(--bundle-muted);border:1px dashed var(--bundle-border);border-radius:var(--bundle-radius)}.bundle-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:999999;background:var(--bundle-bar-bg);border-top:1px solid var(--bundle-border);padding:14px max(16px,env(safe-area-inset-left)) calc(14px + env(safe-area-inset-bottom))}@media(max-width:749px){.bundle-sticky-bar{bottom:60px}}.bundle-sticky-bar__inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.bundle-sticky-bar__thumbs{display:flex;gap:14px;flex-wrap:wrap;min-height:60px;align-items:center}.bundle-thumb{position:relative;width:56px;height:56px;background:#fff;border:1px solid var(--bundle-border);border-radius:8px;overflow:visible;flex-shrink:0}.bundle-thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px;display:block}.bundle-thumb__remove{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border-radius:50%;background:#fff;border:1px solid var(--bundle-border);color:var(--bundle-muted);font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.bundle-thumb__qty{position:absolute;bottom:-9px;left:50%;transform:translate(-50%);background:var(--bundle-dark);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:999px;white-space:nowrap}.bundle-thumb--free{border:1.5px dashed var(--bundle-success)}.bundle-thumb--free .bundle-thumb__qty{background:var(--bundle-success)}.bundle-thumb__lock{position:absolute;top:-9px;right:-9px;width:20px;height:20px;border-radius:50%;background:#fff;border:1px solid var(--bundle-border);font-size:10px;display:flex;align-items:center;justify-content:center}.bundle-sticky-bar__right{display:flex;align-items:center;gap:16px;margin-left:auto}.bundle-sticky-bar__total{font-size:20px;font-weight:700;white-space:nowrap}.bundle-cta{background:var(--bundle-dark);color:#fff;border:none;border-radius:6px;padding:13px 30px;font-size:14.5px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap;transition:background .2s ease,transform .1s ease}.bundle-cta:not(:disabled):hover{background:#333}.bundle-cta:not(:disabled):active{transform:scale(.98)}.bundle-cta:disabled{background:#333;cursor:not-allowed}.bundle-cta__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:bundleSpin .7s linear infinite;display:inline-block}@keyframes bundleSpin{to{transform:rotate(360deg)}}.bundle-toast{position:fixed;bottom:calc(var(--bundle-bar-height) + 14px);left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:10px 18px;border-radius:999px;font-size:13px;z-index:50;box-shadow:0 6px 18px #0003}@media(max-width:480px){.bundle-sticky-bar__inner{justify-content:space-between}.bundle-sticky-bar__thumbs{flex:1 1 100%;order:1}.bundle-sticky-bar__right{flex:1 1 100%;order:2;justify-content:space-between;margin-left:0}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/bundle-product.css.map */
