ts-cart-drawer{position:absolute;top:100%;height:calc(100dvh - 73px);max-height:calc(100dvh - 73px);right:0;width:100%;max-width:425px;background-color:var(--light-grey);transform:translate(100%);transition:transform .3s;border-top:1px solid var(--dark-blue);padding:32px 24px 16px;overflow:auto;display:flex;align-items:center;z-index:2}ts-cart-drawer[show]{transform:translate(0)}ts-cart-drawer.loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff80;cursor:no-drop}.cart_drawer__empty h3{text-align:center}.cart_drawer__empty a{color:var(--dark-blue);text-decoration:none;margin:0 auto;display:block;width:fit-content}.cart_drawer__empty a:hover{text-decoration:underline}.cart-drawer__content{width:100%;height:100%;display:flex;flex-direction:column}.cart_drawer__items,.cart_drawer__items-list{flex-direction:column;display:flex;overflow:auto;gap:32px}.cart_drawer__item{display:flex;gap:16px;padding-bottom:32px;border-bottom:1px solid var(--grey)}.cart_drawer__item:last-of-type{border-bottom:none}.cart_drawer__items h2{margin:0}.drawer-item__media{display:flex;width:177px;border-radius:4px;overflow:hidden}.drawer-item__media img{width:100%;height:auto}.drawer-item__content{flex-direction:column;display:flex}.drawer-item__content h3{display:flex;flex-direction:column;gap:8px;margin:0}.drawer-item__content h3 a{text-decoration:none;color:var(--dark-blue)}.drawer-item__content h3 a:hover{text-decoration:underline}.drawer-item__content h3+div *,.drawer-item__content h3 *{margin:0}.drawer-item__content h3+div{display:flex;align-items:start;justify-content:end;flex-direction:column;line-height:1;gap:16px;margin-top:auto}.drawer-item__quantity{color:var(--dark)}.cart_drawer__remove{display:flex;align-items:center;cursor:pointer;gap:8px;color:var(--dark)}.cart_drawer__remove *{pointer-events:none}.cart_drawer__remove:hover span{text-decoration:underline}.cart_drawer__remove span{display:flex}.cart_drawer__total{margin:auto 0 0;line-height:1;padding:16px 0 0;border-top:1px solid var(--grey)}.cart_drawer__subtotal{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px}.cart_drawer__total p{margin:0 0 16px;color:var(--dark-blue)}.cart_drawer__total a{width:100%;display:flex;align-items:center;justify-content:center}.ts-cart-item__error{display:none;margin:8px 0;color:var(--error);line-height:1}.ts-cart-item__error[show]{display:block}
/*# sourceMappingURL=/cdn/shop/t/7/assets/ts-cart-drawer.css.map */
