html.tu-cart-lock,html.tu-cart-lock body{overflow:hidden!important}.tu-cart,.tu-cart *{box-sizing:border-box}.tu-cart div:empty{display:block}.tu-cart__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;transition:opacity .25s ease;z-index:2147483645}.tu-cart--open .tu-cart__overlay{opacity:1;visibility:visible}.tu-cart__panel{position:fixed;top:0;right:0;height:100%;width:410px;max-width:100vw;background:#fff;z-index:2147483647;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000002e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.tu-cart--open .tu-cart__panel{transform:translate(0)}.tu-cart--busy{cursor:wait}.tu-cart__loader{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:none;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#ffffffeb}.tu-cart--loading .tu-cart__loader{display:flex}.tu-cart__loader-spinner{width:46px;height:46px;border:4px solid #e3e6ea;border-top-color:#27c08a;border-radius:50%;animation:tu-spin .8s linear infinite}@keyframes tu-spin{to{transform:rotate(360deg)}}.tu-cart__loader-text{font-weight:600;font-size:15px;color:#333;letter-spacing:.2px}.tu-cart__header{display:flex;align-items:center;justify-content:center;position:relative;z-index:6;padding:16px;border-bottom:1px solid #eee;flex:0 0 auto}.tu-cart__title{font-weight:700;font-size:17px}.tu-cart__close{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:0;font-size:24px;line-height:1;cursor:pointer;color:#333;padding:4px 8px}.tu-cart__rewards{padding:14px 16px 2px;flex:0 0 auto}.tu-cart__freeship-msg{font-size:13px;text-align:center;margin-bottom:6px}.tu-cart__hl{color:#e23b3b}.tu-cart__progress{position:relative;height:44px;margin:8px 30px 4px}.tu-cart__track{position:absolute;left:0;right:0;top:5px;height:8px;background:#e8e8e8;border-radius:8px;overflow:hidden}.tu-cart__bar-fill{position:absolute;left:0;top:0;height:100%;width:0;background:#1ba36f;border-radius:8px}.tu-cart__markers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.tu-cart__marker{position:absolute;top:0;transform:translate(-50%);font-size:10px;color:#999;white-space:nowrap;text-align:center;padding-top:19px}.tu-cart__marker:before{content:"";position:absolute;top:2px;left:50%;transform:translate(-50%);width:12px;height:12px;border-radius:50%;background:#e8e8e8;border:2px solid #fff;z-index:1}.tu-cart__marker.is-reached{color:#1ba36f;font-weight:600}.tu-cart__marker.is-reached:before{background:#1ba36f}.tu-cart__info{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:#333;color:#fff;font-size:10px;font-weight:700;font-style:italic;font-family:Georgia,Times New Roman,serif;cursor:pointer;vertical-align:middle;margin-left:4px;pointer-events:auto}.tu-cart__info:hover{background:#000}.tu-cart__tip{position:fixed;width:220px;box-sizing:border-box;background:#1a1a1a;color:#fff;font-size:11.5px;font-weight:400;line-height:1.45;padding:11px 14px;border-radius:10px;text-align:left;white-space:normal;opacity:0;visibility:hidden;transition:opacity .15s ease;z-index:2147483647;pointer-events:none;box-shadow:0 6px 24px #0000004d}.tu-cart__tip--show{opacity:1;visibility:visible}.tu-cart__disclaimer{font-size:11px;color:#999;text-align:center;margin:2px 16px 8px}.tu-cart__scroll{flex:1 1 auto;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch}.tu-cart__items{padding:4px 16px}.tu-cart__empty{text-align:center;color:#888;padding:40px 0}.tu-cart__item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f0f0f0}.tu-cart__item-img{width:60px;height:60px;object-fit:cover;border-radius:6px;background:#f4f4f4;flex:0 0 auto}.tu-cart__item-info{flex:1 1 auto;min-width:0}.tu-cart__item-title{font-size:13px;font-weight:600;color:#222;text-decoration:none;display:block;line-height:1.3}.tu-cart__item-variant{font-size:12px;color:#888;margin-top:2px}.tu-cart__item-price{font-size:13px;font-weight:600;margin-top:6px}.tu-cart__item-was{color:#9aa0a6;text-decoration:line-through;font-weight:400;margin-right:6px}.tu-cart__item-now{font-weight:700;color:#222}.tu-cart__item-deals{margin-top:5px;display:flex;flex-wrap:wrap;gap:4px}.tu-cart__item-deal{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;background:#e7f1fb;color:#2563a8;border:1px solid #cfe1f6;border-radius:6px;font-size:11px;font-weight:600;line-height:1.25}.tu-cart__deal-ico{flex:0 0 auto}.tu-cart__item-controls{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;flex:0 0 auto}.tu-cart__remove{background:none;border:0;cursor:pointer;color:#aaa;font-size:15px;padding:0}.tu-cart__remove:hover{color:#e23b3b}.tu-cart__qty{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px}.tu-cart__qty button{width:26px;height:26px;background:none;border:0;cursor:pointer;font-size:14px;color:#333}.tu-cart__qty button:disabled{color:#ccc;cursor:not-allowed}.tu-cart__qty-val{min-width:22px;text-align:center;font-size:13px}.tu-cart__item-stock{font-size:11px;color:#e23b3b;margin-top:4px;font-weight:600}.tu-cart__note-wrap{padding:10px 16px;flex:0 0 auto}.tu-cart__note-wrap label{font-size:13px;font-weight:600;display:block;margin-bottom:6px}.tu-cart__note{width:100%;min-height:50px;border:1px solid #ddd;border-radius:6px;padding:8px;font-size:13px;resize:vertical;font-family:inherit}.tu-cart__fbt{flex:0 0 auto;padding:4px 16px 8px}.tu-cart__fbt-head{background:#2b2b6b;color:#fff;font-weight:700;font-size:13px;text-align:center;padding:8px;border-radius:8px 8px 0 0}.tu-cart__fbt-body{border:1px solid #e6e6e6;border-top:0;border-radius:0 0 8px 8px;padding:10px}.tu-cart__fbt-item{display:flex;align-items:center;gap:10px}.tu-cart__fbt-img{width:56px;height:56px;object-fit:cover;border-radius:6px;background:#f4f4f4;flex:0 0 auto}.tu-cart__fbt-info{flex:1 1 auto;min-width:0}.tu-cart__fbt-title{font-size:12px;font-weight:600;color:#222;text-decoration:none;display:block;line-height:1.3}.tu-cart__fbt-price{font-size:12px;margin-top:4px}.tu-cart__fbt-was{color:#999;text-decoration:line-through;margin-right:4px}.tu-cart__fbt-now{font-weight:700;color:#222}.tu-cart__fbt-add{flex:0 0 auto;border:1px solid #1ba36f;color:#1ba36f;background:#fff;border-radius:6px;padding:7px 11px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.tu-cart__fbt-add:hover{background:#1ba36f;color:#fff}.tu-cart__footer{flex:0 0 auto;padding:12px 16px 16px;border-top:1px solid #eee}.tu-cart__credit-msg{font-size:13px;text-align:center;margin-bottom:10px}.tu-cart__subtotal{display:flex;justify-content:space-between;font-size:16px;font-weight:700;margin-bottom:12px}.tu-cart__checkout{display:block;width:100%;text-align:center;background:#27c08a;color:#fff;font-weight:700;padding:15px;border:0;border-radius:8px;font-size:16px;letter-spacing:.02em;cursor:pointer}.tu-cart__checkout:hover{background:#1ba36f}.tu-cart__continue{display:block;width:100%;text-align:center;margin-top:10px;background:none;border:0;padding:4px;color:#555;font-size:14px;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.tu-cart__continue:hover{color:#111}.tu-cart__protect{flex:0 0 auto;display:flex;align-items:center;gap:10px;border:1px solid #e6e6e6;border-radius:10px;padding:7px 11px;margin:6px 16px 8px}.tu-cart__protect-toggle{position:relative;flex:0 0 auto;width:38px;height:22px}.tu-cart__protect-check{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:1}.tu-cart__protect-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#ccc;border-radius:999px;transition:background .2s;pointer-events:none}.tu-cart__protect-slider:before{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}.tu-cart__protect-check:checked+.tu-cart__protect-slider{background:#1ba36f}.tu-cart__protect-check:checked+.tu-cart__protect-slider:before{transform:translate(16px)}.tu-cart__protect-text{flex:1 1 auto;min-width:0;line-height:1.3}.tu-cart__protect-title{display:block;font-weight:700;font-size:13px;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tu-cart__protect-sub{display:block;font-size:11px;color:#888;white-space:normal;line-height:1.35}.tu-cart__protect-right{flex:0 0 auto;text-align:right;line-height:1.2}.tu-cart__protect-price{display:block;font-weight:700;font-size:13px;color:#222}.tu-cart__protect-badge{display:inline-block;margin-top:3px;font-size:9px;color:#1ba36f;background:#e7f6ef;border-radius:999px;padding:2px 6px;white-space:nowrap}.tu-cart--noprotect .tu-cart__protect{display:none}@media(max-width:480px){.tu-cart__panel{width:100vw}}.tu-cart__toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%) translateY(10px);background:#1e1e1ef2;color:#fff;padding:9px 20px;border-radius:20px;font-size:13px;font-weight:600;opacity:0;transition:opacity .25s,transform .25s;z-index:2147483647;white-space:nowrap;pointer-events:none;max-width:80vw;text-align:center}.tu-cart__toast--show{opacity:1;transform:translate(-50%) translateY(0)}html.tu-cart-lock [id^=klaviyo-],html.tu-cart-lock [id^=klaviyo_],html.tu-cart-lock [id^=kl-]{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/24/assets/tu-cart.css.map */
