.bundle-wrapper{border-radius:var(--border-radius-small);padding:24px;border:1px solid #333}.bundle-form{display:grid;grid-template-columns:repeat(2,auto);gap:16px}.bundle__header{margin-bottom:8px;color:#000}.bundle__header--secondary{margin-top:64px;padding-top:16px;border-top:1px solid #333}.bundle-price{gap:8px;align-items:baseline;font-size:18px;font-weight:600}.bundle-price__saving{display:block;padding-top:8px;color:#4caf50;font-size:16px;font-weight:700}.price--strikethrough{text-decoration:line-through;color:#f77474}.bundle-wrapper__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:32px 0}.bundle-item{border-radius:8px;border:1px solid #929292;position:relative;overflow:hidden;background-color:#2a2a2a;transition:background-color .3s ease-in-out;cursor:pointer}.bundle-item--filled{border-color:#4caf50;cursor:default}.bundle-item--empty{display:flex;align-items:center;justify-content:center;background-color:#2a2a2a;border:none}.bundle-add-product-btn{background:none;border:2px dashed #666;border-radius:8px;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;cursor:pointer;transition:all .3s ease}.bundle-add-product-btn:hover{border-color:#4caf50;color:#4caf50}.bundle-add-product-icon{font-size:2rem;margin-bottom:.5rem}.bundle-add-product-text{font-size:.9rem;font-weight:500}.bundle-product-card{width:100%;height:100%;padding:12px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.bundle-product-card img{width:100%;height:auto;object-fit:contain;margin-bottom:8px;max-height:250px}.bundle-product-card__details{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end}.bundle-product-card__details h4{margin:0 0 4px;font-size:1rem;font-weight:600;line-height:1.2}.bundle-product-card__details h5{margin:0 0 8px;font-size:14px;color:#666;font-weight:400}.bundle-product-card__details h5:empty{display:none}.bundle-product-card__details p{margin:0 0 8px;font-size:14px;font-weight:600;color:#4caf50}.bulk-bundle-wrapper{margin-top:24px}.bulk-product-card{grid-template-columns:150px auto;display:grid;align-items:center;justify-content:auto;padding:16px;gap:16px}.bulk-product-card__details{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.bulk-bundle-badge{position:absolute;top:8px;right:8px;background-color:#4caf50;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.bulk-add-to-cart-btn{width:100%;margin-top:16px;padding:16px}.bulk-price__saving{display:block;color:#4caf50;font-size:14px;font-weight:700;margin-bottom:8px}.bundle-add-product-btn--disabled{opacity:.6;cursor:not-allowed;border-color:#666;color:#666}.bundle-add-product-btn--disabled:hover{border-color:#666;color:#666}.bundle-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999}.bundle-modal:before{position:fixed;top:0;left:0;width:100vw;height:100vh;content:"";background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:-1}.bundle-modal__content{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);max-width:80vw;overflow-y:auto;background-color:#fff;border-radius:var(--border-radius-small);padding:32px;max-height:90vh}@media screen and (max-width: 768px){.bundle-modal__content{max-width:90vw;padding:16px}}.bundle-modal__header{display:flex;justify-content:space-between;padding-bottom:16px;--color-foreground: rgb(33,33,33);color:var(--color-foreground);font-size:1.4rem}[data-product-grid]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;overflow-y:auto;padding:8px}.bundle-modal-card{display:flex;flex-direction:column;gap:12px;border:1px solid #e0e0e0;border-radius:var(--border-radius-small);align-items:center;padding:16px;background-color:#fff;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.bundle-modal-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#4caf50}.bundle-modal-card__media{background-color:#f8f8f8;border-radius:8px;padding:8px;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.bundle-modal-card__media img{max-width:100%;height:auto;object-fit:contain}.bundle-modal-card__details{display:flex;flex-direction:column;justify-content:space-between;text-align:center;flex-grow:1;width:100%}.bundle-modal-card__details h4{margin:0 0 8px;font-size:14px;font-weight:600;line-height:1.3;color:#333}.bundle-modal-card__buttons{display:flex;flex-direction:row;gap:6px;width:100%}.bundle-product-card__edit{z-index:3;position:absolute;display:flex;width:100%;justify-content:flex-end;padding-bottom:16px;top:0}.bundle-product-card__media{position:relative}.bundle-edit-btn{padding:0;width:40px;height:40px}.bundle-select-variant-btn{background-color:#000;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;padding:8px 12px;cursor:pointer;transition:all .2s ease;width:100%;text-align:center}.bundle-select-variant-btn:hover:not(:disabled){background-color:#4caf50;transform:translateY(-1px)}.bundle-select-variant-btn:active{transform:translateY(0)}.bundle-select-variant-btn:disabled{background-color:#e0e0e0;color:#999;cursor:not-allowed;opacity:.6}.bundle-select-variant-btn:disabled:hover{background-color:#e0e0e0;transform:none}.bundle-select-variant-btn--single:disabled{background-color:#ccc;color:#666}body.bundle-modal-open{overflow:hidden;position:fixed;width:100%;top:0;left:0}.bundle-error{background-color:#f44}.bundle-loading-spinner{width:30px;height:30px;border:3px solid #666;border-top:3px solid #4CAF50;border-radius:50%;animation:bundle-spin 1s linear infinite;margin-bottom:12px}@keyframes bundle-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bundle-loading p,.bundle-error p{margin:0;font-size:14px}@media (max-width: 500px){[data-product-grid]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.bundle-modal-card{padding:12px;flex-direction:row}.bundle-modal-card__media{flex-shrink:2}.bundle-modal-card__details{text-align:left}.bundle-modal-card__buttons{padding-top:8px;gap:8px}}@media screen and (max-width: 768px){.bulk-product-card{grid-template-columns:150px auto}.bulk-add-to-cart-btn{max-width:100%}}@media screen and (max-width: 480px){.bundle-wrapper{padding:16px}.bundle-form{display:flex;flex-direction:column}.bundle-product-card{padding:8px}.bundle-add-product-icon{font-size:1.5rem}.bundle-add-product-text{font-size:.8rem}.bulk-product-card{display:flex;flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/cd-bundle.css.map */
