<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cart-bg{position:fixed;top:0;left:0;right:0;bottom:0;z-index:3;opacity:0;background-color:#000;transform:translate(-100%);transition:opacity .5s}.cart-bg.active{transform:translate(0);opacity:.2;transition:opacity .5s}.cart-drawer{position:fixed;top:0;right:-100%;bottom:0;width:100%;max-width:calc(100% - 52px);background-color:rgb(var(--color-background));z-index:99;transition:.25s;display:flex;flex-direction:column}.cart-drawer&gt;*{width:100%}@media screen and (min-width: 990px){.cart-drawer{right:-450px;max-width:450px;transition:.5s}}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center}.cart-drawer-header h2{margin:0;padding:1.2rem 0 1rem}.cart-close{display:block;width:20px;height:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;margin:0;background-color:transparent;color:var(--color-base-text);cursor:pointer}.cart-close svg{width:15px;margin-top:3px}.cart-drawer.active{right:0}.cart-drawer cart-items{overflow:auto;flex-grow:1}.cart-drawer .cart-items thead{display:none}.cart-drawer .cart-items .cart-item{display:grid;grid-template-columns:11rem auto 1fr;align-items:flex-start;padding:1rem 0;border-top:.1rem solid rgba(var(--color-foreground),.08)}@media screen and (min-width: 990px){.cart-drawer .cart-items .cart-item{grid-template-columns:10rem auto 1fr}}.cart-drawer .cart-items .cart-item .cart-item__media{grid-row:span 3;position:relative;width:100%;padding-bottom:75%}.cart-drawer .cart-items .cart-item .cart-item__media img{position:absolute;width:100%;height:100%;object-fit:cover}.cart-drawer .cart-items .cart-item .cart-item__details{width:100%;padding:0 10px}.cart-drawer .cart-items .cart-item .cart-item__totals{grid-column:3;font-size:1.4rem}.cart-drawer .cart-items .cart-item .cart-item__quantity{justify-content:flex-end;align-items:center}.cart-drawer .cart-items .cart-item td{padding:0}.cart-drawer .mini-cart-footer{position:absolute;bottom:0;width:100%;background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart__footer&gt;*,.cart-drawer .cart__checkout-button{width:100%;max-width:100%}
/*# sourceMappingURL=/cdn/shop/t/40/assets/component-mini-cart.css.map */
</pre></body></html>