/* Floating Cart: Improve product title contrast */ .woocommerce-mini-cart-item a { color: #ffffff !important; font-weight: 600; text-shadow: 0 1px 2px rgba(0,0,0,0.4); } /* Floating Cart: Improve price text */ .woocommerce-mini-cart-item .quantity { color: #eaeaea !important; font-size: 14px; } /* Add top padding to prevent product title cutoff */ .woocommerce-mini-cart { padding-top: 20px !important; } .woocommerce-mini-cart, .woocommerce-mini-cart__wrapper { overflow-y: auto !important; max-height: 100vh; } /* Force product name in floating cart to be readable */ .woocommerce-mini-cart-item a:not(.remove) { color: #ffffff !important; font-weight: 600; text-shadow: 0 1px 2px rgba(0,0,0,0.4); }