.theme-cart-button.zpbutton.zpbutton-type-primary.zpbutton-size-lg.zpbutton-full-width{
    width: fit-content !important;
    min-width: 0 !important;
    padding: 8px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}

.theme-cart-button.zpbutton.zpbutton-type-primary.zpbutton-size-lg.zpbutton-full-width::after{
    content: attr(aria-label) !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #DD3E33 !important;
    white-space: nowrap !important;
}
.theme-cart-button.zpbutton.zpbutton-type-primary.zpbutton-size-lg.zpbutton-full-width svg,
.theme-cart-button.zpbutton.zpbutton-type-primary.zpbutton-size-lg.zpbutton-full-width svg *{
    stroke: #DD3E33 !important;
    
}