.ts-cart-drawer.ts-cart{position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:transparent;z-index:10;transition:background-color .3s;pointer-events:none}.ts-cart-drawer.ts-cart.open{background-color:#0006;pointer-events:all}.ts-cart-drawer .ts-cart__popup{position:absolute;top:0;right:0;width:100%;max-width:440px;background-color:#fff;display:flex;flex-direction:column;height:100dvh;max-height:100dvh;transform:translate(100%);transition:transform .3s}.ts-cart-drawer.ts-cart.open .ts-cart__popup{transform:translate(0)}.ts-cart-drawer .ts-cart__header{padding:30px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1)}.ts-cart-drawer .ts-cart__label{margin:0}.ts-cart-drawer .ts-cart__control{width:30px;height:30px;background-color:#0000000d;display:flex;align-items:center;justify-content:center;border-radius:2px;cursor:pointer;transition:background-color .2s}.ts-cart-drawer .ts-cart__control:hover{background-color:#00000014}.ts-cart-drawer .ts-cart__control svg{fill:#637381;height:10px;width:10px;pointer-events:none}.ts-cart-drawer .ts-cart__content{flex:1;overflow:auto}.ts-cart-drawer.ts-cart.loading .ts-cart__content{opacity:.65}.ts-cart-drawer.ts-cart.loading .ts-cart__content *{pointer-events:none}.ts-cart-drawer .ts-cart__message{background-color:#f6fbf7;font-size:15px;line-height:20px;padding:18px 33px;text-align:center;color:#377e62;margin:0}.ts-cart-drawer .ts-cart__free{padding:18px 30px}.ts-cart-drawer .ts-cart__free-label{margin:0;text-align:center}.ts-cart-drawer .ts-cart__free-status{margin-top:6px;border-radius:16px;height:10px;background-color:#e2e2e2;width:100%;position:relative}.ts-cart-drawer .ts-cart__free-load{position:absolute;top:0;left:0;height:10px;border-radius:16px;background-color:#0b852e;max-width:100%;transition:width .3s}.ts-cart-drawer .ts-cart__items{display:flex;flex-direction:column}.ts-cart-drawer .ts-cart__item{padding:20px 30px;display:flex;gap:20px;border-bottom:1px solid rgba(0,0,0,.1)}.ts-cart-drawer .ts-cart__media a{display:flex}.ts-cart-drawer .ts-cart__media img,.ts-cart-drawer .ts-cart__media svg{width:88px;height:auto}.ts-cart-drawer .ts-cart__item-content{flex:1}.ts-cart-drawer .ts-cart__item-header{display:flex;justify-content:space-between;gap:10px}.ts-cart-drawer .ts-cart__item-heading{padding-top:3px}.ts-cart-drawer .ts-cart__item-title{font-size:15px;line-height:20px;margin:0;padding:0;text-align:left}.ts-cart-drawer .ts-cart__item-title a{color:#000;text-decoration:none}.ts-cart-drawer .ts-cart__item-option{display:flex;gap:4px}.ts-cart-drawer .ts-cart__item-option dd{margin:0}.ts-cart-drawer .ts-cart__item-remove{height:fit-content;display:flex;cursor:pointer}.ts-cart-drawer .ts-cart__item-remove svg{width:15px;height:15px;pointer-events:none}.ts-cart-drawer .ts-cart__item-footer{display:flex;justify-content:space-between;padding-top:15px;align-items:center;flex-wrap:wrap}.ts-cart-drawer .ts-cart__item-quantity{display:flex}.ts-cart-drawer .ts-cart__item_quantity-control{display:flex;cursor:pointer;border:1px solid #ddd;align-items:center;justify-content:center;width:30px;height:30px}.ts-cart-drawer .ts-cart__item_quantity-control svg{width:12px;height:12px;pointer-events:none}.ts-cart-drawer .ts-cart__item-quantity input{background-color:transparent;color:#000;font-size:14px;text-align:center;width:45px;border:none;border-top:1px solid #ddd;border-bottom:1px solid #ddd;box-shadow:none;pointer-events:none}.ts-cart-drawer .ts-cart__item-quantity input:focus-visible{box-shadow:none;outline:none}.ts-cart-drawer .ts-cart__item-pricing{flex:1}.ts-cart-drawer .ts-cart__item-price{text-align:end;display:flex;align-items:center;justify-content:end;gap:10px;margin:0}.ts-cart-drawer .ts-cart__item-price-compare{font-size:15px;font-weight:400;text-decoration-line:line-through;color:#000;opacity:.4}.ts-cart-drawer .ts-cart__item-price-main{font-size:15px;font-weight:500;color:#000}.ts-cart-drawer .ts-cart__item-discounts{display:flex;flex-direction:column;gap:6px;align-items:end}.ts-cart-drawer .ts-cart__item-discount{align-items:center;background:#0000000d;border-radius:3px;color:#585858;display:inline-flex;font-weight:600;margin-left:8px;padding:2px 3px 2px 5px;vertical-align:middle}.ts-cart-drawer .ts-cart__item-discount .ts-icon{display:flex}.ts-cart-drawer .ts-cart__item-discount .ts-icon svg{width:15px;height:15px}.ts-cart-drawer .ts-cart__item-discount-label{font-size:13px;margin:0 5px;text-transform:uppercase;display:inline-flex;white-space:nowrap}.ts-cart-drawer .ts-cart__footer{border-top:1px solid rgba(0,0,0,.1);padding:23px}.ts-cart-drawer .ts-cart__footer-discounts-wrapper{display:flex;align-items:start}.ts-cart-drawer .ts-cart__footer-discounts-wrapper>p{color:#000;font-size:16px;margin:0}.ts-cart-drawer .ts-cart__footer-discounts{flex:1;display:flex;flex-direction:column;gap:8px;padding:0 0 10px}.ts-cart-drawer .ts-cart__footer-discount{align-items:center;background:#0000000d;border-radius:3px;color:#585858;display:inline-flex;font-weight:600;margin-left:8px;padding:2px 3px 2px 5px;vertical-align:middle;width:fit-content}.ts-cart-drawer .ts-cart__footer-discount .ts-icon{display:flex}.ts-cart-drawer .ts-cart__footer-discount .ts-icon svg{width:15px;height:15px}.ts-cart-drawer .ts-cart__footer-discount-label{font-size:13px;margin:0 5px;text-transform:uppercase;display:inline-flex;white-space:nowrap}.ts-cart-drawer .ts-cart__footer-discount-price{color:#000;font-size:16px;margin:0}.ts-cart-drawer .ts-cart__checkout{text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#0b852e;color:#fff;text-decoration:none;font-weight:600;transition:opacity .3s;height:50px;width:100%;border-radius:10px}.ts-cart-drawer .ts-cart__checkout:hover{opacity:.8}.ts-cart-drawer .ts-cart__trust{display:flex;padding:15px 5px 0}.ts-cart-drawer .ts-cart__content--empty{display:flex}.ts-cart-drawer .ts-cart__content--empty h3{color:#000;font-size:22px;font-style:normal;font-weight:400;line-height:20px;margin:auto;text-align:center}@media screen and (max-width: 600px){.ts-cart-drawer .ts-cart__header{padding:20px}.ts-cart-drawer .ts-cart__message{padding:10px}.ts-cart-drawer .ts-cart__free{padding:20px}.ts-cart-drawer .ts-cart__items{display:flex;flex-direction:column}.ts-cart-drawer .ts-cart__item{padding:15px 20px}.ts-cart-drawer .ts-cart__media img,.ts-cart-drawer .ts-cart__media svg{width:70px}.ts-cart-drawer .ts-cart__footer-discounts-wrapper>p,.ts-cart-drawer .ts-cart__footer-discount-price{font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/ts-cart.css.map */
