www.skguns.com Open in urlscan Pro
2606:4700::6811:916e  Public Scan

Submitted URL: https://espdemo.gatmails.com/inc/rdr.php?r=4070041_2983_85c09170_7499_1004_0
Effective URL: https://www.skguns.com/product/athena/?utm_source=medialodge&utm_medium=email&utm_campaign=gatnewsletterjune24&utm_term...
Submission: On June 25 via manual from US — Scanned from DE

Form analysis 8 forms found in the DOM

GET https://www.skguns.com

<form class="elementor-search-form" action="https://www.skguns.com" method="get">
  <div class="elementor-search-form__container">
    <label class="elementor-screen-only" for="elementor-search-form-c4be2d5">Search</label>
    <input id="elementor-search-form-c4be2d5" placeholder="Search Brands, Models, Customs..." class="elementor-search-form__input" type="search" name="s" value="">
    <button class="elementor-search-form__submit" type="submit" aria-label="Search"> Search </button>
  </div>
</form>

GET https://www.skguns.com

<form class="elementor-search-form" action="https://www.skguns.com" method="get">
  <div class="elementor-search-form__toggle" tabindex="0" role="button">
    <i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span>
  </div>
  <div class="elementor-search-form__container">
    <label class="elementor-screen-only" for="elementor-search-form-64b14d7d">Search</label>
    <input id="elementor-search-form-64b14d7d" placeholder="Search Brands, Models, Customs..." class="elementor-search-form__input" type="search" name="s" value="">
    <div class="dialog-lightbox-close-button dialog-close-button" role="button" tabindex="0">
      <i aria-hidden="true" class="eicon-close"></i> <span class="elementor-screen-only">Close this search box.</span>
    </div>
  </div>
</form>

GET https://www.skguns.com/

<form role="search" method="get" class="woocommerce-product-search" action="https://www.skguns.com/">
  <label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label>
  <input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Search products…" value="" name="s">
  <button type="submit" value="Search" class="">Search</button>
  <input type="hidden" name="post_type" value="product">
</form>

POST https://www.skguns.com/product/athena/

<form class="cart" action="https://www.skguns.com/product/athena/" method="post" enctype="multipart/form-data" id="sticky-scroll">
  <div class="e-atc-qty-button-holder">
    <div class="quantity">
      <label class="screen-reader-text" for="quantity_6679a8a3d9e66">Athena quantity</label>
      <input type="number" id="quantity_6679a8a3d9e66" class="input-text qty text" name="quantity" value="1" aria-label="Product quantity" size="4" min="1" max="38" step="1" placeholder="" inputmode="numeric" autocomplete="off">
    </div>
    <button type="submit" name="add-to-cart" value="81907" class="single_add_to_cart_button elementor-button button alt"> <span class="elementor-button-content-wrapper">
        <span class="elementor-button-text">ADD TO CART</span>
      </span>
    </button>
  </div>
  <script>
    document.addEventListener('DOMContentLoaded', function() {
      document.addEventListener('click', function(event) {
        if (!event.target.matches('.single_add_to_cart_button elementor-button')) {
          return;
        }
        const quantity = document.querySelector('input.qty').value || '1';
        const formProductVariation = document.querySelector('form[data-product_variations]')
        const variationItem = document.querySelector('.variation_id')
        let price = 2800
        if (formProductVariation && variationItem) {
          try {
            const variations = JSON.parse(formProductVariation.dataset.product_variations)
            const variationId = variationItem.value
            for (const variation of variations) {
              if (variation.variation_id == Number(variationId)) {
                price = variation.display_price
              }
            }
          } catch {}
        }
        gtag('event', 'add_to_cart', {
          'items': [{
            'item_id': 'SKC-GOO-ATHENA',
            'item_name': 'Athena',
            'list_name': 'Athena',
            'quantity': quantity,
            'price': price,
            "item_category": "SK Custom Guns"
          }]
        });
      })
    });
  </script>
  <input type="hidden" id="apbct_visible_fields_3" name="apbct_visible_fields" value="eyIwIjp7InZpc2libGVfZmllbGRzIjoicXVhbnRpdHkiLCJ2aXNpYmxlX2ZpZWxkc19jb3VudCI6MSwiaW52aXNpYmxlX2ZpZWxkcyI6IiIsImludmlzaWJsZV9maWVsZHNfY291bnQiOjB9fQ==">
</form>

POST https://www.skguns.com/product/athena/

<form class="cart" action="https://www.skguns.com/product/athena/" method="post" enctype="multipart/form-data">
  <div class="e-atc-qty-button-holder">
    <div class="quantity">
      <label class="screen-reader-text" for="quantity_6679a8a3dd44e">Athena quantity</label>
      <input type="number" id="quantity_6679a8a3dd44e" class="input-text qty text" name="quantity" value="1" aria-label="Product quantity" size="4" min="1" max="38" step="1" placeholder="" inputmode="numeric" autocomplete="off">
    </div>
    <button type="submit" name="add-to-cart" value="81907" class="single_add_to_cart_button elementor-button button alt"> <span class="elementor-button-content-wrapper">
        <span class="elementor-button-text">ADD TO CART</span>
      </span>
    </button>
  </div>
  <script>
    document.addEventListener('DOMContentLoaded', function() {
      document.addEventListener('click', function(event) {
        if (!event.target.matches('.single_add_to_cart_button elementor-button')) {
          return;
        }
        const quantity = document.querySelector('input.qty').value || '1';
        const formProductVariation = document.querySelector('form[data-product_variations]')
        const variationItem = document.querySelector('.variation_id')
        let price = 2800
        if (formProductVariation && variationItem) {
          try {
            const variations = JSON.parse(formProductVariation.dataset.product_variations)
            const variationId = variationItem.value
            for (const variation of variations) {
              if (variation.variation_id == Number(variationId)) {
                price = variation.display_price
              }
            }
          } catch {}
        }
        gtag('event', 'add_to_cart', {
          'items': [{
            'item_id': 'SKC-GOO-ATHENA',
            'item_name': 'Athena',
            'list_name': 'Athena',
            'quantity': quantity,
            'price': price,
            "item_category": "SK Custom Guns"
          }]
        });
      })
    });
  </script>
  <input type="hidden" id="apbct_visible_fields_4" name="apbct_visible_fields" value="eyIwIjp7InZpc2libGVfZmllbGRzIjoicXVhbnRpdHkiLCJ2aXNpYmxlX2ZpZWxkc19jb3VudCI6MSwiaW52aXNpYmxlX2ZpZWxkcyI6IiIsImludmlzaWJsZV9maWVsZHNfY291bnQiOjB9fQ==">
</form>

POST https://www.skguns.com/product/athena/

<form class="cart" action="https://www.skguns.com/product/athena/" method="post" enctype="multipart/form-data">
  <div class="e-atc-qty-button-holder">
    <div class="quantity">
      <label class="screen-reader-text" for="quantity_6679a8a3dfb19">Athena quantity</label>
      <input type="number" id="quantity_6679a8a3dfb19" class="input-text qty text" name="quantity" value="1" aria-label="Product quantity" size="4" min="1" max="38" step="1" placeholder="" inputmode="numeric" autocomplete="off">
    </div>
    <button type="submit" name="add-to-cart" value="81907" class="single_add_to_cart_button elementor-button button alt"> <span class="elementor-button-content-wrapper">
        <span class="elementor-button-text">ADD TO CART</span>
      </span>
    </button>
  </div>
  <script>
    document.addEventListener('DOMContentLoaded', function() {
      document.addEventListener('click', function(event) {
        if (!event.target.matches('.single_add_to_cart_button elementor-button')) {
          return;
        }
        const quantity = document.querySelector('input.qty').value || '1';
        const formProductVariation = document.querySelector('form[data-product_variations]')
        const variationItem = document.querySelector('.variation_id')
        let price = 2800
        if (formProductVariation && variationItem) {
          try {
            const variations = JSON.parse(formProductVariation.dataset.product_variations)
            const variationId = variationItem.value
            for (const variation of variations) {
              if (variation.variation_id == Number(variationId)) {
                price = variation.display_price
              }
            }
          } catch {}
        }
        gtag('event', 'add_to_cart', {
          'items': [{
            'item_id': 'SKC-GOO-ATHENA',
            'item_name': 'Athena',
            'list_name': 'Athena',
            'quantity': quantity,
            'price': price,
            "item_category": "SK Custom Guns"
          }]
        });
      })
    });
  </script>
  <input type="hidden" id="apbct_visible_fields_5" name="apbct_visible_fields" value="eyIwIjp7InZpc2libGVfZmllbGRzIjoicXVhbnRpdHkiLCJ2aXNpYmxlX2ZpZWxkc19jb3VudCI6MSwiaW52aXNpYmxlX2ZpZWxkcyI6IiIsImludmlzaWJsZV9maWVsZHNfY291bnQiOjB9fQ==">
</form>

POST https://www.skguns.com/wp-comments-post.php

<form action="https://www.skguns.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate="">
  <p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p>
  <div class="comment-form-rating"><label for="rating">Your rating&nbsp;<span class="required">*</span></label>
    <p class="stars"> <span> <a class="star-1" href="#">1</a> <a class="star-2" href="#">2</a> <a class="star-3" href="#">3</a> <a class="star-4" href="#">4</a> <a class="star-5" href="#">5</a> </span> </p><select name="rating" id="rating"
      required="" style="display: none;">
      <option value="">Rate…</option>
      <option value="5">Perfect</option>
      <option value="4">Good</option>
      <option value="3">Average</option>
      <option value="2">Not that bad</option>
      <option value="1">Very poor</option>
    </select>
  </div>
  <p class="comment-form-comment"><label for="comment">Your review&nbsp;<span class="required">*</span></label><textarea id="comment" name="comment" cols="45" rows="8" required=""></textarea></p>
  <p class="comment-form-author"><label for="author">Name&nbsp;<span class="required">*</span></label><input id="author" name="author" type="text" value="" size="30" required=""></p>
  <p class="comment-form-email"><label for="email">Email&nbsp;<span class="required">*</span></label><input id="email" name="email" type="email" value="" size="30" required=""></p>
  <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Submit"> <input type="hidden" name="comment_post_ID" value="81907" id="comment_post_ID">
    <input type="hidden" name="comment_parent" id="comment_parent" value="0">
  </p><input type="hidden" id="apbct_visible_fields_6" name="apbct_visible_fields"
    value="eyIwIjp7InZpc2libGVfZmllbGRzIjoiY29tbWVudCBhdXRob3IgZW1haWwiLCJ2aXNpYmxlX2ZpZWxkc19jb3VudCI6MywiaW52aXNpYmxlX2ZpZWxkcyI6InJhdGluZyBjb21tZW50X3Bvc3RfSUQgY29tbWVudF9wYXJlbnQiLCJpbnZpc2libGVfZmllbGRzX2NvdW50IjozfX0=">
</form>

POST https://app.remarkety.com/public/subscribers/createcontact/

<form action="https://app.remarkety.com/public/subscribers/createcontact/" method="post">
  <input type="hidden" name="store_id" value="em9PKbXP">
  <input type="hidden" name="form_id" value="Wx4AwXdr">
  <input type="hidden" name="double_optin" value="0">
  <input type="hidden" name="tag_1" value="remarkety_newsletter-footer">
  <input type="hidden" name="tag_2" value="Email Subscribers">
  <div><input style="border-radius: 0;" type="text" name="email" placeholder="ENTER EMAIL"></div>
  <div><button style="background-color:#B32634;width: 100%; margin-top: 10px; color: #fff;" type="submit" value="Submit">JOIN</button></div>
  <input type="hidden" id="apbct_visible_fields_7" name="apbct_visible_fields"
    value="eyIwIjp7InZpc2libGVfZmllbGRzIjoiZW1haWwiLCJ2aXNpYmxlX2ZpZWxkc19jb3VudCI6MSwiaW52aXNpYmxlX2ZpZWxkcyI6InN0b3JlX2lkIGZvcm1faWQgZG91YmxlX29wdGluIHRhZ18xIHRhZ18yIiwiaW52aXNpYmxlX2ZpZWxkc19jb3VudCI6NX19">
</form>

Text Content

Skip to navigation Skip to content
Your Cart
No products in the cart.
Search Search
 * Gallery
 * Blog
 * Press
 * Financing

Menu
 * Gallery
 * Blog
 * Press
 * Financing

Instagram Facebook
 * SK CUSTOMS
   * Commemoratives
     * 240th Anniversary Purple Heart Commemorative
     * NWTF 50th Anniversary
     * Lady of Guadalupe
   * Dreamcatcher
   * The Haka
     * Blued
     * Stainless
   * The Mana
     * Blued
     * Stainless
   * Gods Of Olympus
     * Athena
     * Ares
     * Poseidon
     * Zeus
   * Mexican War Of Independence
     * Premier Presidente – Guadalupe Victoria
     * The Emperor
     * Morelos
   * The Lost States Of America
     * The Lost State of Transylvania – Daniel Boone
     * The Lost State of Franklin – John Sevier
     * The Lost State Of Jacinto – Sam Houston
   * La Revolucion
     * Pascual Orozco
     * Venustiano Carranza Primer Jefe
     * Pancho Villa Centenario
   * The Untamed
     * Luchando Tigre
     * Untamed Alacrán
     * Untamed Anaconda
   * Gods Of Egypt
     * Anubis
   * Early Italian Renaissance
     * Gold Series
     * Michalangelo
     * Da Vinci
     * Andrew del Sarto
     * Raphael
 * SK BESPOKE COLLECTION
 * SK GUNS
   * Arsenal Firearms
   * Browning
   * CZ-USA
   * Chiappa Firearms
   * Colt
   * Cosaint Arms
   * Dan Wesson
   * FN America
   * Glock
   * Kimber Manufacturing
   * Nighthawk Customs
   * Phoenix Trinity
   * Savage Arms
   * Sig Sauer
   * Smith & Wesson
   * Springfield
   * Stacatto
   * Walther Arms
 * AVAILABLE NOW
 * GUNBROKER.COM
 * ABOUT US
 * SK GIVES BACK
   
 * SALE

Menu
 * SK CUSTOMS
   * Commemoratives
     * 240th Anniversary Purple Heart Commemorative
     * NWTF 50th Anniversary
     * Lady of Guadalupe
   * Dreamcatcher
   * The Haka
     * Blued
     * Stainless
   * The Mana
     * Blued
     * Stainless
   * Gods Of Olympus
     * Athena
     * Ares
     * Poseidon
     * Zeus
   * Mexican War Of Independence
     * Premier Presidente – Guadalupe Victoria
     * The Emperor
     * Morelos
   * The Lost States Of America
     * The Lost State of Transylvania – Daniel Boone
     * The Lost State of Franklin – John Sevier
     * The Lost State Of Jacinto – Sam Houston
   * La Revolucion
     * Pascual Orozco
     * Venustiano Carranza Primer Jefe
     * Pancho Villa Centenario
   * The Untamed
     * Luchando Tigre
     * Untamed Alacrán
     * Untamed Anaconda
   * Gods Of Egypt
     * Anubis
   * Early Italian Renaissance
     * Gold Series
     * Michalangelo
     * Da Vinci
     * Andrew del Sarto
     * Raphael
 * SK BESPOKE COLLECTION
 * SK GUNS
   * Arsenal Firearms
   * Browning
   * CZ-USA
   * Chiappa Firearms
   * Colt
   * Cosaint Arms
   * Dan Wesson
   * FN America
   * Glock
   * Kimber Manufacturing
   * Nighthawk Customs
   * Phoenix Trinity
   * Savage Arms
   * Sig Sauer
   * Smith & Wesson
   * Springfield
   * Stacatto
   * Walther Arms
 * AVAILABLE NOW
 * GUNBROKER.COM
 * ABOUT US
 * SK GIVES BACK
   
 * SALE

 * CONTACT US


No products in the cart.
$0.00 0 Cart
Instagram Facebook
Search
Search
Close this search box.
 * SK CUSTOMS
   * Commemoratives
     * 240th Anniversary Purple Heart Commemorative
     * NWTF 50th Anniversary
     * Lady of Guadalupe
   * Dreamcatcher
   * The Haka
     * Blued
     * Stainless
   * The Mana
     * Blued
     * Stainless
   * Gods Of Olympus
     * Athena
     * Ares
     * Poseidon
     * Zeus
   * Mexican War Of Independence
     * Premier Presidente – Guadalupe Victoria
     * The Emperor
     * Morelos
   * The Lost States Of America
     * The Lost State of Transylvania – Daniel Boone
     * The Lost State of Franklin – John Sevier
     * The Lost State Of Jacinto – Sam Houston
   * La Revolucion
     * Pascual Orozco
     * Venustiano Carranza Primer Jefe
     * Pancho Villa Centenario
   * The Untamed
     * Luchando Tigre
     * Untamed Alacrán
     * Untamed Anaconda
   * Gods Of Egypt
     * Anubis
   * Early Italian Renaissance
     * Gold Series
     * Michalangelo
     * Da Vinci
     * Andrew del Sarto
     * Raphael
 * SK BESPOKE COLLECTION
 * SK GUNS
   * Arsenal Firearms
   * Browning
   * CZ-USA
   * Chiappa Firearms
   * Colt
   * Cosaint Arms
   * Dan Wesson
   * FN America
   * Glock
   * Kimber Manufacturing
   * Nighthawk Customs
   * Phoenix Trinity
   * Savage Arms
   * Sig Sauer
   * Smith & Wesson
   * Springfield
   * Stacatto
   * Walther Arms
 * AVAILABLE NOW
 * GUNBROKER.COM
 * ABOUT US
 * SK GIVES BACK
   
 * SALE

Menu
 * SK CUSTOMS
   * Commemoratives
     * 240th Anniversary Purple Heart Commemorative
     * NWTF 50th Anniversary
     * Lady of Guadalupe
   * Dreamcatcher
   * The Haka
     * Blued
     * Stainless
   * The Mana
     * Blued
     * Stainless
   * Gods Of Olympus
     * Athena
     * Ares
     * Poseidon
     * Zeus
   * Mexican War Of Independence
     * Premier Presidente – Guadalupe Victoria
     * The Emperor
     * Morelos
   * The Lost States Of America
     * The Lost State of Transylvania – Daniel Boone
     * The Lost State of Franklin – John Sevier
     * The Lost State Of Jacinto – Sam Houston
   * La Revolucion
     * Pascual Orozco
     * Venustiano Carranza Primer Jefe
     * Pancho Villa Centenario
   * The Untamed
     * Luchando Tigre
     * Untamed Alacrán
     * Untamed Anaconda
   * Gods Of Egypt
     * Anubis
   * Early Italian Renaissance
     * Gold Series
     * Michalangelo
     * Da Vinci
     * Andrew del Sarto
     * Raphael
 * SK BESPOKE COLLECTION
 * SK GUNS
   * Arsenal Firearms
   * Browning
   * CZ-USA
   * Chiappa Firearms
   * Colt
   * Cosaint Arms
   * Dan Wesson
   * FN America
   * Glock
   * Kimber Manufacturing
   * Nighthawk Customs
   * Phoenix Trinity
   * Savage Arms
   * Sig Sauer
   * Smith & Wesson
   * Springfield
   * Stacatto
   * Walther Arms
 * AVAILABLE NOW
 * GUNBROKER.COM
 * ABOUT US
 * SK GIVES BACK
   
 * SALE

 * SK CUSTOMS
   * Commemoratives
     * 240th Anniversary Purple Heart Commemorative
     * NWTF 50th Anniversary
     * Lady of Guadalupe
   * Dreamcatcher
   * The Haka
     * Blued
     * Stainless
   * The Mana
     * Blued
     * Stainless
   * Gods Of Olympus
     * Athena
     * Ares
     * Poseidon
     * Zeus
   * Mexican War Of Independence
     * Premier Presidente – Guadalupe Victoria
     * The Emperor
     * Morelos
   * The Lost States Of America
     * The Lost State of Transylvania – Daniel Boone
     * The Lost State of Franklin – John Sevier
     * The Lost State Of Jacinto – Sam Houston
   * La Revolucion
     * Pascual Orozco
     * Venustiano Carranza Primer Jefe
     * Pancho Villa Centenario
   * The Untamed
     * Luchando Tigre
     * Untamed Alacrán
     * Untamed Anaconda
   * Gods Of Egypt
     * Anubis
   * Early Italian Renaissance
     * Gold Series
     * Michalangelo
     * Da Vinci
     * Andrew del Sarto
     * Raphael
 * SK BESPOKE COLLECTION
 * SK GUNS
   * Arsenal Firearms
   * Browning
   * CZ-USA
   * Chiappa Firearms
   * Colt
   * Cosaint Arms
   * Dan Wesson
   * FN America
   * Glock
   * Kimber Manufacturing
   * Nighthawk Customs
   * Phoenix Trinity
   * Savage Arms
   * Sig Sauer
   * Smith & Wesson
   * Springfield
   * Stacatto
   * Walther Arms
 * AVAILABLE NOW
 * GUNBROKER.COM
 * ABOUT US
 * SK GIVES BACK
   
 * SALE

Menu
 * SK CUSTOMS
   * Commemoratives
     * 240th Anniversary Purple Heart Commemorative
     * NWTF 50th Anniversary
     * Lady of Guadalupe
   * Dreamcatcher
   * The Haka
     * Blued
     * Stainless
   * The Mana
     * Blued
     * Stainless
   * Gods Of Olympus
     * Athena
     * Ares
     * Poseidon
     * Zeus
   * Mexican War Of Independence
     * Premier Presidente – Guadalupe Victoria
     * The Emperor
     * Morelos
   * The Lost States Of America
     * The Lost State of Transylvania – Daniel Boone
     * The Lost State of Franklin – John Sevier
     * The Lost State Of Jacinto – Sam Houston
   * La Revolucion
     * Pascual Orozco
     * Venustiano Carranza Primer Jefe
     * Pancho Villa Centenario
   * The Untamed
     * Luchando Tigre
     * Untamed Alacrán
     * Untamed Anaconda
   * Gods Of Egypt
     * Anubis
   * Early Italian Renaissance
     * Gold Series
     * Michalangelo
     * Da Vinci
     * Andrew del Sarto
     * Raphael
 * SK BESPOKE COLLECTION
 * SK GUNS
   * Arsenal Firearms
   * Browning
   * CZ-USA
   * Chiappa Firearms
   * Colt
   * Cosaint Arms
   * Dan Wesson
   * FN America
   * Glock
   * Kimber Manufacturing
   * Nighthawk Customs
   * Phoenix Trinity
   * Savage Arms
   * Sig Sauer
   * Smith & Wesson
   * Springfield
   * Stacatto
   * Walther Arms
 * AVAILABLE NOW
 * GUNBROKER.COM
 * ABOUT US
 * SK GIVES BACK
   
 * SALE


CONTACT US


No products in the cart.
$0.00 0 Cart
 * SK CUSTOMS
   * Commemoratives
     * 240th Anniversary Purple Heart Commemorative
     * NWTF 50th Anniversary
     * Lady of Guadalupe
   * Dreamcatcher
   * The Haka
     * Blued
     * Stainless
   * The Mana
     * Blued
     * Stainless
   * Gods Of Olympus
     * Athena
     * Ares
     * Poseidon
     * Zeus
   * Mexican War Of Independence
     * Premier Presidente – Guadalupe Victoria
     * The Emperor
     * Morelos
   * The Lost States Of America
     * The Lost State of Transylvania – Daniel Boone
     * The Lost State of Franklin – John Sevier
     * The Lost State Of Jacinto – Sam Houston
   * La Revolucion
     * Pascual Orozco
     * Venustiano Carranza Primer Jefe
     * Pancho Villa Centenario
   * The Untamed
     * Luchando Tigre
     * Untamed Alacrán
     * Untamed Anaconda
   * Gods Of Egypt
     * Anubis
   * Early Italian Renaissance
     * Gold Series
     * Michalangelo
     * Da Vinci
     * Andrew del Sarto
     * Raphael
 * SK BESPOKE COLLECTION
 * SK GUNS
   * Arsenal Firearms
   * Browning
   * CZ-USA
   * Chiappa Firearms
   * Colt
   * Cosaint Arms
   * Dan Wesson
   * FN America
   * Glock
   * Kimber Manufacturing
   * Nighthawk Customs
   * Phoenix Trinity
   * Savage Arms
   * Sig Sauer
   * Smith & Wesson
   * Springfield
   * Stacatto
   * Walther Arms
 * AVAILABLE NOW
 * GUNBROKER.COM
 * ABOUT US
 * SK GIVES BACK
   
 * SALE

Menu
 * SK CUSTOMS
   * Commemoratives
     * 240th Anniversary Purple Heart Commemorative
     * NWTF 50th Anniversary
     * Lady of Guadalupe
   * Dreamcatcher
   * The Haka
     * Blued
     * Stainless
   * The Mana
     * Blued
     * Stainless
   * Gods Of Olympus
     * Athena
     * Ares
     * Poseidon
     * Zeus
   * Mexican War Of Independence
     * Premier Presidente – Guadalupe Victoria
     * The Emperor
     * Morelos
   * The Lost States Of America
     * The Lost State of Transylvania – Daniel Boone
     * The Lost State of Franklin – John Sevier
     * The Lost State Of Jacinto – Sam Houston
   * La Revolucion
     * Pascual Orozco
     * Venustiano Carranza Primer Jefe
     * Pancho Villa Centenario
   * The Untamed
     * Luchando Tigre
     * Untamed Alacrán
     * Untamed Anaconda
   * Gods Of Egypt
     * Anubis
   * Early Italian Renaissance
     * Gold Series
     * Michalangelo
     * Da Vinci
     * Andrew del Sarto
     * Raphael
 * SK BESPOKE COLLECTION
 * SK GUNS
   * Arsenal Firearms
   * Browning
   * CZ-USA
   * Chiappa Firearms
   * Colt
   * Cosaint Arms
   * Dan Wesson
   * FN America
   * Glock
   * Kimber Manufacturing
   * Nighthawk Customs
   * Phoenix Trinity
   * Savage Arms
   * Sig Sauer
   * Smith & Wesson
   * Springfield
   * Stacatto
   * Walther Arms
 * AVAILABLE NOW
 * GUNBROKER.COM
 * ABOUT US
 * SK GIVES BACK
   
 * SALE


CONTACT US


No products in the cart.
$0.00 0 Cart

Search for: Search


Our Headquarters and Distribution Center is moving to Florida from June 20th to
July 1st. Please excuse any delayed replies as we transition from Virginia. Our
factory is still manufacturing all production limited editions. Once we are up
and running from after the July 4th holiday we will begin shipping from our new
location. As always the best way to contact us is via email info@skguns.com.

Home / SK Custom Guns / Athena


SK Customs presents “Athena,” the fourth creation in the Gods of Olympus
engraver series. As a guaranteed collector’s item, this limited-edition
production of only 200 engraver model Smith & Wesson’s were built for SK Customs
on a Full Size 1911 chambered in 45 ACP.

Athena, a member of the twelve Olympians and the Greek goddess of wisdom, war
and reason, was known for her handicraft. Daughter to Zeus, Athena was regarded
as the patron and protectress of various cities across Greece, particularly the
city of Athens, from which she received her name. 


The Parthenon on the Acropolis of Athens, which is symbolized by owls, olive
trees and snakes, all having connotation to her existence, is dedicated to her.
Using a proprietary, highly reflective conversion technique on the firearm, SK
Customs brings out multi-tones of beautiful reflective colors exposed from the
steel. Using 24K gold to highlight the attributes of Athena and an emerald front
sight set this limited edition apart.

$2,800.00

Athena quantity
ADD TO CART


SHIPPING FROM SEPT 2024

The serrations are deeply etched to symbolize her spear and entwined with one of
her symbols associated with death and destruction, the snake. After competing
with Poseidon, and gaining possession of Athens, Athena planted the first olive
tree which is reflected on top of the slide with exposed roots and rising sun.
The slide flats symbolize Athena’s dominances with war, her connection with owls
and shield with Medusa’s head to enforce her power of victory in warfare.

$2,800.00

Athena quantity
ADD TO CART


SHIPPING FROM SEPT 2024



The grips are made of Kirinite® and have been engraved and black filled with the
Greek Key border, featuring Athena and one of her owls taking flight. The left
side of the gun highlights Athena at Mount Olympus with a battle below. Each
collector of Athena will receive a special issued commemorative 1-oz high relief
silver coin that features the marks of the Bank of Greece in Athens, the year of
production, and a depiction of Goddess Athena in battle with her symbols. Each
coin comes in a protective case, which is set inside an elegant black velvet
coin box stamped in silver with the “Gods of Olympus- Athena.”

$2,800.00

Athena quantity
ADD TO CART


SHIPPING FROM SEPT 2024


 * Reviews 2


2 REVIEWS FOR ATHENA

 1. Rated 5 out of 5
    
    Tom B – June 13, 2024
    
    three letters, one word WOW!! this is spectacular!

    
 2. Rated 5 out of 5
    
    Bob Sudds – June 18, 2024
    
    I think I just found my Granddaughter’s 21st birthday gift. A gun named for
    her…

    

Add a review Cancel reply

Your email address will not be published. Required fields are marked *

Your rating *

1 2 3 4 5

Rate… Perfect Good Average Not that bad Very poor

Your review *

Name *

Email *






OUR PARTNERS

Previous
Next


STAY TUNED FOR OUR NEXT


LIMITED-EDITION FIREARM

Don’t miss your chance to own one of the industries finest firearms
led by the industries finest Master Engravers and Master Gunsmiths.
JOIN


CONTACT US:

 * INFO@SKGUNS.COM
 * TOLL FREE: 844-4-SK-GUNS
 * (475-4867)

Instagram Facebook
 * SK CUSTOMS
 * SK GUNS
 * GUN BROKER
 * DEALER SIGN UP
 * ABOUT US

 * MY ACCOUNT
 * GALLERY
 * BLOG
 * PRESS
 * SALE
 * CREDOVA FINANCING

 * TERMS OF SERVICE
 * PRIVACY POLICY
 * REFUNDS & CANCELLATIONS
 * WARRANTY & REPAIRS
 * SHIPPING INSURANCE POLICY