.pair-upsell{display:flex;flex-direction:column;gap:1.2rem;margin-block:1.6rem;padding:1.6rem;border:1px solid rgba(var(--color-foreground),.12);border-radius:12px;background-color:rgba(var(--color-foreground),.02)}.pair-upsell--complete,.pair-upsell[data-in-cart=true]{display:none!important}.pair-upsell__intro{display:flex;flex-direction:column;gap:.4rem}.pair-upsell__heading{margin:0;font-size:1.6rem;font-weight:600;line-height:1.3}.pair-upsell__body{font-size:1.4rem;line-height:1.45;color:rgba(var(--color-foreground),.7)}.pair-upsell__body p{margin:0}.pair-upsell__body p+p{margin-top:.6rem}.pair-upsell__products{display:flex;flex-direction:column;gap:1.2rem;padding-top:1.2rem}.pair-upsell__current:empty{display:none}.pair-upsell__product{display:flex;align-items:center;gap:1.2rem}.pair-upsell__media{flex:0 0 auto;width:6rem}.pair-upsell__image{display:block;width:100%;height:auto;border-radius:12px}.pair-upsell__details{display:flex;flex:1 1 auto;flex-direction:column;gap:.2rem;min-width:0}.pair-upsell__title{font-size:1.4rem;font-weight:600;line-height:1.3;text-decoration:none;color:inherit}.pair-upsell__title:hover{text-decoration:underline}.pair-upsell__details:hover .pair-upsell__title{text-decoration:none}.pair-upsell__meta{font-size:1.2rem;line-height:1.3;color:rgba(var(--color-foreground),.6)}.pair-upsell__badges{display:flex;flex-wrap:wrap;gap:.4rem}.pair-upsell__prices{display:flex;flex:0 0 auto;align-items:baseline;gap:.6rem}.pair-upsell__price{font-size:1.4rem;font-weight:600;white-space:nowrap}.pair-upsell__price--was{font-weight:400;color:rgba(var(--color-foreground),.6)}.pair-upsell__price--sale{color:var(--salered,#d02e2e)}.pair-upsell__button{width:100%;margin-top:1rem;background:#108290;border-color:#108290}.pair-upsell__button[aria-disabled=true],.pair-upsell__button[disabled]{opacity:.5;cursor:not-allowed}.pair-upsell .product-form__error-message-wrapper[hidden]{display:none}