/* kattenburcht.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;
}

/* --- Kattenburcht palette (warm espresso + terracotta) --- */
:root{
  --tms-primary:#3B2A22; --tms-primary-dark:#2B1E18; --tms-accent:#C9784A;
  --tms-bg:#FBF7F2; --tms-secondary:#F5EDE4; --tms-border:#E8DCD0;
  --p-green:#3B2A22; --p-orange:#D98E3A; --p-peach:#FBF1E7; --p-crumb:#FBF1E7;
  --footer-bg:#2B1E18; --footer-accent:#C9784A; --footer-muted:#D8C9BC;
}
/* warm CTA + cookie bar (override any leftover green) */
:root{ --p-cta:#C9784A; --p-cta-dark:#B0653A; }
.tms-cookie, .cookie-banner, [class*="cookie"]{ background:#2B1E18 !important; }
