#CartDrawer{--be-cart-ink:#171717;--be-cart-body:#333333;--be-cart-muted:#828282;--be-cart-line:#ECECEC;--be-cart-surface:#FAFAFA;--be-cart-white:#FFFFFF;font-family:var(--font-body-family,Arial,Helvetica,sans-serif)}
#CartDrawer .drawer__inner{border-left:1px solid var(--be-cart-line);background:var(--be-cart-white)}
#CartDrawer .drawer__header{min-height:70px;border-bottom:1px solid var(--be-cart-line);padding-inline:22px}
#CartDrawer .drawer__title{font-family:inherit;font-size:23px;font-weight:700;letter-spacing:-.025em}
#CartDrawer .drawer__scrollable{padding-inline:22px}
#CartDrawer .horizontal-product{border-bottom:1px solid var(--be-cart-line);padding-block:20px}
#CartDrawer .horizontal-product__media{width:96px;height:96px;background:var(--be-cart-surface)}
#CartDrawer .horizontal-product__title{font-family:inherit;font-size:15px;font-weight:700;line-height:1.2}
#CartDrawer .drawer__footer{border-top:1px solid var(--be-cart-line);background:var(--be-cart-white);padding:19px 22px 24px}
#CartDrawer .button{border-radius:0;font-family:inherit;font-size:10px;letter-spacing:.12em;text-transform:uppercase}
#CartDrawer .drawer__empty-text{font-family:inherit;font-size:28px;font-weight:800;letter-spacing:-.03em}
#CartDrawer .drawer__empty-collections a{box-shadow:inset 0 3px 0 transparent;background:var(--be-cart-surface)}
#CartDrawer .drawer__empty-collections a:hover{box-shadow:inset 0 3px 0 var(--be-cart-ink);background:var(--be-cart-line)}
@media(max-width:760px){
  #CartDrawer .drawer__header{min-height:62px;padding-inline:18px}
  #CartDrawer .drawer__scrollable{padding-inline:18px}
  #CartDrawer .drawer__footer{padding:17px 18px calc(58px + env(safe-area-inset-bottom))}
  #CartDrawer .horizontal-product__media{width:88px;height:88px}
  #CartDrawer .horizontal-product__title{font-size:14px}
}
