/* Cui Law Group brand tokens — re-declared inside .ge-article so the
* scoped block reads correctly even when the host theme does not use
* these variable names. Numbers track the v2 theme’s globals.css. */
.ge-article {
–ge-charcoal: #1a2744;
–ge-charcoal-light: #253453;
–ge-taupe: #c4972a;
–ge-taupe-light: #d4a73a;
–ge-taupe-muted: rgba(196, 151, 42, 0.10);
–ge-warm-white: #f5f6f8;
–ge-text-secondary: #4a4a4a;
–ge-text-light: #888888;
–ge-border: #e0e0e0;
–ge-border-light: #f0f0f0;
–ge-serif: ‘Playfair Display’, ‘Noto Serif SC’, Georgia, serif;
–ge-sans: ‘Noto Sans SC’, ‘DM Sans’, -apple-system, BlinkMacSystemFont, sans-serif;
–ge-mono: ‘DM Sans’, sans-serif;

font-family: var(–ge-sans);
font-size: 0.95rem;
line-height: 1.85;
color: var(–ge-text-secondary);
font-weight: 300;
}
.ge-article p { margin: 0 0 18px; }
.ge-article a {
color: var(–ge-taupe);
text-decoration: underline;
text-underline-offset: 2px;
}
.ge-article a:hover { color: var(–ge-charcoal); }
.ge-article strong { font-weight: 500; color: var(–ge-charcoal); }
.ge-article em { font-style: italic; }

/* Section hierarchy — serif charcoal, generous breathing room */
.ge-article h1, .ge-article h2, .ge-article h3,
.ge-article h4, .ge-article h5, .ge-article h6 {
font-family: var(–ge-serif);
font-weight: 600;
color: var(–ge-charcoal);
line-height: 1.35;
}
.ge-article h1 { font-size: 1.6rem; margin: 44px 0 18px; line-height: 1.3; }
.ge-article h2 { font-size: 1.4rem; margin: 44px 0 16px; }
.ge-article h3 { font-size: 1.15rem; margin: 32px 0 12px; }
.ge-article h4 { font-size: 1rem; margin: 24px 0 10px; }
.ge-article h2:first-child,
.ge-article h1:first-child { margin-top: 0; }

/* Lede — first paragraph stands out a touch */
.ge-article > p.ge-lede {
font-size: 1.05rem;
line-height: 1.85;
font-weight: 400;
color: var(–ge-charcoal-light);
}

/* Lists — taupe filled-circle marker via ::before so theme list-style
* resets cannot hide bullets */
.ge-article ul,
.ge-article ol {
margin: 14px 0 22px 0;
padding-left: 1.5em;
}
.ge-article li { margin: 0 0 6px; }
.ge-article ul > li { list-style: none; position: relative; }
.ge-article ul > li::before {
content: “”;
position: absolute;
left: -1em;
top: 0.65em;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(–ge-taupe);
opacity: 0.85;
}
.ge-article ol > li { list-style: decimal; color: var(–ge-text-secondary); }
.ge-article ol > li::marker { color: var(–ge-taupe); font-variant-numeric: tabular-nums; }

/* Pull-quote blockquote */
.ge-article blockquote {
margin: 22px 0;
padding: 14px 20px;
border-left: 3px solid var(–ge-taupe);
background: var(–ge-warm-white);
color: var(–ge-text-secondary);
font-style: italic;
}
.ge-article blockquote p:last-child { margin-bottom: 0; }

/* Code */
.ge-article code {
background: rgba(26, 39, 68, 0.05);
padding: 2px 6px;
border-radius: 4px;
font-size: 0.88em;
font-family: ui-monospace, “SF Mono”, Menlo, monospace;
}
.ge-article pre {
background: rgba(26, 39, 68, 0.04);
padding: 1em 1.15em;
border-radius: 8px;
overflow-x: auto;
font-size: 0.88em;
}
.ge-article pre code { background: transparent; padding: 0; }

/* Tables */
.ge-article table {
width: 100%;
border-collapse: collapse;
margin: 1.5em 0;
font-size: 0.92em;
}
.ge-article th, .ge-article td {
text-align: left;
padding: 0.55em 0.7em;
border-bottom: 1px solid var(–ge-border-light);
}
.ge-article th { font-weight: 600; color: var(–ge-charcoal); }

/* Byline — DM Sans tracked uppercase, taupe accent */
.ge-article .ge-byline {
font-family: var(–ge-mono);
font-size: 0.72rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(–ge-text-light);
margin: 0 0 0.6em;
font-weight: 500;
}
.ge-article .ge-byline strong { color: var(–ge-charcoal); font-weight: 600; }
.ge-article .ge-byline-rule {
border: 0;
border-top: 1px solid var(–ge-border);
margin: 0 0 2em;
width: 100%;
}

/* Imagery */
.ge-article figure { margin: 2em 0; text-align: center; }
.ge-article figure.ge-hero { margin: 0.5em 0 2.5em; }
.ge-article figure img {
display: block;
width: 100%;
height: auto;
max-height: 380px;
object-fit: cover;
border-radius: 8px;
}
.ge-article figure.ge-inline img { max-height: 320px; }
.ge-article figcaption {
font-size: 0.78em;
font-style: italic;
color: var(–ge-text-light);
margin-top: 0.55em;
font-family: var(–ge-mono);
}
.ge-article figcaption a { color: var(–ge-text-light); text-decoration: none; }
.ge-article figcaption a:hover { color: var(–ge-taupe); }

/* End-of-article mark */
.ge-article .ge-end {
text-align: center;
letter-spacing: 0.6em;
color: var(–ge-taupe);
opacity: 0.5;
margin: 3em 0 2em;
font-size: 1.2em;
}

/* CTA card — warm-white surface + taupe primary action */
.ge-article .ge-cta {
margin: 2em 0 1em;
padding: 26px 28px 24px;
background: var(–ge-warm-white);
border: 1px solid var(–ge-border-light);
border-radius: 14px;
}
.ge-article .ge-cta h3 {
margin: 0 0 6px;
font-size: 1.2rem;
font-family: var(–ge-serif);
color: var(–ge-charcoal);
font-weight: 600;
}
.ge-article .ge-cta-rule {
border: 0;
border-top: 2px solid var(–ge-taupe);
width: 36px;
margin: 0 0 12px;
}
.ge-article .ge-cta p {
margin: 0 0 14px;
color: var(–ge-text-secondary);
font-weight: 300;
}
.ge-article .ge-cta-actions { margin: 0; }
.ge-article .ge-cta-btn {
display: inline-block;
padding: 11px 22px;
border-radius: 4px;
font-family: var(–ge-sans);
font-weight: 600;
font-size: 0.9rem;
text-decoration: none;
margin-right: 8px;
margin-bottom: 8px;
}
.ge-article .ge-cta-btn-primary {
background: var(–ge-taupe);
color: #fff;
border: 0;
}
.ge-article .ge-cta-btn-primary:hover { background: var(–ge-taupe-light); color: #fff; }
.ge-article .ge-cta-btn-primary > span { color: #fff; }
.ge-article .ge-cta-btn-secondary {
background: transparent;
color: var(–ge-charcoal);
border: 1.5px solid var(–ge-border);
}
.ge-article .ge-cta-btn-secondary:hover { border-color: var(–ge-taupe); color: var(–ge-taupe); }

/* —– Sticky top CTA banner ———————————————
* Always-visible call-to-action so the visitor never has to scroll back
* to the bottom CTA card. Rendered as a sibling of `.ge-article` so any
* theme-applied transforms on the article wrapper do not break the
* fixed-positioning containing block. The banner stays hidden until the
* visitor has scrolled past the lede (~280 px) — no point covering the
* headline on first paint.
*
* Colours are deliberately fixed (dark bar, light text) rather than
* derived from `currentColor`, because the banner is overlaid on the
* page and needs guaranteed contrast even on dark themes.
*/
.ge-sticky-cta {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
background: rgba(20, 20, 20, .94);
color: #fff;
font: 500 0.95em/1.4 -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, sans-serif;
padding: 0.7em 1em;
display: flex;
align-items: center;
gap: 0.85em;
box-shadow: 0 2px 14px rgba(0, 0, 0, .18);
transform: translateY(-105%);
transition: transform .25s ease-out;
-webkit-backdrop-filter: saturate(140%) blur(8px);
backdrop-filter: saturate(140%) blur(8px);
}
.ge-sticky-cta[data-ge-visible=”true”] { transform: translateY(0); }
.ge-sticky-cta-text { flex: 1 1 auto; min-width: 0; }
.ge-sticky-cta-text strong { font-weight: 600; }
.ge-sticky-cta-sub {
display: block;
font-size: 0.82em;
opacity: 0.7;
margin-top: 0.1em;
}
.ge-sticky-cta-actions { display: flex; gap: 0.45em; align-items: center; flex: 0 0 auto; }
.ge-sticky-cta-btn {
display: inline-block;
padding: 0.55em 1.1em;
border-radius: 4px;
font-weight: 600;
font-size: 0.92em;
text-decoration: none;
background: #fff;
color: #111;
border: 0;
cursor: pointer;
white-space: nowrap;
}
.ge-sticky-cta-btn-secondary {
background: transparent;
color: #fff;
border: 1px solid rgba(255, 255, 255, .35);
}
.ge-sticky-cta-dismiss {
background: transparent;
border: 0;
color: rgba(255, 255, 255, .55);
font-size: 1.4em;
line-height: 1;
cursor: pointer;
padding: 0 0.2em;
margin-left: 0.2em;
}
.ge-sticky-cta-dismiss:hover { color: #fff; }
@media (max-width: 560px) {
.ge-sticky-cta-sub { display: none; }
.ge-sticky-cta { padding: 0.55em 0.7em; gap: 0.5em; font-size: 0.88em; }
.ge-sticky-cta-btn { padding: 0.5em 0.8em; }
}

Free consultation with Default siteNo obligation. We typically reply the same day.

(function () {
if (window.__geStickyCtaInit) return;
window.__geStickyCtaInit = true;
var bar = document.querySelector(‘.ge-sticky-cta’);
if (!bar) return;
var STORAGE_KEY = ‘ge_sticky_cta_dismissed’;
var SHOW_AFTER = 280;
var dismissed = false;
try { dismissed = sessionStorage.getItem(STORAGE_KEY) === ‘1’; } catch (e) {}
if (dismissed) return;
function tick() {
if (dismissed) return;
var y = window.scrollY || window.pageYOffset || 0;
bar.setAttribute(‘data-ge-visible’, y > SHOW_AFTER ? ‘true’ : ‘false’);
}
window.addEventListener(‘scroll’, tick, { passive: true });
tick();
var dismiss = bar.querySelector(‘.ge-sticky-cta-dismiss’);
if (dismiss) dismiss.addEventListener(‘click’, function () {
dismissed = true;
bar.setAttribute(‘data-ge-visible’, ‘false’);
try { sessionStorage.setItem(STORAGE_KEY, ‘1’); } catch (e) {}
});
})();

Two professionals shaking hands across a meeting table.
Photo by Cytonn Photography on Unsplash

description: "Use this California checklist to protect your health, preserve evidence, and understand slip and fall deadlines after a store injury."
author: "Default site"
date: "2026-05-13"

California Slip and Fall Checklist After a Store Injury

After a store fall, get medical care, report it, photograph the hazard, save your shoes and clothes, and act before California’s 2-year deadline. This California slip and fall checklist after a store injury covers the key steps.

What should you do right after a store slip and fall in California?

A store slip and fall can leave you shaken, embarrassed, and hurt all at once. The first few steps matter. They protect your health, and they can also protect any later premises liability claim.

Use this simple checklist right away:

  1. Get to a safe place.
    If you can move safely, get out of the aisle or doorway so you are not hit by carts or other shoppers.

  2. Ask for medical help.
    Call 911 if you hit your head, cannot stand, have heavy pain, or think you may have broken something. Even if the injury seems minor, get checked promptly. Medical records help connect the fall to your injuries.

  3. Report the fall to the store manager.
    Ask that the incident be documented. Get the manager’s name, title, and the store address. If they prepare an incident report, ask how you can request a copy.

  4. Do not guess about fault.
    Keep your statements short and factual. For example: “I slipped near the produce section on liquid on the floor.” Do not say “I’m fine” if you are not fine, and do not argue about blame.

  5. Take photos and video immediately.
    If you can, photograph the spill, debris, torn mat, poor lighting, missing warning signs, and the area around it. Capture wide shots and close-ups.

  6. Get witness names and contact information.
    An independent witness can make a big difference, especially if the hazard gets cleaned up fast.

  7. Save your clothing and shoes.
    Do not wash or throw them away. They may show residue, moisture, or damage consistent with the fall.

  8. Write down what you remember.
    Note the time, exact location, what you slipped on, what employees said, and whether cones or warning signs were present.

In California, these cases are usually analyzed under negligence and premises liability rules. The general duty of ordinary care comes from Civil Code § 1714(a). In plain English, a business must use reasonable care in managing property so customers are not exposed to avoidable dangers.

If your injuries are serious, it may help to review a firm’s premises liability information, about page, and contact page early so you know what records to preserve and what questions to ask.

How do you document the hazard and preserve evidence?

Evidence disappears quickly in store injury cases. Floors get mopped. Boxes get moved. Surveillance video may be overwritten. That is why documentation needs to start as soon as possible.

What to photograph

Try to capture:

  • The exact substance or condition that caused the fall
  • The size and shape of the spill or hazard
  • Footprints, cart tracks, or dirt showing it may have been there for a while
  • The absence of cones, wet-floor signs, or barricades
  • Lighting, shadows, and line-of-sight issues
  • Nearby products, freezers, drink stations, or displays that may explain the hazard
  • Your visible injuries
  • Your shoes and clothing

A close-up helps show detail. A wider shot helps show context.

What records matter most

In many cases, the key evidence includes:

  • Surveillance video
  • Incident or accident reports
  • Employee witness statements
  • Cleaning and inspection logs
  • Sweep sheets or safety check records
  • Photos taken by the store
  • Medical records and bills

California discovery rules are broad. Code of Civil Procedure § 2017.010 generally allows discovery of nonprivileged information relevant to the case. In practice, that can include video, reports, logs, and other records showing whether the store knew, or should have known, about the hazard.

Ask for video to be preserved

If there may be security footage, act fast. A store may not keep video forever. A prompt preservation request, often called a spoliation or preservation letter, can ask the business to keep:

  • Video from the incident area
  • Video from nearby aisles and entrances
  • Footage from at least the period before and after the fall
  • Incident reports and internal communications
  • Inspection and cleanup records for that shift

This matters because video may show whether the hazard was present long enough for employees to discover it.

Keep your own evidence organized

Create a folder with:

  • Date and time of the fall
  • Store name and address
  • Names of employees and witnesses
  • Photos and videos
  • Medical visit summaries
  • Prescriptions
  • Receipts for out-of-pocket costs
  • Notes about pain, mobility limits, and missed work

Under Civil Code § 3333, damages in a California negligence case can include all detriment proximately caused. That usually means economic losses like medical bills and lost wages, plus non-economic harm like pain, inconvenience, and emotional distress.

A simple hypothetical shows why documentation matters: if a shopper misses work for two weeks, pays for urgent care, and needs follow-up treatment, those records help show the real impact of the fall. Without records, the store or insurer may argue the injuries were minor or unrelated.

Open law book with annotated pages.
Photo by Mikhail Pavstyuk on Unsplash

What makes a California store liable for a slip and fall?

Not every fall means the store is legally responsible. California law does not treat a store as an automatic insurer of everyone’s safety. The question is usually whether the business acted reasonably under the circumstances.

The basic legal standard

A California store slip and fall case usually turns on whether the business:

  1. Owned, leased, occupied, or controlled the property
  2. Failed to use reasonable care to keep it reasonably safe
  3. Caused harm to the customer
  4. Was a substantial factor in causing that harm

That tracks the basic premises liability framework reflected in CACI No. 1000 and the duty principles in CACI No. 1001.

What “reasonable care” means in a store

Reasonable care can include a duty to:

  • Inspect the premises
  • Discover unsafe conditions
  • Clean up hazards within a reasonable time
  • Repair dangerous conditions
  • Warn customers about hazards that cannot be fixed immediately

A common issue is notice. That means whether the store had:

  • Actual notice: it knew about the spill or hazard, or
  • Constructive notice: the condition existed long enough that reasonable inspections should have found it

For example, a freshly dropped grape may raise different issues than a puddle that appears dirty, tracked through, and unattended for a long period.

Why control of the property matters

Sometimes more than one party may be involved:

  • The store operator
  • The property owner or landlord
  • A janitorial company
  • A display vendor
  • A maintenance contractor

That is important because liability may depend on who actually controlled the area and who was responsible for inspection or cleanup. California premises cases focus on who owned, leased, occupied, or controlled the property, not just whose name is on the sign.

The duty is broad, but not unlimited

California’s general negligence approach under Civil Code § 1714 and cases applying ordinary care focus on reasonableness, not rigid labels. In practical terms, a customer usually must still show the store failed to act reasonably.

A few examples of facts that may support liability:

  • No warning cones around a visible wet area
  • No inspection records for a busy period
  • A recurring leak that was not repaired
  • Poor lighting near a known floor hazard
  • Employees walking by a spill without addressing it

If you are trying to understand whether your facts fit a claim, reviewing a page on store and premises injury claims may help frame the right questions.

Can you still recover if you were partly at fault?

Yes. In California, being partly at fault does not automatically bar recovery.

California follows pure comparative negligence, a rule recognized since Li v. Yellow Cab Co. (1975). That means your compensation can be reduced by your share of fault, but not automatically wiped out.

How comparative fault works

Here is the basic idea:

  • If total damages are $100,000
  • And you are found 20% at fault
  • Your recovery would typically be reduced to $80,000

That does not mean every case works out in those exact numbers. It simply shows the math.

A store may argue you were partly responsible because:

  • You were looking at your phone
  • You ignored an obvious warning sign
  • You wore unstable footwear
  • You walked into a restricted area
  • You were moving too fast for the conditions

Those arguments do not end the case. They just become part of the fault analysis.

Multiple defendants can complicate allocation

If more than one business or contractor shares fault, Civil Code § 1431.2 can affect how non-economic damages are allocated. In general, each defendant is responsible only for its share of non-economic damages, rather than being jointly responsible for all of that category.

That issue can matter when several parties may have played a role, such as a store, landlord, and cleaning company.

Do not assume embarrassment means no case

Many injured shoppers blame themselves at first. That is common. But embarrassment is not a legal analysis. A customer can slip, feel foolish, and still have a valid claim if the store failed to use reasonable care.

General information can help, but a fact-specific review is often needed. Default site focuses on personal injury matters, including premises liability claims, and can help you understand what records and timelines may matter in your situation.

Pen poised over a printed contract.
Photo by Cytonn Photography on Unsplash

When should you file a claim or lawsuit in California?

As a general rule, do not wait.

For most California slip and fall injury claims, the statute of limitations is 2 years under Code of Civil Procedure § 335.1. In an ordinary case, that period runs from the date of injury.

Why acting early matters

Two years may sound like plenty of time, but evidence problems often happen much sooner:

  • Video may be deleted
  • Witnesses may forget details
  • Employees may leave
  • Logs may become harder to locate
  • Your own memory may fade

That is why the right time to start gathering records is usually now, not months later.

A practical timeline

Here is a useful approach:

  1. Same day or next day: get medical care, report the fall, and photograph everything.
  2. Within days: request or preserve video, identify witnesses, and save clothing and shoes.
  3. Within weeks: gather treatment records, bills, wage-loss information, and follow-up photos.
  4. Well before 2 years: evaluate whether a settlement claim or lawsuit should be filed under Code of Civil Procedure § 335.1.

Current California framework

The key premises liability statutes remain central in current California practice, including Civil Code § 1714(a), Civil Code § 3333, Civil Code § 1431.2, and Code of Civil Procedure § 335.1. California’s civil jury instructions for premises cases were updated in the 2025 Edition adopted in November 2024, and the Judicial Council resource reflects the 2026 Edition adopted in December 2025.

Those updates do not change the practical advice for injured shoppers: preserve evidence early and do not miss the deadline.

Most personal injury cases are handled on a contingency fee basis — meaning no fee unless we recover for you.

This article is general information, not legal advice. If you were hurt in a store fall and want help understanding your next steps, Default site offers a free consultation. If you are ready to move forward, call now.

Frequently Asked Questions

What should I do immediately after a slip and fall in a California store?

Get medical care first. Then report the fall to the store, photograph the hazard, get witness contact information, and save your shoes and clothing. Those steps can help protect both your health and your evidence.

Should I report the accident to the store manager?

Yes. Ask to report the incident to a manager and make sure the location, time, and basic facts are documented. Keep your statement factual and brief, and ask for the manager’s name and the incident report information.

How do I preserve surveillance video after a store injury?

Act quickly. Ask the store to preserve footage from the incident area and nearby cameras, including time before and after the fall. A prompt preservation request can be important because video may be overwritten. If a claim is filed, Code of Civil Procedure § 2017.010 supports discovery of relevant nonprivileged evidence.

What evidence helps prove a California premises liability claim?

Helpful evidence often includes photos of the hazard, surveillance video, incident reports, witness statements, cleaning and inspection logs, and medical records. Those materials can help show notice, unsafe conditions, causation, and damages under the ordinary care standard tied to Civil Code § 1714(a).

Can I recover compensation if I was partly responsible for the fall?

Usually, yes. California follows pure comparative negligence, so your recovery may be reduced by your percentage of fault rather than barred completely. For example, if damages are $100,000 and fault is assigned 20% to you, the recovery would typically be $80,000.

How long do I have to sue after a store slip and fall in California?

In most cases, 2 years from the date of injury under Code of Civil Procedure § 335.1. Because evidence like surveillance video can disappear much earlier, it is wise to act well before that deadline. If you want guidance tailored to your situation, Default site offers a free consultation, and you can call now.

Free consultation with Default site

Discuss your case — no obligation, no cost.