/*
 * OC_CART_TITLE_ORDER_LIST_V02
 * Refine the approved cart title typography for the My Order List label.
 */
.checkout-cart-index .oc-cart-v3 > .page-title h1 {
  font-size: clamp(32px, 3.8vw, 44px) !important;
}
