.elementor-13 .elementor-element.elementor-element-19f32f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-a18c8f7 > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-13 .elementor-element.elementor-element-2e451ec{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-13 .elementor-element.elementor-element-5e5da2c{--update-cart-automatically-display:none;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-2e451ec{--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-2e451ec{--content-width:1400px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-5e5da2c *//* Cart Page - Unified with Checkout Styles */

.elementor-widget-woocommerce-cart .e-cart-section,
.elementor-widget-woocommerce-cart .woocommerce {
    background: none !important;
    border: none !important;
    font-family: "Konnect", Sans-serif !important;
}

/* Buttons */
.wagen button.button,
a.checkout-button.button.alt.wc-forward {
    color: white !important;
    background: black !important;
    font-family: 'Konnect' !important;
    border-radius: 9px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
}

.wagen button.button:hover,
a.checkout-button.button.alt.wc-forward:hover {
    color: white !important;
    background: black !important;
}

/* Links */
.wagen a {
    color: black !important;
}

/* Inputs and Dropdowns */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: white !important;
    border: 1px solid grey !important;
    border-radius: 9px !important;
}

span#select2-calc_shipping_country-container {
    background: white !important;
    border: 1px solid grey !important;
    border-radius: 9px !important;
    padding: 4px !important;
}

/* Product Meta Styling - Matches Checkout */
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
    margin: auto;
    font-family: 'Konnect';
    font-size: 12px;
}

/* Giftcard Styling (Preserved) */
dd.variation-voor,
dd.variation-van,
dd.variation-Tekstopkaartje {
    font-style: italic;
}

dt.variation-Tekstopkaartje {
    margin-top: 10px;
}

/* Mobile Cart Fixes */
@media (max-width: 767px) {
    td.product-thumbnail {
        display: flex !important;
    }

    td.product-name::before,
    td.product-thumbnail::before {
        display: none !important;
    }

    td.product-quantity,
    td.product-subtotal,
    td.product-remove {
        padding: 0px !important;
    }

    td.product-remove {
        float: right;
        width: 10% !important;
        margin-top: 40px;
    }

    .woocommerce table.shop_table td small {
        font-weight: 400;
        float: left;
        margin: 10px 0px;
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,
    .elementor-widget-woocommerce-cart .woocommerce table.cart td:first-child {
        text-align: left !important;
    }

    tr.woocommerce-cart-form__cart-item.cart_item {
        margin-left: -10px;
    }

    td.product-subtotal {
        white-space: nowrap !important;
        display: none !important;
    }

    .elementor-widget-woocommerce-cart .woocommerce .cart td:before {
        font-weight: 600 !important;
    }

    .elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
        padding: 6px !important;
        z-index: 99 !important;
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart img {
        margin-left: -15px;
    }
}/* End custom CSS */