/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 247:2 Unexpected "<"

**/
<body>
 <meta charset="UTF-8">
  <title>Why Vikings Prefer Axes rather than swords</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background-color: #f7f7f7;
      margin: 0;
      padding: 20px;
    }

    html {
      scroll-behavior: smooth;
    }

    .container {
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
    }

    h1 {
      font-size: 28px;
      margin-bottom: 0;
    }

    .reviewer {
      font-size: 14px;
      color: #555;
      margin-top: 5px;
      margin-bottom: 15px;
    }

    .reviewer span {
      font-weight: bold;
    }

    .download {
      margin: 15px 0;
      text-align: right;
    }

    .download a:hover,
    .download a:focus {
      background-color: #333;
    }

    .content {
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }

    .section {
      background-color: #ffffff;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .intro-black {
      color: #000;
      font-size: 0.8em;
      font-weight: bold;
      margin: 5px 25px;
      text-align: left;
    }

    .page-title {
      font-size: 2.2em;
      text-align: left;
      color: #222;
      margin: 0 25px 10px;
    }

    /* Restore all lazyloaded blog images */
    img.lazyautosizes:not(.thumbnail-only) {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }

    /* Hide only the thumbnail */
    .thumbnail-only {
      display: none !important;
    }

    .intro-summary {
      background-color: #f9f9f9;
      padding: 15px 25px;
      border-radius: 5px;
      margin: 10px 25px 20px;
      font-size: 1.2em;
    }

    .step-header {
      display: flex;
      align-items: center;
      background-color: #ffffff;
      padding: 0px 20px;
      margin-top: 0;
      justify-content: space-between;
      gap: 20px;
    }

    .step-number {
      background-color: #222;
      color: white;
      font-weight: bold;
      padding: 12px 23px;
      font-size: 1.4em;
      border-radius: 4px;
    }

    .step-heading {
      font-size: 22px;
      font-weight: bold;
      color: #222;
      margin: 0;
      flex: 1;
    }

    .buy-link {
      white-space: nowrap;
      color: black;
      text-decoration: none;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 14px;
      transition: background-color 0.3s ease;
    }

    .buy-link:hover {
      background-color: #000;
      color: #fff;
    }

    .image-box {
      position: relative;
    }

    .image-box img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0px;
    }

    .image-caption {
      position: absolute;
      bottom: 0px;
      right: 0px;
      background-color: #000;
      color: #fff;
      padding: 2px 16px;
      font-size: 0.95em;
      opacity: 0.6;
      clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .text-wrapper {
      padding: 20px 25px;
      margin: 0;
    }

    p {
      font-size: 1.2em;
      line-height: 1.6;
      color: #555;
      text-align: left;
      margin: 0;
    }

    .tip-box {
      background-color: #f9f9f9;
      border-left: 6px solid #000;
      padding: 10px 20px;
      margin: 20px 0;
      font-size: 1.1em;
      color: #333;
    }

    .blog-post ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .blog-post li {
      display: flex;
      align-items: flex-start;
      font-size: 1.2em;
      line-height: 1.6;
      color: #444;
      margin-bottom: 0px;
      padding-left: 40px;
      position: relative;
    }

    .blog-post li::before {
      content: "✔";
      color: #000;
      font-weight: bold;
      position: absolute;
      left: 20px;
      top: 0;
      line-height: 1.3;
    }

    .toc {
      background-color: #fff;
      margin: 15px 25px;
      padding: 15px 20px;
      border-left: 4px solid #000;
      border-radius: 4px;
      font-size: 1.1em;
    }

    .toc ul {
      list-style: none;
      padding-left: 0;
    }

    .toc li {
      margin-bottom: 5px;
    }

    .toc a {
      color: #555;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .toc a:hover,
    .toc a:active,
    .toc a:focus {
      color: #000;
      text-decoration: underline;
    }
  </style>
  <script type="text/javascript">
    document.addEventListener("DOMContentLoaded", function () {
      var thumbnail = document.querySelector('.lazyautosizes.thumbnail-only');
      if (thumbnail) {
        thumbnail.style.display = 'none';
      }
    });
  </script>
