.product-upsells{border-top:.0625rem solid var(--border-global-subtle);display:grid;gap:var(--responsive-md);padding-top:var(--responsive-lg)}.product-upsells__title{font-family:var(--font-typeface-accent);font-size:1.0625rem;font-style:italic;font-weight:var(--font-weight-display);letter-spacing:.0375rem;line-height:1.2;text-transform:uppercase}.product-upsells__list{display:grid;gap:var(--static-xl);padding-block-end:var(--static-xs);padding-block-start:var(--static-xs)}.product-upsell{align-items:flex-start;display:flex;flex-direction:row;gap:.75rem;justify-content:flex-start}.product-upsell__img-outer{background-color:var(--surface-global-primary);border:1px solid rgba(29,31,32,.25);flex-shrink:0;height:4.5rem;padding:.5rem;width:4.5rem}.product-upsell__img{height:100%;width:100%}.product-upsell__img img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-upsell__title{font-family:var(--font-typeface-accent);font-size:var(--font-display-xs);font-weight:var(--font-weight-accent);line-height:1.2;position:relative}.product-upsell__title:before{content:"";display:block;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.product-upsell__title.is-active:before,.product-upsell__title:active:before,.product-upsell__title:hover:before{transform:scaleX(1)}.product-upsell__title:before{background-color:var(--surface-nav-primary--hover);bottom:-.1rem;height:.125rem}.product-upsell__title.is-active:before,.product-upsell__title:active:before{height:.125rem}.product-upsell__content{align-items:stretch;display:flex;flex:1;flex-direction:row;flex-wrap:wrap;gap:.9rem;justify-content:flex-start}.product-upsell__content .input-group{display:grid;flex:auto}.product-upsell__header{align-items:flex-start;display:flex;flex-direction:row;gap:.75rem;justify-content:space-between;width:100%}.product-upsell__atc{margin-left:auto}.product-upsell__atc.is-adding{--checkmark-width:0.5rem;--checkmark-height:1rem;position:relative}.product-upsell__atc.is-adding:after{animation-delay:.25s;animation-duration:.8s;animation-fill-mode:forwards;animation-name:checkmark;animation-timing-function:ease;border-right:.125rem solid;border-top:.125rem solid;content:"";height:var(--checkmark-height);inset:0;margin:auto;opacity:0;position:absolute;top:var(--checkmark-height);transform:scaleX(-1) rotate(135deg);transform-origin:left top;width:var(--checkmark-width)}.product-upsell__atc.is-adding .product-upsell__atc-text{animation:fadeOut .05s ease-in-out forwards}.product-upsell__atc.is-adding:disabled{opacity:1!important}.product-upsell__price{display:grid;font-family:var(--font-typeface-accent);font-size:var(--font-body-md);font-weight:var(--font-weight-accent);gap:0;justify-items:flex-end}.product-upsell__price s{font-family:var(--font-typeface-body);font-weight:var(--font-weight-body)}.product-upsell__actions{align-items:flex-end;flex-direction:row;flex-wrap:wrap;width:100%}.product-upsell__actions,.product-upsell__options{display:flex;gap:.5rem;justify-content:space-between}.product-upsell__options{align-items:stretch;flex:1;flex-direction:row;flex-wrap:wrap}@media only screen and (min-width:64em){.product-upsell__img-outer{height:6.75rem;width:6.75rem}}