:root{--cart-upsell-green: #1f7a3f;--cart-upsell-green-hover: #195f31;--cart-upsell-border: #e5e5e5;--cart-upsell-text: #1a1a1a;--cart-upsell-muted: #6b6b6b;--cart-upsell-bar-bg: #e5e5e5;--cart-upsell-bar-fill: #1f7a3f;--cart-upsell-radius: 8px}.cart-upsell-progress{padding:16px}.cart-upsell-progress__message{margin:0 0 12px;font-size:14px;font-weight:600;text-align:center;color:var(--cart-upsell-text)}.cart-upsell-progress__bar{position:relative;height:8px;background:var(--cart-upsell-bar-bg);border-radius:999px;margin:28px 22px 34px}.cart-upsell-progress__fill{height:100%;background:linear-gradient(90deg,#2fa84f,#1f7a3f);border-radius:999px;transition:width .5s ease;box-shadow:0 0 6px #1f7a3f80}.cart-upsell-progress__marker{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;z-index:1}.cart-upsell-progress__marker-icon{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--cart-upsell-bar-bg);display:flex;align-items:center;justify-content:center;font-size:9px;line-height:1}.cart-upsell-progress__marker-icon{width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid var(--cart-upsell-bar-bg);display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.cart-upsell-progress__marker-icon.is-reached{border-color:var(--cart-upsell-bar-fill);background:#eafaf0}.cart-upsell-progress__marker-icon.is-current{transform:scale(1.25);box-shadow:0 0 0 4px #1f7a3f40;animation:cart-upsell-marker-pulse 1.4s ease-in-out infinite}@keyframes cart-upsell-marker-pulse{0%,to{box-shadow:0 0 0 4px #1f7a3f40}50%{box-shadow:0 0 0 7px #1f7a3f1f}}.cart-upsell-reserved{background:#d02020;color:#fff;font-size:13px;font-weight:700;text-align:center;padding:10px 16px;letter-spacing:.01em;animation:cart-upsell-reserved-pulse 1.8s ease-in-out infinite;margin-top:12px}.cart-upsell-reserved strong{color:#fff}@keyframes cart-upsell-reserved-pulse{0%,to{background:#d02020}50%{background:#b01818}}.cart-upsell{padding:16px;border-bottom:1px solid var(--cart-upsell-border)}.cart-upsell__title{margin:0 0 12px;font-size:14px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--cart-upsell-text)}.cart-upsell__carousel{position:relative;display:flex;align-items:center;gap:4px}.cart-upsell__list{flex:1 1 0%;min-width:0;display:flex;flex-direction:row;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:2px}.cart-upsell__list::-webkit-scrollbar{display:none}.cart-upsell__nav{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1px solid var(--cart-upsell-border);background:#fff;color:var(--cart-upsell-text);font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-upsell__nav:hover{background:#f5f5f5}.cart-upsell__card{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--cart-upsell-border);border-radius:var(--cart-upsell-radius);padding:8px;min-width:0}.cart-upsell__image-link{flex-shrink:0;display:block;width:56px;height:56px;border-radius:6px;overflow:hidden;background:#f5f5f5}.cart-upsell__image{width:100%;height:100%;object-fit:cover;display:block}.cart-upsell__info{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.cart-upsell__name{font-size:13px;font-weight:600;color:var(--cart-upsell-text);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%}.cart-upsell__price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.cart-upsell__price{font-size:13px;font-weight:700;color:#d02020}.cart-upsell__price-compare{font-size:12px;color:var(--cart-upsell-muted);text-decoration:line-through}.cart-upsell__add-btn{flex-shrink:0;background:var(--cart-upsell-green);color:#fff;border:none;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:700;cursor:pointer;position:relative;min-width:64px}.cart-upsell__add-btn:hover:not(:disabled){background:var(--cart-upsell-green-hover)}.cart-upsell__add-btn:disabled{background:#c7c7c7;cursor:not-allowed}.cart-upsell__add-btn-spinner{display:none;width:12px;height:12px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;animation:cart-upsell-spin .6s linear infinite}.cart-upsell__add-btn.is-loading .cart-upsell__add-btn-label{visibility:hidden}.cart-upsell__add-btn.is-loading .cart-upsell__add-btn-spinner{display:block}@keyframes cart-upsell-spin{to{transform:rotate(360deg)}}@media screen and (max-width:480px){.cart-upsell-progress,.cart-upsell{padding:12px}.cart-upsell__add-btn{padding:7px 14px}}.cart-upsell__variant-select{margin-top:4px;font-size:12px;padding:3px 6px;border:1px solid var(--cart-upsell-border);border-radius:6px;background:#fff;color:var(--cart-upsell-text);max-width:130px}.cart-upsell__variant-select:disabled{opacity:.5}.cart-upsell-savings{padding:10px 0}.cart-upsell-savings__row{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700}.cart-upsell-savings__label{color:var(--cart-upsell-text);text-transform:uppercase;letter-spacing:.02em}.cart-upsell-savings__value{color:#d02020;font-weight:700}.cart-upsell-savings__breakdown{margin-top:2px;text-align:right}.cart-upsell-savings__was{font-size:11px;color:var(--cart-upsell-muted)}.cart-upsell__add-btn{flex-shrink:0;min-width:56px;padding:8px 14px}.cart-upsell-progress__badge{margin:0 0 6px;font-size:13px;font-weight:700;text-align:center;color:var(--cart-upsell-green)}.cart-upsell-progress__marker-label{position:absolute;top:26px;width:52px;white-space:normal;font-size:8.5px;line-height:1.2;font-weight:600;letter-spacing:.005em;color:var(--cart-upsell-muted);text-align:center;word-break:keep-all;overflow-wrap:normal;left:50%;transform:translate(-50%)}.cart-upsell-progress__marker:first-child .cart-upsell-progress__marker-label{left:auto;right:-9px;transform:none;text-align:center}.cart-upsell-progress__marker:last-child .cart-upsell-progress__marker-label{left:auto;right:-9px;transform:none;text-align:center}.cart-upsell__item-savings{color:#16a34a;font-weight:700;font-size:12px;margin-left:6px}.cart__checkout{--btn-bg: #1f7a3f !important;--btn-bg-hover: #2b9b4f !important;--btn-border: #1f7a3f !important;--btn-border-hover: #2b9b4f !important;--btn-text: #fff !important;--btn-text-hover: #fff !important}.cart__price__holder{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/41/assets/cart-upsell.css.map */
