.bundle-section-wrapper{padding:40px 20px}.bundle-builder{background-color:#fff;border-radius:var(--style-border-radius-xl, 12px);overflow:hidden;box-shadow:0 4px 20px #0000000d}.bundle-builder__main{display:grid;grid-template-columns:1.5fr 1fr;min-height:600px}.bundle-builder__options-column{padding:40px;border-right:1px solid rgba(0,0,0,.05)}.bundle-builder__main-title{font-size:2.5rem;margin:0 0 5px;font-family:var(--font-heading-family),sans-serif}.bundle-builder__main-subtitle{font-size:1rem;color:rgba(var(--color-foreground-rgb),.7);margin:0 0 30px}.bundle-builder__progress-bar{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:40px;position:relative}.bundle-progress-step{display:flex;flex:1 1 0;min-width:0;flex-direction:column;align-items:center;position:relative;z-index:2;cursor:pointer}.bundle-progress-step:not(:last-child):after{content:"";position:absolute;top:19px;left:calc(50% + 25px);width:calc(100% - 50px);height:2px;background-color:#e0e0e0;pointer-events:none}.bundle-progress-step__circle{flex-shrink:0;width:40px;height:40px;border-radius:50%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;margin-bottom:8px;font-weight:700;color:#fff;transition:all .3s ease}.bundle-progress-step__number{font-size:1rem}.bundle-progress-step__check{display:none;width:20px;height:20px}.bundle-progress-step.is-active .bundle-progress-step__circle{background-color:#000}.bundle-progress-step.is-completed .bundle-progress-step__circle{background-color:#ffcd32;color:#000}.bundle-progress-step.is-completed .bundle-progress-step__number{display:none}.bundle-progress-step.is-completed .bundle-progress-step__check{display:block}.bundle-progress-step__label{width:100%;padding:0 4px;overflow-wrap:anywhere;font-size:.75rem;text-transform:uppercase;font-weight:700;color:rgba(var(--color-foreground-rgb),.5);letter-spacing:.5px;text-align:center}.bundle-progress-step.is-active .bundle-progress-step__label,.bundle-progress-step.is-completed .bundle-progress-step__label{color:#000}.bundle-progress-step__line{display:none}.bundle-tab-content{display:none;animation:bundleFadeIn .3s ease}.bundle-tab-content.is-active{display:block}.bundle-tab-header{margin-bottom:20px}.bundle-tab-title{font-size:1.5rem;margin:0 0 5px}.bundle-tab-subtitle{margin:0;color:rgba(var(--color-foreground-rgb),.7)}.bundle-step__options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}.bundle-option{cursor:pointer;display:block;position:relative;width:100%;min-width:0}.bundle-option__content{border:1px solid #e0e0e0;border-radius:var(--style-border-radius-lg, 8px);padding:15px;text-align:center;transition:all .2s ease;background-color:var(--bundle-option-bg, #ffffff);height:100%;width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.bundle-option__input{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.bundle-option__input:checked+.bundle-option__content{border-color:#ffcd32;box-shadow:0 0 0 1px #ffcd32}.bundle-option__image{width:80px;max-width:100%;height:80px;margin:0 auto 10px}.bundle-option__image img,.bundle-option__image svg{width:100%;height:100%;object-fit:contain}.bundle-option__title{font-weight:700;font-size:.95rem;margin-bottom:5px;display:block}.bundle-option__price{color:rgba(var(--color-foreground-rgb),.6);font-size:.85rem}.bundle-option__empty-circle{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;border:2px solid #e0e0e0;transition:all .2s ease}.bundle-option__check{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;background-color:#ffcd32;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:all .2s ease;z-index:2}.bundle-option__check svg{width:14px;height:14px;fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.bundle-option__input:checked+.bundle-option__content .bundle-option__check{opacity:1;transform:scale(1)}.bundle-option__input:checked+.bundle-option__content .bundle-option__empty-circle{opacity:0}.bundle-builder__summary-column{padding:40px;display:flex;flex-direction:column}.bundle-summary-wrapper{position:sticky;top:40px}.bundle-summary__main-title{font-size:1.8rem;margin:0 0 20px;font-family:var(--font-heading-family),sans-serif}.bundle-summary__image{margin-bottom:30px;text-align:center}.bundle-builder__main-image{width:100%;height:300px;object-fit:contain;border-radius:var(--style-border-radius-lg, 8px);background:#ffefc5;padding:16px}.bundle-summary__details{margin-bottom:30px}.bundle-summary__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.bundle-summary__list li{display:grid;grid-template-columns:100px 1fr;align-items:start;font-size:.95rem;border-bottom:1px solid rgba(var(--color-foreground-rgb),.05);padding-bottom:8px}.bundle-summary__list li:last-child{border-bottom:none}.bundle-summary-category{font-weight:700;color:rgba(var(--color-foreground-rgb),1)}.bundle-summary-category:after{content:":"}.bundle-summary-items{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-weight:500;color:#000}.bundle-summary-images{display:flex;flex-wrap:wrap;gap:8px}.bundle-summary-images img{width:24px;height:24px;object-fit:contain}.bundle-summary-names{font-size:.9rem}.bundle-summary-items span.not-selected{font-weight:400;color:rgba(var(--color-foreground-rgb),.5)}.bundle-summary__actions{border-top:1px solid rgba(var(--color-foreground-rgb),.1);padding-top:20px}.bundle-summary__total-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.bundle-summary__total-label{font-size:1.1rem;font-weight:700}.bundle-summary__total-price{font-size:1.25rem;font-weight:700}.bundle-summary__add-button{background-color:#000;color:#fff;border:none;padding:16px 24px;font-size:1rem;font-weight:700;border-radius:var(--style-border-radius-md, 8px);width:100%;cursor:pointer;transition:opacity .2s;text-transform:uppercase;letter-spacing:1px}.bundle-summary__add-button:hover{opacity:.8}.bundle-tab-error{margin-top:18px;padding:12px 16px;background-color:#fdf2e9;border-left:4px solid #c0392b;color:#a94442;font-size:.95rem;font-weight:500;border-radius:8px}@keyframes bundleFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:990px){.bundle-builder__main{grid-template-columns:1fr}.bundle-builder__options-column{border-right:none;border-bottom:1px solid rgba(0,0,0,.05);padding:20px}.bundle-builder__summary-column{padding:20px}.bundle-summary-wrapper{position:static}.bundle-progress-step__label{font-size:.6rem}}@media screen and (max-width:749px){.bundle-summary__add-button{padding:16px 10px;font-size:.8rem}.bundle-tab-content>.bundle-summary__add-button{margin-top:20px}.bundle-section-wrapper{padding:40px 0}.bundle-builder__main{grid-template-columns:minmax(0,1fr)}.bundle-step__options{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.bundle-option__content{box-sizing:border-box;padding:32px 10px 14px}.bundle-option__title{max-width:100%;font-size:14px;line-height:1.4;overflow-wrap:anywhere}.bundle-option__price{margin-top:auto;font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bundle.css.map */
