.ts-cart{position:fixed;width:100vw;height:100dvh;top:0;left:0;background-color:transparent;z-index:10;transition:background-color .3s;pointer-events:none}.ts-cart.open{background-color:#0009;pointer-events:all}.ts-cart__inner{position:absolute;top:16px;right:16px;width:100%;max-width:500px;height:calc(100dvh - 32px);max-height:calc(100dvh - 32px);border-radius:15px;background-color:#2b2b2b;display:flex;flex-direction:column;transform:translate(calc(100% + 32px));transition:transform .3s}.ts-cart.open .ts-cart__inner{transform:translate(0)}.ts-cart__header{padding:10px 24px;border-bottom:1px solid #E3E3E333}.ts-cart__title{font-family:Futura;font-size:14px;font-weight:700;line-height:2;letter-spacing:.8px;color:#fff}.ts-cart__close{display:flex;position:absolute;top:10px;right:10px;color:#fff;cursor:pointer}.ts-cart__close *{pointer-events:none}.ts-cart__content{flex:1;overflow:auto;display:flex;flex-direction:column}.ts-cart.loading .ts-cart__items{opacity:.5}.ts-cart__item{position:relative;border-bottom:1px solid #EEEEEE33;padding:24px}.ts-cart__item:last-of-type{border-bottom:0}.ts-cart__item-content{display:flex;gap:24px}.ts-cart__item-media{display:flex}.ts-cart__item-media img,.ts-cart__item-media svg{width:175px;aspect-ratio:1.35 / 1;height:auto;background-color:#e4e4e4;border-radius:10px;object-fit:contain}.ts-cart__item-headings{flex:1}.ts-cart__item-title{font-family:Futura;font-size:16px;font-weight:500;line-height:1.2;letter-spacing:1.6px;color:#fff;margin:0 0 2px}.ts-cart__item-subtitle{font-family:Futura;font-size:14px;font-weight:500;line-height:1.8;letter-spacing:1.6px;color:#fff;margin:0 0 2px}.ts-cart__price{display:flex;align-items:center;gap:16px;margin:10px 0;font-family:Futura;font-size:14px;font-weight:500;line-height:1.3;color:#fff}.ts-cart__price--sale{color:red;text-decoration:line-through}.ts-cart__options{display:flex;flex-direction:column;gap:6px}.ts-cart__option{font-family:Futura;font-size:14px;font-weight:500;line-height:1.2;color:#fff;margin:0}.ts-cart__option span:first-of-type{font-weight:700}.ts-cart__controls{display:flex;align-items:center;gap:50px}.ts-cart__quantity{width:100%;max-width:132px;height:48px;padding:12px 24px;border-radius:200px;background-color:#363636;display:flex;align-items:center;justify-content:space-between;margin-top:12px}.ts-cart__quantity-toggle{display:flex;color:#fff;cursor:pointer}.ts-cart__quantity-toggle svg{width:16px;height:16px;pointer-events:none}.ts-cart__quantity input{width:30px;font-family:Futura;font-size:14px;font-weight:700;line-height:1.8;letter-spacing:1px;text-align:center;margin:0;padding:0;border:none;color:#fff;pointer-events:none}.ts-cart__quantity input::-webkit-outer-spin-button,.ts-cart__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ts-cart__delete{display:flex;cursor:pointer;color:#b5b5b5;position:absolute;top:24px;right:16px}.ts-cart__delete svg{width:24px;height:24px;pointer-events:none}.ts-cart__upsell{padding:10px 24px 24px;border-top:1px solid #EEEEEE33;flex:1}.ts-cart__upsell-title{font-family:Futura;font-size:14px;font-weight:700;line-height:2;letter-spacing:.84px;color:#fff;margin:0 0 18px}.ts-cart__upsell-products{display:flex;overflow:auto;gap:50px}.ts-cart__upsell-product{min-width:calc(50% - 25px);width:calc(50% - 25px);display:flex;align-items:center;flex-direction:column}.ts-cart__upsell-product-media{display:flex;margin:0 0 14px}.ts-cart__upsell-product-media img,.ts-cart__upsell-product-media svg{width:87px;aspect-ratio:1.35 / 1;height:auto;border-radius:10px;background-color:#e4e4e4;object-fit:contain}.ts-cart__upsell-item-title{font-family:Futura;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:1.6px;text-align:center;margin:0;color:#fff}.ts-cart__upsell-price{display:flex;align-items:center;justify-content:center;gap:8px;font-family:Futura;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:1.6px;color:#fff;margin:0 0 14px}.ts-cart__upsell-price--sale{color:red;text-decoration:line-through}.ts-cart__upsell-add{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#363636;border-radius:200px;font-family:Futura;font-size:14px;font-weight:700;line-height:1.8;letter-spacing:1px;color:#fff;cursor:pointer;margin-top:auto}.ts-cart__upsell-add *{pointer-events:none}.ts-cart__upsell-add .ts-icon{display:flex}.ts-cart__subtotal{padding:24px;border-top:1px solid #EEEEEE33}.ts-cart__total{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px}.ts-cart__total-label{font-family:Futura;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.8px;color:#fff;margin:0}.ts-cart__total-price{width:fit-content;display:flex;align-items:center;font-family:Futura;font-size:14px;font-weight:500;line-height:1.2;color:#fff;gap:16px}.ts-cart__total-price--sale{color:red;text-decoration:line-through}.ts-cart__shipping-label{font-family:Futura;font-size:14px;font-weight:500;line-height:1.3;letter-spacing:.8px;color:#fff;margin:0 0 24px}.ts-cart__features{display:flex;flex-direction:column;gap:8px;margin:0 0 24px}.ts-cart__feature{display:flex;align-items:center;gap:8px;font-family:Futura;font-size:14px;font-weight:500;line-height:1.3;letter-spacing:.24px;color:#fff}.ts-cart__feature .ts-icon{display:flex}.ts-cart__feature svg{width:24px;height:24px}.ts-cart__checkout{width:100%;height:64px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Futura;font-size:16px;font-weight:700;line-height:1.8;letter-spacing:1px;border-radius:100px;background-color:#10a350;color:#fff}.ts-cart__checkout .ts-icon{display:flex}.ts-cart__payments{display:flex;justify-content:center;gap:8px;margin:24px 0 0;flex-wrap:wrap}.ts-cart__payments li{display:flex}.ts-cart__payments li svg{width:36px;height:auto}.ts-cart__empty{font-family:Futura;font-size:16px;font-weight:500;line-height:2;letter-spacing:1.6px;color:#fff;padding:16px 24px}@media screen and (max-width: 649px){.ts-cart__inner{max-width:calc(100% - 32px);height:calc(100vh - 32px)}.ts-cart__header{padding:10px 16px}.ts-cart__item{padding:24px 16px}.ts-cart__item-content{margin:0}.ts-cart__item-media img,.ts-cart__item-media svg{width:100px;height:fit-content}.ts-cart__item-subtitle{display:none}.ts-cart__options{gap:4px}.ts-cart__upsell{padding:10px 16px 24px}.ts-cart__upsell-products{gap:16px}.ts-cart__upsell-product{min-width:calc(50% - 8px);width:calc(50% - 8px)}.ts-cart__upsell-item-title{font-size:12px}.ts-cart__upsell-add svg{width:16px;height:16px}.ts-cart__subtotal{padding:16px}}html .rebuy-modal-visible,html .rebuy-cart-visible{overflow:unset!important}
/*# sourceMappingURL=/s/files/1/0537/8267/5630/t/33/assets/ts-cart-drawer.css.map */
