.tshirt-bundle{width:100%;max-width:var(--page-width, 1400px);margin:0 auto;padding:40px 20px 120px;font-family:var(--font-primary--family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);color:#111!important}.tshirt-bundle a:not(.bundle-cta):not(.bundle-card__add-btn){color:inherit}.bundle-layout{display:grid;grid-template-columns:340px 1fr;gap:48px;align-items:start}.bundle-sidebar{position:sticky;top:120px}.bundle-sidebar__inner{display:flex;flex-direction:column;gap:20px}.bundle-sidebar__title{font-size:28px;font-weight:700;line-height:1.2;margin:0;color:var(--button-color, #111)!important}.bundle-sidebar__subtitle{font-size:14px;color:var(--accent-color, #e53e3e);font-weight:600}.bundle-sidebar__subtitle p{margin:0}.bundle-progress{display:flex;align-items:center;gap:0;padding:8px 0}.bundle-progress__step{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:2px solid var(--step-inactive-color, #e0e0e0);background:#fff;flex-shrink:0;transition:all .3s ease}.bundle-progress__step--active{border-color:var(--progress-end, #38a169);background:var(--progress-end, #38a169)}.bundle-progress__step--active .bundle-progress__number{color:#fff}.bundle-progress__step--current{border-color:var(--progress-start, #48bb78);background:#fff}.bundle-progress__step--current .bundle-progress__number{color:var(--progress-start, #48bb78)}.bundle-progress__number{font-size:11px;font-weight:700;color:var(--step-text-inactive-color, #ccc);transition:color .3s ease}.bundle-progress__bar{flex:1;height:4px;background:var(--step-inactive-color, #e0e0e0);border-radius:2px;overflow:hidden}.bundle-progress__bar-fill{height:100%;width:0%;background:linear-gradient(to right,var(--progress-start, #48bb78),var(--progress-end, #38a169));background-size:calc(var(--num-bars, 2) * 100%) 100%;border-radius:2px;transition:width .4s ease}.bundle-counter{display:flex;justify-content:space-between;align-items:center;font-size:14px}.bundle-counter__text{color:#666}.bundle-counter__price{font-size:18px;font-weight:700}.bundle-slots{display:grid;grid-template-columns:repeat(var(--bundle-size, 3),1fr);gap:12px}.bundle-slot{aspect-ratio:1;border:2px dashed #e0e0e0;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fafafa;transition:border-color .2s ease}.bundle-slot__empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--step-inactive-color, #ccc)}.bundle-slot__filled{display:flex;flex-direction:column;width:100%;height:100%;position:relative}.bundle-slot__image-wrap{position:relative;width:100%;flex:1;overflow:hidden;background:#fff}.bundle-slot__image{width:100%;height:100%;object-fit:contain;display:block}.bundle-slot__remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#fff;color:#111;border:1px solid #e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease;z-index:2}.bundle-slot__remove:hover{background:#f0f0f0}.bundle-slot__info{padding:4px 6px;font-size:10px;line-height:1.3}.bundle-slot__name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.bundle-slot__price{color:var(--accent-color, #e53e3e);font-weight:600;font-size:11px}.bundle-total{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;padding-top:8px;border-top:1px solid #eee}.bundle-total__prices{display:flex;align-items:center;gap:8px}.bundle-total__compare{color:var(--accent-color, #e53e3e);font-size:14px;font-weight:500;text-decoration:line-through}.bundle-cta{width:100%;padding:16px 24px;border-radius:100px;border:2px solid var(--button-color, #111);background:#fff;color:var(--button-color, #111);font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.bundle-cta:disabled{opacity:.6;cursor:not-allowed}.bundle-cta--ready{background:var(--button-color, #111);color:var(--button-text-color, #fff);border-color:var(--button-color, #111)}.bundle-cta--ready:hover{opacity:.85}.bundle-products{width:100%}.bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bundle-card{position:relative;display:flex;flex-direction:column;gap:10px;transition:opacity .2s ease}.bundle-card__badge{position:absolute;top:10px;left:10px;background:var(--badge-color, #e53e3e);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;z-index:2;letter-spacing:.5px;text-transform:uppercase}.bundle-card__image-wrap{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:8px;background:#f5f5f5}.bundle-card__image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.bundle-card:hover .bundle-card__image{transform:scale(1.03)}.bundle-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#eee}.bundle-card__placeholder svg{width:60%;height:60%}.bundle-card__info{display:flex;flex-direction:column;gap:4px}.bundle-card__title{font-size:14px;font-weight:500;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-card__title-link{color:#111!important;text-decoration:none}.bundle-card__title-link:hover{text-decoration:underline}.bundle-card__prices{display:flex;align-items:center;gap:8px;font-size:14px}.bundle-card__price{font-weight:700}.bundle-card__compare-price{color:var(--accent-color, #e53e3e);font-size:13px;text-decoration:line-through}.bundle-card__actions{margin-top:auto}.bundle-card__add-btn{width:100%;padding:10px 16px;border:2px solid var(--button-color, #111);border-radius:100px;background:var(--button-color, #111);color:var(--button-text-color, #fff);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.bundle-card__add-btn:hover:not(:disabled){opacity:.85}.bundle-card__add-btn:disabled{opacity:.4;cursor:not-allowed}.bundle-card__qty-wrap{display:flex;align-items:center;justify-content:center;gap:0;border:2px solid var(--button-color, #111);border-radius:100px;overflow:hidden}.bundle-card__qty-btn{display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;padding:10px 14px;font-size:14px;font-weight:600;transition:background .2s ease;color:var(--button-color, #111)}.bundle-card__qty-btn:hover{background:#f5f5f5}.bundle-card__qty-minus{border-right:1px solid #e0e0e0}.bundle-card__qty-add{border-left:1px solid #e0e0e0;background:var(--button-color, #111);color:var(--button-text-color, #fff);padding:10px 20px;border-radius:0 100px 100px 0}.bundle-card__qty-add:hover{opacity:.85}.bundle-card__qty-value{padding:0 12px;font-size:14px;font-weight:600;min-width:32px;text-align:center}.bundle-empty{text-align:center;padding:80px 20px;color:#999;font-size:16px}.bundle-mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;color:#111!important;box-shadow:0 -4px 20px #0000001a;z-index:999;border-radius:16px 16px 0 0;transition:transform .3s ease}.bundle-mobile-bar a{color:inherit}.bundle-mobile-bar__toggle{width:100%;padding:12px 16px 0;background:none;border:none;cursor:pointer;text-align:left}.bundle-mobile-bar__header{display:flex;align-items:center;justify-content:space-between}.bundle-mobile-bar__title{font-size:15px;font-weight:700;color:var(--button-color, #111)!important}.bundle-mobile-bar__chevron{transition:transform .3s ease;color:var(--button-color, #111)!important}.bundle-mobile-bar svg{color:var(--button-color, #111)!important;stroke:currentColor}.bundle-mobile-bar--expanded .bundle-mobile-bar__chevron{transform:rotate(180deg)}.bundle-mobile-bar__summary{padding:4px 16px 12px}.bundle-mobile-bar__subtitle{font-size:12px;color:var(--accent-color, #e53e3e);font-weight:600;margin-bottom:6px}.bundle-mobile-bar__subtitle p{margin:0}.bundle-mobile-bar .bundle-progress--mobile{margin-bottom:4px;padding:4px 0}.bundle-mobile-bar .bundle-progress--mobile .bundle-progress__step{width:26px;height:26px}.bundle-mobile-bar .bundle-progress--mobile .bundle-progress__number{font-size:10px}.bundle-mobile-bar .bundle-counter{margin-bottom:2px;font-size:13px}.bundle-mobile-bar .bundle-counter .bundle-counter__price{font-size:15px}.bundle-mobile-bar .bundle-total{margin-bottom:8px;padding-top:4px;font-size:14px}.bundle-cta--mobile{margin-top:0;padding:12px 20px;font-size:14px}.bundle-mobile-bar__expandable{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0 20px}.bundle-mobile-bar--expanded .bundle-mobile-bar__expandable{max-height:400px;padding:0 20px 16px}.bundle-mobile-slots{display:grid;grid-template-columns:repeat(var(--bundle-size, 3),1fr);gap:10px}@media screen and (max-width: 999px){.bundle-layout{grid-template-columns:280px 1fr;gap:32px}.bundle-grid{grid-template-columns:repeat(2,1fr);gap:16px}.bundle-sidebar__title{font-size:24px}}@media screen and (max-width: 749px){.tshirt-bundle{padding:20px 16px 200px}.bundle-layout{display:block}.bundle-sidebar{display:none}.bundle-mobile-bar{display:block}.bundle-grid{grid-template-columns:repeat(2,1fr);gap:12px}.bundle-card__title,.bundle-card__prices{font-size:13px}.bundle-card__add-btn{font-size:13px;padding:8px 12px}.bundle-card__qty-btn{padding:8px 12px}.bundle-card__qty-add{padding:8px 16px;font-size:13px}}@media screen and (max-width: 479px){.bundle-card__image-wrap{aspect-ratio:1}}.bundle-variant-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center}.bundle-variant-modal--open{display:flex}.bundle-variant-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;animation:bundleModalFadeIn .2s ease}.bundle-variant-modal__dialog{position:relative;background:#fff;border-radius:12px;max-width:420px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;animation:bundleModalSlideUp .3s ease;z-index:1}.bundle-variant-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .2s ease;padding:0;color:#111!important}.bundle-variant-modal__close:hover{background:#fff}.bundle-variant-modal__image-wrap{width:100%;border-radius:12px 12px 0 0;background:#fff;display:flex;align-items:center;justify-content:center}.bundle-variant-modal__image{width:100%;height:auto;max-height:400px;object-fit:contain;display:block;transition:opacity .2s ease}.bundle-variant-modal__body{padding:20px;display:flex;flex-direction:column;gap:16px;color:#111!important}.bundle-variant-modal__title{font-size:18px;font-weight:700;margin:0;line-height:1.3}.bundle-variant-modal__price{font-size:16px;font-weight:600}.bundle-variant-modal__option-group{display:flex;flex-direction:column;gap:8px}.bundle-variant-modal__option-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#666}.bundle-variant-modal__option-buttons{display:flex;flex-wrap:wrap;gap:8px}.bundle-variant-modal__option-btn{padding:8px 18px;border:2px solid #e0e0e0;border-radius:100px;background:#fff;color:#111;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.bundle-variant-modal__option-btn:hover{border-color:#999}.bundle-variant-modal__option-btn--selected{border-color:var(--button-color, #111);background:var(--button-color, #111);color:var(--button-text-color, #fff)}.bundle-variant-modal__option-btn--unavailable{opacity:.35;text-decoration:line-through;cursor:not-allowed}.bundle-variant-modal__option-btn--unavailable:hover{border-color:#e0e0e0}.bundle-variant-modal__error{font-size:13px;color:var(--accent-color, #e53e3e);font-weight:500}.bundle-variant-modal__confirm{margin-top:4px}@keyframes bundleModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes bundleModalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 749px){.bundle-variant-modal--open{align-items:flex-end}.bundle-variant-modal__dialog{max-width:100%;width:100%;border-radius:16px 16px 0 0;max-height:85vh;overflow:hidden;animation:bundleModalSlideUpMobile .3s ease;display:flex;flex-direction:column}.bundle-variant-modal__image-wrap{border-radius:16px 16px 0 0;flex:0 0 auto;max-height:32vh;overflow:hidden}.bundle-variant-modal__image{max-height:32vh;width:100%;object-fit:contain}.bundle-variant-modal__body{padding:16px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.bundle-variant-modal__options{flex:1 1 auto;overflow-y:auto}.bundle-variant-modal__confirm{flex-shrink:0}}@keyframes bundleModalSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/tshirt-bundle.css.map */
