.cart-summary{display:block}.cart-summary__bar{-webkit-box-pack:center;-ms-flex-pack:center;bottom:0;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;z-index:var(--z-index-fixed)}.cart-summary__bar,.cart-summary__inner{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.cart-summary__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--color-white);border-left:1px solid #e9e6ef;border-radius:0;border-right:1px solid #e9e6ef;border-top:1px solid #e9e6ef;-ms-flex-direction:column;flex-direction:column;gap:.75rem;margin:0 auto;max-width:100%;padding:1rem;pointer-events:auto;width:100%}@media screen and (min-width:30rem){.cart-summary__inner{border-radius:.5rem .5rem 0 0;max-width:27rem}}.cart-summary__subtotal{gap:1rem}.cart-summary__label,.cart-summary__value{font-size:1rem;font-weight:700;line-height:1.25rem}.cart-summary__cta{font-size:1.125rem;font-weight:400;line-height:1.25rem;padding:.9375rem .75rem;text-transform:uppercase}.cart-summary__cta svg{-ms-flex-negative:0;flex-shrink:0}