.bundle-page{background-color:var(--main-black, #000000);color:var(--sub-white, #ffffff);min-height:100vh}.bundle-page [hidden]{display:none!important}.bundle-page__header{text-align:center;margin-bottom:40px}.bundle-page__banner{width:100%;max-height:300px;object-fit:cover;border-radius:12px;margin-top:24px}.bundle-page__title{font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.bundle-page__subtitle{font-size:1.125rem;color:var(--sub-white, #ffffff);opacity:1}.bundle-page__subtitle p+p{text-align:left;margin-top:1em}.bundle-page__layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.bundle-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bundle-page__empty{grid-column:1 / -1;border:1px dashed var(--gray-light, #333333);border-radius:8px;padding:24px;text-align:center;text-transform:uppercase;letter-spacing:.08em;opacity:.75}.bundle-card{background:var(--gray-dark, #0a0a0a);border:1px solid var(--gray-medium, #1a1a1a);border-radius:12px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.bundle-card:hover{border-color:var(--gray-light, #333333)}.bundle-card.is-selected{border-color:var(--sub-white, #ffffff);box-shadow:0 0 20px #ffffff1a}.bundle-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--gray-medium, #1a1a1a)}.bundle-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,opacity .3s ease}.bundle-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.bundle-card__media--has-secondary:hover .bundle-card__image--secondary,.bundle-card__media--has-secondary:focus-within .bundle-card__image--secondary{opacity:1}.bundle-card__media--has-secondary:hover .bundle-card__image--primary,.bundle-card__media--has-secondary:focus-within .bundle-card__image--primary{opacity:0}.bundle-card:hover .bundle-card__image{transform:scale(1.05)}.bundle-card__badge{position:absolute;top:1.2rem;left:1.2rem;max-width:calc(100% - 2.4rem);background:#ffffffd9;color:#000;font-size:1.5rem;text-transform:uppercase;letter-spacing:.2em;line-height:1.15;padding:.4rem .8rem;z-index:2}.bundle-card__badge--low-stock{letter-spacing:.08em;text-transform:none}.badge--bundle{background:var(--sub-white, #ffffff);color:var(--main-black, #000000);font-weight:400;letter-spacing:.1em}.bundle-card__info{padding:16px}.bundle-card__title{font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.5rem;font-weight:400;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em;line-height:1.3}.bundle-card__price{font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.5rem;color:var(--sub-white, #ffffff);opacity:.8}.bundle-card__actions{margin:0 16px 16px}.bundle-card__add-btn,.bundle-card__qty{width:100%}.bundle-card__add-btn{display:block;position:relative;padding:10px 16px;background:var(--sub-white, #ffffff);color:var(--main-black, #000000);border:2px solid var(--sub-white, #ffffff);border-radius:6px;font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.5rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;overflow:hidden;transition:all .3s ease}.bundle-card__add-btn:hover:not(:disabled){background:transparent;color:var(--sub-white, #ffffff)}.bundle-card__add-btn:disabled{opacity:.4;cursor:not-allowed}.bundle-page.is-bundle-sold-out .bundle-card__add-btn:disabled:after,.bundle-summary__submit.is-sold-out:after{content:"";position:absolute;left:-14%;right:-14%;top:50%;border-top:2px solid rgba(0,0,0,.75);transform:rotate(-12deg);pointer-events:none}.bundle-card__qty{display:flex;align-items:center;justify-content:space-between;border:2px solid var(--sub-white, #ffffff);border-radius:6px;overflow:hidden}.bundle-card__qty-btn{width:36px;height:36px;background:transparent;border:0;color:var(--sub-white, #ffffff);font-size:1.5rem;cursor:pointer}.bundle-card__qty-btn:hover:not(:disabled){background:#ffffff1a}.bundle-card__qty-btn:disabled{opacity:.35;cursor:not-allowed}.bundle-card__qty-value{font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.5rem;font-weight:400;letter-spacing:.05em}.bundle-summary{position:sticky;top:120px;background:var(--gray-dark, #0a0a0a);border:1px solid var(--gray-medium, #1a1a1a);border-radius:12px;padding:24px}.bundle-summary__package-picker{margin-top:18px;margin-bottom:18px}.bundle-summary__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.bundle-summary__title{font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.5rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em}.bundle-summary__clear{background:none;border:none;color:var(--sub-white, #ffffff);opacity:.6;font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.1rem;cursor:pointer;transition:opacity .3s ease;text-transform:uppercase;letter-spacing:.05em}.bundle-summary__clear:hover{opacity:1}.bundle-summary__clear:disabled{opacity:.25;cursor:not-allowed}.bundle-summary__progress{margin-bottom:24px}.bundle-summary__progress-text{font-size:1.1rem;margin-bottom:8px;opacity:.8}.bundle-summary__progress-bar{width:100%;height:4px;background:var(--gray-medium, #1a1a1a);border-radius:2px;overflow:hidden}.bundle-summary__progress-fill{height:100%;width:0%;background:var(--sub-white, #ffffff);border-radius:2px;transition:width .3s ease}.bundle-summary__slots{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.bundle-summary__slot{aspect-ratio:1;border-radius:8px;overflow:hidden}.bundle-summary__slot-empty{width:100%;height:100%;border:2px dashed var(--gray-light, #333333);border-radius:8px;display:flex;align-items:center;justify-content:center}.bundle-summary__slot-number{font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.25rem;font-weight:400;color:var(--gray-light, #333333)}.bundle-summary__slot-filled{width:100%;height:100%;position:relative}.bundle-summary__slot-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.bundle-summary__slot-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;background:#000000b3;color:var(--sub-white, #ffffff);border:none;border-radius:50%;font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bundle-summary__slot-remove:hover{background:#000000e6}.bundle-summary__footer{border-top:1px solid var(--gray-medium, #1a1a1a);padding-top:20px}.bundle-summary__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.bundle-summary__total-label{font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.25rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.bundle-summary__total-price{font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.5rem;font-weight:400}.bundle-summary__submit{display:block;position:relative;width:100%;padding:14px 24px;background:var(--sub-white, #ffffff);color:var(--main-black, #000000);border:2px solid var(--sub-white, #ffffff);border-radius:6px;font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.2rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;overflow:hidden;transition:all .3s ease}.bundle-summary__submit:hover:not(:disabled){background:transparent;color:var(--sub-white, #ffffff)}.bundle-summary__submit:disabled{opacity:.3;cursor:not-allowed}.bundle-summary__message{margin:10px 0 0;font-family:var(--font-mono, "Oswald", "Mad Billow Noto Sans JP Condensed", sans-serif);font-size:1.2rem;line-height:1.4;color:var(--sub-white, #ffffff)}.bundle-summary__message--error{color:#ff6b6b}@media screen and (min-width:750px){.bundle-page__subtitle,.bundle-card__badge,.bundle-card__title,.bundle-card__price,.bundle-card__add-btn,.bundle-card__qty-btn,.bundle-card__qty-value,.bundle-summary__title,.bundle-summary__clear,.bundle-summary__progress-text,.bundle-summary__slot-number,.bundle-summary__slot-remove,.bundle-summary__total-label,.bundle-summary__total-price,.bundle-summary__submit{font-size:2rem}}@media screen and (max-width:989px){.bundle-page__layout{display:flex;flex-direction:column;align-items:stretch;gap:20px}.bundle-page__sidebar{order:1;height:auto;width:100%}.bundle-page__products{order:2}.bundle-products__grid{grid-template-columns:repeat(2,1fr);gap:16px}.bundle-summary{position:static;width:100%;top:auto;bottom:auto;left:auto;right:auto;border-radius:12px;z-index:auto;max-height:none;overflow:visible;transform:none;transition:none;box-shadow:none}.bundle-summary__slots{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.bundle-products__grid{grid-template-columns:repeat(2,1fr);gap:12px}.bundle-card__info{padding:12px}.bundle-card__add-btn{padding:8px 12px}.bundle-card__actions{margin:0 12px 12px}.bundle-page__banner{max-height:200px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/bundle.css.map */
