/* GRP Express fixing catalogue image correction — scoped to the product-image area */
li.product.post-10708 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-8872 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-11021 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-11022 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-10707 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-8847 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-10705 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-10706 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-8885 .wc-block-components-product-image .gx-sdp-media-alternative {
  display: block !important;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
li.product.post-10708 .wc-block-components-product-image .gx-sdp-media-alternative svg,
li.product.post-8872 .wc-block-components-product-image .gx-sdp-media-alternative svg,
li.product.post-11021 .wc-block-components-product-image .gx-sdp-media-alternative svg,
li.product.post-11022 .wc-block-components-product-image .gx-sdp-media-alternative svg,
li.product.post-10707 .wc-block-components-product-image .gx-sdp-media-alternative svg,
li.product.post-8847 .wc-block-components-product-image .gx-sdp-media-alternative svg,
li.product.post-10705 .wc-block-components-product-image .gx-sdp-media-alternative svg,
li.product.post-10706 .wc-block-components-product-image .gx-sdp-media-alternative svg,
li.product.post-8885 .wc-block-components-product-image .gx-sdp-media-alternative svg {
  opacity: 0;
}
li.product.post-10708 .wc-block-components-product-image .gx-sdp-media-alternative {
  background-image: url(https://grpexpress.co.uk/wp-content/uploads/2026/07/38mm-recess-plate-fixing.png);
}
li.product.post-8872 .wc-block-components-product-image .gx-sdp-media-alternative {
  background-image: url(https://grpexpress.co.uk/wp-content/uploads/2026/07/recess-clip-50mm-2.png);
}
li.product.post-11021 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-11022 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-8885 .wc-block-components-product-image .gx-sdp-media-alternative {
  background-image: url(https://grpexpress.co.uk/wp-content/uploads/2026/07/g-clamp-for-grp.png);
}
li.product.post-10707 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-8847 .wc-block-components-product-image .gx-sdp-media-alternative {
  background-image: url(https://grpexpress.co.uk/wp-content/uploads/2026/07/50mm-grating-clip.png);
}
li.product.post-10705 .wc-block-components-product-image .gx-sdp-media-alternative,
li.product.post-10706 .wc-block-components-product-image .gx-sdp-media-alternative {
  background-image: url(https://grpexpress.co.uk/wp-content/uploads/2026/07/38mm-grating-clip.png);
}

/* 50mm M-clip has no rendered media node in the shop query card. */
li.product.post-8847 .wc-block-components-product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-image: url(https://grpexpress.co.uk/wp-content/uploads/2026/07/50mm-grating-clip.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


/* Performance: show content immediately instead of delaying first paint with the theme fade-in. */
body { animation: none !important; }
