/* loungeleven.nl — storefront overrides
   Loaded after the hashed bundle stylesheet, so rules here win without touching a
   cache-busted build asset.

   2026-07-23: remove the "Bekijk foto's" tile from the PDP thumbnail strip.
   The button lives inside the minified SPA bundle (products._id-*.js); hiding it here
   avoids surgery on minified JS and is a one-line revert. The remaining thumbnails
   reflow on their own — the strip is a flex row. */
.pdp-thumbs .pdp-ar-tile,
button.pdp-ar-tile {
  display: none !important;
}
