.bundle-upgrade-button{display:block;width:100%;margin-top:10px;padding:7px 16px;background:transparent;border:1px solid rgb(var(--color-foreground));border-radius:30px;font-size:14px;font-weight:600;color:rgb(var(--color-foreground));cursor:pointer;text-align:center;transition:all .2s ease;position:relative}.bundle-upgrade-button:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bundle-upgrade-button--edit{background:#f5f5f5;border-color:#999;color:#243a81}.bundle-upgrade-button--edit:hover{background:#e8e8e8;border-color:#666;color:#333}.bundle-upgrade-badge{display:inline-block;background:#ff4d9a;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;margin-left:6px;text-transform:uppercase}.bundle-upgrade-modal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:999999!important;display:none;pointer-events:none;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.bundle-upgrade-modal.active{display:block;pointer-events:auto}.bundle-upgrade-modal__overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:999999!important}.bundle-upgrade-modal__content{position:fixed!important;top:50%!important;right:10px!important;left:10px!important;transform:translateY(-50%)!important;max-width:400px;margin-left:auto;max-height:90vh;background:#fff;border-radius:16px;overflow-y:auto;box-shadow:0 4px 20px #00000026;z-index:1000000!important}.bundle-upgrade-modal__header{padding:15px;border-bottom:1px solid #e0e0e0;position:sticky;top:0;background:#fff;z-index:10}.bundle-upgrade-modal__title{font-size:16px;font-weight:600;margin:0;color:#243a81;display:flex;align-items:center;gap:6px;justify-content:center}.bundle-upgrade-modal__close{position:absolute;top:7px;right:12px;background:transparent;border:none;cursor:pointer;padding:7px;line-height:1;font-size:46px;color:#666;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.bundle-upgrade-modal__close:hover{background:#f5f5f5}.bundle-upgrade-modal__body{padding:5px 13px 0}.bundle-info{display:flex;gap:10px;margin-bottom:8px;padding:10px 19px 0 10px;background:#fffaf0;border-radius:16px}.bundle-info__image{width:80px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0}.bundle-info__details{flex:1}.bundle-info__title{font-size:12px;font-weight:600;margin:0 0 5px;color:#243a81}.bundle-info__benefits{display:flex;flex-direction:row;gap:4px;margin-bottom:8px}.bundle-info__benefit{display:flex;align-items:center;gap:5px;font-size:11px;color:#666}.bundle-info__benefit svg{width:16px;height:16px;color:#4caf50;flex-shrink:0}.bundle-info__price{display:flex;align-items:baseline;gap:8px;margin-top:5px}.bundle-info__price-current{font-size:18px;font-weight:700;color:#e91e63}.bundle-info__price-original{font-size:14px;text-decoration:line-through;color:#999}.bundle-items{display:flex;flex-direction:column;gap:16px}.bundle-items__label{display:none}.bundle-item{display:flex;align-items:center;gap:10px;padding:5px;border:2px solid #f0f0f0;border-radius:16px;background:#fff;margin-bottom:5px}.bundle-item:last-child{margin-bottom:0}.bundle-item__image{width:70px;height:70px;object-fit:cover;border-radius:10px;background:#f9f9f9;flex-shrink:0}.bundle-item__details{flex:1;min-width:0}.bundle-item__title{font-size:12px;font-weight:600;color:#243a81;margin:0;line-height:1.4}.bundle-item__variant-selector{flex-shrink:0;margin-left:auto}.bundle-item__variant-label{font-size:12px;color:#666;font-weight:500;display:block;margin-bottom:4px}.bundle-item__variant-select{min-width:80px;padding:12px 16px;border:2px solid #ffaed7;border-radius:8px;font-size:13px;font-weight:600;color:#2d3e7a;background:#fff8fc;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23ffaed7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;transition:all .2s}.bundle-item__variant-select:hover{border-color:#c2185b}.bundle-item__variant-select:focus{outline:none;border-color:#e91e63;box-shadow:0 0 0 3px #e91e631a}.bundle-item__variant-select option.out-of-stock{text-decoration:line-through;color:#999}.bundle-item__variant-selector--single{display:flex;align-items:center}.bundle-item__one-size{padding:8px;border:2px solid #ffaed7;border-radius:8px;font-size:13px;font-weight:600;color:#2d3e7a;background:#fff8fc;pointer-events:none}.bundle-upgrade-modal__footer{padding:12px 30px;position:sticky;bottom:0;background:#fff;z-index:10}.bundle-upgrade-modal__cta{width:100%;padding:15px 23px;background:#ff8fd0;color:#fff;border:none;border-radius:30px;font-size:17px;font-weight:700;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center;gap:8px}.bundle-upgrade-modal__cta:hover:not(:disabled){opacity:.9}.bundle-upgrade-modal__cta:disabled{opacity:.5;cursor:not-allowed}.bundle-upgrade-modal__cta.disabled{background:#f5f5f5!important;color:#999!important;border-color:#ddd!important;cursor:not-allowed!important;opacity:.7!important}.bundle-upgrade-modal__cta.disabled:hover{background:#f5f5f5!important;opacity:.7!important}.bundle-upgrade-modal__cta-loader{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.bundle-upgrade-modal__cta.loading .bundle-upgrade-modal__cta-loader{display:block}@keyframes spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/bundle-upgrade.css.map */
