.product-upsell{display:block;width:100%;margin-bottom:1.6rem}.upsell-group[hidden]{display:none}.product-upsell>.upsell-group:not(:last-child){margin-bottom:1.5rem}.block-spacing-wrapper--border-between.block-spacing-wrapper--upsell-groups .product-upsell>.upsell-group+.upsell-group{border-top:var(--block-border-width, 1px) solid var(--block-border-color, #e5e5e5);padding-top:1.5rem}.upsell-group__title{display:flex;flex-wrap:wrap;align-items:center;gap:0 .4rem;font-size:.9rem;margin-bottom:.6rem;font-weight:700}.upsell-info-icon{display:inline-flex;align-items:center;justify-content:center;padding:0;margin-left:.4rem;border:none;background:none;cursor:pointer;color:rgba(var(--color-foreground),.4);transition:color var(--duration-short) ease;line-height:0;flex-shrink:0}.upsell-info-icon:hover{color:rgb(var(--color-foreground))}.upsell-info-icon svg{width:1rem;height:1rem}.upsell-info-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;align-items:center;justify-content:center;padding:1.6rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.upsell-info-modal[aria-hidden=false]{opacity:1;visibility:visible;z-index:1000}.upsell-info-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;cursor:pointer}.upsell-info-modal__dialog{position:relative;width:100%;max-width:56rem;max-height:80vh;display:flex;flex-direction:column;background:rgb(var(--color-background));border-radius:1.2rem;box-shadow:0 1.2rem 4rem #0000002e;overflow:hidden;transform:translateY(1.2rem);transition:transform .25s ease}.upsell-info-modal[aria-hidden=false] .upsell-info-modal__dialog{transform:translateY(0)}.upsell-info-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.6rem 2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08);flex-shrink:0}.upsell-info-modal__heading{margin:0;font-size:1.6rem;font-weight:600;line-height:1.3}.upsell-info-modal__close{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:none;background:rgba(var(--color-foreground),.05);border-radius:50%;cursor:pointer;color:rgb(var(--color-foreground));flex-shrink:0;transition:background-color var(--duration-short) ease}.upsell-info-modal__close:hover{background:rgba(var(--color-foreground),.1)}.upsell-info-modal__close .icon-close{width:1.2rem;height:1.2rem}.upsell-info-modal__body{padding:0 2rem 2rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.upsell-info-modal__body>*:first-child{margin-top:0}.upsell-info-modal__body>*:last-child{margin-bottom:0}.upsell-info-modal__body img{max-width:100%;height:auto}.upsell-info-modal__body table{width:100%;border-collapse:collapse}.upsell-info-modal__body table th,.upsell-info-modal__body table td{padding:.6rem .8rem;border:.1rem solid rgba(var(--color-foreground),.12);text-align:left}.upsell-item--unavailable{opacity:.35;pointer-events:none}.upsell-faq-accordion:first-child{border-top:.1rem solid rgba(var(--color-foreground),.08)}.upsell-faq-accordion+.upsell-faq-accordion{margin-top:0;padding-top:0}.upsell-faq-details summary{padding:1.2rem 0;cursor:pointer}.upsell-faq-details .accordion__title{font-size:.9375rem}.upsell-faq-details .accordion__icon svg{width:1.2rem;height:1.2rem}.upsell-faq-details .accordion__content-inner{padding-bottom:.4rem}.upsell-group__meta{font-weight:var(--font-body-weight);color:rgba(var(--color-foreground),.75)}.upsell-dropdown{position:relative;margin-bottom:0}.upsell-dropdown__trigger{display:inline-flex;align-items:center;width:100%;padding:.45rem .75rem .45rem .45rem;background-color:rgb(var(--color-background));border:var(--variant-pills-border-width) solid rgba(var(--color-foreground),var(--variant-pills-border-opacity));border-radius:var(--variant-pills-radius);cursor:pointer;gap:.5rem;text-align:left;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:.9rem;line-height:1;color:rgb(var(--color-foreground));transition:border var(--duration-short) ease;position:relative}.upsell-dropdown__trigger:after{content:"";position:absolute;top:calc(var(--variant-pills-border-width) * -1);right:calc(var(--variant-pills-border-width) * -1);bottom:calc(var(--variant-pills-border-width) * -1);left:calc(var(--variant-pills-border-width) * -1);z-index:-1;border-radius:var(--variant-pills-radius);box-shadow:var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset) var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow),var(--variant-pills-shadow-opacity))}.upsell-dropdown__trigger:hover{border-color:rgb(var(--color-foreground))}.upsell-dropdown__trigger:focus{outline:none}.upsell-dropdown__trigger .icon-caret{margin-left:auto;width:1rem;flex-shrink:0;transition:transform .2s ease}.upsell-dropdown__trigger[aria-expanded=true] .icon-caret{transform:rotate(180deg)}@media screen and (max-width:749px){.upsell-dropdown__trigger{min-height:2.75rem;padding:.85rem 1rem;font-size:1rem}.upsell-dropdown__selected-image img,.upsell-dropdown__selected-image--spacer,.upsell-dropdown__item-image--spacer{min-height:2.2rem}.upsell-dropdown__selected-image img{width:2.2rem;height:2.2rem}.upsell-dropdown__item{padding:.75rem 1rem;font-size:1rem}.upsell-dropdown__item-image{width:2.2rem;height:2.2rem;min-height:2.2rem}}.upsell-dropdown__selected-image{display:flex;align-items:center;justify-content:center;flex-shrink:0;min-height:1.75rem}.upsell-dropdown__selected-image img{width:1.75rem;height:1.75rem;border-radius:50%;object-fit:cover}.upsell-dropdown__selected-text{flex:1}.upsell-dropdown__list{position:absolute;top:calc(100% - var(--variant-pills-border-width));left:0;right:0;z-index:10;background:rgb(var(--color-background));border:var(--variant-pills-border-width) solid rgba(var(--color-foreground),var(--variant-pills-border-opacity));border-radius:1rem;padding-top:.5rem;list-style:none;margin:0;padding:0;overflow:hidden;box-shadow:0 .4rem 1.6rem #0000001f;max-height:24rem;overflow-y:auto}.upsell-dropdown__list[hidden]{display:none}.upsell-dropdown__item{display:flex;align-items:center;padding:.5rem;gap:.5rem;cursor:pointer;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:.9rem;line-height:1;color:rgb(var(--color-foreground));transition:background-color .15s ease}.upsell-dropdown__item:hover,.upsell-dropdown__item:focus{background-color:rgba(var(--color-foreground),.04)}.upsell-dropdown__item--placeholder{padding:1rem;background-color:rgba(var(--color-foreground),.06);font-weight:500}.upsell-dropdown__item+.upsell-dropdown__item{border-top:.1rem solid rgba(var(--color-foreground),.06)}.upsell-dropdown__item-image{height:1.75rem;border-radius:50%;object-fit:cover;flex-shrink:0}.upsell-dropdown__selected-image--spacer,.upsell-dropdown__item-image--spacer{flex-shrink:0;min-height:1.75rem;background:transparent}.upsell-dropdown__item-text{flex:1}.upsell-pills{display:grid;gap:.75rem;margin-bottom:0}.upsell-pills--cols-m-1{grid-template-columns:repeat(1,1fr)}.upsell-pills--cols-m-2{grid-template-columns:repeat(2,1fr)}.upsell-pills--cols-m-3{grid-template-columns:repeat(3,1fr)}.upsell-pills--cols-m-4{grid-template-columns:repeat(4,1fr)}.upsell-pills--cols-m-5{grid-template-columns:repeat(5,1fr)}.upsell-pills--cols-m-6{grid-template-columns:repeat(6,1fr)}.upsell-pills--cols-m-7{grid-template-columns:repeat(7,1fr)}.upsell-pills--cols-m-8{grid-template-columns:repeat(8,1fr)}@media screen and (min-width:750px){.upsell-pills--cols-d-1{grid-template-columns:repeat(1,1fr)}.upsell-pills--cols-d-2{grid-template-columns:repeat(2,1fr)}.upsell-pills--cols-d-3{grid-template-columns:repeat(3,1fr)}.upsell-pills--cols-d-4{grid-template-columns:repeat(4,1fr)}.upsell-pills--cols-d-5{grid-template-columns:repeat(5,1fr)}.upsell-pills--cols-d-6{grid-template-columns:repeat(6,1fr)}.upsell-pills--cols-d-7{grid-template-columns:repeat(7,1fr)}.upsell-pills--cols-d-8{grid-template-columns:repeat(8,1fr)}}.upsell-pill{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;padding:.75rem;border:var(--variant-pills-border-width) solid rgba(var(--color-foreground),.2);border-radius:12px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;text-align:center;font:inherit}.upsell-pill:hover{border-color:rgba(var(--color-foreground),.4);background-color:rgba(var(--color-foreground),.04)}.upsell-pill.is-selected{border-color:rgb(var(--color-foreground));box-shadow:0 0 0 1px rgb(var(--color-foreground))}.upsell-pill__image{display:block;width:100%;aspect-ratio:1;margin-bottom:.5rem;border-radius:8px;overflow:hidden;background:rgba(var(--color-foreground),.05)}.upsell-pill__image img{width:100%;height:100%;object-fit:cover}.upsell-pill__label{font-weight:500;line-height:1.3}.upsell-stack{display:flex;flex-direction:column;gap:.6rem;margin-bottom:0}.upsell-stack__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 1.2rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.15);border-radius:.6rem;cursor:pointer;font:inherit;color:rgb(var(--color-foreground));text-align:left;transition:border-color .2s ease,background-color .2s ease}.upsell-stack__item:hover{border-color:rgba(var(--color-foreground),.4);background-color:rgba(var(--color-foreground),.02)}.upsell-stack__item.is-selected{border-color:rgb(var(--color-foreground))}.upsell-stack__info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.upsell-stack__title{font-size:.95rem;font-weight:500;line-height:1.3}.upsell-stack__price{margin-left:.25rem;font-weight:400;font-size:.85rem;color:rgba(var(--color-foreground),.65)}.upsell-stack__subtitle{font-size:.85rem;color:rgba(var(--color-foreground),.6);line-height:1.4}.upsell-stack__image{flex-shrink:0;width:40%;max-width:16rem;display:flex;align-items:center}.upsell-stack__image img{width:100%;height:auto;object-fit:contain}.upsell-stack--wide-image .upsell-stack__item{padding-right:0}.upsell-stack--wide-image .upsell-stack__image{width:45%;max-width:none}@media screen and (min-width:750px){.upsell-stack--wide-image .upsell-stack__image{width:50%}}.upsell-stack--wide-image .upsell-stack__info{flex:1;min-width:0}.upsell-group__title--with-option-labels{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .4rem}.upsell-group__selected-label{font-weight:var(--font-body-weight);color:rgba(var(--color-foreground),.75)}.upsell-swatch{display:grid;gap:.5rem;margin-bottom:0}.upsell-swatch--cols-m-1{grid-template-columns:repeat(1,1fr)}.upsell-swatch--cols-m-2{grid-template-columns:repeat(2,1fr)}.upsell-swatch--cols-m-3{grid-template-columns:repeat(3,1fr)}.upsell-swatch--cols-m-4{grid-template-columns:repeat(4,1fr)}.upsell-swatch--cols-m-5{grid-template-columns:repeat(5,1fr)}.upsell-swatch--cols-m-6{grid-template-columns:repeat(6,1fr)}.upsell-swatch--cols-m-7{grid-template-columns:repeat(7,1fr)}.upsell-swatch--cols-m-8{grid-template-columns:repeat(8,1fr)}@media screen and (min-width:750px){.upsell-swatch--cols-d-1{grid-template-columns:repeat(1,1fr)}.upsell-swatch--cols-d-2{grid-template-columns:repeat(2,1fr)}.upsell-swatch--cols-d-3{grid-template-columns:repeat(3,1fr)}.upsell-swatch--cols-d-4{grid-template-columns:repeat(4,1fr)}.upsell-swatch--cols-d-5{grid-template-columns:repeat(5,1fr)}.upsell-swatch--cols-d-6{grid-template-columns:repeat(6,1fr)}.upsell-swatch--cols-d-7{grid-template-columns:repeat(7,1fr)}.upsell-swatch--cols-d-8{grid-template-columns:repeat(8,1fr)}}.upsell-swatch__item.swatch-input__label{--swatch-input--size: 4rem;padding:.2rem;border:var(--variant-pills-border-width) solid rgba(var(--color-foreground),.4);border-radius:12px;cursor:pointer;background:none;font:inherit;margin-right:0;transition-property:outline-color,outline-width,box-shadow,border-color;transition-duration:var(--duration-short);transition-timing-function:ease}.upsell-swatch__item.swatch-input__label.is-selected{border-color:rgb(var(--color-foreground))}.upsell-swatch__item .swatch{--swatch--size: var(--swatch-input--size, 4.4rem);--swatch--border-radius: 12px;display:block;width:100%;max-width:100%;aspect-ratio:1 / 1;background:var(--swatch--background);background-size:cover;background-origin:border-box;border:none;border-radius:var(--swatch--border-radius)}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-product-upsell.css.map */
