.bundle-addon{margin:20px 0;--bundle-btn-bg: #56cfe1;--bundle-btn-bg-hover: #5fa799;--bundle-card-bg: #ffffff;--bundle-img-bg: #f4f4f4;--bundle-card-shadow: 0 2px 8px rgba(0, 0, 0, .06);--bundle-radius: 12px}.bundle-addon__header{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.bundle-addon__title{margin:0;font-size:16px;font-weight:600;line-height:1.3}.bundle-addon__badge{display:inline-block;padding:3px 10px;font-size:12px;font-weight:600;line-height:1.4;color:#fff;background:var(--accent-color, #e53935);border-radius:999px;white-space:nowrap}.bundle-addon__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.bundle-addon__card{display:flex;flex-direction:column;background:var(--bundle-card-bg);border-radius:var(--bundle-radius);box-shadow:var(--bundle-card-shadow);overflow:hidden}.bundle-addon__img{display:block;aspect-ratio:1 / 1;background:var(--bundle-img-bg);overflow:hidden}.bundle-addon__img img{width:100%;height:100%;object-fit:contain;display:block;padding:8px;box-sizing:border-box}.bundle-addon__body{display:flex;flex-direction:column;gap:6px;padding:12px 14px 14px;flex:1}.bundle-addon__name{font-size:14px;font-weight:500;line-height:1.35;color:#555;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-addon__name:hover{color:#222}.bundle-addon__price{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.bundle-addon__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 16px;margin-top:auto;font-size:14px;font-weight:700;line-height:1.2;color:#fff;background:var(--bundle-btn-bg);border:none;border-radius:999px;cursor:pointer;text-decoration:none;text-align:center;transition:background .2s ease,opacity .2s ease;box-sizing:border-box}.bundle-addon__btn:hover{background:var(--bundle-btn-bg-hover);color:#fff}.bundle-addon__btn:disabled,.bundle-addon__btn.is-disabled{cursor:not-allowed;opacity:.55}.bundle-addon__btn-plus{font-size:16px;line-height:1;font-weight:700}.bundle-addon__btn-spinner{display:none;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:bundle-spin .8s linear infinite}.bundle-addon__btn.is-loading .bundle-addon__btn-text,.bundle-addon__btn.is-loading .bundle-addon__btn-plus{visibility:hidden}.bundle-addon__btn.is-loading .bundle-addon__btn-spinner{display:inline-block;position:absolute;left:50%;top:50%;margin-left:-7px;margin-top:-7px}.bundle-addon__error{margin-top:12px;padding:8px 12px;font-size:13px;color:#c62828;background:#fdecea;border-radius:6px}@keyframes bundle-spin{to{transform:rotate(360deg)}}.bundle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.bundle-modal[hidden],.bundle-modal__loading[hidden],.bundle-modal__content[hidden],.bundle-modal__error[hidden]{display:none}.bundle-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer;animation:bundle-fade-in .2s ease}.bundle-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:440px;max-height:calc(100vh - 40px);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #00000040;animation:bundle-slide-up .25s ease}.bundle-modal__close{position:absolute;top:10px;right:10px;z-index:2;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;color:#333;transition:background .15s ease}.bundle-modal__close:hover{background:#fff}.bundle-modal__loading{display:flex;align-items:center;justify-content:center;min-height:240px;padding:40px}.bundle-modal__spinner{width:28px;height:28px;border:3px solid #e5e5e5;border-top-color:#7bbdaf;border-radius:50%;animation:bundle-spin .8s linear infinite}.bundle-modal__content{display:flex;flex-direction:column;min-height:0;overflow-y:auto}.bundle-modal__img{display:block;aspect-ratio:1 / 1;background:#f4f4f4;text-decoration:none;flex:0 0 auto}.bundle-modal__img img{width:100%;height:100%;object-fit:contain;padding:16px;box-sizing:border-box}.bundle-modal__body{padding:16px 20px 20px;display:flex;flex-direction:column;gap:12px}.bundle-modal__title{margin:0;font-size:17px;font-weight:600;line-height:1.3;color:#222}.bundle-modal__price{font-size:16px;font-weight:700;color:#333}.bundle-modal__options{display:flex;flex-direction:column;gap:14px}.bundle-modal__option-group{display:flex;flex-direction:column;gap:8px}.bundle-modal__option-label{font-size:13px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.3px}.bundle-modal__option-values{display:flex;flex-wrap:wrap;gap:8px}.bundle-modal__option-value{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;font-size:13px;line-height:1.2;color:#333;background:#fff;border:1.5px solid #d5d5d5;border-radius:999px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;-webkit-user-select:none;user-select:none}.bundle-modal__option-value:hover{border-color:#7bbdaf}.bundle-modal__option-value input{position:absolute;opacity:0;pointer-events:none}.bundle-modal__option-value:has(input:checked){background:#7bbdaf;border-color:#7bbdaf;color:#fff}.bundle-modal__error{margin-top:4px;padding:8px 12px;font-size:13px;color:#c62828;background:#fdecea;border-radius:6px}.bundle-modal__add{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px 18px;margin-top:4px;font-size:14px;font-weight:700;color:#fff;background:#7bbdaf;border:none;border-radius:999px;cursor:pointer;transition:background .2s ease,opacity .2s ease}.bundle-modal__add:hover{background:#5fa799}.bundle-modal__add:disabled{cursor:not-allowed;opacity:.55}.bundle-modal__add.is-loading .bundle-modal__add-text{visibility:hidden}.bundle-modal__add.is-loading .bundle-addon__btn-spinner{display:inline-block;position:absolute;left:50%;top:50%;margin-left:-7px;margin-top:-7px}body.bundle-modal-open{overflow:hidden}@keyframes bundle-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bundle-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.bundle-modal{padding:0;align-items:flex-end}.bundle-modal__dialog{max-width:100%;max-height:92vh;border-radius:14px 14px 0 0}.bundle-modal__img{aspect-ratio:4 / 3}}@media(max-width:480px){.bundle-addon__grid{gap:12px}.bundle-addon__body{padding:10px 12px 12px}.bundle-addon__btn{padding:9px 12px;font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/product-bundle-addon.css.map */
