.bundle-upsell{display:block;padding:1.6rem;border:.1rem solid rgba(var(--color-foreground),.14);border-radius:var(--inputs-radius);background:rgba(var(--color-foreground),.035);color:rgb(var(--color-foreground));overflow:visible}.bundle-upsell__header{margin-bottom:1.4rem}.bundle-upsell__heading{margin:0 0 .5rem}.bundle-upsell__description{margin:0;color:rgba(var(--color-foreground),.75);font-size:1.4rem;line-height:calc(1 + .45 / var(--font-body-scale))}.bundle-upsell__toggle{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;padding:1.2rem;margin-bottom:1.4rem;border:.1rem solid rgba(var(--color-foreground),.14);border-radius:var(--inputs-radius);cursor:pointer;position:relative;overflow:visible;transition:background-color var(--duration-short) ease,box-shadow var(--duration-short) ease,border-color var(--duration-short) ease}.bundle-upsell.is-active .bundle-upsell__toggle{border-color:#bd9861;background:linear-gradient(90deg,#bd98613d,#bd98611a);box-shadow:0 0 0 .1rem #bd98618c,0 0 2.2rem #bd986133}.bundle-upsell__toggle:hover{border-color:rgba(var(--color-foreground),.28)}.bundle-upsell__toggle-start{display:inline-flex;align-items:center;min-width:0;gap:.9rem}.bundle-upsell__checkbox{flex:0 0 auto;width:1.8rem;height:1.8rem;margin:0;accent-color:rgb(var(--color-button));cursor:pointer}.bundle-upsell__toggle-text{font-size:1.4rem;font-weight:700;line-height:1.25}.bundle-upsell__badge{flex:0 0 auto;padding:.45rem .9rem;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:.1rem solid transparent;font-size:1.2rem;font-weight:700;line-height:1;white-space:nowrap;transition:background-color var(--duration-short) ease,color var(--duration-short) ease,border-color var(--duration-short) ease,opacity var(--duration-short) ease}.bundle-upsell:not(.is-active) .bundle-upsell__badge{background:rgba(var(--color-foreground),.08);border-color:rgba(var(--color-foreground),.16);color:rgba(var(--color-foreground),.55)}.bundle-upsell__product{display:grid;grid-template-columns:7.2rem minmax(0,1fr) auto;align-items:center;gap:1.2rem;padding:1.2rem 0}.bundle-upsell__product+.bundle-upsell__product{border-top:.1rem solid rgba(var(--color-foreground),.08)}.bundle-upsell__media{width:7.2rem;height:7.2rem;border-radius:var(--media-radius);overflow:hidden;background:rgba(var(--color-foreground),.05)}.bundle-upsell__media img,.bundle-upsell__placeholder{display:block;width:100%;height:100%;object-fit:cover}.bundle-upsell__product-info{min-width:0}.bundle-upsell__product-title{margin:0;color:rgb(var(--color-foreground));font-size:1.5rem;font-weight:700;line-height:calc(1 + .25 / var(--font-body-scale));overflow-wrap:anywhere}.bundle-upsell__price{justify-self:end;align-self:start;padding-top:.1rem;font-size:1.4rem;font-weight:700;white-space:nowrap}.bundle-upsell__plus{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;margin:0 auto;border-radius:50%;background:rgba(var(--color-button),.1);color:rgb(var(--color-foreground));font-size:2rem;font-weight:700;line-height:1}.bundle-upsell__plus .svg-wrapper{width:1.4rem;height:1.4rem}.bundle-upsell__plus .icon{display:block;width:100%;height:100%}.bundle-upsell:not(.is-active) .bundle-upsell__plus,.bundle-upsell:not(.is-active) .bundle-upsell__product--addon{display:none}.bundle-upsell__change{min-width:0;min-height:3.6rem;padding:0 1.3rem;margin-bottom:.8rem;font-size:1.2rem;font-weight:700;gap:.6rem;background:rgba(var(--color-foreground),.035);color:rgb(var(--color-foreground));transition:background var(--duration-short) ease,box-shadow var(--duration-short) ease,color var(--duration-short) ease}.bundle-upsell__change:after{box-shadow:0 0 0 var(--buttons-border-width) rgba(var(--color-foreground),.24)}.bundle-upsell__change:not([disabled]):hover,.bundle-upsell__change:focus-visible{background:linear-gradient(90deg,#bd98613d,#bd98611a);box-shadow:none;color:rgb(var(--color-foreground))}.bundle-upsell__change:not([disabled]):hover:after,.bundle-upsell__change:focus-visible:after{box-shadow:0 0 0 var(--buttons-border-width) rgba(var(--color-foreground),.24)}.bundle-upsell__change-icon{display:block;width:1.6rem;height:1.6rem;flex:0 0 1.6rem;background-image:url(/cdn/shop/files/exchange_3.png?v=1779452196);background-position:center;background-repeat:no-repeat;background-size:contain}.bundle-upsell__variant-field.product-form__input{min-width:0;max-width:100%;margin:.8rem 0 0}.bundle-upsell__variant-field .form__label{margin-bottom:.5rem;font-size:1.2rem}.bundle-upsell__variant-field .select{max-width:100%}.bundle-upsell__variant-field .select__select{height:4.2rem;min-height:4.2rem;font-size:1.3rem}.bundle-upsell__variant-field .select .svg-wrapper{right:1.4rem}.bundle-upsell__divider{height:.1rem;margin:1.2rem 0;background:rgba(var(--color-foreground),.12)}.bundle-upsell__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem}.bundle-upsell__summary-label{font-size:1.4rem;font-weight:700}.bundle-upsell__summary-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;text-align:right}.bundle-upsell__compare{color:rgba(var(--color-foreground),.55);font-size:1.3rem}.bundle-upsell__total{color:rgb(var(--color-foreground));font-size:2rem;line-height:1.1}.bundle-upsell__saving{color:rgb(var(--color-button));font-size:1.3rem;font-weight:700}.bundle-upsell:not(.is-active) .bundle-upsell__compare,.bundle-upsell:not(.is-active) .bundle-upsell__saving{display:none}product-info.bundle-upsell-active .shopify-payment-button{display:none}product-info.bundle-upsell-mounted .product-form__buttons,product-info.bundle-upsell-mounted .shopify-payment-button,product-info.bundle-upsell-mounted .shopify-payment-button__button{max-width:none;width:100%}product-info.bundle-upsell-mounted .product-form__submit{width:100%}product-info.bundle-upsell-active .product-form__submit{--color-button: 189, 152, 97;--color-button-text: 0, 0, 0;--alpha-button-background: 1}product-info.bundle-upsell-active .product-form__submit:after{box-shadow:0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) #bd9861,0 0 0 var(--buttons-border-width) #bd9861}product-info.bundle-upsell-active .product-form__submit:not([disabled]):hover:after{box-shadow:0 0 0 calc(var(--buttons-border-width) + 1.3px) #bd9861,0 0 0 calc(var(--buttons-border-width) + 1px) #bd9861}.bundle-upsell-modal,.bundle-upsell-modal *,.bundle-upsell-modal button{font-family:Lato,var(--font-body-family),sans-serif}.bundle-upsell-modal__content{height:auto;max-width:62rem;max-height:calc(100vh - 4rem);max-height:calc(100dvh - 4rem);margin-top:0;padding:0 2rem 2rem;top:50%;transform:translate(-50%,-50%)}.bundle-upsell-modal__content-info{padding-right:0}.bundle-upsell-modal__heading{margin:0 0 1.6rem}.bundle-upsell-modal__list{display:grid;gap:.8rem}.bundle-upsell-modal__option{display:grid;grid-template-columns:7rem minmax(0,1fr) auto;align-items:center;gap:1.2rem;width:100%;padding:1rem;border:.1rem solid rgba(var(--color-foreground),.14);border-radius:var(--inputs-radius);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;text-align:left;transition:border-color var(--duration-short) ease,box-shadow var(--duration-short) ease,background-color var(--duration-short) ease}.bundle-upsell-modal__option:hover,.bundle-upsell-modal__option.is-selected{border-color:rgba(var(--color-button),.45);box-shadow:0 0 0 .1rem rgba(var(--color-button),.18)}.bundle-upsell-modal__option.is-selected{background:rgba(var(--color-button),.06)}.bundle-upsell-modal__image{width:7rem;height:7rem;border-radius:var(--media-radius);overflow:hidden;background:rgba(var(--color-foreground),.05)}.bundle-upsell-modal__image img{display:block;width:100%;height:100%;object-fit:cover}.bundle-upsell-modal__details{display:grid;min-width:0;gap:.3rem}.bundle-upsell-modal__title{font-size:1.4rem;font-weight:700;line-height:1.25;overflow-wrap:anywhere}.bundle-upsell-modal__price{color:rgba(var(--color-foreground),.75);font-size:1.3rem}.bundle-upsell-modal__status{justify-self:end;padding:.45rem .9rem;border-radius:999px;background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));font-size:1.2rem;font-weight:700;white-space:nowrap}.bundle-upsell-modal__option.is-selected .bundle-upsell-modal__status{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}@media screen and (max-width:749px){.bundle-upsell{padding:1.4rem}.bundle-upsell__toggle{align-items:flex-start;padding:1.6rem 8.4rem 1.1rem 1rem}.bundle-upsell__badge{position:absolute;top:-.8rem;right:-.7rem;z-index:1;box-shadow:0 .4rem 1.2rem rgba(var(--color-shadow),.22)}.bundle-upsell__product{grid-template-columns:6.4rem minmax(0,1fr);align-items:start;gap:1rem}.bundle-upsell__media{width:6.4rem;height:6.4rem}.bundle-upsell__price{grid-column:2;justify-self:start;padding-top:0}.bundle-upsell__summary{align-items:flex-start}.bundle-upsell-modal__content{width:94%;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem);margin-top:0;padding:0 1.2rem 1.2rem}.bundle-upsell-modal__option{grid-template-columns:5.8rem minmax(0,1fr);gap:1rem}.bundle-upsell-modal__image{width:5.8rem;height:5.8rem}.bundle-upsell-modal__status{grid-column:2;justify-self:start}}@media screen and (max-width:420px){.bundle-upsell__toggle{flex-direction:column}.bundle-upsell__badge{align-self:auto}.bundle-upsell__summary{display:grid;gap:.6rem}.bundle-upsell__summary-prices{align-items:flex-start;text-align:left}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-bundle-upsell.css.map */
