.bundle-upsell{display:block;border:1px solid rgba(var(--color-foreground),.15);border-radius:0;padding:1rem;background:rgb(var(--color-background))}.bundle-upsell__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.bundle-upsell__heading{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.bundle-upsell__badge{flex-shrink:0;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .6rem;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground))}.bundle-upsell__badge--accent{background:var(--miz-accent, #c9a96e);color:#fff;font-weight:700}.bundle-upsell__body{display:flex;align-items:center;gap:.85rem;margin-bottom:.9rem}.bundle-upsell__images{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.bundle-upsell__image-wrap{flex-shrink:0;width:4rem;height:4rem;overflow:hidden;background:rgba(var(--color-foreground),.04)}.bundle-upsell__plus{font-size:1rem;font-weight:600;line-height:1;color:rgba(var(--color-foreground),.6)}.bundle-upsell__image{width:100%;height:100%;object-fit:cover;display:block}.bundle-upsell__info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.bundle-upsell__title{font-size:.95rem;line-height:1.35;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none}.bundle-upsell__title:hover{text-decoration:underline}.bundle-upsell__match{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;line-height:1;color:rgba(var(--color-foreground),.75)}.bundle-upsell__match>span:last-child{line-height:1}.swatch.bundle-upsell__dot{--swatch--size: .9375rem;--swatch--border-radius: 50%;--swatch--background: rgba(var(--color-foreground), .4);flex-shrink:0}.bundle-upsell__prices{display:flex;align-items:baseline;gap:.4rem;margin-top:.1rem}.bundle-upsell__total-label{font-size:.8rem;color:rgba(var(--color-foreground),.75)}.bundle-upsell__price{font-size:.95rem;font-weight:600}.bundle-upsell__compare{font-size:.8rem;color:rgba(var(--color-foreground),.55)}.bundle-upsell__button.button{background:transparent!important;color:var(--miz-primary, rgb(var(--color-button)))!important;text-transform:uppercase;letter-spacing:.08em;position:relative;font-size:.8rem;min-height:2.75rem;padding-top:.6rem;padding-bottom:.6rem}.bundle-upsell__button.button:after{box-shadow:0 0 0 var(--buttons-border-width, 1px) var(--miz-primary, rgb(var(--color-button)))!important}.bundle-upsell__button.button:not([disabled]):hover{background:color-mix(in srgb,var(--miz-primary, rgb(var(--color-button))) 8%,transparent)!important}.bundle-upsell__error{margin-top:.6rem;font-size:.8rem;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06);padding:.45rem .7rem}.bundle-upsell--soldout .bundle-upsell__body{opacity:.55}.bundle-upsell-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.bundle-upsell-modal.is-open{opacity:1;visibility:visible}.bundle-upsell-modal>.bundle-upsell-modal__backdrop{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;cursor:pointer}.bundle-upsell-modal__dialog{position:relative;width:100%;max-width:30rem;max-height:85vh;display:flex;flex-direction:column;background:rgb(var(--color-background));box-shadow:0 .75rem 2.5rem #0000002e;overflow:hidden;transform:translateY(.75rem);transition:transform .25s ease}.bundle-upsell-modal.is-open .bundle-upsell-modal__dialog{transform:translateY(0)}@media screen and (max-width:749px){.bundle-upsell-modal{align-items:flex-end}.bundle-upsell-modal__dialog{max-width:none;transform:translateY(100%)}}.bundle-upsell-modal__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(var(--color-foreground),.08);flex-shrink:0}.bundle-upsell-modal__heading{font-size:.9rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.bundle-upsell-modal__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:none;cursor:pointer;color:rgb(var(--color-foreground))}.bundle-upsell-modal__close svg{width:1.1rem;height:1.1rem}.bundle-upsell-modal__body{padding:1rem 1.25rem;overflow-y:auto}.bundle-upsell-modal__product{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.bundle-upsell-modal__product-image{flex-shrink:0;width:4rem;height:4rem;object-fit:cover;background:rgba(var(--color-foreground),.04)}.bundle-upsell-modal__product-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.bundle-upsell-modal__title{font-size:.95rem;line-height:1.35;font-weight:500}.bundle-upsell-modal__option{border:none;margin:0 0 1rem;padding:0}.bundle-upsell-modal__legend{font-size:.8rem;font-weight:600;padding:0;margin-bottom:.5rem}.bundle-upsell-modal__values{display:flex;flex-wrap:wrap;gap:.5rem}.bundle-upsell-modal__pill{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .8rem;border:1px solid rgba(var(--color-foreground),.2);font-size:.85rem;line-height:1;cursor:pointer;transition:border-color .15s ease}.bundle-upsell-modal__pill input{position:absolute;opacity:0;pointer-events:none}.bundle-upsell-modal__pill.is-selected{border-color:rgb(var(--color-foreground));box-shadow:inset 0 0 0 1px rgb(var(--color-foreground))}.bundle-upsell-modal__pill.is-unavailable{border-style:dashed;opacity:.5}.bundle-upsell-modal__pill:focus-within{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.1rem}.bundle-upsell-modal__pill-swatch .swatch{--swatch--size: 1.4rem}.bundle-upsell-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-top:1px solid rgba(var(--color-foreground),.08);flex-shrink:0}.bundle-upsell-modal__confirm.button{text-transform:uppercase;letter-spacing:.08em;position:relative;font-size:.8rem;min-height:2.75rem;padding:.6rem 1.4rem;flex-shrink:0}.bundle-upsell-modal__gallery-wrap{position:relative;margin:-1rem -1.25rem 1rem}.bundle-upsell-modal__gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.bundle-upsell-modal__gallery::-webkit-scrollbar{display:none}.bundle-upsell-modal__slide{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:1 / 1;background:rgba(var(--color-foreground),.04)}.bundle-upsell-modal__slide img{width:100%;height:100%;object-fit:cover;display:block}.bundle-upsell-modal__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid rgba(var(--color-foreground),.15);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer}.bundle-upsell-modal__gallery-arrow svg{width:.75rem;height:.75rem}.bundle-upsell-modal__gallery-arrow--prev{left:.75rem}.bundle-upsell-modal__gallery-arrow--prev svg{transform:rotate(90deg)}.bundle-upsell-modal__gallery-arrow--next{right:.75rem}.bundle-upsell-modal__gallery-arrow--next svg{transform:rotate(-90deg)}@media screen and (max-width:749px){.bundle-upsell-modal__gallery-arrow{display:none}.bundle-upsell-modal__gallery{padding-inline:9vw}.bundle-upsell-modal__slide{flex-basis:82vw;scroll-snap-align:center}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-bundle-upsell.css.map */
