/* Trust text ONLY under order summary (no duplication) */
.shadow-default.bg-storeBG:has(.cart-submit-wrap)::after {
  content: "شحن سريع وآمن | استرجاع سهل | جودة عالية ";
  display: block;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;       /* تكبير الخط */
  font-weight: 600;      /* Bold */
  text-align: center;
  direction: rtl;
  color: #444;
}