/* DBX ONE v0.12.6 — STOCKROOM proof asset cleanup
   INVARIANT:
   - Do not fake browser chrome, OS chrome, battery UI or device shells.
   - If a genuine OS/browser capture is unavailable, show the clean raw product screenshot.
   - Never crop off screenshot edges just to fit a decorative wrapper.
*/
.product-shot.clean-shot{background:transparent;border:none;box-shadow:none;padding:0;overflow:visible}
.product-shot.clean-shot img{display:block;width:100%;height:auto;border-radius:18px;max-width:100%;object-fit:contain}
.product-shot.clean-shot.desktop{max-width:1120px}
.product-shot.clean-shot.phone{max-width:430px;margin-inline:auto}
.stockroom-wide-shot.clean-shot{max-width:1180px;margin-top:44px}
.product-shot.clean-shot .product-shot-caption{margin-top:16px;padding-inline:4px}
@media(max-width:900px){.stockroom-wide-shot.clean-shot{margin-top:32px;max-width:100%}.product-shot.clean-shot.desktop{max-width:100%}.product-shot.clean-shot.phone{max-width:360px}}
