/* 存在kb插件时隐藏多买折扣 */
  body:has(.kaching-bundles) .customer_buy_more_wrapper {
    display: none !important;
  }
