.bundle-modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:#00000080;overflow-y:auto;text-transform:uppercase;letter-spacing:.15em}.bundle-modal.active{display:block}.bundle-modal-content{background-color:#fff;margin:2% auto;padding:40px 0;width:90%;max-width:800px;position:relative;max-height:90vh;overflow-y:auto}.bundle-modal-content>*{padding:0 40px}.bundle-modal-close{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:#d9d9d9;border:none;position:absolute;right:24px;top:24px;cursor:pointer;color:#fff;border-radius:50%;transition:background-color .2s ease;z-index:10;padding:0}.bundle-modal-close:hover{background-color:silver}.bundle-modal-header{text-align:center;padding-bottom:30px;border-bottom:1px solid #E0E0E0;margin-bottom:30px}.bundle-modal-header h2{margin:0;font-size:1.4em;font-weight:600;letter-spacing:.15em}.bundle-selected-size{text-align:left;margin-bottom:30px}.bundle-size-label{font-size:.9em;font-weight:400;margin-right:10px}.bundle-size-value{font-size:1.1em;font-weight:700}.bundle-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:15px;margin-bottom:40px}.bundle-tier{border:2px solid #000;padding:20px 15px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff}.bundle-tier:hover:not(.disabled){background:#f7f2ee}.bundle-tier.selected{background:#000;color:#fff}.bundle-tier.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.bundle-tier-name{font-size:1em;font-weight:600;display:block;margin-bottom:8px}.bundle-tier-price{font-size:1.1em;font-weight:700;display:block;margin-bottom:5px}.bundle-tier-savings{font-size:.85em;color:#666;display:block}.bundle-tier.selected .bundle-tier-savings{color:#ccc}.bundle-color-selection{margin-bottom:40px}.bundle-section-title{font-size:.9em;font-weight:600;margin-top:40px;margin-bottom:20px;text-align:center;letter-spacing:.15em}.bundle-color-swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:15px;margin-bottom:30px}.bundle-color-swatch{position:relative;cursor:pointer;text-align:center}.bundle-color-swatch.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.bundle-color-circle{width:60px;height:60px;border-radius:50%;border:2px solid #E0E0E0;margin:0 auto 8px;transition:all .3s ease;position:relative;overflow:hidden}.bundle-color-swatch:hover:not(.disabled) .bundle-color-circle{border-color:#000;transform:scale(1.05)}.bundle-color-swatch.selected .bundle-color-circle{border:3px solid #000;box-shadow:0 0 0 2px #fff,0 0 0 4px #000}.bundle-color-swatch.selected .bundle-color-circle:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:#000;font-weight:700;text-shadow:0 0 2px white}.bundle-color-name{font-size:.75em;text-transform:uppercase;color:#333}.bundle-color-swatch.selected .bundle-color-name{font-weight:700}.bundle-color-loading{text-align:center;padding:40px;color:#818080;font-size:.9em}.bundle-selected-colors{padding:18px 20px;background:#f8f8f8;border-radius:8px;letter-spacing:0}.bundle-helper-text{text-align:center;color:#818080;font-size:.85em;text-transform:none;margin:0}.bundle-selected-colors-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.bundle-selected-color-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;background:#fff;border:1px solid #000;border-radius:20px;font-size:.85em}.bundle-selected-color-tag .color-mini{width:20px;height:20px;border-radius:50%;border:1px solid #E0E0E0}.bundle-selected-color-tag .remove-color{cursor:pointer;font-weight:700;margin-left:5px;color:#666}.bundle-selected-color-tag .remove-color:hover{color:#000}.bundle-modal-footer{border-top:1px solid #E0E0E0;padding-top:30px}.bundle-add-to-cart-btn{width:100%;background:#000;color:#fff;border:none;padding:18px;font-size:1em;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;text-align:center}.bundle-add-to-cart-btn:hover:not(:disabled){background:#333}.bundle-add-to-cart-btn:disabled{background:#818080;cursor:not-allowed;opacity:.6}.bundle-add-to-cart-btn.loading{position:relative;color:transparent}.bundle-add-to-cart-btn.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:bundle-spin .8s linear infinite}@keyframes bundle-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.bundle-error-message{background:#ffe5e5;border:1px solid #FF0000;color:#c00;padding:15px;margin-bottom:20px;border-radius:4px;text-align:center;font-size:.9em;text-transform:none}.bundle-error-message.hidden{display:none}.bundle-stock-warning{background:#fff9e5;border:1px solid #FFD700;color:#960;padding:12px;margin-top:15px;border-radius:4px;font-size:.85em;text-align:center;text-transform:none}@media (max-width: 768px){.bundle-modal-content{width:100%;margin:0;padding:24px 0;max-height:100vh;border-radius:0}.bundle-modal-content>*{padding:0 20px}.bundle-modal-header h2{font-size:1.1em;padding-right:40px}.bundle-modal-close{right:16px;top:16px;width:36px;height:36px;padding:0}.bundle-modal-header{padding-bottom:30px!important}.bundle-tiers{grid-template-columns:repeat(2,1fr);gap:10px}.bundle-tier{padding:15px 10px}.bundle-tier-name{font-size:.9em}.bundle-tier-price{font-size:1em}.bundle-tier-savings{font-size:.75em}.bundle-color-swatches{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:10px}.bundle-color-circle{width:50px;height:50px}.bundle-color-name{font-size:.7em}.bundle-section-title{font-size:.8em}.bundle-add-to-cart-btn{padding:15px;font-size:.9em}.bundle-selected-colors{padding:15px}.bundle-selected-color-tag{font-size:.75em;padding:6px 12px}}@media (min-width: 769px) and (max-width: 1023px){.bundle-modal-content{width:85%;max-width:700px}.bundle-tiers{grid-template-columns:repeat(2,1fr)}}.bundle-modal:focus-within .bundle-modal-close{outline:2px solid #000;outline-offset:2px}.bundle-tier:focus,.bundle-color-swatch:focus{outline:2px solid #000;outline-offset:2px}.bundle-add-to-cart-btn:focus{outline:3px solid #666;outline-offset:2px}@keyframes bundle-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bundle-modal-slide-in{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.bundle-modal.active{animation:bundle-modal-fade-in .3s ease}.bundle-modal.active .bundle-modal-content{animation:bundle-modal-slide-in .3s ease}@media print{.bundle-modal{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/171/assets/component-bundle-builder.css.map */
