/*
Theme Name:   RedParts Child
Theme URI:    https://themeforest.net/item/redparts-auto-parts-woocommerce-wordpress-theme/30040243
Author:       Konstantin Veselovsky
Author URI:   https://themeforest.net/user/kos9
Description:  Auto Parts WordPress Child Theme
Version:      1.18.0
License:      ThemeForest Split License
License URI:  http://themeforest.net/licenses/standard
Text Domain:  redparts-child
Template:     redparts
*/
.cart-bounce {
    animation: cartBounce 0.6s ease;
}

@keyframes cartBounce {
    0% { transform: scale(1); }
    25% { transform: scale(1.2); }
    50% { transform: scale(0.95); }
    75% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 768px) {
    .woocommerce-custom-table-wrapper {
        overflow-x: auto;
    }

    .shop-product-table {
        min-width: 900px;
    }
}

/* Hide table headers on mobile */
@media (max-width: 768px) {
    .woocommerce-table thead,
    .woocommerce-custom-table-wrapper thead {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .woocommerce-dashboard-role-box {
        padding: 1rem !important;
    }
}
