/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 19:52:54 */
/*
 * Magic Shield Canada — full-width Product Finder
 * Keeps the Finder content centered while extending its dark section to both viewport edges.
 */
body.page-id-8005 #ms-product-finder {
  box-sizing: border-box !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
