#cart-drawer{width:100%;height:100%;position:fixed;top:0;right:0;visibility:hidden;z-index:12;transform:translate(100%);background-color:var(--white-color);transition:all .5s ease-in-out}#cart-drawer.open{transform:translate(0);visibility:visible;transition:all .5s ease-in-out}#cart-drawer tr{box-shadow:0 0 18px #00000026;padding:15px;margin:20px;display:grid;border-radius:10px}.quantity__button{width:15px;color:#a5a5a5}#cart-drawer .quantity__button{border-radius:50%;background:var(--dark-grey-color);height:15px}#cart-drawer .price{font-weight:700;color:var(--blue-color)}#cart-drawer .cart-drawer-details{background-color:#f2e5fd;padding:14px 28px}.drawer-footer{position:absolute;bottom:0;width:100%;padding:30px 20px;box-shadow:0 0 40px #0003;display:flex;justify-content:space-between}.drawer-footer div.flex{flex-direction:column;align-items:flex-start}.drawer-footer div.flex .subtotal{color:var(--placeholder-color)}.drawer-header{align-items:center;padding:10px 0 0 20px;display:flex;justify-content:space-between}.drawer-header .cart__content{margin-right:12px}.drawer-header span svg{position:relative;top:5px}@media (min-width: 750px){#cart-drawer{width:500px}#cart-drawer tr{display:block}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/cart-drawer.css.map?v=48855643631693263231657116797 */
