Main issue: Removing the visible border-like effect around product media in the Sense theme’s product pages.
What didn’t work: Applying custom CSS (.global-media-settings:after { box-shadow: none !important }) had no effect for the requester.
Key update/solution: The appearance wasn’t from the outline alone. In Theme settings → Media, setting “Outline thickness” to 0 still left a visible edge because “Shadow” was enabled. Setting Shadow to 0 as well removes the outline/shadow entirely.
Context/details:
A test store URL was shared upon request for troubleshooting.
No code changes were ultimately required; the fix is fully achievable via theme settings.
Outcome: Resolved. The product media outline effect can be eliminated by disabling both Outline and Shadow in the Sense theme’s media settings.
Status: Closed with a clear settings-based solution; no remaining open questions or disagreements.
I have found the way to do it by playing with settings.
So, basically the problem was that even if the “outline thickness” (in the theme settings → media) was set to 0, it appeared as if it was still there because the SHADOW was still present. When you turn the shadow to 0 too, then your product page won’t have an outline of any kind.