.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;transition:visibility var(--duration-default) ease}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;background-color:rgba(var(--color-foreground),.5);transition:opacity var(--duration-default) ease}.drawer.active{visibility:visible}.drawer.active .cart__inner{transform:translate(0)}.cart-global.active .cart-drawer__overlay{opacity:1}.cart-drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:10px;right:-10px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .cart-drawer__close{right:5px}.cart-drawer__close svg{height:2.4rem;width:2.4rem}.cart-global cart-items.is-empty+.cart__footer{display:none}.cart-global cart-items thead{display:none;width:100%;position:sticky;top:0;z-index:2;background-color:rgb(var(--color-base-background-1))}.cart-global cart-items.cart-drawer--show-header thead{display:inline-table}.cart-global cart-items{overflow:auto;flex:1}@media screen and (max-height: 650px){.cart-global cart-items{overflow:visible}}.cart-global cart-items::-webkit-scrollbar{width:3px}.cart-global cart-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}.cart-global cart-items::-webkit-scrollbar-track-piece{margin-top:31px}.cart-drawer .cart-item__totals{display:flex;align-items:flex-start;justify-content:flex-end}.cart__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);padding:0 1.5rem;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.cart__inner-empty{height:100%;padding:0 1.5rem;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1.5rem}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{width:140px;height:140px;object-fit:cover}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.drawer .cart-upsells{display:none}.drawer.active .cart-upsells{display:block}
/*# sourceMappingURL=/cdn/shop/t/166/assets/component-cart-drawer.css.map */
