/* daniel feedback 1 11-02-2026: Cart page VAT note - Direct CSS file */
.checkout-cart-index .cart-totals .table-wrapper::after {
    content: "zzgl. 19% MwSt." !important;
    display: block !important;
    font-size: 12px !important;
    color: #666 !important;
    text-align: right !important;
    font-style: italic !important;
    margin-top: 8px !important;
    font-weight: normal !important;
    padding-right: 0 !important;
}

.checkout-cart-index #cart-totals .table-wrapper::after {
    content: "zzgl. 19% MwSt." !important;
    display: block !important;
    font-size: 12px !important;
    color: #666 !important;
    text-align: right !important;
    font-style: italic !important;
    margin-top: 8px !important;
    font-weight: normal !important;
    padding-right: 0 !important;
}

/* daniel feedback 1 11-02-2026: Hide shipping step completely in checkout - Task 12 */
/* Target the exact IDs and classes from the DOM - using highest specificity */

#checkout-step-shipping_method .table-checkout-shipping-method,
.checkout-shipping-method .step-title,
.shipping-policy-block.field-tooltip {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.opc-block-shipping-information,
.totals.shipping.excl,
.table-order-items .shipping,
.box.box-order-shipping-method,
.data.table.table-order-items .shipping,
.order-resolution-section {
    display: none !important;
}
