.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-9aea623f-f9bc-4ee4-8951-053e6b92fcf7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9aea623f-f9bc-4ee4-8951-053e6b92fcf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aea623f-f9bc-4ee4-8951-053e6b92fcf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3e3a9bd-bec9-4a78-8a07-d66bc39f2f62 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-af0c4992-2a06-4f6b-996b-d8216e8c81b4 {
  min-height: 50px;
}

#s-af0c4992-2a06-4f6b-996b-d8216e8c81b4 {
  background-image: url();
}








#s-af0c4992-2a06-4f6b-996b-d8216e8c81b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af0c4992-2a06-4f6b-996b-d8216e8c81b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d65c4699-0f10-4000-bd15-deb3671987f5 {
  margin-top: -9px;
margin-bottom: -9px;
text-align: left;
background-color: rgba(60, 60, 59, 1);
}

#s-38d2e897-58e3-47bc-ba8a-fa9f4e25055d {
  margin-top: -11px;
margin-bottom: -11px;
min-height: 10px;
background-color: rgba(255, 255, 255, 1);
}








#s-38d2e897-58e3-47bc-ba8a-fa9f4e25055d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38d2e897-58e3-47bc-ba8a-fa9f4e25055d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1b5edea-b60f-4262-bfb8-4e29b3d17de1 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-7526b073-cc43-426c-8db0-e0e62089c561 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7526b073-cc43-426c-8db0-e0e62089c561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7526b073-cc43-426c-8db0-e0e62089c561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-f522c18b-be08-4f1c-9161-2e9bbc368e91 {
  background-color: rgba(255, 255, 255, 1);
}

#s-f5dda33c-8fdc-408e-9aab-76cce119745f {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc {
  text-align: left;
}



.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ea2caeb-a277-419e-b629-a7e43a7a59dc img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-bb0ef9ca-af86-4ab7-8afe-e1cb71c1471c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb0ef9ca-af86-4ab7-8afe-e1cb71c1471c .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-8f7b0a90-c9c6-4697-9b02-55f4dbea1c74 {
  padding-bottom: 20px;
text-align: left;
}

#s-8f7b0a90-c9c6-4697-9b02-55f4dbea1c74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-8f7b0a90-c9c6-4697-9b02-55f4dbea1c74 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-8f7b0a90-c9c6-4697-9b02-55f4dbea1c74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-fd52074a-839c-476c-972d-8a438bee9da3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fd52074a-839c-476c-972d-8a438bee9da3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd52074a-839c-476c-972d-8a438bee9da3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd52074a-839c-476c-972d-8a438bee9da3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd52074a-839c-476c-972d-8a438bee9da3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd52074a-839c-476c-972d-8a438bee9da3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-fd52074a-839c-476c-972d-8a438bee9da3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b1903142-d7dd-4378-a785-cef1238e92d9 {
  display: none;
}
#s-c170a634-6ece-4a78-87d9-463212f034bd {
  text-align: left;
}



.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c170a634-6ece-4a78-87d9-463212f034bd img.shogun-image {
  width: 100%;
}



}
#s-0bf7e1fd-6b93-43af-87f7-ac5e96668b04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0bf7e1fd-6b93-43af-87f7-ac5e96668b04 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-522c8e2d-7729-4a86-95a8-042bc2c47ce5 {
  padding-bottom: 20px;
text-align: left;
}

#s-522c8e2d-7729-4a86-95a8-042bc2c47ce5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-522c8e2d-7729-4a86-95a8-042bc2c47ce5 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-522c8e2d-7729-4a86-95a8-042bc2c47ce5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31982c40-e16f-425b-b971-0bc913a16237 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-31982c40-e16f-425b-b971-0bc913a16237:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31982c40-e16f-425b-b971-0bc913a16237:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31982c40-e16f-425b-b971-0bc913a16237 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31982c40-e16f-425b-b971-0bc913a16237.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31982c40-e16f-425b-b971-0bc913a16237.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-31982c40-e16f-425b-b971-0bc913a16237.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d9342748-aff5-4b9f-94cf-d4a6eac17b76 {
  display: none;
}
#s-053833ca-9a55-4782-8827-7efed53a8d5d {
  text-align: left;
}



.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053833ca-9a55-4782-8827-7efed53a8d5d img.shogun-image {
  width: 100%;
}



}
#s-3d0ba362-fb0b-47de-b94d-ded343f60677 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d0ba362-fb0b-47de-b94d-ded343f60677 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-eec20d08-4822-405a-8649-dc5b860a6784 {
  padding-bottom: 20px;
text-align: left;
}

#s-eec20d08-4822-405a-8649-dc5b860a6784 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-eec20d08-4822-405a-8649-dc5b860a6784 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-eec20d08-4822-405a-8649-dc5b860a6784 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4ae347d4-0d36-4f0b-9ef7-7598f70a002b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4ae347d4-0d36-4f0b-9ef7-7598f70a002b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ae347d4-0d36-4f0b-9ef7-7598f70a002b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ae347d4-0d36-4f0b-9ef7-7598f70a002b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ae347d4-0d36-4f0b-9ef7-7598f70a002b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ae347d4-0d36-4f0b-9ef7-7598f70a002b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-4ae347d4-0d36-4f0b-9ef7-7598f70a002b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-057b850e-b9f7-465b-9270-d1eb84fe4552 {
  display: none;
}
#s-20077be2-ca37-46c7-b2a7-6682754048b2 {
  text-align: left;
}



.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20077be2-ca37-46c7-b2a7-6682754048b2 img.shogun-image {
  width: 100%;
}



}
#s-a2bdcde5-1dc7-4893-9fbe-4368e395b27b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2bdcde5-1dc7-4893-9fbe-4368e395b27b .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-d6264c5d-4a54-4ef2-8ade-e861a9434439 {
  padding-bottom: 20px;
text-align: left;
}

#s-d6264c5d-4a54-4ef2-8ade-e861a9434439 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-d6264c5d-4a54-4ef2-8ade-e861a9434439 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-d6264c5d-4a54-4ef2-8ade-e861a9434439 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6ae7034c-2772-49af-a142-c7a7aef7bb1f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6ae7034c-2772-49af-a142-c7a7aef7bb1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ae7034c-2772-49af-a142-c7a7aef7bb1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ae7034c-2772-49af-a142-c7a7aef7bb1f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ae7034c-2772-49af-a142-c7a7aef7bb1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ae7034c-2772-49af-a142-c7a7aef7bb1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-6ae7034c-2772-49af-a142-c7a7aef7bb1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-28993f34-3ec9-4174-8bc0-b3397339e0e8 {
  box-shadow:1px 1px 1px 1px rgba(49, 47, 48, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(49, 47, 48, 0);
border-style: solid;
min-height: 50px;
}








#s-28993f34-3ec9-4174-8bc0-b3397339e0e8 > .shg-box-overlay {
  background-color: rgba(49, 47, 48, 1);
  opacity: 0;
}#s-28993f34-3ec9-4174-8bc0-b3397339e0e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9721d8ff-1e8c-4950-b0f7-b82e19d77c22 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: left;
background-color: rgba(49, 47, 48, 0);
}
@media (max-width: 767px){#s-9721d8ff-1e8c-4950-b0f7-b82e19d77c22 {
  display: none;
}
#s-9721d8ff-1e8c-4950-b0f7-b82e19d77c22, #wrap-s-9721d8ff-1e8c-4950-b0f7-b82e19d77c22 { display:none !important; }}
#s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: left;
background-color: rgba(49, 47, 48, 0);
}
@media (min-width: 1200px){#s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8 {
  display: none;
}
#s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8, #wrap-s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8 {
  display: none;
}
#s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8, #wrap-s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8 {
  display: none;
}
#s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8, #wrap-s-29d57fda-bf84-4ecb-b713-8a18fbdbd1f8 { display:none !important; }}
#s-9484710f-8d67-4240-8d3b-d45f62b9b59e {
  text-align: left;
}
@media (min-width: 1200px){#s-9484710f-8d67-4240-8d3b-d45f62b9b59e {
  display: none;
}
#s-9484710f-8d67-4240-8d3b-d45f62b9b59e, #wrap-s-9484710f-8d67-4240-8d3b-d45f62b9b59e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9484710f-8d67-4240-8d3b-d45f62b9b59e {
  display: none;
}
#s-9484710f-8d67-4240-8d3b-d45f62b9b59e, #wrap-s-9484710f-8d67-4240-8d3b-d45f62b9b59e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9484710f-8d67-4240-8d3b-d45f62b9b59e {
  display: none;
}
#s-9484710f-8d67-4240-8d3b-d45f62b9b59e, #wrap-s-9484710f-8d67-4240-8d3b-d45f62b9b59e { display:none !important; }}
#s-65693f0b-4bb6-4522-8ae3-56f3c772cd49 {
  text-align: left;
}
@media (max-width: 767px){#s-65693f0b-4bb6-4522-8ae3-56f3c772cd49 {
  display: none;
}
#s-65693f0b-4bb6-4522-8ae3-56f3c772cd49, #wrap-s-65693f0b-4bb6-4522-8ae3-56f3c772cd49 { display:none !important; }}
#s-62254c99-7b04-4d45-9a63-80c27afa1d8e {
  text-align: left;
}

#s-489e6fbe-d2a3-42a5-8f15-8a10bc6b4c74 {
  margin-left: auto;
margin-right: auto;
min-height: 10%;
max-width: 100%;
}








#s-489e6fbe-d2a3-42a5-8f15-8a10bc6b4c74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-489e6fbe-d2a3-42a5-8f15-8a10bc6b4c74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe8ad27c-2c42-4e9e-80f9-0a01c0265010 {
  text-align: left;
}

#s-4a6dad28-ba2f-4040-9de3-8226a8be2e02 {
  padding-bottom: 10px;
min-height: 50px;
background-color: rgba(229, 229, 228, 1);
}








#s-4a6dad28-ba2f-4040-9de3-8226a8be2e02 > .shg-box-overlay {
  background-color: rgba(229, 229, 228, 1);
  opacity: 0;
}#s-4a6dad28-ba2f-4040-9de3-8226a8be2e02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cee3b45-ed43-4194-9bbf-b6e4af466b39 {
  text-align: left;
}

#s-1f94f6cc-d15a-45b4-8370-82e01d57e8ec {
  text-align: left;
}

#s-b05b4f35-e56f-42a6-8dac-252f1ef1b2d3 {
  margin-bottom: -13px;
min-height: 50px;
}








#s-b05b4f35-e56f-42a6-8dac-252f1ef1b2d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05b4f35-e56f-42a6-8dac-252f1ef1b2d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-38e94f84-9071-4188-a69c-2ca3766a5383"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-38e94f84-9071-4188-a69c-2ca3766a5383"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38e94f84-9071-4188-a69c-2ca3766a5383"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38e94f84-9071-4188-a69c-2ca3766a5383"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-42b7448f-2967-4a7e-9649-02d196b17aed {
  text-align: left;
}

#s-78188705-cefa-4151-9d8a-2416d55ea1e8 {
  text-align: left;
}

#s-67b7dc1d-4133-4a54-abb7-6d81835e78a7 {
  min-height: 50px;
background-color: rgba(189, 180, 169, 0);
}








#s-67b7dc1d-4133-4a54-abb7-6d81835e78a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67b7dc1d-4133-4a54-abb7-6d81835e78a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83c539f5-e5eb-4dbb-ad03-310cff07694b {
  text-align: left;
}
@media (max-width: 767px){#s-83c539f5-e5eb-4dbb-ad03-310cff07694b {
  display: none;
}
#s-83c539f5-e5eb-4dbb-ad03-310cff07694b, #wrap-s-83c539f5-e5eb-4dbb-ad03-310cff07694b { display:none !important; }}
#s-5e7790be-a48c-4692-9576-5676c67b2276 {
  text-align: left;
}
@media (min-width: 1200px){#s-5e7790be-a48c-4692-9576-5676c67b2276 {
  display: none;
}
#s-5e7790be-a48c-4692-9576-5676c67b2276, #wrap-s-5e7790be-a48c-4692-9576-5676c67b2276 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e7790be-a48c-4692-9576-5676c67b2276 {
  display: none;
}
#s-5e7790be-a48c-4692-9576-5676c67b2276, #wrap-s-5e7790be-a48c-4692-9576-5676c67b2276 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e7790be-a48c-4692-9576-5676c67b2276 {
  display: none;
}
#s-5e7790be-a48c-4692-9576-5676c67b2276, #wrap-s-5e7790be-a48c-4692-9576-5676c67b2276 { display:none !important; }}
#s-824e744b-597b-4a7c-b8f4-02fe727fa5af {
  min-height: 50px;
}








#s-824e744b-597b-4a7c-b8f4-02fe727fa5af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-824e744b-597b-4a7c-b8f4-02fe727fa5af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-737ad3f5-4381-46a8-86c1-7237f4e78006 {
  text-align: left;
}

#s-432c4f95-bad8-4890-8a59-4bd9bd6805d3 {
  margin-top: 60px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-432c4f95-bad8-4890-8a59-4bd9bd6805d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-432c4f95-bad8-4890-8a59-4bd9bd6805d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-432c4f95-bad8-4890-8a59-4bd9bd6805d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-432c4f95-bad8-4890-8a59-4bd9bd6805d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9f723d6-793b-40f3-93c9-c5abb59e2191 {
  text-align: left;
}

#s-6a5950de-4510-4753-a529-5932b8e2926a {
  text-align: left;
}

#s-3dee90dc-6701-458f-b436-c7fa124b996f {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-ff140269-2c0a-4434-b3ef-aa2b31cf26cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ff140269-2c0a-4434-b3ef-aa2b31cf26cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff140269-2c0a-4434-b3ef-aa2b31cf26cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff140269-2c0a-4434-b3ef-aa2b31cf26cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1c0f89f0-65b7-41d7-a4ea-004648b8ecbb {
  text-align: left;
}

#s-8e2b0876-1b9b-4a20-9620-e2d38de0cbd5 {
  text-align: left;
}

#s-71315874-99d2-4f26-9a7e-bab9682d075c {
  text-align: left;
}

#s-f4ffe6e5-0b35-4128-924d-c7b75b985ac0 {
  margin-top: -8px;
margin-bottom: -8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: left;
background-color: rgba(49, 47, 48, 0);
}
@media (max-width: 767px){#s-f4ffe6e5-0b35-4128-924d-c7b75b985ac0 {
  display: none;
}
#s-f4ffe6e5-0b35-4128-924d-c7b75b985ac0, #wrap-s-f4ffe6e5-0b35-4128-924d-c7b75b985ac0 { display:none !important; }}
#s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213 {
  margin-top: -8px;
margin-bottom: -8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: left;
background-color: rgba(49, 47, 48, 0);
}
@media (min-width: 1200px){#s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213 {
  display: none;
}
#s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213, #wrap-s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213 {
  display: none;
}
#s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213, #wrap-s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213 {
  display: none;
}
#s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213, #wrap-s-17da48a1-f4b3-4edb-bbdc-c3e4c2634213 { display:none !important; }}
#s-fef9eaa7-a5b6-493e-a42d-0bdd4f4cb416 {
  text-align: left;
}

#s-bf89bd7d-7d70-4bc1-a8e1-873a10836ae8 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-812cab7d-836f-49f7-b82a-ad377fcf58f8 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-812cab7d-836f-49f7-b82a-ad377fcf58f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-812cab7d-836f-49f7-b82a-ad377fcf58f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f43caf06-4edb-435c-8007-e79920e79e79 {
  display: none;
}
#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed {
  text-align: left;
}



.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bde32ff-2a3e-492b-a1ef-43809e8311ed img.shogun-image {
  width: 100%;
}



}
#s-41365156-fd71-4a83-8ca9-ce47439e4e02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41365156-fd71-4a83-8ca9-ce47439e4e02 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-05efe830-9faf-46dc-b453-95e2ba4ee37a {
  padding-bottom: 20px;
text-align: left;
}

#s-05efe830-9faf-46dc-b453-95e2ba4ee37a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-05efe830-9faf-46dc-b453-95e2ba4ee37a .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-05efe830-9faf-46dc-b453-95e2ba4ee37a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-820e6b1c-780c-4088-81d1-3052136db6e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-820e6b1c-780c-4088-81d1-3052136db6e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-820e6b1c-780c-4088-81d1-3052136db6e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-820e6b1c-780c-4088-81d1-3052136db6e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-820e6b1c-780c-4088-81d1-3052136db6e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-820e6b1c-780c-4088-81d1-3052136db6e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-820e6b1c-780c-4088-81d1-3052136db6e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b83547bc-a1e9-429f-bfed-d0ed6c61e115 {
  display: none;
}
#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 {
  text-align: left;
}



.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edfe9395-3a72-43a2-a3c6-af9b0b1896f0 img.shogun-image {
  width: 100%;
}



}
#s-34749415-6c15-4f44-a247-01b3204c897a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34749415-6c15-4f44-a247-01b3204c897a .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-047d07db-0659-4184-b0d6-1867b91bca4a {
  padding-bottom: 20px;
text-align: left;
}

#s-047d07db-0659-4184-b0d6-1867b91bca4a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-047d07db-0659-4184-b0d6-1867b91bca4a .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-047d07db-0659-4184-b0d6-1867b91bca4a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6f37e4e1-b2fe-4145-ab77-af02946fa4be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6f37e4e1-b2fe-4145-ab77-af02946fa4be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f37e4e1-b2fe-4145-ab77-af02946fa4be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f37e4e1-b2fe-4145-ab77-af02946fa4be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f37e4e1-b2fe-4145-ab77-af02946fa4be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f37e4e1-b2fe-4145-ab77-af02946fa4be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-6f37e4e1-b2fe-4145-ab77-af02946fa4be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3b499d7b-7576-4630-85d4-e26f854cee4f {
  display: none;
}
#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 {
  text-align: left;
}



.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f36d7a72-f0df-447b-b8bf-7b27697c0783 img.shogun-image {
  width: 100%;
}



}
#s-24d75087-cbf3-4a1e-b75c-487d08df4991 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24d75087-cbf3-4a1e-b75c-487d08df4991 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-c1b911d1-99b3-4aa2-95df-c85d6c708b9f {
  padding-bottom: 20px;
text-align: left;
}

#s-c1b911d1-99b3-4aa2-95df-c85d6c708b9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-c1b911d1-99b3-4aa2-95df-c85d6c708b9f .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-c1b911d1-99b3-4aa2-95df-c85d6c708b9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aa22f149-577e-426f-a759-099b8872a09e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aa22f149-577e-426f-a759-099b8872a09e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa22f149-577e-426f-a759-099b8872a09e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa22f149-577e-426f-a759-099b8872a09e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa22f149-577e-426f-a759-099b8872a09e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa22f149-577e-426f-a759-099b8872a09e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-aa22f149-577e-426f-a759-099b8872a09e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-478ac833-c2ef-413d-81e0-2ef0e68709af {
  display: none;
}
#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 {
  text-align: left;
}



.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-733afa42-8f55-46b7-bd53-997a1c0bfc12 img.shogun-image {
  width: 100%;
}



}
#s-811a4f53-2c98-4d27-9766-41ed6bf2b66a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-811a4f53-2c98-4d27-9766-41ed6bf2b66a .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-524d729b-8fa0-4fd2-a0dc-4e4563d466f1 {
  padding-bottom: 20px;
text-align: left;
}

#s-524d729b-8fa0-4fd2-a0dc-4e4563d466f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-524d729b-8fa0-4fd2-a0dc-4e4563d466f1 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-524d729b-8fa0-4fd2-a0dc-4e4563d466f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cca84120-48d9-4caf-aa4b-24486f5b1ac4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cca84120-48d9-4caf-aa4b-24486f5b1ac4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cca84120-48d9-4caf-aa4b-24486f5b1ac4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cca84120-48d9-4caf-aa4b-24486f5b1ac4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cca84120-48d9-4caf-aa4b-24486f5b1ac4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cca84120-48d9-4caf-aa4b-24486f5b1ac4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-cca84120-48d9-4caf-aa4b-24486f5b1ac4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-18de932d-6681-4b57-bb21-2b61b9e6e50d {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-18de932d-6681-4b57-bb21-2b61b9e6e50d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18de932d-6681-4b57-bb21-2b61b9e6e50d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c60f545-5c24-4494-a0bf-0f963b4f4d0a {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-28ffab9a-2b4e-48c5-85db-922b05b729b8 {
  padding-left: 0%;
padding-right: 0%;
}

#s-c26b8f5b-3eb8-44e4-a735-83b77d16d048 {
  display: none;
}
#s-abff063a-17c2-4396-be80-4fe941965b4a {
  text-align: left;
}



.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abff063a-17c2-4396-be80-4fe941965b4a img.shogun-image {
  width: 100%;
}



}
#s-c361618a-6f62-4a89-96b0-e44017b90ec8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c361618a-6f62-4a89-96b0-e44017b90ec8 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-a2ceed20-caf5-402c-ae2e-aa7a1e21046f {
  padding-bottom: 20px;
text-align: left;
}

#s-a2ceed20-caf5-402c-ae2e-aa7a1e21046f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-a2ceed20-caf5-402c-ae2e-aa7a1e21046f .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-a2ceed20-caf5-402c-ae2e-aa7a1e21046f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7324d30-3e52-4946-800b-5a1e652255f4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c7324d30-3e52-4946-800b-5a1e652255f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7324d30-3e52-4946-800b-5a1e652255f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7324d30-3e52-4946-800b-5a1e652255f4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7324d30-3e52-4946-800b-5a1e652255f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7324d30-3e52-4946-800b-5a1e652255f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-c7324d30-3e52-4946-800b-5a1e652255f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-335735d5-8ddc-4c12-ab31-dd4233ba58ad {
  display: none;
}
#s-c6c450f3-a017-49fe-b6f4-89293615978a {
  text-align: left;
}



.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c450f3-a017-49fe-b6f4-89293615978a img.shogun-image {
  width: 100%;
}



}
#s-dbe78016-4e8b-4d22-9282-e7b05fe90dc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dbe78016-4e8b-4d22-9282-e7b05fe90dc2 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-99c27570-ef8a-40cf-9c6e-82059116d967 {
  padding-bottom: 20px;
text-align: left;
}

#s-99c27570-ef8a-40cf-9c6e-82059116d967 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-99c27570-ef8a-40cf-9c6e-82059116d967 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-99c27570-ef8a-40cf-9c6e-82059116d967 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0511ef48-3fc3-4383-838a-d5687eed3aff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0511ef48-3fc3-4383-838a-d5687eed3aff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0511ef48-3fc3-4383-838a-d5687eed3aff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0511ef48-3fc3-4383-838a-d5687eed3aff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0511ef48-3fc3-4383-838a-d5687eed3aff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0511ef48-3fc3-4383-838a-d5687eed3aff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-0511ef48-3fc3-4383-838a-d5687eed3aff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-395b76e5-8bf2-4499-b17e-2267edccacdd {
  display: none;
}
#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 {
  text-align: left;
}



.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa5d360e-0cff-49f3-85cb-6e3ff57b3bc0 img.shogun-image {
  width: 100%;
}



}
#s-ed63e4f9-f387-4716-b95c-fdfda7fbdd0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ed63e4f9-f387-4716-b95c-fdfda7fbdd0d .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-9455df0c-5abc-4c50-a724-da96cc1c1410 {
  padding-bottom: 20px;
text-align: left;
}

#s-9455df0c-5abc-4c50-a724-da96cc1c1410 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-9455df0c-5abc-4c50-a724-da96cc1c1410 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-9455df0c-5abc-4c50-a724-da96cc1c1410 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1c809a7f-2d87-450b-bd79-5f233f2c8126 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1c809a7f-2d87-450b-bd79-5f233f2c8126:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c809a7f-2d87-450b-bd79-5f233f2c8126:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c809a7f-2d87-450b-bd79-5f233f2c8126 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c809a7f-2d87-450b-bd79-5f233f2c8126.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c809a7f-2d87-450b-bd79-5f233f2c8126.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-1c809a7f-2d87-450b-bd79-5f233f2c8126.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4618914f-1d76-491a-ba18-3961e0942dfc {
  display: none;
}
#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 {
  text-align: left;
}



.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf2c2b8a-8b13-41b4-84a2-84d543d09eb3 img.shogun-image {
  width: 100%;
}



}
#s-3fa70f10-2bd2-4fc8-90dc-779cbc861ccb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3fa70f10-2bd2-4fc8-90dc-779cbc861ccb .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-20eac9f2-fda6-4128-b841-7e996027667d {
  padding-bottom: 20px;
text-align: left;
}

#s-20eac9f2-fda6-4128-b841-7e996027667d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-20eac9f2-fda6-4128-b841-7e996027667d .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-20eac9f2-fda6-4128-b841-7e996027667d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-28a12bf6-4a4b-4a40-86c4-e998bfded726 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-28a12bf6-4a4b-4a40-86c4-e998bfded726:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28a12bf6-4a4b-4a40-86c4-e998bfded726:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28a12bf6-4a4b-4a40-86c4-e998bfded726 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28a12bf6-4a4b-4a40-86c4-e998bfded726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28a12bf6-4a4b-4a40-86c4-e998bfded726.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-28a12bf6-4a4b-4a40-86c4-e998bfded726.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4eb5a7c2-5b29-42fe-812d-29a1597084f3 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-4eb5a7c2-5b29-42fe-812d-29a1597084f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eb5a7c2-5b29-42fe-812d-29a1597084f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e824a0d4-116b-4beb-adc7-8ef227eb46d0 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-35a940e4-0f6a-4c81-9bbd-eb2d2119a569 {
  display: none;
}
#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 {
  text-align: left;
}



.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86654fe-b3f9-44f1-825e-6f3aa8bcbc04 img.shogun-image {
  width: 100%;
}



}
#s-f093e44f-2ef2-4bd1-94bc-b5a3fa37e435 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f093e44f-2ef2-4bd1-94bc-b5a3fa37e435 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-1b148a94-ce32-4821-bb61-a7b8aacc679d {
  padding-bottom: 20px;
text-align: left;
}

#s-1b148a94-ce32-4821-bb61-a7b8aacc679d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-1b148a94-ce32-4821-bb61-a7b8aacc679d .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-1b148a94-ce32-4821-bb61-a7b8aacc679d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-61b1ef17-8dba-4190-827b-177d279c6448 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-61b1ef17-8dba-4190-827b-177d279c6448:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61b1ef17-8dba-4190-827b-177d279c6448:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61b1ef17-8dba-4190-827b-177d279c6448 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61b1ef17-8dba-4190-827b-177d279c6448.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61b1ef17-8dba-4190-827b-177d279c6448.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-61b1ef17-8dba-4190-827b-177d279c6448.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fdba23b0-17f6-475e-b498-d143fede5fd6 {
  display: none;
}
#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e {
  text-align: left;
}



.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4335ff4-4d71-4a47-9e47-98a7f905ed9e img.shogun-image {
  width: 100%;
}



}
#s-2355a8b2-be8f-4b85-b4da-6b23060e0bd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2355a8b2-be8f-4b85-b4da-6b23060e0bd7 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-9526d958-7159-43a2-beaf-687373881849 {
  padding-bottom: 20px;
text-align: left;
}

#s-9526d958-7159-43a2-beaf-687373881849 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-9526d958-7159-43a2-beaf-687373881849 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-9526d958-7159-43a2-beaf-687373881849 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b47e2b2-b3b1-488d-8ff6-367df015a8c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6b47e2b2-b3b1-488d-8ff6-367df015a8c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b47e2b2-b3b1-488d-8ff6-367df015a8c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b47e2b2-b3b1-488d-8ff6-367df015a8c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b47e2b2-b3b1-488d-8ff6-367df015a8c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b47e2b2-b3b1-488d-8ff6-367df015a8c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-6b47e2b2-b3b1-488d-8ff6-367df015a8c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5ea693ba-78c1-4e9d-8096-861621fc41d9 {
  display: none;
}
#s-37845201-d830-47e2-8c29-d020b391f2b9 {
  text-align: left;
}



.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37845201-d830-47e2-8c29-d020b391f2b9 img.shogun-image {
  width: 100%;
}



}
#s-c254f139-cd02-4ac6-92e3-466f5ac5c83d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c254f139-cd02-4ac6-92e3-466f5ac5c83d .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-cd29cfe9-0f07-453b-9110-82666f2f1cf8 {
  padding-bottom: 20px;
text-align: left;
}

#s-cd29cfe9-0f07-453b-9110-82666f2f1cf8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-cd29cfe9-0f07-453b-9110-82666f2f1cf8 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-cd29cfe9-0f07-453b-9110-82666f2f1cf8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5820428a-7799-45d3-8763-128e6684e591 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5820428a-7799-45d3-8763-128e6684e591:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5820428a-7799-45d3-8763-128e6684e591:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5820428a-7799-45d3-8763-128e6684e591 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5820428a-7799-45d3-8763-128e6684e591.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5820428a-7799-45d3-8763-128e6684e591.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-5820428a-7799-45d3-8763-128e6684e591.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a259e7fd-889d-41a7-aad2-c523bd27049d {
  display: none;
}
#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 {
  text-align: left;
}



.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f438ac-aada-4e69-ad5e-5fd389b54c83 img.shogun-image {
  width: 100%;
}



}
#s-7a325582-4d00-4731-893c-305dfa45171d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a325582-4d00-4731-893c-305dfa45171d .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-b1a3cbce-e1d7-4cd3-a8eb-1b83ca9cee5c {
  padding-bottom: 20px;
text-align: left;
}

#s-b1a3cbce-e1d7-4cd3-a8eb-1b83ca9cee5c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-b1a3cbce-e1d7-4cd3-a8eb-1b83ca9cee5c .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-b1a3cbce-e1d7-4cd3-a8eb-1b83ca9cee5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74778f55-2191-4bcf-9bc8-836f1271e988 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-74778f55-2191-4bcf-9bc8-836f1271e988:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74778f55-2191-4bcf-9bc8-836f1271e988:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74778f55-2191-4bcf-9bc8-836f1271e988 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74778f55-2191-4bcf-9bc8-836f1271e988.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74778f55-2191-4bcf-9bc8-836f1271e988.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-74778f55-2191-4bcf-9bc8-836f1271e988.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bd825029-b734-46b7-9cfd-40003e6c6299 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-bd825029-b734-46b7-9cfd-40003e6c6299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd825029-b734-46b7-9cfd-40003e6c6299.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-565405b1-8e5e-489b-8c8d-bd7a8c72d607 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-f9e01732-11a9-4aa9-bbb9-d7586d164c67 {
  display: none;
}
#s-bcfbd851-29f4-4aba-ab3a-6c713596638b {
  text-align: left;
}



.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcfbd851-29f4-4aba-ab3a-6c713596638b img.shogun-image {
  width: 100%;
}



}
#s-f88faa63-8c95-46af-9944-1d7afcf954cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f88faa63-8c95-46af-9944-1d7afcf954cb .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-6c69e700-4a55-4491-9776-0229e110431e {
  padding-bottom: 20px;
text-align: left;
}

#s-6c69e700-4a55-4491-9776-0229e110431e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-6c69e700-4a55-4491-9776-0229e110431e .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-6c69e700-4a55-4491-9776-0229e110431e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-90229049-1ecc-42ef-970c-6286bb235bf7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-90229049-1ecc-42ef-970c-6286bb235bf7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90229049-1ecc-42ef-970c-6286bb235bf7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90229049-1ecc-42ef-970c-6286bb235bf7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90229049-1ecc-42ef-970c-6286bb235bf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90229049-1ecc-42ef-970c-6286bb235bf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-90229049-1ecc-42ef-970c-6286bb235bf7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bc800ec0-ef27-4b86-9571-d52fa79bbf20 {
  display: none;
}
#s-f503bb02-c58f-4222-b3a5-60594082f25f {
  text-align: left;
}



.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f503bb02-c58f-4222-b3a5-60594082f25f img.shogun-image {
  width: 100%;
}



}
#s-de68bb99-8f31-4a5c-82a8-cdecd285b274 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de68bb99-8f31-4a5c-82a8-cdecd285b274 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-7289b2a8-54f7-494c-9a90-1c54c157133f {
  padding-bottom: 20px;
text-align: left;
}

#s-7289b2a8-54f7-494c-9a90-1c54c157133f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-7289b2a8-54f7-494c-9a90-1c54c157133f .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-7289b2a8-54f7-494c-9a90-1c54c157133f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-37c1fff6-40c5-423a-b0da-735ce24baab2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-37c1fff6-40c5-423a-b0da-735ce24baab2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37c1fff6-40c5-423a-b0da-735ce24baab2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37c1fff6-40c5-423a-b0da-735ce24baab2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37c1fff6-40c5-423a-b0da-735ce24baab2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37c1fff6-40c5-423a-b0da-735ce24baab2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-37c1fff6-40c5-423a-b0da-735ce24baab2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dc9ec196-5ef5-40b9-898c-9922144b12e2 {
  display: none;
}
#s-9cb30274-d31d-4b88-915b-f3168c9edad6 {
  text-align: left;
}



.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cb30274-d31d-4b88-915b-f3168c9edad6 img.shogun-image {
  width: 100%;
}



}
#s-eb2ccf5b-7d62-440c-99e0-1fdb0c8e0bb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb2ccf5b-7d62-440c-99e0-1fdb0c8e0bb3 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-1287865e-600a-43b1-a0d8-848b02d74ed0 {
  padding-bottom: 20px;
text-align: left;
}

#s-1287865e-600a-43b1-a0d8-848b02d74ed0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-1287865e-600a-43b1-a0d8-848b02d74ed0 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-1287865e-600a-43b1-a0d8-848b02d74ed0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-97d9a85e-9f7b-40c4-9cdc-7e9e6a3441f6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-97d9a85e-9f7b-40c4-9cdc-7e9e6a3441f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97d9a85e-9f7b-40c4-9cdc-7e9e6a3441f6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97d9a85e-9f7b-40c4-9cdc-7e9e6a3441f6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97d9a85e-9f7b-40c4-9cdc-7e9e6a3441f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97d9a85e-9f7b-40c4-9cdc-7e9e6a3441f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-97d9a85e-9f7b-40c4-9cdc-7e9e6a3441f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-62e8524f-6cbb-4424-af73-c9a6d9e0b3e9 {
  display: none;
}
#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc {
  text-align: left;
}



.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392d2cdb-0647-41e3-8be9-f31cf46d34bc img.shogun-image {
  width: 100%;
}



}
#s-127a0ab9-f709-4329-8cbc-e20938bda33e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-127a0ab9-f709-4329-8cbc-e20938bda33e .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-ac7ee533-ea45-4b12-b264-79f086dddad2 {
  padding-bottom: 20px;
text-align: left;
}

#s-ac7ee533-ea45-4b12-b264-79f086dddad2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-ac7ee533-ea45-4b12-b264-79f086dddad2 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-ac7ee533-ea45-4b12-b264-79f086dddad2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3b0342ad-25a4-4f6c-b32f-fad1ea1fbac5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3b0342ad-25a4-4f6c-b32f-fad1ea1fbac5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b0342ad-25a4-4f6c-b32f-fad1ea1fbac5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b0342ad-25a4-4f6c-b32f-fad1ea1fbac5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b0342ad-25a4-4f6c-b32f-fad1ea1fbac5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b0342ad-25a4-4f6c-b32f-fad1ea1fbac5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-3b0342ad-25a4-4f6c-b32f-fad1ea1fbac5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cdc309be-58a6-46c6-905a-f80f9244cf1d {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-cdc309be-58a6-46c6-905a-f80f9244cf1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc309be-58a6-46c6-905a-f80f9244cf1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2711a27c-3ae4-42c0-9608-8a68562c2bc4 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-8a8f6efd-bd25-40d6-9197-e427d081ce8e {
  margin-bottom: 60px;
padding-left: 0%;
padding-right: 0%;
}

#s-d0ef95d2-83e8-4bc9-910d-13e8335649bf {
  display: none;
}
#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 {
  text-align: left;
}



.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7171ea4-2d7d-4f07-8b51-882a2cc5a843 img.shogun-image {
  width: 100%;
}



}
#s-d81b2c65-24ed-45e8-a6f0-0547bb9ab86d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d81b2c65-24ed-45e8-a6f0-0547bb9ab86d .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-93ff6682-266a-421d-a110-292976fd32f8 {
  padding-bottom: 20px;
text-align: left;
}

#s-93ff6682-266a-421d-a110-292976fd32f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-93ff6682-266a-421d-a110-292976fd32f8 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-93ff6682-266a-421d-a110-292976fd32f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-656dcdd6-f6d9-4f46-8da0-dbdfb53118be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-656dcdd6-f6d9-4f46-8da0-dbdfb53118be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-656dcdd6-f6d9-4f46-8da0-dbdfb53118be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-656dcdd6-f6d9-4f46-8da0-dbdfb53118be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-656dcdd6-f6d9-4f46-8da0-dbdfb53118be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-656dcdd6-f6d9-4f46-8da0-dbdfb53118be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-656dcdd6-f6d9-4f46-8da0-dbdfb53118be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7694242-c241-4c47-8d54-9af76785ecfc {
  display: none;
}
#s-d36aa6fa-cd89-48d2-a989-b124f651de7e {
  text-align: left;
}



.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36aa6fa-cd89-48d2-a989-b124f651de7e img.shogun-image {
  width: 100%;
}



}
#s-92095e9b-3921-4c5a-a651-d0ed536ab098 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92095e9b-3921-4c5a-a651-d0ed536ab098 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-9dfa1f79-79e8-4c24-afb0-ef43cd11e186 {
  padding-bottom: 20px;
text-align: left;
}

#s-9dfa1f79-79e8-4c24-afb0-ef43cd11e186 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-9dfa1f79-79e8-4c24-afb0-ef43cd11e186 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-9dfa1f79-79e8-4c24-afb0-ef43cd11e186 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ff9f9cac-5224-4c87-875f-ad1708626322 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ff9f9cac-5224-4c87-875f-ad1708626322:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff9f9cac-5224-4c87-875f-ad1708626322:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff9f9cac-5224-4c87-875f-ad1708626322 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9f9cac-5224-4c87-875f-ad1708626322.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9f9cac-5224-4c87-875f-ad1708626322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-ff9f9cac-5224-4c87-875f-ad1708626322.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0f824f4f-6ec0-4874-85dd-e548320578bb {
  display: none;
}
#s-4bf75cc6-4958-4900-9247-71f539315a08 {
  text-align: left;
}



.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf75cc6-4958-4900-9247-71f539315a08 img.shogun-image {
  width: 100%;
}



}
#s-307337e0-e7a8-4fb7-b81d-7914215b05f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-307337e0-e7a8-4fb7-b81d-7914215b05f9 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-0c12c7af-7620-4157-b96b-80553add8589 {
  padding-bottom: 20px;
text-align: left;
}

#s-0c12c7af-7620-4157-b96b-80553add8589 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-0c12c7af-7620-4157-b96b-80553add8589 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-0c12c7af-7620-4157-b96b-80553add8589 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-592464b6-068d-4e16-acd7-f86d47818c12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-592464b6-068d-4e16-acd7-f86d47818c12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-592464b6-068d-4e16-acd7-f86d47818c12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-592464b6-068d-4e16-acd7-f86d47818c12 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-592464b6-068d-4e16-acd7-f86d47818c12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-592464b6-068d-4e16-acd7-f86d47818c12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-592464b6-068d-4e16-acd7-f86d47818c12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-98dbdce4-93f9-4973-896a-d2220f14af3e {
  display: none;
}
#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a {
  text-align: left;
}



.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fdb8806-ea0a-4aa4-bd92-e786cb44779a img.shogun-image {
  width: 100%;
}



}
#s-2b3f4478-f4c4-40ee-80f8-b27549774a81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b3f4478-f4c4-40ee-80f8-b27549774a81 .shg-product-title-component h1 {
  color: ;
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#s-23196a55-6f5d-497c-be6d-0bedb781f81c {
  padding-bottom: 20px;
text-align: left;
}

#s-23196a55-6f5d-497c-be6d-0bedb781f81c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
}

#s-23196a55-6f5d-497c-be6d-0bedb781f81c .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-23196a55-6f5d-497c-be6d-0bedb781f81c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e553e05d-97d9-484b-b07c-1edf88deba8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e553e05d-97d9-484b-b07c-1edf88deba8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e553e05d-97d9-484b-b07c-1edf88deba8c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e553e05d-97d9-484b-b07c-1edf88deba8c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e553e05d-97d9-484b-b07c-1edf88deba8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e553e05d-97d9-484b-b07c-1edf88deba8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  font-family: Chivo Mono;
  display:  block ;
}

#s-e553e05d-97d9-484b-b07c-1edf88deba8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-49496664-b684-4b76-aef7-22efb3030be0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-49496664-b684-4b76-aef7-22efb3030be0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49496664-b684-4b76-aef7-22efb3030be0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49496664-b684-4b76-aef7-22efb3030be0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fccfc6b2-37cd-4173-9907-a301958e876a {
  text-align: left;
}

#s-6a23d824-eeae-4b11-8eaf-9464ce749db3 {
  text-align: left;
}

#s-873f9886-a825-4f3e-8eaf-b25e9c7b3ef9 {
  margin-top: -9px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-873f9886-a825-4f3e-8eaf-b25e9c7b3ef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-873f9886-a825-4f3e-8eaf-b25e9c7b3ef9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df5ee7e2-5f2c-4a81-92e8-46495498e76c {
  text-align: left;
}

#s-528600eb-7190-410a-88c4-5b42748e3026 {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-528600eb-7190-410a-88c4-5b42748e3026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-528600eb-7190-410a-88c4-5b42748e3026.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11f4f552-6f5b-447b-99b2-b52aaeea68c4 {
  text-align: left;
}

#s-39f5f2f3-5412-4373-82e3-ec0abf7dee36 {
  margin-top: -8px;
margin-bottom: -9px;
min-height: 50px;
}








#s-39f5f2f3-5412-4373-82e3-ec0abf7dee36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39f5f2f3-5412-4373-82e3-ec0abf7dee36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30ff0ef1-e82b-472d-a3e3-df0d4b437729 {
  text-align: left;
}

#s-0c03c43c-cba2-4b14-aef3-ac5523b7ed4e {
  min-height: 50px;
}








#s-0c03c43c-cba2-4b14-aef3-ac5523b7ed4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c03c43c-cba2-4b14-aef3-ac5523b7ed4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b98fabc7-0e62-4bab-9fc8-9c9993e68af8 {
  text-align: left;
}

#s-64bc0141-5a5f-4a55-a1cb-5a269ea85ee9 {
  min-height: 50px;
}








#s-64bc0141-5a5f-4a55-a1cb-5a269ea85ee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64bc0141-5a5f-4a55-a1cb-5a269ea85ee9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bc1c738-834b-477e-b2b3-5ffca50ff08c {
  text-align: left;
}

#s-3e7e61f4-82e5-4a3e-9ce4-3509321b9556 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
}








#s-3e7e61f4-82e5-4a3e-9ce4-3509321b9556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e7e61f4-82e5-4a3e-9ce4-3509321b9556.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-84146e86-726a-4164-82ca-23596015cd51 {
  max-width: 730px;
aspect-ratio: 730/288;
text-align: center;
}
@media (max-width: 767px){#s-84146e86-726a-4164-82ca-23596015cd51 {
  padding-left: 25px;
padding-right: 25px;
max-width: 700px;
}
}




  #s-84146e86-726a-4164-82ca-23596015cd51 img.shogun-image,
  #s-84146e86-726a-4164-82ca-23596015cd51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84146e86-726a-4164-82ca-23596015cd51 {
    width: 100%;
    height: auto;
  }



  img.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
    
    
  }


.s-84146e86-726a-4164-82ca-23596015cd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-84146e86-726a-4164-82ca-23596015cd51.shg-align-container {
  text-align: center
}

.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-84146e86-726a-4164-82ca-23596015cd51 img.shogun-image,
  #s-84146e86-726a-4164-82ca-23596015cd51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84146e86-726a-4164-82ca-23596015cd51 {
    width: 100%;
    height: auto;
  }



  img.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
    
    
  }


.s-84146e86-726a-4164-82ca-23596015cd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-84146e86-726a-4164-82ca-23596015cd51.shg-align-container {
  text-align: center
}

.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-84146e86-726a-4164-82ca-23596015cd51 img.shogun-image,
  #s-84146e86-726a-4164-82ca-23596015cd51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84146e86-726a-4164-82ca-23596015cd51 {
    width: 100%;
    height: auto;
  }



  img.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
    
    
  }


.s-84146e86-726a-4164-82ca-23596015cd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-84146e86-726a-4164-82ca-23596015cd51.shg-align-container {
  text-align: center
}

.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-84146e86-726a-4164-82ca-23596015cd51 img.shogun-image,
  #s-84146e86-726a-4164-82ca-23596015cd51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84146e86-726a-4164-82ca-23596015cd51 {
    width: 100%;
    height: auto;
  }



  img.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
    
    
  }


.s-84146e86-726a-4164-82ca-23596015cd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-84146e86-726a-4164-82ca-23596015cd51.shg-align-container {
  text-align: center
}

.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-84146e86-726a-4164-82ca-23596015cd51 img.shogun-image,
  #s-84146e86-726a-4164-82ca-23596015cd51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84146e86-726a-4164-82ca-23596015cd51 {
    width: 100%;
    height: auto;
  }



  img.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
    
    
  }


.s-84146e86-726a-4164-82ca-23596015cd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-84146e86-726a-4164-82ca-23596015cd51.shg-align-container {
  text-align: center
}

.s-84146e86-726a-4164-82ca-23596015cd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84146e86-726a-4164-82ca-23596015cd51.shogun-image {
  box-sizing: border-box;
}


}
#s-fe549ec5-98f3-46bb-910b-26b07f77cdb6 {
  text-align: left;
}

#s-61d08a47-cc64-41b0-819e-33f740629964 {
  margin-top: -9px;
margin-left: -1%;
margin-bottom: 0px;
margin-right: -1px;
min-height: 50px;
}








#s-61d08a47-cc64-41b0-819e-33f740629964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61d08a47-cc64-41b0-819e-33f740629964.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9d1ee06-01bf-4d49-baac-7184d70bcd25 {
  text-align: left;
}

#s-b9d56ff4-4353-4537-b306-b10b35fa27cf {
  min-height: 50px;
}








#s-b9d56ff4-4353-4537-b306-b10b35fa27cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9d56ff4-4353-4537-b306-b10b35fa27cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-263be9df-6715-4886-b7c9-3b4b949b86f8 {
  text-align: left;
}

#s-a680ce43-098c-4b85-bebc-e74550073200 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a680ce43-098c-4b85-bebc-e74550073200"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a680ce43-098c-4b85-bebc-e74550073200"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a680ce43-098c-4b85-bebc-e74550073200"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a680ce43-098c-4b85-bebc-e74550073200"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-70a619cb-92ca-495f-a4d1-d1c4a19924f0 {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-b860115d-bab5-4f1e-bdba-d5d4519449be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b860115d-bab5-4f1e-bdba-d5d4519449be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b860115d-bab5-4f1e-bdba-d5d4519449be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b860115d-bab5-4f1e-bdba-d5d4519449be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ebbe8c4b-6b54-4271-a327-b93c5c2da27e {
  text-align: left;
}

#s-8bd8ba49-3063-4007-893e-c7458cbd270b {
  text-align: left;
}

#s-e6be834c-d84b-4695-94a8-8ae30ca90b67 {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-c429b8de-1960-47bb-a6f5-e707a32d24cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c429b8de-1960-47bb-a6f5-e707a32d24cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c429b8de-1960-47bb-a6f5-e707a32d24cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c429b8de-1960-47bb-a6f5-e707a32d24cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c429b8de-1960-47bb-a6f5-e707a32d24cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c429b8de-1960-47bb-a6f5-e707a32d24cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c429b8de-1960-47bb-a6f5-e707a32d24cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-c25629ac-2702-4289-b74b-25aa4687f943 {
  text-align: left;
}

#s-8249502b-8601-4ebe-9c03-e906151eda2f {
  text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}