@keyframes animateFadeIn{0%{opacity:0}to{opacity:1}}@keyframes animateFadeOut{0%{opacity:1}to{opacity:0}}@keyframes priceFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUpIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.pre-upsell__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:600;display:block!important}.pre-upsell__overlay:not(.show){display:none!important}.pre-upsell__wrapper{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:999;width:min(95vw,400px);height:min(70vh,600px);background:#fff;border-radius:8px;border:1px solid #eee;animation:animateFadeIn .35s ease;display:flex;overflow:hidden}.pre-upsell__wrapper:not(.show){display:none}.fading{display:flex!important;animation:animateFadeOut .3s ease}.pre-upsell__wrapper-content{display:flex;flex-direction:column;width:100%;height:100%}.pre-upsell__close{position:absolute;inset:8px 8px auto auto;display:grid;place-items:center;width:34px;height:34px;border:none;background:transparent;cursor:pointer}.pre-upsell__close svg{width:18px;height:18px;fill:#0a0a0a}.pre-upsell__header{padding:12px 16px;text-align:center}.pre-upsell__header-title{font-weight:800;font-size:16px;line-height:1.2;letter-spacing:.02em;color:#0a0a0a;text-transform:uppercase}.pre-upsell__header-subtitle{font-weight:700;font-size:12px;color:#333}.pre-upsell__timer{padding:4px 8px;border-block:1px solid #ededed;background:#fff;text-align:center}.pre-upsell__time{font-weight:800;font-size:11px;color:#111}.pre-upsell__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 1px;padding:4px;overflow:auto;flex:0 1 auto;justify-items:center}.pre-upsell__item:only-child{grid-column:1/-1;max-width:140px;justify-self:center}.pre-upsell__item,.pre-upsell__card{background:#fff;border:none;border-radius:8px;display:flex;flex-direction:column;position:relative;height:95%;width:140px;box-shadow:none;transition:transform .2s ease}.pre-upsell__item:hover{transform:translateY(-2px)}.pre-upsell__item-pricing{position:relative;display:flex;flex-direction:column;gap:4px}.pre-upsell__item-pricing:after{content:"2 left";background:#f0e3d6;color:#000;padding:2px 6px;border-radius:3px;font-size:9px;font-weight:800;animation:pulse 2.5s infinite;white-space:nowrap;align-self:flex-start;z-index:2}.pre-upsell__item:nth-child(1) .pre-upsell__item-pricing:after{content:"2 left"}.pre-upsell__item:nth-child(2) .pre-upsell__item-pricing:after{content:"11 left"}.pre-upsell__item:nth-child(3) .pre-upsell__item-pricing:after{content:"5 left"}.pre-upsell__item:nth-child(4) .pre-upsell__item-pricing:after{content:"1 left"}@media (max-width: 768px){.pre-upsell__item-pricing{flex-direction:column;align-items:flex-start}.pre-upsell__item-pricing:after{position:static;transform:none;margin-top:2px}}.pre-upsell__item.added:before{content:"ADDED\aReserved for 5 mins";position:absolute;top:0;left:0;right:0;bottom:0;background:#c8654fe6;border-radius:8px;z-index:5;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:14px;text-align:center;padding:10px;white-space:pre-line;animation:fadeInOverlay .3s ease}@keyframes fadeInOverlay{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.pre-upsell__item-image{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;height:120px}.pre-upsell__item-image img{width:auto;height:100%;display:block;object-position:center}.pre-upsell__discount-badge{position:absolute;top:4px;right:4px;background:#111;color:#fff;padding:2px 4px;border-radius:3px;font:900 4px/1.1;z-index:3;box-shadow:0 1px 3px #0000004d;font-size:10px!important;font-weight:700}.pre-upsell__item-content{display:flex;flex-direction:column;gap:2px;padding:4px;flex:1 1 auto}.pre-upsell__item-title{font-size:12px;line-height:1.2;font-weight:600;color:#111;min-height:1.8em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:750px){.pre-upsell__wrapper{width:min(80vw,500px);height:min(70vh,700px)}.pre-upsell__header{padding:16px 20px}.pre-upsell__header-title{font-size:18px}.pre-upsell__header-subtitle{font-size:14px}.pre-upsell__items{gap:8px 1px;padding:6px}.pre-upsell__item,.pre-upsell__card{width:160px;border-radius:12px}.pre-upsell__item-image{height:140px;width:140px}.pre-upsell__item-title{font-size:13px}}.pre-upsell__item-variant{font-size:10px;color:#333;font-style:italic}.pre-upsell__stars{font-size:12px;color:#000;margin-bottom:2px}.pre-upsell__fallback-stars{font-size:12px;color:#000}.pre-upsell__item-price{display:flex;align-items:center;gap:4px}.pre-upsell__item-current-price{color:#c8654f;font-weight:800;font-size:12px;animation:priceFadeUp .5s ease}.pre-upsell__item-compare_at{color:#8b8b8b;text-decoration:line-through;font-size:12px}.pre-upsell_item-compare_percentage{color:#ff4f7d;margin-left:2px;white-space:nowrap}.pre-upsell__item-save{font-size:9px;font-weight:800;color:#111}.pre-upsell__quantity-indicator{font-size:8px;color:#000;font-weight:700;margin-top:2px;animation:pulse 1.5s infinite}.quantity-number{font-weight:800;color:#000;animation:pulse 1.5s infinite}.pre-upsell__item-action{margin-top:4px}.pre-upsell__item .button,.pre-upsell__add-to-cart{width:100%!important;display:block!important;box-sizing:border-box;min-height:18px;border-radius:6px;text-align:center;font-weight:800;letter-spacing:.01em;padding:1px 8px;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.pre-upsell__item .button{background:#fff!important;color:#000!important;border:1px solid #000!important;font-size:11px;font-weight:900!important}.pre-upsell__item .button *{color:inherit!important;visibility:visible!important;opacity:1!important}.pre-upsell__item .button .btn-text{color:#111!important;display:inline-block!important;visibility:visible!important;opacity:1!important;font-weight:900!important}.pre-upsell__item .button:hover{background:#c8654f!important;color:#fff!important;border-color:#c8654f!important}.pre-upsell__item .button:hover .btn-text{color:#fff!important;display:inline-block!important;visibility:visible!important;opacity:1!important}.pre-upsell__item .button:active{background:#c8654f!important;color:#fff!important;border-color:#c8654f!important}.pre-upsell__item .button:active .btn-text{color:#fff!important;display:inline-block!important;visibility:visible!important;opacity:1!important}.pre-upsell__item .button:focus{background:#c8654f!important;color:#fff!important;border-color:#c8654f!important}.pre-upsell__item .button:focus .btn-text{color:#fff!important;display:inline-block!important;visibility:visible!important;opacity:1!important}.pre-upsell__item .button:hover,.pre-upsell__item .button:active,.pre-upsell__item .button:focus,.pre-upsell__item .button.button-neutral:hover,.pre-upsell__item .button.button-outline:hover,.pre-upsell__item .button.button-sm:hover{background:#c8654f!important;color:#fff!important;border-color:#c8654f!important}.pre-upsell__item .button:hover *,.pre-upsell__item .button:active *,.pre-upsell__item .button:focus *,.pre-upsell__item .button.button-neutral:hover *,.pre-upsell__item .button.button-outline:hover *,.pre-upsell__item .button.button-sm:hover *{color:#fff!important}.pre-upsell__add-to-cart{background:#111;color:#fff!important;border:1px solid #000;font-size:11px}.pre-upsell__add-to-cart:hover{background:#c8654f;border-color:#c8654f}.pre-upsell__bar-wrapper{padding:0 3px 1px}.pre-upsell__bar-container{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0}.pre-upsell__bar{position:absolute;left:0;right:0;top:50%;height:.5px;background:#e9e9e9;transform:translateY(-50%)}.pre-upsell__bar-inner{width:25%;height:100%;background:#f3e9db;transition:width .25s ease}.pre-upsell__bar-item{width:4px;height:4px;border-radius:50%;border:1px solid #e9e9e9;background:#fff;display:grid;place-items:center;font:700 2px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111;position:relative;z-index:1}.pre-upsell__bar-item.active{background:#f3e9db;border-color:#f3e9db}.pre-upsell__bar-item:before{content:attr(data-free-at-label);position:absolute;bottom:-6px;font-size:3px;color:#111;left:50%;transform:translate(-50%)}.pre-upsell__footer{padding:4px 8px;border-top:1px solid #ededed;text-align:center}.pre-upsell__footer-text{font-size:9px;color:#707070;margin:0 0 4px;line-height:1.35}.pre-upsell__save-amount{margin-top:4px;margin-bottom:4px;font-weight:800;font-size:12px;color:#c8654f;display:block!important}.pre-upsell__footer-actions{display:flex;flex-direction:column;gap:4px;align-items:stretch;justify-content:center;width:100%}.pre-upsell__footer-button{width:100%!important;min-height:48px;border-radius:8px;border:2px solid #000!important;background:#000!important;color:#fff!important;display:grid!important;place-items:center;text-decoration:none;font-weight:800;font-size:14px;cursor:pointer;transition:.2s background-color,.2s border-color;text-transform:uppercase;letter-spacing:.5px}.pre-upsell__footer-button:hover{background:#c8654f!important;border-color:#c8654f!important}.pre-upsell__no-thanks{color:#555;text-decoration:underline;padding:1px 0;font-size:12px}.pre-upsell__no-thanks:hover{color:#222}.pre-upsell__footer-actions small{font-size:10px!important;color:#888!important}.pre-upsell__add-button{width:100%;min-height:32px;border-radius:6px;border:1px solid #000;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:600;font-size:11px;cursor:pointer;transition:background-color .2s,border-color .2s;padding:8px 12px}.pre-upsell__add-button:hover{background:#c8654f;border-color:#c8654f;color:#fff}.pre-upsell__add-button:disabled{opacity:.7;cursor:not-allowed}.form-error,.error-message,[data-ajax-cart-errors]{display:none!important}@media (max-height:640px){.pre-upsell__wrapper{height:88vh}}
/*# sourceMappingURL=/cdn/shop/t/260/assets/pre-upsell.css.map */
