<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --navigation-drawer-width: 20em;
}

h1,
h2,
h1.title,
h2.title,
h3.title,
h4.title,
h5.title {
  font-family: var(--header-font);
  font-weight: 400;
  line-height: 49px;
}

p {
  font-family: var(--body-font);
}

*[hidden] {
  display: none !important;
}

main {
  .content-main {
    margin: 0 20px;
    margin-top: 20px;
  }

  .content-wrapper-full {
    overflow: hidden;
    background: #ededed;
    margin-bottom: 0;

    .content-main-full {
      box-sizing: border-box;
      padding: 40px 20px;
      margin: 0 auto;

      h1,
      h2,
      h3,
      h4 {
        text-transform: uppercase;
      }

      h2 {
        font-size: 200%;
      }
    }
  }

  .content-wrapper-full:nth-child(even) {
    background-color: var(--accent-2);
  }

  .content-centered {
    text-align: center;
  }
}

a.cb-icon-cart:after {
  content: attr(data-cart);
  background-color: var(--tertiary);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  text-align: center;
  font-size: 22px;
  padding: 0;
  line-height: 20px;
}

a.button {
  margin-top: 40px;
  padding: 15px 20px;
  background: var(--primary);
  transition: background-color linear 150ms;
  color: var(--accent-2);
  text-decoration: none;
  box-shadow: #d6d6d6 3px 3px;
  display: inline-block;

  i {
    padding-right: 8px;
  }
}

a.button:hover {
  background: #000;
}


#footer-main .trust {
  text-align: center;
}

#footer-main .trust .lifetime-warranty-logo {
  max-width: 227px;
}

.tile-tool-links {
  height: fit-content;
  margin-top: auto;
  margin-block-end: auto;
}

ul.social-links {
  overflow: hidden;

  li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;

    a {
      display: block;
      margin-right: 10px;

      i {
        font-size: 300%;
      }
    }
  }
}

#shop-categories {
  .cb-icon-chevron-right,
  .cb-icon-chevron-left {
    font-size: 150%;
    margin-top: -8px;
  }

  .cb-icon-chevron-right {
    float: right;
    margin-right: 50px;
  }

  .cb-icon-plus {
    font-size: 80%;
    margin-top: -6px;
  }

  .menu-back a {
    color: var(--primary);
  }
}

#top-links {
  li {
    a {
      background: #1f1f1f;
      font-size: 0.9375em;
      color: #999;
      border: none;
      font-family: var(--top-font);
      padding: 10px 20px;
    }
  }

  .sale {
    color: var(--sale-2);
  }
}

a.title {
  text-decoration: none;
}

.slider-container {
  min-height: 177px;
  position: relative;
  overflow: hidden;

  .slider {
    transition: margin-left ease-in-out 750ms;

    .slide {
      float: left;

      img {
        height: calc(100vw / 2.08);
        width: auto;
      }
    }
  }

  .slider.dragging {
    transition: margin-left 0s;
  }

  .slider-nav {
    display: none;
  }

  .slider-select {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: nowrap;
    align-items: flex-end;

    a {
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 6px;

      span {
        margin-top: 22px;
        display: block;
        width: 100%;
        height: 3px;
        background: var(--accent-2);
        transition: background-color 500ms;
        box-shadow: 0 1px rgba(31, 31, 31, 0.8);
      }
    }

    a.active span {
      background: var(--primary);
    }
  }
}

.block-title,
.block-sub-title {
  font-family: var(--header-font);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.block-title {
  position: relative;
  margin: 0.67em 0;
  font-size: 1.5em;

  span {
    line-height: 49px;
    margin-top: 40px;
    display: inline-block;
  }
}

.block-sub-title {
  font-size: 30px;
  font-weight: 400;
}

.block-title:before,
.block-title:after {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.block-title:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #999;
  top: 15px;
}

.block-title:after {
  color: #999;
  font-size: 26px;
  line-height: 39px;
  padding: 0 1px;
  background: var(--accent-2);
  font-weight: 400;
}

.front-page-categories {
  .cb-logo-circle {
    display: none;
  }

  a {
    position: relative;
    display: block;

    div {
      position: absolute;
      display: flex;
      width: 100%;
      height: 100%;
      align-content: center;
      justify-content: center;
      align-items: center;

      span {
        z-index: 1;
        position: relative;
        margin: auto 10%;
        display: block;
        text-align: center;
        font-family: var(--header-font);
        color: var(--accent-2);
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 44px;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: 2px 2px rgba(31, 31, 31, 0.8);
      }

      span:before {
        content: '';
        display: block;
        width: 55px;
        height: 0;
        margin: 0 auto 10px auto;
        border-top: var(--primary) 2px solid;
        box-shadow: 0 1px rgba(31, 31, 31, 0.8);
      }

      h3 {
        z-index: 1;
        position: relative;
        margin: auto 10%;
        display: block;
        text-align: center;
        font-family: var(--header-font);
        color: var(--accent-2);
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 44px;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: 2px 2px rgba(31, 31, 31, 0.8);
      }

      h3:before {
        content: '';
        display: block;
        width: 55px;
        height: 0;
        margin: 0 auto 10px auto;
        border-top: var(--primary) 2px solid;
        box-shadow: 0 1px rgba(31, 31, 31, 0.8);
      }
    }

    picture {
      img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        transition: 0.3s ease;
        width: 100%;
        height: auto;
      }
    }
  }
}

.front-page-popular-firearms {
  a {
    position: relative;
    display: block;
    padding: 20px;

    picture {
      img {
        transition: 0.3s ease;
        width: 100%;
        height: auto;
      }
    }
  }
}

.product-slider {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;

  .product-slide {
    a {
      width: 152px;
      margin-bottom: 20px;
      display: block;
      text-decoration: none !important;
      text-align: center;

      img {
        max-width: 60%;
        height: auto;
      }

      .title {
        font-size: 1em;
        font-weight: bold;
        display: block;
        color: #1f1f1f;
      }

      .price-container {
        font-size: 0.75em;
        color: #1f1f1f;

        .price-label {
          color: #9b9b9b;
        }

        .price {
          font-size: 120%;
          padding: 5px;
          font-weight: bold;
        }
      }
    }
  }
}

.drop {
  padding-top: 10px;
}

.marketing-content {
  margin-top: 80px;
}

.page-video {
  color: var(--accent-2);
  text-shadow: 1px 1px #000;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;

  .content-main-full {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;

    .video {
      picture img,
      iframe {
        width: 100%;
      }

      picture img {
        height: auto;
      }
    }
  }
}

.content-main-full {
  padding: 60px;
}

.content-main-half {
  padding: 60px;
}

.sezzle-checkout-modal-hidden
.sezzle-modal
.sezzle-modal-content
.sezzle-header {
  position: relative;
  margin-bottom: 50px;
}

.banner-redirect-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-link {
  font-size: 140%;
}

.rich-text {
  &amp; a {
    text-decoration: underline;

    &amp;:hover {
      color: var(--primary);
    }
  }

  &amp; ul {
    list-style-type: disc;
    margin-left: 20px;
  }

  &amp; p {
    margin-bottom: 10px;
  }
}</pre></body></html>