.kc-upsell{--kc-ink: #171a1d;--kc-muted: #7f8790;--kc-line: #e2e3e5;--kc-soft: #f7f7f7;--kc-sale: #e54b3f;--kc-sale-bg: #f20d08;display:block;width:100%;max-width:640px;margin:16px 0;color:var(--kc-ink);font-family:inherit}.kc-upsell,.kc-upsell *,.kc-upsell *:before,.kc-upsell *:after{box-sizing:border-box}.kc-upsell .kc-box{display:block;width:100%;padding:0;border:0;background:transparent}.kc-upsell .kc-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px}.kc-upsell .kc-heading__text{min-width:0;flex:1 1 auto}.kc-upsell .kc-title{margin:0 0 2px;font-size:14px;font-weight:600;line-height:1.25;letter-spacing:-.02em}.kc-upsell .kc-subtitle{margin:0;color:var(--kc-muted);font-size:11px;line-height:1.4}.kc-upsell .kc-badge{display:inline-flex;align-items:center;padding:3px 8px;color:#fff;background:var(--kc-ink);border-radius:999px;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.kc-upsell .kc-options{display:block;width:100%}.kc-upsell .kc-swatch{display:block;width:100%;border:1px solid var(--kc-line);border-radius:9px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.kc-upsell .kc-swatch+.kc-swatch{margin-top:8px}.kc-upsell .kc-swatch.is-selected{border-color:var(--kc-ink);box-shadow:0 0 0 1px var(--kc-ink)}.kc-upsell .kc-swatch.is-disabled{opacity:.45}.kc-upsell .kc-swatch.is-disabled .kc-swatch__head{cursor:not-allowed}.kc-upsell .kc-swatch__head{position:relative;display:grid;grid-template-columns:18px 50px minmax(0,1fr);align-items:center;gap:10px;margin:0;padding:9px 10px;cursor:pointer}.kc-upsell .kc-checkbox{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.kc-upsell .kc-custom-check{display:flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:18px;color:transparent;background:#fff;border:2px solid var(--kc-ink);border-radius:5px;transition:background-color .15s ease,color .15s ease}.kc-upsell .kc-swatch.is-selected .kc-custom-check{color:#fff;background:var(--kc-ink)}.kc-upsell .kc-swatch.is-disabled .kc-custom-check{border-color:#b5b5b5;background:#fff}.kc-upsell .kc-checkbox:focus-visible+.kc-custom-check{outline:2px solid var(--kc-ink);outline-offset:2px}.kc-upsell .kc-swatch__img{position:relative;display:flex;align-items:center;justify-content:center;width:50px;min-width:50px;height:50px;overflow:hidden;border-radius:7px;background:var(--kc-soft)}.kc-upsell .kc-swatch__img img{display:block;width:100%;height:100%;object-fit:cover}.kc-upsell .kc-swatch__placeholder{color:#c2c2c2}.kc-upsell .kc-swatch__content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0}.kc-upsell .kc-swatch__main{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.kc-upsell .kc-product-title{font-size:13px;font-weight:500;line-height:1.25;letter-spacing:-.015em}.kc-upsell .kc-variant-label{color:var(--kc-muted);font-size:11px;line-height:1.3}.kc-upsell .kc-variant-label:empty{display:none}.kc-upsell .kc-price{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:5px;font-size:13px;font-weight:500;line-height:1.2;white-space:nowrap}.kc-upsell .kc-price__current{color:var(--kc-sale)}.kc-upsell .kc-price__compare{color:var(--kc-muted);text-decoration:line-through;text-decoration-thickness:1.5px}.kc-upsell .kc-price__discount{display:inline-flex;align-items:center;justify-content:center;padding:2px 5px;color:#fff;background:var(--kc-sale-bg);border-radius:5px;font-size:9px;font-weight:600;line-height:1}.kc-upsell .kc-panel{display:flex;flex-direction:column;gap:8px;padding:10px;border-top:1px dashed var(--kc-line)}.kc-upsell .kc-panel[hidden]{display:none}.kc-upsell .kc-panel__row{display:flex;flex-direction:column;gap:6px}.kc-upsell .kc-panel__row[hidden]{display:none}.kc-upsell .kc-panel__row--qty{flex-direction:row;align-items:center;justify-content:space-between}.kc-upsell .kc-panel__label{color:var(--kc-muted);font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.kc-upsell .kc-variants{display:flex;flex-wrap:wrap;gap:6px}.kc-upsell .kc-variant{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;color:var(--kc-ink);background:#fff;border:1px solid var(--kc-line);border-radius:999px;font-family:inherit;font-size:11px;font-weight:500;line-height:1.2;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.kc-upsell .kc-variant:hover:not(:disabled){border-color:#b9bcc0}.kc-upsell .kc-variant.is-active{color:#fff;background:var(--kc-ink);border-color:var(--kc-ink)}.kc-upsell .kc-variant:disabled{color:#b0b4b8;background:var(--kc-soft);text-decoration:line-through;cursor:not-allowed}.kc-upsell .kc-variant:focus-visible{outline:2px solid var(--kc-ink);outline-offset:1px}.kc-upsell .kc-variant__price{font-weight:600;font-variant-numeric:tabular-nums}.kc-upsell .kc-qty{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid var(--kc-line);border-radius:8px;background:#fff}.kc-upsell .kc-qty__btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;color:var(--kc-ink);background:var(--kc-soft);border:0;border-radius:6px;font-family:inherit;font-size:14px;font-weight:500;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}.kc-upsell .kc-qty__btn:hover:not(:disabled){background:#ebebeb}.kc-upsell .kc-qty__btn:disabled{opacity:.35;cursor:not-allowed}.kc-upsell .kc-qty__btn:focus-visible{outline:2px solid var(--kc-ink);outline-offset:1px}.kc-upsell .kc-qty__value{min-width:22px;text-align:center;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.kc-upsell .kc-msg{display:block;margin-top:8px;color:var(--kc-ink);font-size:11px;font-weight:500;line-height:1.4}.kc-upsell .kc-msg:empty{display:none}@media screen and (max-width:420px){.kc-upsell .kc-swatch__head{grid-template-columns:18px 44px minmax(0,1fr);gap:9px;padding:8px 9px}.kc-upsell .kc-swatch__img{width:44px;min-width:44px;height:44px}.kc-upsell .kc-product-title,.kc-upsell .kc-price{font-size:12px}.kc-upsell .kc-variant{font-size:10px;padding:5px 8px}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/tds-upsell.css.map */
