.bundle-upsell{--bu-accent: #d85c02;--bu-icon-bg: #800020;--bu-ink: #101010;--bu-hl: #00a63e;--bu-radius: 24px;--bu-media: 394px;--bu-font: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif}.bundle-upsell[hidden]{display:none!important}.bundle-upsell--popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px}.bundle-upsell__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .25s ease}.bundle-upsell--popup.is--open .bundle-upsell__overlay{opacity:1}.bundle-upsell--popup .bundle-upsell__items{position:relative;width:100%;max-width:1014px;transform:translateY(12px) scale(.98);opacity:0;transition:transform .28s ease,opacity .28s ease}.bundle-upsell--popup.is--open .bundle-upsell__items{transform:none;opacity:1}@media(prefers-reduced-motion:reduce){.bundle-upsell__overlay,.bundle-upsell--popup .bundle-upsell__items{transition:none}}.bundle-upsell__card{position:relative;display:flex;align-items:stretch;background:#fff;border-radius:var(--bu-radius);overflow:hidden;font-family:var(--bu-font);box-shadow:0 24px 60px #00000038}.bundle-upsell--popup .bundle-upsell__card{min-height:394px}.bundle-upsell__card.is--taken{opacity:.45;pointer-events:none}.bundle-upsell__content{flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;padding:80px 40px 80px 72px;min-width:0}.bundle-upsell__title{margin:0;max-width:467px;font-family:var(--bu-font);font-size:40px;font-weight:700;line-height:1.35;letter-spacing:-.04em;color:var(--bu-ink);text-transform:none}.bundle-upsell__text{margin:0;max-width:467px;font-size:18px;font-weight:400;line-height:1.5;letter-spacing:0;color:var(--bu-ink)}.bundle-upsell__hl{font-weight:700;color:var(--bu-hl);white-space:nowrap}.bundle-upsell__atc{display:inline-flex;align-items:center;gap:12px;margin:0;padding:12px 12px 12px 24px;border:0;border-radius:56px;background:var(--bu-accent);color:#fff;font-family:var(--bu-font);font-size:16px;font-weight:500;line-height:1;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:filter .2s ease,opacity .2s ease;-webkit-appearance:none;appearance:none}.bundle-upsell__atc:hover{filter:brightness(.92)}.bundle-upsell__atc:focus-visible{outline:2px solid var(--bu-ink);outline-offset:3px}.bundle-upsell__atc[disabled],.bundle-upsell__atc[aria-disabled=true]{cursor:not-allowed;opacity:.6}.bundle-upsell__atc-text{display:block;white-space:nowrap}.bundle-upsell__atc-icon{flex:0 0 32px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bu-icon-bg)}.bundle-upsell__atc-icon svg{width:17px;height:17px;fill:currentColor;color:#fff}.bundle-upsell__atc.is--loading{pointer-events:none;opacity:.75}.bundle-upsell__atc.is--loading .bundle-upsell__atc-icon{position:relative}.bundle-upsell__atc.is--loading .bundle-upsell__atc-icon svg{visibility:hidden}.bundle-upsell__atc.is--loading .bundle-upsell__atc-icon:after{content:"";position:absolute;width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:bundle-upsell-spin .7s linear infinite}@keyframes bundle-upsell-spin{to{transform:rotate(360deg)}}.bundle-upsell__media{position:relative;flex:0 0 var(--bu-media);width:var(--bu-media);align-self:stretch;overflow:hidden;background:#f2f2f2}.bundle-upsell__image{display:block;width:100%;height:100%;min-height:100%;object-fit:cover;object-position:center}.bundle-upsell__close{position:absolute;top:24px;right:24px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#ffffff4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;transition:background .2s ease;-webkit-appearance:none;appearance:none}.bundle-upsell__close:hover{background:#ffffff73}.bundle-upsell__close:focus-visible{outline:2px solid #fff;outline-offset:2px}.bundle-upsell__close svg{width:16px;height:16px}.bundle-upsell--product_block{display:block;margin:24px 0}.bundle-upsell--product_block .bundle-upsell__items{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:16px}.bundle-upsell--product_block .bundle-upsell__card{flex-direction:column-reverse;border:1px solid #ececec;border-radius:16px;box-shadow:none}.bundle-upsell--product_block .bundle-upsell__media{flex:0 0 auto;width:100%;aspect-ratio:16 / 10}.bundle-upsell--product_block .bundle-upsell__image{min-height:0}.bundle-upsell--product_block .bundle-upsell__content{padding:20px;gap:8px}.bundle-upsell--product_block .bundle-upsell__title{font-size:20px;line-height:1.3;letter-spacing:-.02em}.bundle-upsell--product_block .bundle-upsell__text{font-size:14px;line-height:1.5}.bundle-upsell--product_block .bundle-upsell__atc{width:100%;justify-content:space-between;padding:8px 8px 8px 18px;font-size:14px}.bundle-upsell--product_block .bundle-upsell__atc-icon{flex-basis:28px;width:28px;height:28px}.bundle-upsell__card.is--locked{opacity:.5}.bundle-upsell__card.is--locked .bundle-upsell__atc{background:#9a9a9a;cursor:not-allowed;pointer-events:none}.bundle-upsell__card.is--added .bundle-upsell__atc{background:#1f7a3f;pointer-events:none}@media(max-width:1100px)and (min-width:768px){.bundle-upsell--popup{--bu-media: 40%}.bundle-upsell--popup .bundle-upsell__content{padding:48px 32px 48px 48px}.bundle-upsell--popup .bundle-upsell__title{font-size:32px}.bundle-upsell--popup .bundle-upsell__text{font-size:16px}.bundle-upsell--popup .bundle-upsell__image{min-height:100%}}@media(max-width:767px){.bundle-upsell--popup{padding:16px;align-items:center}.bundle-upsell--popup .bundle-upsell__items{max-width:100%}.bundle-upsell--popup .bundle-upsell__card{flex-direction:column-reverse;border-radius:20px;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;-webkit-overflow-scrolling:touch}.bundle-upsell--popup .bundle-upsell__media{flex:0 0 auto;width:100%;aspect-ratio:16 / 11}.bundle-upsell--popup .bundle-upsell__image{min-height:0}.bundle-upsell--popup .bundle-upsell__content{align-items:stretch;padding:24px 20px 28px;gap:10px}.bundle-upsell--popup .bundle-upsell__title{font-size:26px;line-height:1.25;letter-spacing:-.02em}.bundle-upsell--popup .bundle-upsell__text{font-size:15px}.bundle-upsell--popup .bundle-upsell__atc{width:100%;justify-content:space-between;min-height:52px}.bundle-upsell--popup .bundle-upsell__close{top:16px;right:16px}.bundle-upsell--product_block .bundle-upsell__items{gap:10px}.bundle-upsell--product_block .bundle-upsell__card{border-radius:14px}.bundle-upsell--product_block .bundle-upsell__media{aspect-ratio:1 / 1}.bundle-upsell--product_block .bundle-upsell__content{padding:12px 10px;gap:6px}.bundle-upsell--product_block .bundle-upsell__title{font-size:15px;line-height:1.25}.bundle-upsell--product_block .bundle-upsell__text{font-size:12px;line-height:1.45}.bundle-upsell--product_block .bundle-upsell__atc{min-height:36px;padding:5px 5px 5px 10px;gap:6px;font-size:11px;letter-spacing:.02em}.bundle-upsell--product_block .bundle-upsell__atc-icon{flex-basis:24px;width:24px;height:24px}.bundle-upsell--product_block .bundle-upsell__atc-icon svg{width:13px;height:13px}}.bundle-upsell--product_block .bundle-upsell__card.is--icon-only .bundle-upsell__atc{width:auto;min-height:0;align-self:flex-end;justify-content:center;padding:0;gap:0;border-radius:50%;background:transparent}.bundle-upsell--product_block .bundle-upsell__card.is--icon-only .bundle-upsell__atc-text{display:none}.bundle-upsell--product_block .bundle-upsell__card.is--icon-only .bundle-upsell__atc-icon{flex-basis:40px;width:40px;height:40px}.bundle-upsell--product_block .bundle-upsell__card.is--icon-only .bundle-upsell__atc-icon svg{width:18px;height:18px}.bundle-upsell--product_block .bundle-upsell__card.is--icon-only.is--added .bundle-upsell__atc-icon{background:#1f7a3f}.bundle-upsell--product_block .bundle-upsell__card.is--icon-only.is--locked .bundle-upsell__atc-icon{background:#9a9a9a}.bundle-upsell--product_block.bundle-upsell--modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;margin:0;padding:20px}.bundle-upsell--modal.is--open .bundle-upsell__overlay{opacity:1}.bundle-upsell--modal .bundle-upsell__items{position:relative;width:100%;max-width:720px;max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow-y:auto;padding:56px 20px 20px;background:#fff;border-radius:var(--bu-radius);box-shadow:0 24px 60px #00000038;transform:translateY(12px) scale(.98);opacity:0;transition:transform .28s ease,opacity .28s ease}.bundle-upsell--modal.is--open .bundle-upsell__items{transform:none;opacity:1}.bundle-upsell__modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:#f1f1f1;color:var(--bu-ink);cursor:pointer;-webkit-appearance:none;appearance:none}.bundle-upsell__modal-close:hover{background:#e4e4e4}.bundle-upsell__modal-close:focus-visible{outline:2px solid var(--bu-ink);outline-offset:2px}.bundle-upsell__modal-close svg{width:16px;height:16px}@media(max-width:767px){.bundle-upsell--product_block.bundle-upsell--modal{padding:12px}.bundle-upsell--modal .bundle-upsell__items{padding:50px 12px 12px;border-radius:20px}}@media(prefers-reduced-motion:reduce){.bundle-upsell--modal .bundle-upsell__items{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/bundle-upsell.css.map */
