cart-drawer .drawer__inner{position:relative;overflow:hidden}cart-drawer .drawer__footer{position:static}.lct-ct__bar{display:flex;gap:.8rem;margin:0 0 1.6rem}.lct-ct__tab{flex:1 1 0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:1rem .4rem .9rem;border:1px solid #2b6b97;border-radius:10px;background:#fff;color:#2b6b97;font-family:inherit;font-size:1.3rem;line-height:1.2;cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.lct-ct__tab:hover,.lct-ct__tab[aria-expanded=true]{border-color:#2b6b97;color:#2b6b97}.lct-ct__tab:focus-visible{outline:2px solid #2b6b97;outline-offset:2px}.lct-ct__tab-icon{position:relative;display:inline-flex;color:#2b6b97}.lct-ct__dot{position:absolute;top:-.1rem;right:0rem;width:.6rem;height:.6rem;border-radius:50%;background:#fa6378;box-shadow:0 0 0 2px #fff;transform:scale(0);transition:transform .2s ease}.lct-ct__tab.has-value .lct-ct__dot{transform:scale(1)}.lct-ct__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:#14141459;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s}.lct-ct.is-open .lct-ct__backdrop{opacity:1;visibility:visible;transition:opacity .3s ease}.lct-sheet{position:absolute;left:0;right:0;bottom:0;z-index:21;display:flex;flex-direction:column;gap:1.6rem;max-height:85%;overflow-y:auto;overscroll-behavior:contain;padding:2rem 2.4rem calc(3.2rem + env(safe-area-inset-bottom));background:#fff;border-radius:14px 14px 0 0;box-shadow:0 -10px 30px #0000001f;text-align:left;transform:translateY(100%);visibility:hidden;transition:transform .4s cubic-bezier(.32,.72,0,1),visibility 0s linear .4s}.lct-sheet.is-open{transform:translateY(0);visibility:visible;transition:transform .4s cubic-bezier(.32,.72,0,1)}.lct-sheet:before{content:"";align-self:center;flex:0 0 auto;width:3.6rem;height:.4rem;margin:-.8rem 0 -.4rem;border-radius:99px;background:#e2e2e2}.lct-ct--instant .lct-sheet,.lct-ct--instant .lct-ct__backdrop{transition:none!important}.lct-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.lct-sheet__title{margin:0;font-size:1.7rem;font-weight:500;color:#222}.lct-sheet__close{display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:0;border-radius:50%;background:#f3f3f3;color:#444;cursor:pointer;transition:background-color .15s ease}.lct-sheet__close:hover{background:#e8e8e8}.lct-sheet__body{display:block}.lct-ct__form{display:flex;flex-direction:column;gap:.8rem}.lct-ct__form [hidden]{display:none}.lct-ct__input{width:100%;min-width:0;height:4.6rem;padding:0 1.4rem;border:1px solid #d9d9d9;border-radius:8px;background:#fff;font-family:inherit;font-size:1.5rem;color:#333;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease}.lct-ct__input::placeholder{color:#999}.lct-ct__input:focus{outline:none;border-color:#2b6b97;box-shadow:0 0 0 3px #2b6b9726}.lct-ct__input:disabled{background:#f6f6f6}#LctCartTools-DiscountInput{text-transform:uppercase}#LctCartTools-DiscountInput::placeholder{text-transform:none}.lct-ct__select{appearance:none;-webkit-appearance:none;padding-right:3.8rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7.5l5 5 5-5' fill='none' stroke='%23888' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.4rem center;background-size:1.4rem;cursor:pointer}.lct-ct__note-save{margin-top:1rem}.lct-ct__textarea{display:block;height:auto;min-height:11rem;padding:1.2rem 1.4rem;line-height:1.5;resize:none}.lct-ct__btn{position:relative;height:4.6rem;padding:0 2rem;border:1px solid #2b6b97;border-radius:8px;background:#2b6b97;color:#fff;font-family:inherit;font-size:1.5rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.lct-ct__btn:hover{border-color:#235a80;background:#235a80;color:#fff}.lct-ct__btn--full{width:100%}.lct-ct__btn:disabled{opacity:.7;cursor:progress}.is-loading .lct-ct__btn{color:transparent}.is-loading .lct-ct__btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:1.8rem;height:1.8rem;border:2px solid rgb(255 255 255 / 40%);border-top-color:#fff;border-radius:50%;animation:lctCtSpin .7s linear infinite}@keyframes lctCtSpin{to{transform:rotate(360deg)}}.lct-ct__msg{margin:1rem 0 0;font-size:1.35rem;line-height:1.4;color:#666}.lct-ct__msg:empty{display:none}.lct-ct__msg--error{color:#c43d4f}.lct-ct__msg--success{color:#2e7d4f}.lct-ct__hint{margin:1rem 0 0;font-size:1.25rem;line-height:1.4;color:#888}.lct-ct__codes{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.2rem 0 0;padding:0}.lct-ct__code{display:inline-flex;align-items:center;gap:.6rem;padding:.4rem .5rem .4rem 1.1rem;border-radius:99px;background:#eef4f8;color:#2b6b97;font-size:1.3rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.lct-ct__code--invalid{background:#fdecee;color:#c43d4f}.lct-ct__code-status{font-size:1.1rem;font-weight:400;text-transform:none}.lct-ct__code-remove{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.lct-ct__code-remove:hover{background:#00000014}.lct-ct__rates{margin:1.2rem 0 0;padding:0;border:1px solid #ececec;border-radius:8px}.lct-ct__rate{display:flex;justify-content:space-between;align-items:baseline;gap:1.2rem;padding:1rem 1.4rem;font-size:1.4rem;color:#444}.lct-ct__rate+.lct-ct__rate{border-top:1px solid #ececec}.lct-ct__rate strong{font-weight:500;white-space:nowrap;color:#333}.lct-ct__rate strong.is-free{color:#2e7d4f}@media(prefers-reduced-motion:reduce){.lct-sheet,.lct-ct__backdrop{transition:none!important}}.lct-dl__list{display:flex;flex-direction:column;gap:.6rem;margin:0;padding:1rem 1.5rem;border-radius:10px;background:#fff4f6}.lct-dl__row{display:flex;justify-content:space-between;align-items:center;gap:1.2rem;font-size:1.4rem;line-height:1.4;color:#fa6378;transition:opacity .2s ease}.lct-dl__row.is-loading{opacity:.5;pointer-events:none}.lct-dl__label{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.6rem;min-width:0}.lct-dl__icon{flex:0 0 auto;color:#fa6378}.lct-dl__code{font-weight:500;text-transform:uppercase;letter-spacing:.02em}.lct-dl__remove{padding:0;border:0;background:none;font-family:inherit;font-size:1.25rem;color:inherit;text-decoration:underline;text-underline-offset:.2rem;cursor:pointer}.lct-dl__remove:hover{color:#c43d4f}.lct-dl__amount{flex:0 0 auto;font-weight:500;color:#fa6378;white-space:nowrap}html.lct-gate-lock{overflow:hidden}.lct-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.lct-gate[hidden]{display:none}.lct-gate__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .2s ease}.lct-gate__box{position:relative;width:min(55rem,100%);max-height:calc(100vh - 4rem);overflow-y:auto;padding:3.2rem 2.8rem 2.4rem;border-radius:14px;background:#fff;box-shadow:0 20px 50px #0003;text-align:center;outline:none;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .2s ease,transform .2s ease}.lct-gate.is-open .lct-gate__overlay,.lct-gate.is-open .lct-gate__box{opacity:1}.lct-gate.is-open .lct-gate__box{transform:none}.lct-gate__icon{display:inline-flex;align-items:center;justify-content:center;width:5.2rem;height:5.2rem;margin-bottom:1.4rem;border-radius:50%;color:#fff;background-color:#d88f10}.lct-gate__title{margin:0 0 1.2rem;font-size:2rem;font-weight:500;line-height:1.3;color:#111}.lct-gate__text{margin:0 0 2rem;font-size:1.5rem;line-height:1.6;color:#444}.lct-gate__text strong{color:#000;font-weight:500}.lct-gate__check{display:flex;align-items:flex-start;gap:1rem;padding:1.4rem 1.6rem;margin-bottom:2rem;border-radius:10px;background:#f4f8fb;text-align:left;font-size:1.5rem;line-height:1.5;color:#333;cursor:pointer}.lct-gate__check input{flex:0 0 auto;width:1.8rem;height:1.8rem;margin:.1rem 0 0;accent-color:#2b6b97;cursor:pointer}.lct-gate__actions{display:flex;gap:1rem;flex-direction:column-reverse}.lct-gate__back,.lct-gate__go{flex:1 1 0;padding:1.3rem 1.6rem;border-radius:5px;font:inherit;font-size:1.5rem;font-weight:500;cursor:pointer;transition:background .2s ease,opacity .2s ease}.lct-gate__back{border:1px solid #ccc;background:#fff;color:#333}.lct-gate__back:hover{border-color:#333}.lct-gate__go{border:0;background:#2b6b97;color:#fff}.lct-gate__go:hover:not([disabled]){background:#1f5a83}.lct-gate__go[disabled]{opacity:.45;cursor:not-allowed}@media screen and (max-width:749px){.lct-gate{align-items:flex-end;padding:0}.lct-gate__box{width:100%;max-height:90vh;padding:2.8rem 2rem 2rem;border-radius:16px 16px 0 0;transform:translateY(24px)}.lct-gate__actions{flex-direction:column-reverse}}.cart-drawer .tax-note .lct-ship-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:.6rem;padding:0;border:0;background:none;color:#2b6b97;font:inherit;font-weight:500;text-decoration:underline;text-underline-offset:.3rem;cursor:pointer}.cart-drawer .tax-note .lct-ship-link:hover{color:#1f5a83}.cart-drawer .drawer__footer .cart__ctas{margin-bottom:1rem}.cart-drawer .totals__total-value{display:inline-flex;align-items:baseline;gap:.8rem}.cart-drawer .lct-total__before{font-size:1.4rem;font-weight:400;color:#999}.cart-drawer .lct-total__now.is-discounted{color:#111}
/*# sourceMappingURL=/cdn/shop/t/58/assets/lct-cart-tools.css.map */
