body.spacer-theme .site-cart-drawer__empty{
    display:grid;
    justify-items:start;
    gap:var(--space-14);
    padding:var(--space-28);
    border:1px solid var(--border-light);
    border-radius:var(--radius-20);
    background:var(--bg-card);
}

body.spacer-theme .site-cart-drawer__empty h3{
    margin:0;
    color:var(--text-primary);
    font-size:var(--fs-28);
    line-height:var(--lh-section);
}

body.spacer-theme .site-cart-drawer__empty p{
    margin:0;
    color:var(--text-secondary);
    font-size:var(--fs-15);
    line-height:1.6;
}

body.spacer-theme .site-cart-drawer__empty-icon{
    display:grid;
    place-items:center;
    width:56px;
    height:56px;
    border-radius:var(--radius-16);
    background:var(--brand-soft);
    color:var(--brand-primary);
    font-size:var(--fs-30);
    font-weight:700;
}

body.spacer-theme .site-cart-drawer__item.is-busy,
body.spacer-theme .site-cart-drawer__quantity.is-busy,
body.spacer-theme .site-cart-drawer__status.is-busy,
body.spacer-theme .site-cart-drawer__panel.is-busy{
    opacity:0.58;
    pointer-events:none;
}

