.product__kit-selection{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.product-form__picks{margin:2rem 0;padding:1.5rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;background:rgba(var(--color-background),.5)}.bundle-selections-title{font-weight:600;color:rgb(var(--color-foreground));text-align:center;margin-top:1.25rem;margin-bottom:0}.bundle-selections-subtitle{color:rgba(var(--color-foreground),.7);margin-bottom:1.25rem;font-size:1.25rem;text-align:center}.bundle-selection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.bundle-selection-item{border:2px solid rgba(var(--color-foreground),.1);border-radius:12px;padding:0 1rem;transition:all .3s ease;position:relative;min-height:140px;background:rgb(var(--color-background));box-shadow:0 2px 8px #0000000a}.bundle-selection-item:hover{border-color:rgba(var(--color-button),.3);box-shadow:0 4px 16px #00000014}.bundle-selection-item.selected{border-color:rgb(var(--color-button));background-color:rgba(var(--color-button),.03);box-shadow:0 4px 20px rgba(var(--color-button),.15)}.bundle-selection-placeholder{display:flex;align-items:center;gap:1rem;height:100%}.bundle-selection-icon{width:110px;height:80%;border:2px dashed rgba(var(--color-foreground),.3);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.bundle-selection-item:hover .bundle-selection-icon{border-color:rgba(var(--color-button),.5);background:rgba(var(--color-button),.05)}.bundle-selection-icon svg{width:28px;height:28px;color:rgba(var(--color-foreground),.5);transition:color .3s ease}.bundle-selection-item:hover .bundle-selection-icon svg{color:rgb(var(--color-button))}.bundle-selection-content{display:flex;flex-direction:column;flex-grow:1}.bundle-selection-title{font-size:1.25rem;font-weight:600;margin-top:0;margin-bottom:.5rem;color:rgb(var(--color-foreground))}.bundle-select-button{font-size:1.25rem;border-radius:8px;background:rgb(var(--color-background));color:rgb(var(--accent-color));cursor:pointer;font-weight:500;width:fit-content}.bundle-selection-selected{display:flex;align-items:center;gap:1rem;height:100%}.bundle-selection-image{width:110px;height:80%;border-radius:12px;overflow:hidden;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.bundle-selection-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-selection-image:hover img{transform:scale(1.05)}.bundle-selection-info{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-right:2rem}.bundle-remove-button{width:28px;height:28px;background:rgba(var(--color-foreground),.8);color:rgb(var(--color-background));border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0003;flex-shrink:0}.bundle-remove-button:hover{background:rgb(var(--color-foreground));transform:scale(1.1)}.bundle-remove-button svg{width:14px;height:14px}.selected-product-title{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.3}.selected-product-styles{font-size:.85rem;color:rgba(var(--color-foreground),.7);line-height:1.4}.modal-product-variant-selection-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:bundle-modal-fade-in .3s ease-out}@keyframes bundle-modal-fade-in{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.modal-product-variant-selection{background:rgb(var(--color-background));border-radius:16px!important;width:100%;max-width:950px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 80px #0000004d;animation:bundle-modal-slide-up .3s ease-out}@keyframes bundle-modal-slide-up{0%{transform:translateY(30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-product-variant-selection-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid rgba(var(--color-foreground),.1);background:rgba(var(--color-background),.95)}.bundle-modal-title{font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground));margin:0}.bundle-modal-close{background:rgba(var(--color-foreground),.1);border:none;cursor:pointer;padding:.75rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.bundle-modal-close:hover{background:rgba(var(--color-foreground),.2);transform:scale(1.05)}.bundle-modal-close svg{width:20px;height:20px;color:rgb(var(--color-foreground))}.modal-product-variant-selection-content{flex-grow:1;overflow-y:auto;padding:2rem}.bundle-selection-search{margin-bottom:1.5rem}.bundle-search-input{width:100%;padding:1rem 1.5rem;border:2px solid rgba(var(--color-foreground),.1);border-radius:12px;font-size:1rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:all .3s ease;font-family:inherit}.bundle-search-input:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgba(var(--color-button),.1);transform:translateY(-1px)}.bundle-search-input::placeholder{color:rgba(var(--color-foreground),.5)}.bundle-selection-filters{display:flex;gap:1.5rem;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;padding:1.5rem;background:rgba(var(--color-foreground),.02);border-radius:12px;border:1px solid rgba(var(--color-foreground),.05)}.bundle-filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:140px}.bundle-filter-group label{font-size:.85rem;font-weight:600;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.5px}.bundle-filter-select{padding:.75rem 1rem;border:2px solid rgba(var(--color-foreground),.1);border-radius:8px;font-size:.9rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:all .3s ease;cursor:pointer;font-family:inherit}.bundle-filter-select:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 2px rgba(var(--color-button),.1)}.bundle-clear-filters{font-size:.85rem;padding:.75rem 1.5rem;height:fit-content;border-radius:8px;border:2px solid rgba(var(--color-foreground),.2);background:transparent;color:rgba(var(--color-foreground),.7);cursor:pointer;transition:all .3s ease;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.bundle-clear-filters:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button));background:rgba(var(--color-button),.05)}.bundle-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.bundle-product-card{border:2px solid rgba(var(--color-foreground),.08);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .3s ease;position:relative;background:rgb(var(--color-background));box-shadow:0 2px 8px #0000000a}.bundle-product-card:hover{border-color:rgba(var(--color-button),.4);transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.bundle-product-card.selected{border-color:rgb(var(--color-button));background-color:rgba(var(--color-button),.05);box-shadow:0 8px 30px rgba(var(--color-button),.2);transform:translateY(-2px)}.bundle-product-image{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;margin-bottom:1rem;position:relative}.bundle-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-product-card:hover .bundle-product-image img{transform:scale(1.05)}.bundle-product-title{font-weight:600;font-size:1.5rem;margin-top:0;margin-bottom:.5rem;color:rgb(var(--color-foreground));line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-product-styles{font-size:.75rem;color:rgba(var(--color-foreground),.6);margin-bottom:.75rem;display:flex;flex-wrap:wrap;gap:.25rem;min-height:1.5rem}.bundle-product-styles span{background:rgba(var(--color-foreground),.08);padding:.25rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500;transition:all .3s ease}.bundle-product-card:hover .bundle-product-styles span{background:rgba(var(--color-button),.1);color:rgb(var(--color-button))}.bundle-product-price-amount{font-size:.9rem;font-weight:700;color:rgb(var(--color-foreground));display:none}.bundle-product-selected-indicator{position:absolute;top:1rem;right:1rem;width:28px;height:28px;background:rgb(var(--color-button));color:rgb(var(--color-background));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(var(--color-button),.3);animation:bundle-checkmark-bounce .3s ease-out}@keyframes bundle-checkmark-bounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.bundle-product-selected-indicator svg{width:16px;height:16px}.bundle-products-empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.6);grid-column:1 / -1}.bundle-products-empty p{font-size:1.1rem;margin-bottom:1.5rem}.modal-product-variant-selection-footer{display:flex;gap:1rem;padding:2rem;border-top:1px solid rgba(var(--color-foreground),.1);justify-content:flex-end;background:rgba(var(--color-background),.95)}.bundle-cancel-button{padding:1rem 2rem;font-size:1.25rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.bundle-confirm-selection{padding:1rem 2rem;font-size:1.25rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600}.bundle-confirm-selection:hover:not(:disabled){background:rgba(var(--color-button),.9)}.bundle-confirm-selection:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.product-form__cart-submit{position:relative;overflow:hidden;font-weight:600;padding:1.25rem 2rem;border-radius:8px;transition:all .3s ease}.product-form__cart-submit[disabled]{opacity:.6;cursor:not-allowed;transform:none}.product-form__cart-submit:not([disabled]):hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-button),.3)}.product-form__cart-submit.loading .add-to-cart-text{opacity:0}.product-form__cart-submit.loading .loading-overlay__spinner{display:flex!important}.loading-overlay__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none!important}.spinner{width:24px;height:24px;animation:bundle-spinner-rotate 1s linear infinite}.spinner .path{stroke:currentColor;stroke-linecap:round;animation:bundle-spinner-dash 1.5s ease-in-out infinite}@keyframes bundle-spinner-rotate{to{transform:rotate(360deg)}}@keyframes bundle-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.bundle-notification{position:fixed;top:20px;right:20px;z-index:10000;max-width:400px;padding:1.25rem;border-radius:12px;box-shadow:0 8px 25px #00000026;animation:bundle-notification-slide-in .4s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bundle-notification--success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #10b981}.bundle-notification--error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1px solid #ef4444}.bundle-notification--info{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #3b82f6}.bundle-notification__content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.bundle-notification__message{font-weight:500;line-height:1.4}.bundle-notification__close{background:#0000001a;border:none;cursor:pointer;padding:.5rem;border-radius:6px;opacity:.7;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.bundle-notification__close:hover{opacity:1;background:#0003}@keyframes bundle-notification-slide-in{0%{transform:translate(100%) scale(.9);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes bundle-notification-slide-out{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.9);opacity:0}}@media screen and (max-width: 749px){.selected-product-title{font-size:1.25rem}.bundle-selection-content{display:flex;flex-direction:column;align-items:center}.bundle-selection-grid{grid-template-columns:1fr;gap:1rem}.bundle-selection-item{min-height:120px}.modal-product-variant-selection{margin:0;height:100vh;max-height:90vh;border-radius:0;animation:bundle-modal-slide-up-mobile .3s ease-out}@keyframes bundle-modal-slide-up-mobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bundle-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.bundle-selection-filters{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.bundle-filter-group{min-width:auto}.modal-product-variant-selection-footer{flex-direction:column-reverse}.bundle-cancel-button,.bundle-confirm-selection{width:100%;justify-content:center}.bundle-notification{top:10px;right:10px;left:10px;max-width:none}}@media screen and (max-width: 550px){.bundle-selection-placeholder,.bundle-selection-selected{flex-direction:row;text-align:center;gap:1rem}.bundle-selection-icon,.bundle-selection-image{width:100px;height:80%}.bundle-remove-button{position:static;align-self:center;margin-top:.5rem}.bundle-selection-info{padding-right:0}.bundle-products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.product-form__picks{padding:1rem}.bundle-selection-filters{padding:.75rem}}@media (prefers-contrast: high){.bundle-selection-item,.bundle-product-card{border-width:3px}.modal-product-variant-selection{box-shadow:0 0 0 3px rgb(var(--color-foreground))}}@media (prefers-reduced-motion: reduce){.bundle-selection-item,.bundle-product-card,.bundle-select-button,.bundle-confirm-selection,.bundle-cancel-button,.bundle-modal-close,.bundle-remove-button{transition:none}.modal-product-variant-selection-overlay,.modal-product-variant-selection,.bundle-notification{animation:none}.bundle-product-card:hover{transform:none}.spinner{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-bundle.css.map */
