.bundle-upsell,.bundle-upsell *{box-sizing:border-box}.bundle-upsell{width:100%;max-width:100%;min-width:0;margin:0 auto;color:var(--bu-text, #1a1a1a);font-family:inherit}.bundle-upsell .bu-title{text-align:center;font-family:var(--font-heading--family, inherit);font-size:var(--bu-title-fs, 26px);font-weight:500;margin:0 0 18px}.bundle-upsell .bu-title-accent{color:var(--bu-accent, #b23b3b)}.bundle-upsell .bu-offers{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bundle-upsell .bu-offer{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;background:var(--bu-card-bg, #fff);border:1.5px solid var(--bu-border, #e5e5e5);border-radius:var(--bu-radius, 12px);padding:var(--bu-offer-pt, 22px) var(--bu-offer-pr, var(--bu-offer-px, 14px)) var(--bu-offer-pb, 16px) var(--bu-offer-pl, var(--bu-offer-px, 14px));cursor:pointer;transition:border-color .15s,box-shadow .15s;font:inherit;color:inherit}.bundle-upsell .bu-offer.is-selected{border-color:var(--bu-accent, #b23b3b);box-shadow:0 0 0 1px var(--bu-accent, #b23b3b)}.bundle-upsell .bu-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--bu-accent, #b23b3b);color:#fff;font-size:var(--bu-badge-fs, 11px);font-weight:700;letter-spacing:.4px;padding:4px 12px;border-radius:var(--bu-badge-radius, 999px);white-space:nowrap}.bundle-upsell .bu-offer-media{display:flex;align-items:flex-end;justify-content:center;height:110px;width:100%}.bundle-upsell .bu-offer-img{max-height:110px;width:auto;max-width:100%;object-fit:contain;display:block}.bundle-upsell .bu-offer-img--ph{width:60px;height:100px;background:#eee;border-radius:6px}.bundle-upsell .bu-offer-title{font-size:var(--bu-offer-title-fs, 15px);font-weight:700}.bundle-upsell .bu-offer-sub{line-height:1.3}.bundle-upsell .bu-offer-info{display:flex;flex-direction:column;gap:2px;min-width:0}.bundle-upsell .bu-offers:not(.bu-offers--vertical) .bu-offer-info{align-items:center}.bundle-upsell .bu-offer-feats{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:var(--bu-feat-gap, 6px);text-align:left}.bundle-upsell .bu-offer-feats li{display:flex;align-items:flex-start;gap:7px;font-size:var(--bu-feat-fs, 14px);font-weight:var(--bu-feat-weight, 500);color:var(--bu-feat-color, #1a1a1a);line-height:1.3}.bundle-upsell .bu-feat-ic{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:var(--bu-feat-ic-color, #3b7a3b);margin-top:1px}.bundle-upsell .bu-feat-ic svg{width:1.05em;height:1.05em;display:block}.bundle-upsell .bu-offer-price{display:inline-flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:7px}.bundle-upsell .bu-offer-price-main{font-size:var(--bu-offer-price-fs, 15px);line-height:var(--bu-offer-price-lh, 1.2);color:var(--bu-accent, #b23b3b)}.bundle-upsell .bu-offer-price-compare{font-size:var(--bu-offer-compare-fs, 13px);line-height:var(--bu-offer-compare-lh, 1.2);color:#9a9a9a;text-decoration:line-through}.bundle-upsell .bu-offer-bnote{margin-top:auto;display:inline-block;background:var(--bu-ob-bg, #ece9e9);color:var(--bu-ob-fg, #555555);font-size:var(--bu-offer-bnote-fs, 11px);font-weight:600;letter-spacing:.2px;padding:3px 10px;border-radius:999px;line-height:1.25;white-space:nowrap}.bundle-upsell .bu-offers--vertical{grid-template-columns:1fr}.bundle-upsell .bu-offers--vertical .bu-offer{display:grid;grid-template-columns:auto auto 1fr auto;grid-template-areas:"radio media info price" "radio media bnote price" "inc inc inc inc";grid-template-rows:min-content min-content min-content;align-content:center;align-items:center;column-gap:14px;row-gap:0;text-align:left}.bundle-upsell .bu-offers--vertical .bu-offer-media{grid-area:media;align-items:center;height:auto;width:62px}.bundle-upsell .bu-offers--vertical .bu-offer-img{max-height:62px}.bundle-upsell .bu-offers--vertical .bu-offer-img--ph{width:44px;height:58px}.bundle-upsell .bu-offers--vertical .bu-offer:not(:has(.bu-offer-media)){grid-template-columns:auto 1fr auto;grid-template-areas:"radio info price" "radio bnote price" "inc inc inc"}.bundle-upsell .bu-offers--vertical .bu-offer:not(:has(.bu-offer-media)):not(:has(.bu-offer-bnote)){grid-template-areas:"radio info price" "inc inc inc"}.bundle-upsell .bu-offers--vertical .bu-offer-info{grid-area:info}.bundle-upsell .bu-offers--vertical .bu-offer:not(:has(.bu-offer-bnote)){grid-template-areas:"radio media info price" "inc inc inc inc";grid-template-rows:min-content min-content}.bundle-upsell .bu-offers--vertical .bu-offer-bnote{grid-area:bnote;margin-top:3px;justify-self:start}.bundle-upsell .bu-offers--vertical .bu-offer-price{grid-area:price;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;text-align:right}.bundle-upsell .bu-offers--vertical .bu-badge{left:18px;transform:none}.bundle-upsell .bu-badges{position:absolute;top:-11px;left:18px;display:inline-flex;gap:6px;align-items:center;z-index:3}.bundle-upsell .bu-badges .bu-badge{position:static;left:auto;top:auto;transform:none}.bundle-upsell .bu-offers--vertical .bu-includes{grid-area:inc}.bundle-upsell .bu-offers--vertical .bu-radio{grid-area:radio;align-self:center;justify-self:center}.bundle-upsell .bu-offer:not(:has(.bu-badge)):not([data-pt]){padding-top:var(--bu-offer-pb, 16px)}.bundle-upsell .bu-radio{flex:0 0 auto;display:inline-block;position:relative;box-sizing:border-box;width:var(--bu-radio-size, 22px);height:var(--bu-radio-size, 22px);min-width:var(--bu-radio-size, 22px);min-height:var(--bu-radio-size, 22px);aspect-ratio:1 / 1;justify-self:center;align-self:center;border-radius:50%;border:var(--bu-radio-bw, 2px) solid var(--bu-radio-border, #d7d7d7);background:#fff;transition:border-color .15s}.bundle-upsell .bu-offer.is-selected .bu-radio{border-color:var(--bu-radio-on, var(--bu-accent, #b23b3b))}.bundle-upsell .bu-offer.is-selected .bu-radio:after{content:"";position:absolute;inset:var(--bu-radio-inset, 4px);border-radius:50%;background:var(--bu-radio-on, var(--bu-accent, #b23b3b))}.bundle-upsell .bu-offers:not(.bu-offers--vertical) .bu-radio{position:absolute;top:10px;left:10px}.bundle-upsell .bu-includes{display:flex;flex-direction:column;gap:var(--bu-inc-gap, 6px);width:100%;margin-top:var(--bu-inc-mt, 10px);padding:var(--bu-inc-pad, 10px) var(--bu-inc-padx, 12px);background:var(--bu-inc-bg, #f8f5f5);border-radius:var(--bu-inc-radius, 10px);text-align:left}.bundle-upsell .bu-includes-title{font-size:var(--bu-inc-title-fs, 12px);font-weight:var(--bu-inc-title-weight, 700);letter-spacing:var(--bu-inc-title-ls, .3px);text-transform:var(--bu-inc-title-case, uppercase);color:var(--bu-inc-title-color, #1a1a1a)}.bundle-upsell .bu-inc-row{display:flex;align-items:center;gap:var(--bu-inc-row-gap, 10px)}.bundle-upsell .bu-inc-thumb{flex:0 0 auto;width:var(--bu-inc-thumb, 34px);height:var(--bu-inc-thumb, 34px);border-radius:var(--bu-inc-thumb-radius, 8px);border:var(--bu-inc-thumb-bw, 1px) var(--bu-inc-thumb-bstyle, solid) var(--bu-inc-thumb-bcolor, #e5e5e5);background-color:var(--bu-inc-thumb-bg, #fff);background-position:center;background-size:contain;background-repeat:no-repeat}.bundle-upsell .bu-inc-row+.bu-inc-row{border-top:var(--bu-inc-sep-w, 0px) solid var(--bu-inc-sep-color, rgba(0,0,0,.08));padding-top:var(--bu-inc-gap, 6px)}.bundle-upsell .bu-inc-thumb--ph{background-color:#ececec}.bundle-upsell .bu-inc-name{flex:1 1 auto;min-width:0;font-size:var(--bu-inc-name-fs, 14px);font-weight:var(--bu-inc-name-weight, 500);color:var(--bu-inc-name-color, #1a1a1a);line-height:1.25}.bundle-upsell .bu-inc-compare{font-size:var(--bu-inc-compare-fs, 13px);color:var(--bu-inc-compare-color, #b9b9b9);text-decoration:line-through;white-space:nowrap}.bundle-upsell .bu-inc-badge{background:var(--bu-inc-badge-bg, #111111);color:var(--bu-inc-badge-fg, #ffffff);font-size:var(--bu-inc-badge-fs, 12px);font-weight:700;padding:4px 12px;border-radius:var(--bu-inc-badge-radius, 40px);white-space:nowrap;line-height:1.25}.bundle-upsell .bu-offer:not(.is-selected) .bu-includes--sel{display:none}@media(max-width:749px){.bundle-upsell .bu-inc-thumb{width:var(--bu-inc-thumb-m, 30px);height:var(--bu-inc-thumb-m, 30px)}.bundle-upsell .bu-inc-name{font-size:var(--bu-inc-name-fs-m, 13px)}.bundle-upsell .bu-inc-compare{font-size:var(--bu-inc-compare-fs-m, 12px)}.bundle-upsell .bu-inc-badge{font-size:var(--bu-inc-badge-fs-m, 11px);padding:3px 10px}}.bundle-upsell .bu-more{text-align:center;margin-top:12px}.bundle-upsell .bu-more-trigger{background:none;border:none;cursor:pointer;font-family:inherit;font-size:var(--bu-more-fs, 13px);color:var(--bu-muted, #888);padding:4px}.bundle-upsell .bu-more-link{color:var(--bu-accent, #b23b3b);text-decoration:underline}.bundle-upsell .bu-more-panel{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:6px}.bundle-upsell .bu-more-panel[hidden]{display:none}.bundle-upsell .bu-more-stepper{display:inline-flex;align-items:center;border:1.5px solid var(--bu-border, #e5e5e5);border-radius:8px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.bundle-upsell .bu-more.is-active .bu-more-stepper{border-color:var(--bu-accent, #b23b3b);box-shadow:0 0 0 1px var(--bu-accent, #b23b3b)}.bundle-upsell .bu-more-btn{border:none;background:var(--bu-card-bg, #fff);width:36px;height:36px;font-size:18px;color:var(--bu-accent, #b23b3b);cursor:pointer;line-height:1}.bundle-upsell .bu-more-qty{min-width:42px;text-align:center;font-size:15px;font-weight:700;color:var(--bu-text, #1a1a1a)}.bundle-upsell .bu-more-hint{font-size:12px;color:var(--bu-muted, #888)}.bundle-upsell .bu-banner{background:var(--bu-banner-bg, #f4f2f2);border-radius:var(--bu-radius, 12px);text-align:center;padding:14px 16px;margin:16px 0}.bundle-upsell .bu-banner-1{margin:0 0 2px;font-size:var(--bu-banner-fs, 14px)}.bundle-upsell .bu-banner-2{margin:0;font-size:var(--bu-banner-fs, 14px);font-weight:700;color:var(--bu-accent, #b23b3b)}.bundle-upsell .bu-upsells-zone[hidden]{display:none}.bundle-upsell .bu-upsells-title{text-align:center;font-size:var(--bu-upsells-title-fs, 14px);font-weight:600;margin:16px 0 10px}.bundle-upsell .bu-upsells{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:10px}.bundle-upsell .bu-upsell{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 8px 10px;border:1.5px dashed var(--bu-accent, #b23b3b);border-radius:var(--bu-radius, 12px);cursor:pointer;background:var(--bu-card-bg, #fff);transition:box-shadow .15s,background .15s}.bundle-upsell .bu-upsell:has(.bu-upsell-check:checked){box-shadow:0 0 0 2px var(--bu-accent, #b23b3b) inset;background:color-mix(in srgb,var(--bu-accent, #b23b3b) 6%,#fff)}.bundle-upsell .bu-upsell-check{position:absolute;opacity:0;pointer-events:none}.bundle-upsell .bu-upsell-tag{position:absolute;top:-10px;left:10px;background:var(--bu-accent, #b23b3b);color:#fff;font-size:var(--bu-upsell-tag-fs, 11px);font-weight:700;padding:3px 9px;border-radius:var(--bu-upsell-tag-radius, 4px)}.bundle-upsell .bu-upsell-box{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:84px}.bundle-upsell .bu-upsell-img{max-height:84px;width:auto;max-width:100%;object-fit:contain;display:block}.bundle-upsell .bu-upsell-img--ph{width:54px;height:74px;background:#eee;border-radius:6px}.bundle-upsell .bu-upsell-check-visual{position:absolute;top:-4px;right:-2px;width:22px;height:22px;border-radius:50%;border:2px solid var(--bu-border, #d9d9d9);background:#fff}.bundle-upsell .bu-upsell:has(.bu-upsell-check:checked) .bu-upsell-check-visual{border-color:var(--bu-accent, #b23b3b);background:var(--bu-accent, #b23b3b)}.bundle-upsell .bu-upsell:has(.bu-upsell-check:checked) .bu-upsell-check-visual:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.bundle-upsell .bu-upsell-name{font-size:var(--bu-upsell-name-fs, 13px);text-align:center;line-height:1.2}.bundle-upsell .bu-upsell-badge{margin-top:auto;display:inline-block;background:var(--bu-ub-bg, #ece9e9);color:var(--bu-ub-fg, #555555);font-size:var(--bu-upsell-badge-fs, 11px);font-weight:600;letter-spacing:.2px;padding:3px 10px;border-radius:999px;line-height:1.25;white-space:nowrap}.bundle-upsell .bu-upsell--empty{justify-content:center;color:var(--bu-muted, #999);font-size:13px;min-height:120px}.bundle-upsell .bu-cta{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;margin-top:16px;padding:22px 16px;border:none;border-radius:var(--bu-radius, 12px);background:var(--bu-accent, #b23b3b);color:#fff;cursor:pointer;transition:opacity .15s,filter .15s}.bundle-upsell .bu-cta:hover{filter:brightness(1.05)}.bundle-upsell .bu-cta.is-loading{opacity:.6;pointer-events:none}.bundle-upsell .bu-cta-label{font-size:var(--bu-cta-fs, 17px);font-weight:800;letter-spacing:.5px}.bundle-upsell .bu-cta-sub{display:inline-flex;align-items:center;gap:6px;font-size:var(--bu-cta-sub-fs, 12px);opacity:.95}.bundle-upsell .bu-error{color:var(--bu-accent, #b23b3b);text-align:center;font-size:13px;margin:10px 0 0}@media(max-width:520px){.bundle-upsell .bu-title{font-size:var(--bu-title-fs-m, 22px)}.bundle-upsell .bu-offer-title{font-size:var(--bu-offer-title-fs-m, 14px)}.bundle-upsell .bu-offer-price-main{font-size:var(--bu-offer-price-fs-m, 14px)}.bundle-upsell .bu-offer-price-compare{font-size:var(--bu-offer-compare-fs-m, 12px)}.bundle-upsell .bu-badge{font-size:var(--bu-badge-fs-m, 10px)}.bundle-upsell .bu-offer-bnote{font-size:var(--bu-offer-bnote-fs-m, 10px)}.bundle-upsell .bu-banner-1,.bundle-upsell .bu-banner-2{font-size:var(--bu-banner-fs-m, 13px)}.bundle-upsell .bu-upsells-title{font-size:var(--bu-upsells-title-fs-m, 13px)}.bundle-upsell .bu-upsell-name{font-size:var(--bu-upsell-name-fs-m, 12px)}.bundle-upsell .bu-upsell-tag{font-size:var(--bu-upsell-tag-fs-m, 10px)}.bundle-upsell .bu-upsell-badge{font-size:var(--bu-upsell-badge-fs-m, 10px)}.bundle-upsell .bu-cta-label{font-size:var(--bu-cta-fs-m, 16px)}.bundle-upsell .bu-cta-sub{font-size:var(--bu-cta-sub-fs-m, 11px)}.bundle-upsell .bu-more-trigger{font-size:var(--bu-more-fs-m, 12px)}.bundle-upsell .bu-offer-media{height:92px}}.bundle-upsell .bu-inc-price{font-size:var(--bu-inc-badge-fs, 13px);font-weight:700;color:var(--bu-inc-name-color, #1a1a1a);white-space:nowrap;line-height:1.25}.bundle-upsell .bu-offers--vertical .bu-offer:has(.bu-topbar){position:relative;overflow:hidden;padding-top:38px}.bundle-upsell .bu-topbar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 12px;color:#fff;z-index:3;overflow:hidden;background:linear-gradient(115deg,#0d0d0d,#6d1414,#b23b3b,#7a1010,#0d0d0d);background-size:320% 320%;animation:buGrad 9s ease-in-out infinite}@keyframes buGrad{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bundle-upsell .bu-topbar:after{content:"";position:absolute;top:0;left:-60%;width:45%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.13),transparent);transform:skew(-18deg);animation:buSheen 6s ease-in-out infinite}@keyframes buSheen{0%,62%{left:-60%}82%,to{left:130%}}.bundle-upsell .bu-topbar-badges{display:flex;align-items:center;gap:8px;position:relative;z-index:1;white-space:nowrap}.bundle-upsell .bu-topbar-mp{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.bundle-upsell .bu-topbar-val{font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;background:#fff;color:#8f1d1d;padding:2px 7px;border-radius:3px}.bundle-upsell .bu-timer{display:flex;align-items:center;gap:5px;position:relative;z-index:1;white-space:nowrap;font-variant-numeric:tabular-nums}.bundle-upsell .bu-timer-lbl{font-size:11px;opacity:.82}.bundle-upsell .bu-timer-clock{font-size:12px}.bundle-upsell .bu-timer-clock b{font-size:12.5px;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/77/assets/bundle-upsell.css.map */
