.upsell-thumb__title{font-family:Chiswick Sans,sans-serif}.upsell-thumb{align-items:flex-start;animation:fadeIn .5s ease;display:flex;justify-content:space-between;margin:.75rem 0 0;position:relative}.upsell-thumb--simple,.upsell-thumb--simple .upsell-thumb__details{align-items:center}.upsell-thumb--simple .upsell-thumb__btn{align-items:center;position:relative}.upsell-thumb__details{display:flex;flex:1;flex-wrap:wrap;justify-content:flex-start}.upsell-thumb__detail-line{display:flex;flex-wrap:wrap;margin-bottom:.25rem;width:100%}.upsell-thumb__image{background-color:var(--color-white);flex-shrink:0;height:62px;margin-right:.75rem;overflow:hidden;width:62px}.upsell-thumb__title{line-height:1.2;width:calc(100% - 44px)}.upsell-thumb__btn{align-items:flex-start;flex-shrink:0;justify-content:flex-end;min-height:44px;position:absolute;right:0;top:-5px}.upsell-thumb__input{margin-right:.2rem;min-height:32px}.upsell-thumb__input input{min-height:32px}.upsell-thumb__input:last-of-type{margin-right:0}.cart-upsell{align-content:start;background-color:var(--color-white);border-top:1px solid var(--color-secondary);bottom:0;display:grid;gap:1rem;height:25vh;left:0;list-style:none;overflow-y:scroll;padding:1rem 1.5rem;position:sticky;right:0;transition:opacity .3s ease-in-out}.cart-upsell.loading{opacity:.7;pointer-events:none}.cart-upsell__heading{font-size:.875rem;font-weight:500}@media only screen and (min-width:48em){.cart-upsell{height:35vh}}