.bundle-drawer{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1),visibility 0s .4s,opacity .3s;max-height:85vh;border-radius:20px 20px 0 0;box-shadow:0 -10px 40px #00000026;display:flex;flex-direction:column;pointer-events:auto;visibility:hidden}.bundle-drawer[aria-hidden=false]{transform:translateY(0);visibility:visible;transition:transform .4s cubic-bezier(.16,1,.3,1),visibility 0s,opacity .3s}.bundle-drawer[aria-hidden=true]{pointer-events:none;visibility:hidden}.bundle-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 12px;border-bottom:1px solid #f0f0f0}.bundle-drawer__header-content{display:flex;align-items:center;gap:12px}.bundle-drawer__header-actions{display:flex;align-items:center;gap:8px;position:relative;z-index:1}.bundle-drawer__title{font-size:18px;font-weight:600;letter-spacing:-.02em}.bundle-drawer__step-indicator{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:500;background:#f5f5f5;color:#666;padding:6px 12px;border-radius:20px;border:1px solid #e5e5e5}.bundle-drawer__step-current{font-size:14px;font-weight:700;color:#000}.bundle-drawer__step-separator{color:#999}.bundle-drawer__step-total{color:#666}.bundle-drawer__header-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e0e0e0;border-radius:50%;background:#fff;color:#333;cursor:pointer;transition:all .2s}.bundle-drawer__header-btn:hover{background:#f5f5f5;border-color:#ccc}.bundle-drawer__header-btn--close:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.bundle-drawer__close{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.bundle-drawer__close:hover{background:#e8e8e8}.bundle-drawer__close svg{width:12px;height:12px}.bundle-drawer__progress{height:3px;background:#f0f0f0}.bundle-drawer__progress-bar{height:100%;background:#000;transition:width .4s ease}.bundle-drawer__content{flex:1 1 auto;min-height:0;overflow-y:scroll;overflow-x:hidden;padding:24px 20px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#999 #f0f0f0;position:relative;z-index:1;touch-action:pan-y;-ms-touch-action:pan-y}.bundle-drawer__content::-webkit-scrollbar{width:10px}.bundle-drawer__content::-webkit-scrollbar-track{background:#f0f0f0;border-radius:5px}.bundle-drawer__content::-webkit-scrollbar-thumb{background:#999;border-radius:5px;border:2px solid #f0f0f0}.bundle-drawer__content::-webkit-scrollbar-thumb:hover{background:#666}.bundle-step{display:none}.bundle-step.active{display:block;animation:bundleFadeIn .3s ease;position:relative;z-index:1}.bundle-device-grid,.bundle-material-grid{position:relative;z-index:1}@keyframes bundleFadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.bundle-step__title{font-size:20px;font-weight:600;margin:0 0 6px;letter-spacing:-.02em}.bundle-step__subtitle{font-size:14px;color:#666;margin:0 0 20px}.bundle-skip-case{background:linear-gradient(135deg,#f8f8f8 0,#f0f0f0);border:1px solid #e0e0e0;border-radius:10px;padding:12px 14px;margin-bottom:14px}.bundle-skip-case__toggle{display:flex;align-items:center;gap:12px;cursor:pointer}.bundle-skip-case__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bundle-skip-case__switch{width:44px;height:24px;background:#ccc;border-radius:12px;position:relative;transition:background .3s;flex-shrink:0}.bundle-skip-case__switch:after{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .3s;box-shadow:0 1px 3px #0003}.bundle-skip-case__input:checked+.bundle-skip-case__switch{background:#000}.bundle-skip-case__input:checked+.bundle-skip-case__switch:after{transform:translate(20px)}.bundle-skip-case__input:focus+.bundle-skip-case__switch{box-shadow:0 0 0 2px #0003}.bundle-skip-case__label{font-size:14px;font-weight:600;color:#333}.bundle-skip-case__desc{font-size:12px;color:#666;margin:6px 0 0 56px}.bundle-device-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.bundle-device-option{display:flex;align-items:center;justify-content:center;padding:14px 16px;border:2px solid #e8e8e8;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;z-index:10;min-height:48px}.bundle-device-option:hover{border-color:#bbb;background:#f8f8f8}.bundle-device-option.selected{border-color:#000;background:#f5f5f5}.bundle-device-name{font-size:14px;font-weight:500;color:#333;text-align:center}.bundle-device-option.selected .bundle-device-name{color:#000;font-weight:600}.bundle-load-more{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;position:relative;z-index:20;pointer-events:auto!important;padding:12px 16px;margin-top:8px;background:0 0;border:1px dashed #ccc;border-radius:10px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .2s}.bundle-load-more:hover{border-color:#999;color:#333;background:#f5f5f5}.bundle-load-more[aria-expanded=true] svg{transform:rotate(180deg)}.bundle-load-more svg{transition:transform .2s}.bundle-device-grid--more{margin-top:12px;padding-top:0;border-top:none;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bundle-device-name{font-size:13px;font-weight:500;text-align:center}.bundle-material-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;position:relative}.bundle-material-grid--loading{pointer-events:none;opacity:.6}.bundle-material-grid--loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border:3px solid #e8e8e8;border-top-color:#000;border-radius:50%;animation:bundleSpinner .8s linear infinite;z-index:100}@keyframes bundleSpinner{to{transform:translate(-50%,-50%) rotate(360deg)}}.bundle-material-option{display:flex;flex-direction:column;padding:16px;border:2px solid #e8e8e8;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left;position:relative;z-index:10}.bundle-material-option *,.bundle-device-option *{pointer-events:none}.bundle-material-option:hover{border-color:#ccc}.bundle-material-option.selected{border-color:#000;background:#fafafa;box-shadow:inset 0 0 0 2px #000}.bundle-material-option.selected:before{content:"";position:absolute;top:8px;left:8px;width:20px;height:20px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}.bundle-material-option--highlighted{grid-column:1/-1;flex-direction:column;align-items:stretch;gap:12px;background:linear-gradient(135deg,#f8f9fa 0,#f0f1f2);border:2px solid #ccc;position:relative;padding:16px}.bundle-material-option--highlighted.selected{border-color:#000;box-shadow:inset 0 0 0 2px #000}.bundle-material-option--highlighted:after{content:attr(data-recommended-label);position:absolute;top:-10px;right:12px;background:#006039;color:#fff;font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.bundle-material-option--highlighted .bundle-material-swatch{width:100%;height:120px;flex-shrink:0;border-radius:8px;overflow:hidden}.bundle-material-option--highlighted .bundle-material-info{width:100%;text-align:left}.bundle-material-option--highlighted .bundle-material-name{font-size:16px;font-weight:600}.bundle-material-option--highlighted .bundle-material-desc{font-size:13px;margin-top:4px}.bundle-material-swatch img{width:100%;height:100%;object-fit:cover;border-radius:6px}.bundle-material-zoom{position:absolute;bottom:8px;right:8px;width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;box-shadow:0 2px 6px #0003;cursor:pointer;opacity:1;transition:transform .2s,background .2s;pointer-events:auto;z-index:5}.bundle-material-zoom:hover{background:#f0f0f0;transform:scale(1.15)}.bundle-swatch-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s,visibility .3s}.bundle-swatch-lightbox[aria-hidden=false]{opacity:1;visibility:visible;pointer-events:auto}.bundle-swatch-lightbox__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;cursor:pointer}.bundle-swatch-lightbox__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:20px 20px 80px}.bundle-swatch-lightbox__image-wrapper{position:relative;max-width:min(90vw,400px);max-height:min(70vh,400px);overflow:auto}.bundle-swatch-lightbox__controls{display:flex;gap:12px;background:#000000b3;padding:8px 16px;border-radius:30px;margin-top:12px}.bundle-swatch-lightbox__close{position:absolute;top:-50px;right:0;background:#fff3;border:none;color:#fff;cursor:pointer;padding:10px;border-radius:50%;transition:background .2s,transform .2s;display:flex;align-items:center;justify-content:center;z-index:10}.bundle-swatch-lightbox__close:hover{background:#fff6;transform:scale(1.1)}.bundle-swatch-lightbox__zoom-in,.bundle-swatch-lightbox__zoom-out{background:0 0;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;transition:background .2s,transform .2s;display:flex;align-items:center;justify-content:center}.bundle-swatch-lightbox__zoom-in:hover,.bundle-swatch-lightbox__zoom-out:hover{background:#ffffff4d;transform:scale(1.1)}.bundle-swatch-lightbox__image{max-width:calc(90vw - 40px);max-height:calc(80vh - 60px);width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #00000080;object-fit:contain}.bundle-swatch-lightbox__caption{text-align:center;color:#fff;margin-top:16px;font-size:16px;font-weight:500}.bundle-material-swatch{position:relative;width:100%;height:80px;overflow:hidden;border-radius:8px;margin-bottom:12px}.bundle-material-name{font-size:14px;font-weight:600;margin-bottom:2px}.bundle-material-desc{font-size:12px;font-weight:500;color:#444}.bundle-apply-all{background:linear-gradient(135deg,#f8f8f8 0,#f0f0f0);border:1px solid #e0e0e0;border-radius:12px;padding:14px 16px;margin-bottom:16px}.bundle-apply-all__label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:10px}.bundle-apply-all__swatches-wrapper{display:flex;align-items:center;position:relative;gap:8px}.bundle-apply-all__swatches{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;padding:10px 5px}.bundle-apply-all__swatches::-webkit-scrollbar{display:none}.bundle-apply-all__swatch{width:55px;height:55px;border-radius:50%;border:3px solid #ddd;cursor:pointer;flex-shrink:0;scroll-snap-align:start;transition:all .2s;position:relative}.bundle-apply-all__swatch:hover{border-color:#999;transform:scale(1.1)}.bundle-apply-all__swatch.selected{border-color:#000;box-shadow:0 0 0 2px #fff,0 0 0 4px #000}.bundle-apply-all__nav{position:relative;width:36px;height:36px;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:2;touch-action:none}.bundle-apply-all__nav-inner{width:32px;height:32px;border-radius:50%;border:1px solid #ddd;background:#ffffffe6;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s}.bundle-apply-all__nav:hover .bundle-apply-all__nav-inner{background:#f0f0f0;border-color:#bbb;color:#333}.bundle-apply-all__selection{display:flex;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;background:#000;border-radius:8px;animation:selectionPulse .4s ease}@keyframes selectionPulse{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.02)}to{transform:scale(1);opacity:1}}.bundle-apply-all__selection-label{font-size:12px;font-weight:500;color:#ffffffb3}.bundle-apply-all__selection-color{font-size:13px;font-weight:600;color:#fff;text-transform:capitalize}.bundle-items-list{display:flex;flex-direction:column;gap:16px}.bundle-item-card{display:flex;flex-direction:column;padding:14px;background:#fafafa;border-radius:12px;border:1px solid #eee}.bundle-item-card__top{display:flex;gap:12px;margin-bottom:10px}.bundle-item-card__image{width:80px;height:80px;border-radius:10px;object-fit:cover;background:#f0f0f0;cursor:pointer;transition:transform .2s,box-shadow .2s;flex-shrink:0}.bundle-item-card__image:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.bundle-item-card__info{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:hidden;min-width:0}.bundle-item-card__title{font-size:14px;font-weight:600;margin:0 0 4px;line-height:1.3}.bundle-item-card__image-link,.bundle-item-card__title-link{text-decoration:none;color:inherit}.bundle-item-card__title-link:hover .bundle-item-card__title{text-decoration:underline}.bundle-item-card__variant{font-size:12px;font-weight:600;color:#fff;margin:0 0 10px;padding:6px 10px;background:#000;border-radius:6px;border:none;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background-color .4s ease,transform .2s ease}.bundle-item-card__variant.animate-selection{animation:variantPulse .5s ease}@keyframes variantPulse{0%{transform:scale(1)}50%{transform:scale(1.05);background:#333}to{transform:scale(1)}}.bundle-item-card__colors{display:flex;gap:6px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:8px 6px;position:relative;margin:-4px -6px}.bundle-item-card__colors::-webkit-scrollbar{display:none}.bundle-swatches-wrapper{position:relative;width:100%}.bundle-swatches-nav{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:50%;background:#000000b3;color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:5;transition:background .2s}.bundle-swatches-nav:hover{background:#000000e6}.bundle-swatches-nav--left{left:-4px}.bundle-swatches-nav--right{right:-4px}.bundle-swatches-wrapper.has-overflow .bundle-swatches-nav{display:flex}.bundle-swatches-wrapper.at-start .bundle-swatches-nav--left,.bundle-swatches-wrapper.at-end .bundle-swatches-nav--right{display:none}.bundle-color-swatch{width:32px;height:32px;min-width:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s;box-shadow:inset 0 0 0 1px #0000001a;scroll-snap-align:start;flex-shrink:0}.bundle-color-swatch:hover{transform:scale(1.1)}.bundle-color-swatch.selected{border:2px solid transparent;box-shadow:0 0 0 2px #000}.bundle-color-swatch--image{width:44px;height:44px;padding:0;overflow:hidden;background:#f0f0f0}.bundle-color-swatch__img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.bundle-item-card{position:relative}.bundle-item-card__exclude{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:50%;border:2px solid #fff;background:#000000bf;color:#fff;font-size:16px;font-weight:500;line-height:1;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #00000040;z-index:5}.bundle-item-card__exclude:hover{background:#000000e6;transform:scale(1.1)}.bundle-item-card__exclude--readd{background:#000;border-color:#fff}.bundle-item-card__exclude--readd:hover{background:#333}.bundle-item-card--excluded{opacity:1;background:#f8f8f8;border-style:dashed;border-color:#ddd;padding:0}.bundle-item-card__collapsed{display:flex;align-items:center;padding:12px 40px 12px 16px;position:relative}.bundle-item-card__collapsed .bundle-item-card__title{font-size:13px;font-weight:500;color:#888;margin:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-item-card__collapsed{cursor:pointer}.bundle-item-card__collapsed:hover{background:#f0f0f0}.bundle-item-card__collapsed .bundle-item-card__exclude{position:absolute;top:-12px;right:-12px}.bundle-item-card__collapsed-swatch{width:20px;height:20px;min-width:20px;border-radius:50%;border:2px solid #ccc;margin-right:8px;flex-shrink:0}.bundle-item-card--unavailable{opacity:.6;background:#f8f8f8}.bundle-item-card--unavailable .bundle-item-card__image{filter:grayscale(80%)}.bundle-item-card__unavailable-text{font-size:12px;color:#b91c1c;font-weight:500;margin-top:6px;padding:4px 8px;background:#fef2f2;border-radius:4px;display:inline-block}.bundle-item-card__excluded-text{font-size:13px;color:#666;font-weight:500;font-style:italic;margin:8px 0 0;padding:8px 12px;background:#f0f0f0;border-radius:6px;display:inline-block}.bundle-summary__items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.bundle-summary-item{display:flex;align-items:center;gap:12px;padding:10px;background:#fafafa;border-radius:10px}.bundle-summary-item__image{width:50px;height:50px;border-radius:6px;object-fit:cover;flex-shrink:0}.bundle-summary-item__info{flex:1;min-width:0}.bundle-summary-item__title{font-size:12px;font-weight:600;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-summary-item__variant{font-size:10px;color:#666;margin-top:2px}.bundle-summary-item__prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.bundle-summary-item__price{font-size:14px;font-weight:700;color:#000}.bundle-summary-item__compare-price{font-size:11px;color:#999;text-decoration:line-through}.bundle-summary__perks{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:12px;padding:16px;margin:16px 0}.bundle-summary__perks-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.bundle-summary__perks-grid{display:flex;flex-direction:column;gap:12px}.bundle-summary__perk{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d}.bundle-perk__icon,.bundle-perk__icon-wrap{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:10px}.bundle-perk__icon-wrap svg{width:24px;height:24px}.bundle-perk__text{display:flex;flex-direction:column;gap:2px}.bundle-perk__title{font-size:13px;font-weight:600;color:#1a1a1a}.bundle-perk__value{font-size:11px;color:#666;font-weight:500}.bundle-summary__perk svg{flex-shrink:0}.bundle-perks-accordion{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:10px;margin:12px 0;position:relative;z-index:10}.bundle-perks-accordion__header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.bundle-perks-accordion__header::-webkit-details-marker{display:none}.bundle-perks-accordion__title{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#1a1a1a}.bundle-perks-accordion__actions{display:flex;align-items:center;gap:8px}.bundle-perks-info-placeholder{display:block;width:22px;height:22px}.bundle-perks-info-btn{position:absolute;top:10px;right:34px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid #ccc;background:#fff;border-radius:50%;cursor:pointer;color:#666;transition:all .2s;z-index:5}.bundle-perks-info-btn:hover{background:#f5f5f5;border-color:#999;color:#000}.bundle-perks-accordion__arrow{color:#666;transition:transform .2s}.bundle-perks-accordion[open] .bundle-perks-accordion__arrow{transform:rotate(180deg)}.bundle-perks-accordion__content{display:flex;flex-direction:column;gap:6px;padding:0 12px 10px}.bundle-perks-see-all{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;padding:8px 12px;background:0 0;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;font-weight:500;color:#333;cursor:pointer;transition:all .2s}.bundle-perks-see-all:hover{background:#f5f5f5;border-color:#ccc;color:#000}.bundle-perks-see-all svg{flex-shrink:0}.bundle-summary__perk--compact{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#fff;border-radius:6px;box-shadow:0 1px 2px #0000000d}.bundle-perk__icon-wrap--small{width:24px;height:24px;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;flex-shrink:0}.bundle-perk__icon-wrap--small svg{width:14px;height:14px}.bundle-perk__text--compact{display:flex;flex-direction:column;gap:1px}.bundle-perk__text--compact .bundle-perk__title{font-size:11px;font-weight:600;color:#1a1a1a}.bundle-perk__text--compact .bundle-perk__value{font-size:9px;color:#666;font-weight:500}.bundle-perks-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease}.bundle-perks-modal[aria-hidden=false]{opacity:1;visibility:visible;pointer-events:auto}.bundle-perks-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.bundle-perks-modal__content{position:relative;background:#fff;border-radius:16px;max-width:380px;width:90%;max-height:80vh;overflow:hidden;box-shadow:0 25px 50px #00000040;transform:scale(.9) translateY(20px);transition:transform .3s ease}.bundle-perks-modal[aria-hidden=false] .bundle-perks-modal__content{transform:scale(1) translateY(0)}.bundle-perks-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#fff;border-bottom:1px solid #eee}.bundle-perks-modal__title{font-size:18px;font-weight:600;color:#000;margin:0;letter-spacing:-.02em}.bundle-perks-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e5e5e5;background:#fff;border-radius:50%;cursor:pointer;color:#666;transition:all .2s}.bundle-perks-modal__close:hover{background:#f5f5f5;border-color:#ccc;color:#000}.bundle-perks-modal__body{padding:24px}.bundle-perks-modal__intro{font-size:13px;color:#555;margin:0 0 20px;font-weight:500}.bundle-perks-modal__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.bundle-perks-modal__item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#1a1a1a;line-height:1.5}.bundle-perks-modal__bullet{flex-shrink:0;width:6px;height:6px;background:#000;border-radius:50%;margin-top:7px}.bundle-perks-modal__item strong{color:#000;font-weight:600}.bundle-perks-modal__item--more{color:#666;font-style:italic}.bundle-summary__savings{display:flex;justify-content:space-between;padding:12px 0;border-top:1px dashed #ddd;color:#006039;font-weight:600}.bundle-summary__savings-label{font-size:14px}.bundle-summary__savings-value{font-weight:700;font-size:16px}.bundle-summary__total{display:flex;justify-content:space-between;padding:16px 0 0;border-top:2px solid #000;font-size:18px;font-weight:600}.bundle-drawer__footer{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #f0f0f0;background:#fff;position:relative;z-index:1}.bundle-swatch-lightbox[aria-hidden=false]~.bundle-drawer__footer,body:has(.bundle-swatch-lightbox[aria-hidden=false]) .bundle-drawer__footer{z-index:-1}.bundle-drawer__back{display:flex;align-items:center;gap:6px;padding:14px 20px;border:2px solid #e8e8e8;border-radius:8px;background:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.bundle-drawer__back:hover{border-color:#000}.bundle-drawer__next{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border:none;border-radius:8px;background:#000;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.bundle-drawer__next:disabled{background:#ccc;cursor:not-allowed}.bundle-drawer__next:not(:disabled):hover{background:#1a1a1a!important;color:#fff!important;opacity:1!important}@media(min-width:768px){.bundle-drawer{max-width:560px;max-height:80vh;left:50%;top:50%;bottom:auto;transform:translate(-50%,-50%) scale(.95);border-radius:20px;opacity:0;transition:transform .3s ease,opacity .3s ease,visibility 0s .3s;overflow:visible}.bundle-drawer__body{overflow:visible}.bundle-drawer[aria-hidden=false]{transform:translate(-50%,-50%) scale(1);opacity:1;visibility:visible;transition:transform .3s ease,opacity .3s ease,visibility 0s}.bundle-drawer__content{padding:15px 4px 15px 15px;scrollbar-gutter:stable}.bundle-drawer__content::-webkit-scrollbar{width:8px}.bundle-device-grid,.bundle-material-grid{grid-template-columns:repeat(3,1fr)}.bundle-items-list{padding-left:10px;padding-right:10px}}body.bundle-drawer-open #shopify-chat,body.bundle-drawer-open .shopify-chat,body.bundle-drawer-open shopify-chat{opacity:0!important;pointer-events:none!important;transform:translateY(100vh)!important;transition:opacity .2s ease,transform .2s ease!important}body.bundle-drawer-open #cart-undo-toast,body.bundle-drawer-open #tidio-chat,body.bundle-drawer-open .Cart__UndoToast,body.bundle-drawer-open .tidio-chat,body.bundle-drawer-open [class*=gorgias],body.bundle-drawer-open [id*=gorgias]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.floating-bundle-btn{position:fixed;bottom:100px;right:20px;z-index:999;display:none;align-items:center;gap:8px;padding:12px 18px 12px 16px;background:#000;color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:grab;box-shadow:0 4px 20px #00000040;touch-action:none;-webkit-user-select:none;user-select:none}.floating-bundle-btn:active{cursor:grabbing}.floating-bundle-btn__content{display:flex;align-items:center;gap:8px;pointer-events:none}.floating-bundle-btn__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;border-radius:50%;color:#000}.floating-bundle-btn__icon svg{width:12px;height:12px}.floating-bundle-btn__dismiss{position:absolute;top:-10px;right:-10px;width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;background:#000000b3;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 1px 4px #0003;z-index:2;padding:0}.floating-bundle-btn__dismiss svg{width:10px;height:10px;stroke-width:1.5}.floating-bundle-btn__dismiss:hover{background:#000000e6;transform:scale(1.05)}body.bundle-drawer-open .floating-bundle-btn{display:none!important}.bundle-pill{position:absolute;bottom:16px;right:16px;z-index:10;display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:24px;box-shadow:0 4px 20px #00000026;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);font-family:inherit}.bundle-pill:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0003;background:#fff}.bundle-pill:active{transform:translateY(0)}.bundle-pill__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#000;border-radius:50%;color:#fff}.bundle-pill__icon svg{width:12px;height:12px}.bundle-pill__text{font-size:13px;font-weight:600;color:#000;letter-spacing:-.01em;white-space:nowrap}@media(max-width:767px){.bundle-pill{bottom:12px;right:12px;padding:8px 14px}.bundle-pill__text{font-size:12px}.bundle-pill__icon{width:20px;height:20px}.bundle-pill__icon svg{width:10px;height:10px}}
/*# sourceMappingURL=/cdn/shop/t/208/assets/gc-bundle-drawer.css.map */
