/* Do not show the sticky checkout action before the first cart item. */
.pps-wrap .pps-sticky-cart.is-empty {
	display: none !important;
}

/* Keep mixed Persian/numeric variation values in their natural reading order. */
.pps-wrap .pps-variant-item > strong[dir="auto"] {
	unicode-bidi: isolate !important;
}
