#BundlePopup{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:999999;display:flex;align-items:center;justify-content:center}#BundlePopup[hidden]{display:none}.bundle-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.bundle-popup-content{position:relative;z-index:2;width:90%;max-width:500px;padding:30px;background:#fff;border-radius:10px}.bundle-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:24px}.bundle-popup.is-active{display:flex}.bundle-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000009e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bundle-popup__modal{position:relative;z-index:2;width:100%;max-width:1080px;max-height:calc(100vh - 48px);background:#fff;border-radius:16px;overflow-y:auto;box-shadow:0 25px 70px #00000040}.bundle-popup__close{position:absolute;top:18px;right:20px;width:40px;height:40px;border:0;border-radius:50%;background:#f5f5f5;font-size:28px;line-height:1;cursor:pointer;z-index:5}.bundle-popup__close:hover{background:#e9e9e9}.bundle-popup__success{display:flex;align-items:center;gap:12px;justify-content:center;padding:24px 42px 8px;font-size:15px;font-weight:600}.bundle-popup__success-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#5f6679;color:#fff;font-size:18px}.bundle-popup__header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 40px 5px;border-bottom:1px solid #e8e8e8}.bundle-popup__header h2{margin:0 0 7px;font-size:24px;line-height:1.15;color:#20242a}.bundle-popup__header p{margin:0;color:#70757c;font-size:15px}.bundle-popup__main-product{display:flex;align-items:center;gap:14px;min-width:330px}.bundle-popup__main-product img{width:72px;height:72px;object-fit:contain;border-radius:8px}.bundle-popup__main-product>div{display:flex;flex-direction:column}.bundle-popup__main-product span{color:#777;font-size:13px}.bundle-popup__recommendation-heading{display:flex;align-items:center;justify-content:center;gap:14px;padding:28px 42px 18px}.bundle-popup__tag-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#f1f5eb;font-size:22px}.bundle-popup__recommendation-heading h3{margin:0 0 4px;font-size:18px}.bundle-popup__recommendation-heading p{margin:0;color:#747474;font-size:14px}.bundle-popup__products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:32px 42px 24px}.bundle-product{overflow:hidden;border:1px solid #dedede;border-radius:12px;background:#fff;transition:box-shadow .2s ease,transform .2s ease}.bundle-product:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.bundle-product__image-wrapper{position:relative;width:100%;height:260px;overflow:hidden;background:#f5f5f5}.bundle-product__image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.bundle-product__discount{position:absolute;top:14px;left:14px;z-index:2;padding:0 12px;border-radius:20px;background-color:rgb(var(--color-background));color:rgb(var(--color-button));font-size:12px;font-weight:700}.bundle-product__info{padding:18px}.bundle-product__info h4{margin:0 0 5px;font-size:17px;line-height:1.3;color:#24282e}.bundle-product__variant{margin:0 0 10px;color:#70757c;font-size:14px}.description{font-size:10px;margin-bottom:2px}.description strong{font-size:12px}.bundle-product__price{display:flex;align-items:center;gap:8px;margin-bottom:14px}.bundle-product__price strong{color:rgb(var(--color-button));font-size:19px}.bundle-product__price del{color:#8a8a8a;font-size:13px}.bundle-product__select{width:100%;height:44px;margin-bottom:10px;padding:0 12px;border:1px solid #d6d6d6;border-radius:7px;background:#fff;font-size:14px;cursor:pointer}.bundle-product__button{display:flex;align-items:center;justify-content:center;width:100%;height:46px;border:0;border-radius:7px;background:#252a2f;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease}.bundle-product__button:hover{background:#111417}.bundle-product__button span{margin-right:8px;font-size:20px}.bundle-popup__savings{display:flex;align-items:center;gap:15px;margin:0 42px 25px;padding:17px 20px;border-radius:9px;background:#f3f7ed}.bundle-popup__savings-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#e6eedb;color:#1a7f49}.bundle-popup__savings div:nth-child(2){display:flex;flex-direction:column;gap:2px;flex:1}.bundle-popup__savings strong{font-size:14px}.bundle-popup__savings span{color:#16854a;font-size:20px;font-weight:700}.bundle-popup__add-all{min-width:190px;height:46px;border:1px solid #7a7f82;border-radius:7px;background:#fff;font-weight:600;cursor:pointer}.bundle-popup__add-all:hover{background:#f7f7f7}.bundle-popup__footer{display:flex;align-items:center;justify-content:end;gap:20px;padding:22px 42px;border-top:1px solid #e7e7e7}.bundle-popup__secure{display:flex;align-items:center;gap:12px}.bundle-popup__secure-icon{font-size:22px}.bundle-popup__secure div{display:flex;flex-direction:column;gap:4px}.bundle-popup__secure span{color:#777;font-size:12px}.bundle-popup__actions{display:flex;gap:12px}.bundle-popup__continue,.bundle-popup__cart{height:48px;padding:0 24px;border-radius:7px;font-size:14px;font-weight:600;cursor:pointer}.bundle-popup__continue{border:1px solid #aeb2b5;background:#fff;color:#252a2f}.bundle-popup__cart{border:0;background:rgb(var(--color-button));color:#fff;display:flex;align-items:center;justify-content:center}.bundle-popup__cart:hover{color:#fff!important}.popup-button{width:100%;height:200px;background:#ccc}@media screen and (max-width:749px){.bundle-popup{padding:10px}.bundle-popup__modal{max-height:80vh;border-radius:12px;margin-bottom:10vh}.bundle-popup__success{padding:20px 20px 5px}.bundle-popup__header{display:block;padding:15px 20px 20px}.bundle-popup__header h2{font-size:25px}.bundle-popup__main-product{margin-top:18px;min-width:0}.bundle-popup__recommendation-heading{justify-content:flex-start;padding:20px}.bundle-popup__products{display:flex;overflow-x:auto;gap:12px;padding:20px}.bundle-product{flex:0 0 82%;min-width:0}.bundle-product__image-wrapper{height:200px}.bundle-popup__savings{margin:0 20px 20px;align-items:flex-start;flex-wrap:wrap}.bundle-popup__add-all{width:100%}.bundle-popup__footer{display:block;padding:18px 20px}.bundle-popup__secure{margin-bottom:15px}.bundle-popup__actions{display:grid;grid-template-columns:1fr 1fr}.bundle-popup__continue,.bundle-popup__cart{width:100%;padding:0 10px}}.bundle-product__actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.bundle-product__view,.bundle-product__add{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}.bundle-product__view{border:1px solid #222;background:rgb(var(--color-background));color:rgb(var(--color-button))}.bundle-product__view:hover{background:#f5f5f5}.bundle-product__add{border:1px solid #222;background:#222;color:#fff}.bundle-product__add:hover{background:#444}.bundle-product__add:disabled{opacity:.5;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/13/assets/bundle-popup.css.map */
