.product-upsell-item{--upsell-card-bg: #e6ecde;--upsell-card-border: #d2dfbf;--upsell-image-bg: #dde3d7;--upsell-price-color: #000;--upsell-compare-color: #9a9b9f;--upsell-checkbox-fill: #82ba32;--upsell-checkbox-border: #9fc474;position:relative;display:flex;padding:10px;align-items:center;gap:20px;align-self:stretch;border-radius:15px;border:1px solid #e8f5d9;background:#e8f5d980;width:100%;min-height:100px;cursor:pointer;transition:opacity .12s ease}@media screen and (min-width:750px){.product-upsell-item{padding-right:20px}}.product-upsell-item[aria-disabled=true]{cursor:not-allowed;opacity:.6}.product-upsell-item__image-wrap{width:80px;height:100%;align-self:stretch;flex-shrink:0;border-radius:14px;background:var(--upsell-image-bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-upsell-item__discount-badge{position:absolute;top:0;right:10px;transform:translateY(-50%);z-index:1;display:inline-flex;align-items:center;padding:.2em .5em;border-radius:6px;background-color:#e53e3e;color:#fff;font-size:.75rem;font-weight:700;white-space:nowrap;gap:2px;line-height:1.4}.product-upsell-item__prices-row{display:flex;flex-direction:row;align-items:baseline;gap:.4em;flex-wrap:wrap}.product-upsell-item__savings{display:inline-block;margin-top:8px;padding:.2em .5em;background-color:#e53e3e1a;color:#e53e3e;font-size:.75rem;font-weight:600;border-radius:.4rem;white-space:nowrap}.product-upsell-item__image{width:100%;height:100%;object-fit:contain;object-position:center center;display:block}.product-upsell-item__image-placeholder{width:76%;height:76%;display:grid;place-items:center;color:rgb(var(--color-foreground-rgb) / .35)}.product-upsell-item__image-placeholder svg{width:100%;height:100%}.product-upsell-item__title{margin:0;flex:1;min-width:0;color:#000;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.product-upsell-item__content{display:flex;align-items:center;flex:1;min-width:0}.product-upsell-item__prices{margin-left:auto;text-align:right}.product-upsell-item__price,.product-upsell-item__compare-price{margin:0;white-space:nowrap}.product-upsell-item__price{color:#000;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.product-upsell-item__compare-price{margin-top:clamp(4px,.6vw,10px);color:#a6a6a6;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:line-through;text-decoration-thickness:2px;text-decoration-color:currentcolor}.product-upsell-item__checkbox{width:28px;height:28px;border-radius:6px;border:2px solid var(--upsell-checkbox-border);background:transparent;display:grid;place-items:center;flex-shrink:0;margin-left:4px;transition:background-color .12s ease,border-color .12s ease,transform .12s ease}.product-upsell-item--selected .product-upsell-item__checkbox{border-color:var(--upsell-checkbox-fill);background:var(--upsell-checkbox-fill)}.product-upsell-item__check-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#fff;opacity:0;transition:opacity .12s ease}.product-upsell-item__check-icon svg{display:block;width:100%;height:100%;flex-shrink:0}.product-upsell-item[aria-busy=true]{pointer-events:none}.product-upsell-item[aria-busy=true] .product-upsell-item__qty-btn{pointer-events:auto}.product-upsell-item[aria-busy=true] .product-upsell-item__checkbox{transform:scale(.96)}.product-upsell-item--selected .product-upsell-item__check-icon{opacity:1}.product-upsell-item__check-icon .icon-checkmark{width:100%;height:100%;--icon-stroke-width: 1.7}.product-upsell-item__quantity{display:none;align-items:center;gap:2px;flex-shrink:0;margin-left:4px;background:var(--upsell-checkbox-fill);border-radius:10px;padding:4px}.product-upsell-item--selected .product-upsell-item__quantity{display:flex}.product-upsell-item--selected .product-upsell-item__checkbox{display:none}.product-upsell-item--selected{cursor:default}.product-upsell-item--selected .product-upsell-item__qty-btn{cursor:pointer}.product-upsell-item__qty-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#fff;cursor:pointer;padding:0;border-radius:6px;transition:background-color .1s ease;flex-shrink:0}.product-upsell-item__qty-btn:hover{background:#fff3}.product-upsell-item__qty-value{min-width:28px;text-align:center;color:#fff;font-size:16px;font-weight:600;line-height:1;-webkit-user-select:none;user-select:none}@media screen and (max-width:749px){.product-upsell-item{gap:12px;padding:10px;min-height:84px}.product-upsell-item__content{flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}.product-upsell-item__title{width:100%;flex:initial}.product-upsell-item__prices{margin-left:0;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.product-upsell-item__savings{margin-top:3px}.product-upsell-item__image-wrap{border-radius:12px;width:68px;height:100%;align-self:stretch}.product-upsell-item__compare-price{margin-top:3px}.product-upsell-item__price,.product-upsell-item__compare-price{white-space:normal}.product-upsell-item__checkbox{width:28px;height:28px;border-width:2px;border-radius:6px;align-self:center}.product-upsell-item__check-icon{width:16px;height:16px}}@media screen and (max-width:380px){.product-upsell-item{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:4px 12px}.product-upsell-item__image-wrap{grid-column:1;grid-row:1 / 3;align-self:stretch}.product-upsell-item__content{grid-column:2;grid-row:1}.product-upsell-item__quantity,.product-upsell-item__checkbox{grid-column:2;grid-row:2;justify-self:end;margin-top:6px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/product-upsell-item.css.map */
