/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 19:09:40 */
/*
 * Magic Shield Canada — product header offset fix
 * Keeps the first product banner/trust strip below the fixed desktop navigation.
 */
@media (min-width: 1025px) {
  html body.single-product:not(.admin-bar) #content.rey-siteContent {
    padding-top: 84px !important;
  }
}
