.hdt-upsell-bundle{--ub-accent: rgb(var(--color-accent));--ub-fg: rgb(var(--color-foreground));--ub-fg2: rgb(var(--color-foreground2));--ub-btn: rgb(var(--color-button));--ub-btn-text: rgb(var(--color-button-text));--ub-border: rgba(var(--color-line-border), .35);margin-block:1.25rem}.hdt-upsell-bundle__root{padding:var(--ub-pad-mobile);border-radius:var(--ub-radius);background:var(--ub-card-bg, rgba(var(--color-background2), .45));box-shadow:var(--ub-shadow);border:1px solid var(--ub-border)}@media(min-width:768px){.hdt-upsell-bundle__root{padding:var(--ub-pad)}}.hdt-upsell-bundle__header{margin-bottom:1rem}.hdt-upsell-bundle__title{margin:0 0 .35rem;letter-spacing:-.01em}.hdt-upsell-bundle__desc{margin:0;line-height:1.45}.hdt-upsell-bundle__desc p{margin:0}.hdt-upsell-bundle__tiers{display:grid;grid-template-columns:1fr;gap:.6rem;margin-bottom:1.15rem}@media(min-width:768px){.hdt-upsell-bundle[data-layout=tier_cards] .hdt-upsell-bundle__tiers,.hdt-upsell-bundle__root[data-layout=tier_cards] .hdt-upsell-bundle__tiers{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.hdt-upsell-bundle__tier{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem .9rem;border-radius:calc(var(--ub-radius) * .75);border:1.5px solid var(--ub-border);background:rgb(var(--color-background));transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease;min-height:4.25rem}.hdt-upsell-bundle.is-hover-lift .hdt-upsell-bundle__tier:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.hdt-upsell-bundle__tier.is-active{border-color:var(--ub-accent);box-shadow:0 0 0 1px var(--ub-accent)}.hdt-upsell-bundle__tier-check{flex-shrink:0;width:1.35rem;height:1.35rem;border-radius:999px;border:1.5px solid var(--ub-border);display:inline-flex;align-items:center;justify-content:center;color:transparent;transition:background .2s ease,border-color .2s ease,color .2s ease}.hdt-upsell-bundle__tier.is-active .hdt-upsell-bundle__tier-check{background:var(--ub-accent);border-color:var(--ub-accent);color:#fff}.ub-check-path{stroke-dasharray:24;stroke-dashoffset:24;transition:stroke-dashoffset .35s ease}.hdt-upsell-bundle__tier.is-active .ub-check-path{stroke-dashoffset:0}.hdt-upsell-bundle__tier-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.hdt-upsell-bundle__tier-label{font-size:.9rem;line-height:1.3}.hdt-upsell-bundle__tier-price{font-size:.95rem;min-height:1.25em}.hdt-upsell-bundle__tier-badge{display:inline-flex;align-self:flex-start;margin-top:.25rem;padding:.15rem .45rem;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.02em;background:var(--ub-badge-bg);color:var(--ub-badge-text)}.hdt-upsell-bundle__tier-badge[hidden]{display:none!important}.hdt-upsell-bundle__products{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.hdt-upsell-bundle__item{display:grid;grid-template-columns:auto 64px 1fr;gap:.75rem;align-items:center;padding:.65rem;border-radius:calc(var(--ub-radius) * .65);border:1px solid transparent;background:rgba(var(--color-background),.65);transition:opacity .2s ease,border-color .2s ease}.hdt-upsell-bundle__item:not(.is-checked){opacity:.55}.hdt-upsell-bundle__check{position:relative}.hdt-upsell-bundle__check label{display:inline-flex;width:1.25rem;height:1.25rem;border-radius:.3rem;border:1.5px solid var(--ub-border);align-items:center;justify-content:center;cursor:pointer;background:rgb(var(--color-background));color:transparent;transition:background .2s ease,border-color .2s ease,color .2s ease}.hdt-upsell-bundle__item.is-checked .hdt-upsell-bundle__check label{background:var(--ub-accent);border-color:var(--ub-accent);color:#fff}.hdt-upsell-bundle__check input:focus-visible+label{outline:2px solid var(--ub-accent);outline-offset:2px}.hdt-upsell-bundle__image{width:64px;height:64px;border-radius:calc(var(--ub-radius) * .5);overflow:hidden;background:rgba(var(--color-foreground),.04)}.hdt-upsell-bundle__image img,.hdt-upsell-bundle__image a{display:block;width:100%;height:100%;object-fit:cover}.hdt-upsell-bundle__infos{min-width:0;display:flex;flex-direction:column;gap:.3rem}.hdt-upsell-bundle__item-title{margin-bottom:0;line-height:1.35;color:inherit;text-decoration:none}.hdt-upsell-bundle__variant{display:block;width:100%;max-width:11rem;margin:0}.hdt-upsell-bundle__variant .hdt-select,.hdt-upsell-bundle__variant select{display:block;box-sizing:border-box;width:100%;min-width:6.5rem;max-width:100%;min-height:2.6rem;height:2.6rem;padding:.4rem 2.2rem .4rem .75rem;font-size:.95rem;line-height:1.3;writing-mode:horizontal-tb;text-orientation:mixed;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;appearance:auto;-webkit-appearance:menulist;border:1px solid var(--ub-border);border-radius:calc(var(--ub-radius) * .4);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer}.hdt-upsell-bundle__item-price{display:flex;flex-wrap:wrap;gap:.35rem;align-items:baseline;min-height:1.25em}.hdt-upsell-bundle__item-price .hdt-compare-at-price{opacity:.65;text-decoration:line-through;font-size:.85rem}.hdt-upsell-bundle__total{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem;padding:.9rem 0;margin-bottom:.75rem;border-top:1px solid var(--ub-border);border-bottom:1px solid var(--ub-border)}.hdt-upsell-bundle__prices{text-align:end;min-height:3.5rem}.hdt-upsell-bundle__price-original{font-size:.9rem;opacity:.65;min-height:1.2em}.hdt-upsell-bundle__price-original[hidden],.hdt-upsell-bundle__savings[hidden]{display:none!important}.hdt-upsell-bundle__price-now{font-size:1.35rem;line-height:1.25;color:rgb(var(--color-pr-sale-price, var(--color-accent)));transition:opacity .2s ease,transform .2s ease}.hdt-upsell-bundle__price-now.is-updating{opacity:.35;transform:translateY(2px)}.hdt-upsell-bundle__savings{margin-top:.25rem;font-size:.85rem;font-weight:600;color:var(--ub-accent)}.hdt-upsell-bundle__submit{width:100%;min-height:3rem}.hdt-upsell-bundle__root[data-layout=list] .hdt-upsell-bundle__tiers{gap:.4rem}.hdt-upsell-bundle__root[data-layout=list] .hdt-upsell-bundle__tier{padding:.55rem .7rem;min-height:0}@media(prefers-reduced-motion:reduce){.hdt-upsell-bundle__tier,.hdt-upsell-bundle__tier-check,.ub-check-path,.hdt-upsell-bundle__price-now,.hdt-upsell-bundle.is-hover-lift .hdt-upsell-bundle__tier:hover{transition:none!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/upsell-bundle.css.map */
