/* Cart Drawer - forzar texto blanco */
h2#cart-drawer-heading.cart-drawer__heading,
.cart-drawer__heading.h3,
.cart-items-component h2,
.cart-items-component p,
.cart-items-component span:not(.svg-wrapper),
.cart-items-component .cart-items__title,
.cart-items-component .cart-items__price,
.cart-items-component .cart-items__details {
  color: #ffffff !important;
}


cart-drawer-component .cart-drawer__heading,
cart-drawer-component .cart-items__title,
cart-drawer-component .cart-items__details,
cart-drawer-component .cart-items__price,
cart-drawer-component h2,
cart-drawer-component p,
cart-drawer-component span:not(.svg-wrapper) {
  color: #ffffff !important;
}
