Issue: Box-shadows on collection grid items were only visible on the left side despite a CSS box-shadow being applied.
Cause/Symptom: The outer shadow was likely being clipped by a parent element’s overflow setting, so only part of the shadow showed.
Solution: Add a CSS rule in theme.scss.css to set the relevant grid item container’s overflow to “unset !important,” allowing the shadow to render around the element. Steps given: Online Store → Theme → Edit code → theme.scss.css → append the new rule at the bottom.
Outcome: The store owner implemented the change and confirmed the shadows now display correctly.
Status: Resolved; no further questions raised.
Summarized with AI on February 11.
AI used: gpt-5.