/* Required Addon: Hide Remove Button */
.zapvi-required-addon .remove,
.zapvi-required-addon .product-remove .remove {
    display: none !important;
    pointer-events: none !important;
    opacity: 0 !important;
}



/* Ensure addon labels have enough spacing since gap is removed */
.zapvi-addons label {
    margin-bottom: 12px;
}

span.zapvi-light > .amount > bdi {
    color: silver;
}