/* GP Woo Text Polish: display-only CSS. No payment/order logic. */
.gp-woo-cart-qty {
  display: inline-block;
  min-width: 1.5em;
  font-weight: 700;
}

.woocommerce-cart table.cart td.product-quantity:empty::before,
.woocommerce-cart table.shop_table td.product-quantity:empty::before {
  content: '1';
  font-weight: 700;
}

.woocommerce .widget_shopping_cart,
.woocommerce-mini-cart,
.elementor-menu-cart__container {
  unicode-bidi: isolate;
}


/* v0.1.2: mini-cart text isolation on translated pages. */
body.gp-header-lang-de .widget_shopping_cart,
body.gp-header-lang-en .widget_shopping_cart,
body.gp-header-lang-de .woocommerce-mini-cart,
body.gp-header-lang-en .woocommerce-mini-cart,
body.gp-header-lang-de .apus-topcart,
body.gp-header-lang-en .apus-topcart,
body.gp-header-lang-de .cart-popup,
body.gp-header-lang-en .cart-popup {
  direction: ltr !important;
  unicode-bidi: isolate !important;
}
