ts-cart{display:flex;position:fixed;top:0;right:0;max-width:600px;z-index:10;background-color:#f7f8fb;width:100%;height:100dvh;flex-direction:column;transform:translate(100%);transition:transform .3s}.ts-cart.open{transform:translate(0)}.ts-cart+.ts-cart__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;cursor:pointer;z-index:9;opacity:0;transition:opacity .3s;pointer-events:none}.ts-cart.open+.ts-cart__overlay{opacity:1;pointer-events:all}.ts-cart__heading{padding:40px;display:flex;align-items:center;justify-content:space-between}.ts-cart__title{color:#000;margin:0;display:flex;align-items:center;gap:20px}.ts-cart__count{width:32px;min-width:32px;height:32px;background-color:#dbeff7;border-radius:32px;display:flex;align-items:center;justify-content:center}.ts-cart__close{display:flex;cursor:pointer;position:relative}.ts-cart__close:after{content:"";width:200%;height:auto;aspect-ratio:1 / 1;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.ts-cart__close svg{width:20px;height:20px}.ts-cart__items-wrapper{flex:1;overflow:auto;padding:0 40px;display:flex;flex-direction:column}.ts-cart__free{margin:0 0 40px}.ts-cart__free-label{color:#000;margin:0 0 20px;display:flex;align-items:center;gap:6px}.ts-cart__free-status{width:100%;background-color:#ddd;border-radius:8px;height:8px;overflow:hidden;position:relative}.ts-cart__free-load{position:absolute;top:0;left:0;height:8px;border-radius:8px;background-color:#3ac073;max-width:100%;transition:width .3s}.ts-cart__items{display:flex;flex-direction:column;gap:20px;flex:1}ts-cart.loading .ts-cart__items{opacity:.5}.ts-cart__item{display:flex;gap:20px}.ts-cart__item-media{display:flex}.ts-cart__item-media img{width:74px;aspect-ratio:1 / 1;border-radius:4px;height:auto;object-fit:cover}.ts-cart__item-content-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center}.ts-cart__item-title{margin:0 0 6px;color:#000}.ts-cart__item-description{margin:0 0 6px;color:#333}.ts-cart__item-options{display:flex;flex-direction:column;gap:6px;margin:0 0 6px}.ts-cart__item-option{color:#333}.ts-cart__item-option-name{font-weight:400}.ts-cart__item .ts-price{font-size:14px;gap:6px}.ts-cart__item .ts-price .ts-badge{padding:3.5px 6px 1.5px;font-size:10px}.ts-cart__item-preorder{color:#f05d23;display:flex;align-items:center;gap:10px;margin:6px 0 0}.ts-cart__item-preorder .ts-icon{transform:translateY(-2px)}.ts-cart__item-quantity{display:flex;align-items:center}.ts-cart__item-quantity-toggle{display:flex;align-items:center;justify-content:center;background:#fff;width:24px;height:24px;border-radius:4px;-webkit-user-select:none;user-select:none;cursor:pointer;position:relative}ts-cart.loading .ts-cart__item-quantity-toggle{cursor:no-drop}.ts-cart__item-quantity-toggle:after{content:"";width:150%;height:auto;aspect-ratio:1 / 1;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.ts-cart__item-quantity-toggle svg{pointer-events:none}.ts-cart__item-quantity input{border:none;box-shadow:none;outline:none;width:20px;min-width:20px;height:24px;text-align:center;color:#000;padding:0;margin:0;pointer-events:none;background-color:transparent}.ts-cart__item-quantity input::-webkit-outer-spin-button,.ts-cart__item-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ts-cart__item-quantity input:focus-visible{border:none;box-shadow:none;outline:none}.ts-cart__upsell-wrapper{padding-top:20px;margin:0 0 40px}.ts-cart__upsell-label{color:#000;margin:0 0 20px}.ts-cart__upsell{display:flex;gap:40px;overflow:auto;padding-bottom:10px}ts-cart.loading .ts-cart__upsell{opacity:.5}.ts-cart__upsell-product{display:flex;background-color:#fff;border-radius:6px;padding:8px 10px;gap:8px;width:280px;min-width:280px}.ts-cart__upsell-product-media{display:flex;height:fit-content}.ts-cart__upsell-product-media img{width:64px;height:fit-content;aspect-ratio:1 / 1;border-radius:4px;object-fit:cover}.ts-cart__upsell-content-wrapper{width:100%;display:flex;gap:8px;justify-content:space-between}.ts-cart__upsell-title{color:#000;margin:0 0 2px}.ts-cart__upsell-options-wrapper{position:relative;width:fit-content;display:flex;margin:0 0 2px}.ts-cart__upsell-options-wrapper .ts-cart__upsell--caret{display:flex;right:0;top:50%;transform:translateY(-50%);position:absolute;pointer-events:none}.ts-cart__upsell-select{color:#000;margin:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;text-overflow:clip;text-indent:0px;border:none;padding-right:16px;cursor:pointer}.ts-cart__upsell-select:focus-visible{box-shadow:none;outline:none;border:none}.ts-cart__upsell-price .ts-price{font-size:12px;gap:6px}.ts-cart__upsell-button{display:flex;width:24px;min-width:24px;height:24px;align-items:center;justify-content:center;background-color:#3ac073;border-radius:4px;cursor:pointer;align-self:center;position:relative}.ts-cart__upsell-button:after{content:"";position:absolute;top:50%;left:50%;width:150%;height:150%;transform:translate(-50%,-50%);z-index:1}ts-cart.loading .ts-cart__upsell-button{cursor:no-drop}.ts-cart__upsell-button *{pointer-events:none}.ts-cart__bottom{padding:0 40px 40px}.ts-cart__savings{text-align:center;padding:7px 0;background-color:#d7ecec;margin:0 0 0 -40px;width:calc(100% + 80px)}.ts-cart__timer{background-color:#9ec997;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;color:#000;padding:3.5px 0 1.5px;margin:0 0 0 -40px;width:calc(100% + 80px)}.ts-cart__subtotal-compare-diff{padding-top:20px;margin:0 0 10px;display:flex;align-items:center;justify-content:space-between;color:#a3a3a3}.ts-cart__subtotal{display:flex;align-items:center;justify-content:space-between}.ts-cart__subtotal-label{color:#000;margin:0}.ts-cart__subtotal-price{color:#000;margin:0;display:flex;align-items:center;gap:6px}.ts-cart__subtotal-price--compare{color:#3339;font-weight:400;text-decoration:line-through}.ts-cart__button{min-width:100%;margin:20px 0 0}.ts-cart__guaranty{margin:20px 0 0;display:flex;align-items:center;justify-content:center;gap:10px;color:#000}.ts-cart__empty-title{color:#000;margin:0 0 10px}.ts-cart__empty-subtitle{color:#000;margin:0 0 48px}.ts-cart__empty-collections{display:grid;grid-template-columns:1fr 1fr;gap:40px}.ts-cart__empty-collection{padding:20px;border-radius:10px;background-color:#fff;text-decoration:none}.ts-cart__empty-collection-media{display:flex;margin:0 0 20px}.ts-cart__empty-collection-media img{width:100%;height:auto;object-fit:cover;transition:transform .3s}.ts-cart__empty-collection:hover .ts-cart__empty-collection-media img{transform:scale(1.1)}.ts-cart__empty-collection-label{text-align:center;color:#000;margin:0}.ts-cart__discount{padding:20px 40px 0;position:relative;width:calc(100% + 80px);margin-left:-40px;margin-bottom:-10px}.ts-cart__discount-label{margin:0 0 10px;color:#000}.ts-cart__discount>div#TSCartDiscountForm{display:flex;align-items:center;justify-content:space-between;gap:10px}.ts-cart__discount-input{width:fit-content;flex:1;height:48px;padding:13px 16px 11px;border-radius:6px;color:#000;background-color:transparent;box-shadow:none;outline:none;border:1px solid #dddddd;min-width:50px}.ts-cart__discount-submit{min-width:unset;display:flex;align-items:center;justify-content:center;padding:15px 15px 12px;border-radius:6px;color:#fff;background-color:#000;cursor:pointer;height:48px;border:none;min-width:150px}.ts-cart__discount-aplies{display:flex;gap:6px}.ts-cart__discount-aplied{width:100%;display:flex;align-items:center;justify-content:space-between}.ts-cart__discount-aplied-title{padding:3px 4px 1px;background-color:#e6f6e7;color:#000}.ts-cart__discount-aplied-amount{color:#000}.ts-cart__discount-remove{display:flex;cursor:pointer;position:absolute;top:10px;right:10px}.ts-cart__discount-remove svg{width:16px;height:16px}@media screen and (max-width: 749px){ts-cart{width:100%}.ts-cart__heading{padding:20px}.ts-cart__title{gap:10px}.ts-cart__count{width:24px;min-width:24px;height:24px}.ts-cart__close svg{width:16px;height:16px}.ts-cart__free-status,.ts-cart__free-load{height:6px}.ts-cart__items-wrapper{padding:0 20px}.ts-cart__item{gap:8px}.ts-cart__item-media img{width:64px}.ts-cart__item-title,.ts-cart__item-options{margin:0 0 4px}.ts-cart__upsell-wrapper{padding-top:40px;margin:0 0 20px}.ts-cart__upsell{gap:20px}.ts-cart__discount{margin-left:-20px;width:calc(100% + 40px);padding:20px 20px 0}.ts-cart__savings{padding:5px 0;margin:0 0 0 -20px;width:calc(100% + 40px)}.ts-cart__timer{margin:0 0 0 -20px;width:calc(100% + 40px)}.ts-cart__bottom{padding:0 20px 20px}.ts-cart__empty-subtitle{margin:0 0 20px}.ts-cart__empty-collections{gap:20px;display:flex;flex-wrap:wrap}.ts-cart__empty-collection{width:calc(50% - 10px);padding:12px 5px}.ts-cart__empty-collection-media{margin:0 0 10px}}.empty-cart-content{display:none}.emptycart .empty-cart-content{display:block}.emptycart .ts-cart__free,.emptycart .ts-cart__items{display:none}.emptycart ts-cart__upsell-wrapper{display:none}.colbtn{display:none}.emptycart .colbtn{display:flex}.emptycart .ts-cart__timer,.emptycart .ts-cart__discount,.emptycart .ts-cart__subtotal-compare-diff,.emptycart .ts-cart__subtotal,.emptycart .checkoutbtn{display:none}
/*# sourceMappingURL=/cdn/shop/t/67/assets/ws-cart.css.map */
