/*
Theme Name: Little Ripper Shop Child
Theme URI: https://littlerippereducation.com
Description: Child theme for Little Ripper shop with custom header/footer
Author: Little Ripper Education
Author URI: https://littlerippereducation.com
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: littleripper-child
*/
/* Hide Astra WooCommerce cart when empty */
.ast-header-cart .ast-cart-wrap:empty {
    display: none !important;
}

/* Fallback for Astra cart count zero */
.ast-header-cart .count:empty {
    display: none !important;
}