.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-be3be0f3-67ae-4e93-9533-b8fea114611d {
  min-height: 50px;
}








#s-be3be0f3-67ae-4e93-9533-b8fea114611d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be3be0f3-67ae-4e93-9533-b8fea114611d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae921fa2-f51a-48c2-96a3-5e6f56022f22 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ae921fa2-f51a-48c2-96a3-5e6f56022f22 {
  margin-left: 15%;
margin-right: 15%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae921fa2-f51a-48c2-96a3-5e6f56022f22 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae921fa2-f51a-48c2-96a3-5e6f56022f22 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ae921fa2-f51a-48c2-96a3-5e6f56022f22 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-ae921fa2-f51a-48c2-96a3-5e6f56022f22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae921fa2-f51a-48c2-96a3-5e6f56022f22.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;
  height: inherit;
  position: relative;
}

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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-b133862c-13e0-4569-939d-8848143304b3 {
  max-width: 1100px;
aspect-ratio: 1100/214;
text-align: center;
}





  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image,
  #s-b133862c-13e0-4569-939d-8848143304b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 {
    width: 100%;
    height: auto;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
    
    
  }


.s-b133862c-13e0-4569-939d-8848143304b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b133862c-13e0-4569-939d-8848143304b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b133862c-13e0-4569-939d-8848143304b3 {
      --shg-aspect-ratio: calc(1100/214); 
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
      position: relative;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image,
  #s-b133862c-13e0-4569-939d-8848143304b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 {
    width: 100%;
    height: auto;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
    
    
  }


.s-b133862c-13e0-4569-939d-8848143304b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b133862c-13e0-4569-939d-8848143304b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b133862c-13e0-4569-939d-8848143304b3 {
      --shg-aspect-ratio: calc(1100/214); 
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
      position: relative;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image,
  #s-b133862c-13e0-4569-939d-8848143304b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 {
    width: 100%;
    height: auto;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
    
    
  }


.s-b133862c-13e0-4569-939d-8848143304b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b133862c-13e0-4569-939d-8848143304b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b133862c-13e0-4569-939d-8848143304b3 {
      --shg-aspect-ratio: calc(1100/214); 
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
      position: relative;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image,
  #s-b133862c-13e0-4569-939d-8848143304b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 {
    width: 100%;
    height: auto;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
    
    
  }


.s-b133862c-13e0-4569-939d-8848143304b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b133862c-13e0-4569-939d-8848143304b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b133862c-13e0-4569-939d-8848143304b3 {
      --shg-aspect-ratio: calc(1100/214); 
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
      position: relative;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image,
  #s-b133862c-13e0-4569-939d-8848143304b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 {
    width: 100%;
    height: auto;
  }

  #s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
    
    
  }


.s-b133862c-13e0-4569-939d-8848143304b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b133862c-13e0-4569-939d-8848143304b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b133862c-13e0-4569-939d-8848143304b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b133862c-13e0-4569-939d-8848143304b3 {
      --shg-aspect-ratio: calc(1100/214); 
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container {
      position: relative;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b133862c-13e0-4569-939d-8848143304b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b133862c-13e0-4569-939d-8848143304b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6b4e2ce1-e807-420b-8ab5-a9520fe92e3c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6b4e2ce1-e807-420b-8ab5-a9520fe92e3c {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b4e2ce1-e807-420b-8ab5-a9520fe92e3c {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b4e2ce1-e807-420b-8ab5-a9520fe92e3c {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-6b4e2ce1-e807-420b-8ab5-a9520fe92e3c {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}







#s-6b4e2ce1-e807-420b-8ab5-a9520fe92e3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b4e2ce1-e807-420b-8ab5-a9520fe92e3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10c61a31-c26f-4276-8e4d-b50a0159c37e {
  min-height: 50px;
}








#s-10c61a31-c26f-4276-8e4d-b50a0159c37e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10c61a31-c26f-4276-8e4d-b50a0159c37e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
  max-width: 2000px;
aspect-ratio: 2000/100;
text-align: center;
}





  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image,
  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
    width: 100%;
    height: auto;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
    
    
  }


.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
      --shg-aspect-ratio: calc(2000/100); 
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
      position: relative;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image,
  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
    width: 100%;
    height: auto;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
    
    
  }


.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
      --shg-aspect-ratio: calc(2000/100); 
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
      position: relative;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image,
  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
    width: 100%;
    height: auto;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
    
    
  }


.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
      --shg-aspect-ratio: calc(2000/100); 
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
      position: relative;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image,
  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
    width: 100%;
    height: auto;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
    
    
  }


.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
      --shg-aspect-ratio: calc(2000/100); 
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
      position: relative;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image,
  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
    width: 100%;
    height: auto;
  }

  #s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
    
    
  }


.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 {
      --shg-aspect-ratio: calc(2000/100); 
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container {
      position: relative;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bf3a62c-078b-4a5f-bc3a-fafa59f07eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-32c39b70-5182-4d0d-a071-fd2d25aa5f24 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-32c39b70-5182-4d0d-a071-fd2d25aa5f24 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32c39b70-5182-4d0d-a071-fd2d25aa5f24 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-32c39b70-5182-4d0d-a071-fd2d25aa5f24 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-32c39b70-5182-4d0d-a071-fd2d25aa5f24 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-32c39b70-5182-4d0d-a071-fd2d25aa5f24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32c39b70-5182-4d0d-a071-fd2d25aa5f24.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;
}

#s-6718a221-22a4-4080-a5c9-22b6d86c81b4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6718a221-22a4-4080-a5c9-22b6d86c81b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6718a221-22a4-4080-a5c9-22b6d86c81b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6718a221-22a4-4080-a5c9-22b6d86c81b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6718a221-22a4-4080-a5c9-22b6d86c81b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-1261960e-19c6-47da-a3c8-3ba74fec9206 {
  text-align: left;
}



.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1261960e-19c6-47da-a3c8-3ba74fec9206 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-45488060-a54d-4528-993d-db6a711f45ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45488060-a54d-4528-993d-db6a711f45ae .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-45488060-a54d-4528-993d-db6a711f45ae .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5813dba8-ede0-496d-b2a4-1a458e8b4498 {
  text-align: center;
}

#s-5813dba8-ede0-496d-b2a4-1a458e8b4498 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5813dba8-ede0-496d-b2a4-1a458e8b4498 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5813dba8-ede0-496d-b2a4-1a458e8b4498 .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;
}
@media (max-width: 767px){#s-5813dba8-ede0-496d-b2a4-1a458e8b4498 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5813dba8-ede0-496d-b2a4-1a458e8b4498 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-5813dba8-ede0-496d-b2a4-1a458e8b4498 .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-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a {
  text-align: left;
}



.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad1044a-3c0a-40c0-9725-0c0c9ef7839a img.shogun-image {
  width: 100%;
}



}
#s-621ee7d9-17ef-42ff-aced-67edce4801b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-621ee7d9-17ef-42ff-aced-67edce4801b4 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-fb897197-61ad-4bae-8bbc-ce742500b0a9 {
  text-align: center;
}

#s-fb897197-61ad-4bae-8bbc-ce742500b0a9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb897197-61ad-4bae-8bbc-ce742500b0a9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fb897197-61ad-4bae-8bbc-ce742500b0a9 .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;
}
@media (max-width: 767px){#s-fb897197-61ad-4bae-8bbc-ce742500b0a9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb897197-61ad-4bae-8bbc-ce742500b0a9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-fb897197-61ad-4bae-8bbc-ce742500b0a9 .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-ff32a488-508f-4369-965d-f45302e63284 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ff32a488-508f-4369-965d-f45302e63284"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff32a488-508f-4369-965d-f45302e63284"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff32a488-508f-4369-965d-f45302e63284"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff32a488-508f-4369-965d-f45302e63284"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 {
  text-align: left;
}



.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-387dca55-2bbc-42f4-94e6-f40fedb9b5c4 img.shogun-image {
  width: 100%;
}



}
#s-148b60e8-1eb7-43ae-9560-e264407ed576 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-148b60e8-1eb7-43ae-9560-e264407ed576 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-148b60e8-1eb7-43ae-9560-e264407ed576 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-6dd10d00-1715-455d-baff-0091f7084803 {
  text-align: center;
}

#s-6dd10d00-1715-455d-baff-0091f7084803 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6dd10d00-1715-455d-baff-0091f7084803 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6dd10d00-1715-455d-baff-0091f7084803 .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;
}
@media (max-width: 767px){#s-6dd10d00-1715-455d-baff-0091f7084803 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6dd10d00-1715-455d-baff-0091f7084803 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-6dd10d00-1715-455d-baff-0091f7084803 .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-d556afdd-9f6a-4e40-a831-505bc0eef2be {
  text-align: left;
}



.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d556afdd-9f6a-4e40-a831-505bc0eef2be img.shogun-image {
  width: 100%;
}



}
#s-cfd83956-1eca-4f54-9803-4e96bb3f6aa4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfd83956-1eca-4f54-9803-4e96bb3f6aa4 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-dd5575e6-ba86-4e91-9660-5b919be69142 {
  text-align: center;
}

#s-dd5575e6-ba86-4e91-9660-5b919be69142 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dd5575e6-ba86-4e91-9660-5b919be69142 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dd5575e6-ba86-4e91-9660-5b919be69142 .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;
}
@media (max-width: 767px){#s-dd5575e6-ba86-4e91-9660-5b919be69142 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dd5575e6-ba86-4e91-9660-5b919be69142 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-dd5575e6-ba86-4e91-9660-5b919be69142 .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-fba4125a-5146-48a0-bfd9-5d0c793f0a80 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fba4125a-5146-48a0-bfd9-5d0c793f0a80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fba4125a-5146-48a0-bfd9-5d0c793f0a80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fba4125a-5146-48a0-bfd9-5d0c793f0a80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fba4125a-5146-48a0-bfd9-5d0c793f0a80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 {
  text-align: left;
}



.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3beab87d-b5d9-4df0-a35b-ec6c7c083166 img.shogun-image {
  width: 100%;
}



}
#s-f16462b1-d072-4c9f-a152-521d987a620d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f16462b1-d072-4c9f-a152-521d987a620d .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-f16462b1-d072-4c9f-a152-521d987a620d .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5aed0a64-a56c-4f5a-a189-da3c9e888af5 {
  text-align: center;
}

#s-5aed0a64-a56c-4f5a-a189-da3c9e888af5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5aed0a64-a56c-4f5a-a189-da3c9e888af5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5aed0a64-a56c-4f5a-a189-da3c9e888af5 .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;
}
@media (max-width: 767px){#s-5aed0a64-a56c-4f5a-a189-da3c9e888af5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5aed0a64-a56c-4f5a-a189-da3c9e888af5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-5aed0a64-a56c-4f5a-a189-da3c9e888af5 .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-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e {
  text-align: left;
}



.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a0e1e92-43aa-4d6f-aa6a-1674e29eef1e img.shogun-image {
  width: 100%;
}



}
#s-ad1c8834-cab4-4db1-8e7f-e619c1c4a17b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad1c8834-cab4-4db1-8e7f-e619c1c4a17b .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-01c1be77-a952-4a91-a370-fd7f28200274 {
  text-align: center;
}

#s-01c1be77-a952-4a91-a370-fd7f28200274 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-01c1be77-a952-4a91-a370-fd7f28200274 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-01c1be77-a952-4a91-a370-fd7f28200274 .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;
}
@media (max-width: 767px){#s-01c1be77-a952-4a91-a370-fd7f28200274 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-01c1be77-a952-4a91-a370-fd7f28200274 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-01c1be77-a952-4a91-a370-fd7f28200274 .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-2f413417-13b3-4229-b2e8-8af6e7428a75 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2f413417-13b3-4229-b2e8-8af6e7428a75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f413417-13b3-4229-b2e8-8af6e7428a75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f413417-13b3-4229-b2e8-8af6e7428a75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f413417-13b3-4229-b2e8-8af6e7428a75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-05b05485-d551-4c59-87d6-950995117c45 {
  text-align: left;
}



.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05b05485-d551-4c59-87d6-950995117c45 img.shogun-image {
  width: 100%;
}



}
#s-a14b54a2-5e59-41c4-af97-3ba99a9a00b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a14b54a2-5e59-41c4-af97-3ba99a9a00b1 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-a14b54a2-5e59-41c4-af97-3ba99a9a00b1 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-e2c9ccfc-ceb0-43dc-ac58-608c0bcf2f4b {
  text-align: center;
}

#s-e2c9ccfc-ceb0-43dc-ac58-608c0bcf2f4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e2c9ccfc-ceb0-43dc-ac58-608c0bcf2f4b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e2c9ccfc-ceb0-43dc-ac58-608c0bcf2f4b .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;
}
@media (max-width: 767px){#s-e2c9ccfc-ceb0-43dc-ac58-608c0bcf2f4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e2c9ccfc-ceb0-43dc-ac58-608c0bcf2f4b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-e2c9ccfc-ceb0-43dc-ac58-608c0bcf2f4b .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-adc3a20a-2e3a-4794-b43a-c872af3e8df1 {
  text-align: left;
}



.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc3a20a-2e3a-4794-b43a-c872af3e8df1 img.shogun-image {
  width: 100%;
}



}
#s-c5b5ee19-e9e1-41d6-a4ab-da719d098d3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5b5ee19-e9e1-41d6-a4ab-da719d098d3a .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-1ba9f3bf-8244-47b2-b423-6042c797b8af {
  text-align: center;
}

#s-1ba9f3bf-8244-47b2-b423-6042c797b8af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ba9f3bf-8244-47b2-b423-6042c797b8af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1ba9f3bf-8244-47b2-b423-6042c797b8af .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;
}
@media (max-width: 767px){#s-1ba9f3bf-8244-47b2-b423-6042c797b8af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ba9f3bf-8244-47b2-b423-6042c797b8af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-1ba9f3bf-8244-47b2-b423-6042c797b8af .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-5a0ad089-46f2-448f-8d33-5e011762ec4f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5a0ad089-46f2-448f-8d33-5e011762ec4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a0ad089-46f2-448f-8d33-5e011762ec4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a0ad089-46f2-448f-8d33-5e011762ec4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a0ad089-46f2-448f-8d33-5e011762ec4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f374c97e-ea17-4300-a9f8-94db5356db33 {
  text-align: left;
}



.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f374c97e-ea17-4300-a9f8-94db5356db33 img.shogun-image {
  width: 100%;
}



}
#s-fafbadce-4d5e-4cc5-b6da-a37d1d2fb9de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fafbadce-4d5e-4cc5-b6da-a37d1d2fb9de .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-fafbadce-4d5e-4cc5-b6da-a37d1d2fb9de .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-4a84571a-e934-4ffe-bcf3-6a20c30961de {
  text-align: center;
}

#s-4a84571a-e934-4ffe-bcf3-6a20c30961de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4a84571a-e934-4ffe-bcf3-6a20c30961de .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4a84571a-e934-4ffe-bcf3-6a20c30961de .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;
}
@media (max-width: 767px){#s-4a84571a-e934-4ffe-bcf3-6a20c30961de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4a84571a-e934-4ffe-bcf3-6a20c30961de .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-4a84571a-e934-4ffe-bcf3-6a20c30961de .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-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 {
  text-align: left;
}



.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfd8ac3-acad-42cf-a437-44fb5e5d0578 img.shogun-image {
  width: 100%;
}



}
#s-3ec2523f-0629-44ae-8b35-615d3b5cc005 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ec2523f-0629-44ae-8b35-615d3b5cc005 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-5979b349-e9aa-4990-9974-fe30bf682e93 {
  text-align: center;
}

#s-5979b349-e9aa-4990-9974-fe30bf682e93 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5979b349-e9aa-4990-9974-fe30bf682e93 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5979b349-e9aa-4990-9974-fe30bf682e93 .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;
}
@media (max-width: 767px){#s-5979b349-e9aa-4990-9974-fe30bf682e93 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5979b349-e9aa-4990-9974-fe30bf682e93 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-5979b349-e9aa-4990-9974-fe30bf682e93 .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-fd703178-2c61-40af-af42-dfbb9e9c8892 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fd703178-2c61-40af-af42-dfbb9e9c8892"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd703178-2c61-40af-af42-dfbb9e9c8892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd703178-2c61-40af-af42-dfbb9e9c8892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd703178-2c61-40af-af42-dfbb9e9c8892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9bd1abed-0a35-416f-af6f-03953c15ab2c {
  text-align: left;
}



.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd1abed-0a35-416f-af6f-03953c15ab2c img.shogun-image {
  width: 100%;
}



}
#s-50a12384-c337-4052-bea1-6bdb1d635690 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50a12384-c337-4052-bea1-6bdb1d635690 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-50a12384-c337-4052-bea1-6bdb1d635690 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-a7032629-585f-42ed-9fb9-645b2e67133a {
  text-align: center;
}

#s-a7032629-585f-42ed-9fb9-645b2e67133a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a7032629-585f-42ed-9fb9-645b2e67133a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a7032629-585f-42ed-9fb9-645b2e67133a .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;
}
@media (max-width: 767px){#s-a7032629-585f-42ed-9fb9-645b2e67133a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a7032629-585f-42ed-9fb9-645b2e67133a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-a7032629-585f-42ed-9fb9-645b2e67133a .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-2eeb8b03-6962-4cbf-a1b7-a6b334482506 {
  text-align: left;
}



.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eeb8b03-6962-4cbf-a1b7-a6b334482506 img.shogun-image {
  width: 100%;
}



}
#s-06d59d28-35fd-4fd0-8370-3f41018fbc39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06d59d28-35fd-4fd0-8370-3f41018fbc39 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-1378925c-b607-4bf7-8614-37d92106c057 {
  text-align: center;
}

#s-1378925c-b607-4bf7-8614-37d92106c057 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1378925c-b607-4bf7-8614-37d92106c057 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1378925c-b607-4bf7-8614-37d92106c057 .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;
}
@media (max-width: 767px){#s-1378925c-b607-4bf7-8614-37d92106c057 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1378925c-b607-4bf7-8614-37d92106c057 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-1378925c-b607-4bf7-8614-37d92106c057 .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-a5038440-5b97-4550-a67f-028122c3461a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a5038440-5b97-4550-a67f-028122c3461a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a5038440-5b97-4550-a67f-028122c3461a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5038440-5b97-4550-a67f-028122c3461a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5038440-5b97-4550-a67f-028122c3461a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e65e5959-889e-484d-b83e-f01239399e4c {
  text-align: left;
}



.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65e5959-889e-484d-b83e-f01239399e4c img.shogun-image {
  width: 100%;
}



}
#s-53606292-89b3-483b-bc15-8c7a09ca572a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53606292-89b3-483b-bc15-8c7a09ca572a .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-53606292-89b3-483b-bc15-8c7a09ca572a .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-ce750ceb-ae56-439a-9e9a-186c04e0e531 {
  text-align: center;
}

#s-ce750ceb-ae56-439a-9e9a-186c04e0e531 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ce750ceb-ae56-439a-9e9a-186c04e0e531 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce750ceb-ae56-439a-9e9a-186c04e0e531 .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;
}
@media (max-width: 767px){#s-ce750ceb-ae56-439a-9e9a-186c04e0e531 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ce750ceb-ae56-439a-9e9a-186c04e0e531 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-ce750ceb-ae56-439a-9e9a-186c04e0e531 .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-89b46812-d94d-41f7-9e14-c0eabaf69253 {
  text-align: left;
}



.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89b46812-d94d-41f7-9e14-c0eabaf69253 img.shogun-image {
  width: 100%;
}



}
#s-b99dd5a5-2872-42b4-a814-106557291bd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b99dd5a5-2872-42b4-a814-106557291bd9 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-955242f4-1da8-4f9f-a787-2c18c85c3137 {
  text-align: center;
}

#s-955242f4-1da8-4f9f-a787-2c18c85c3137 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-955242f4-1da8-4f9f-a787-2c18c85c3137 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-955242f4-1da8-4f9f-a787-2c18c85c3137 .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;
}
@media (max-width: 767px){#s-955242f4-1da8-4f9f-a787-2c18c85c3137 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-955242f4-1da8-4f9f-a787-2c18c85c3137 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-955242f4-1da8-4f9f-a787-2c18c85c3137 .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-907d7bc2-d363-4963-b0bb-f713b8f7edc5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-907d7bc2-d363-4963-b0bb-f713b8f7edc5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-907d7bc2-d363-4963-b0bb-f713b8f7edc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-907d7bc2-d363-4963-b0bb-f713b8f7edc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-907d7bc2-d363-4963-b0bb-f713b8f7edc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a241d5b3-3f99-4df6-a993-76dde45d163e {
  text-align: left;
}



.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a241d5b3-3f99-4df6-a993-76dde45d163e img.shogun-image {
  width: 100%;
}



}
#s-af55457f-64ec-4322-a4df-534e006696c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af55457f-64ec-4322-a4df-534e006696c2 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-af55457f-64ec-4322-a4df-534e006696c2 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-1c4737b1-0d86-4b67-a84f-b2a91e874f41 {
  text-align: center;
}

#s-1c4737b1-0d86-4b67-a84f-b2a91e874f41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c4737b1-0d86-4b67-a84f-b2a91e874f41 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c4737b1-0d86-4b67-a84f-b2a91e874f41 .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;
}
@media (max-width: 767px){#s-1c4737b1-0d86-4b67-a84f-b2a91e874f41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c4737b1-0d86-4b67-a84f-b2a91e874f41 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-1c4737b1-0d86-4b67-a84f-b2a91e874f41 .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-a2900a4b-b43a-40cc-833c-8506a135960e {
  text-align: left;
}



.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2900a4b-b43a-40cc-833c-8506a135960e img.shogun-image {
  width: 100%;
}



}
#s-db1ecc3b-8369-47a1-a0e1-f220b5476d2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db1ecc3b-8369-47a1-a0e1-f220b5476d2f .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-8336c262-dd28-4d85-96e3-0da4dfead198 {
  text-align: center;
}

#s-8336c262-dd28-4d85-96e3-0da4dfead198 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8336c262-dd28-4d85-96e3-0da4dfead198 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8336c262-dd28-4d85-96e3-0da4dfead198 .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;
}
@media (max-width: 767px){#s-8336c262-dd28-4d85-96e3-0da4dfead198 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8336c262-dd28-4d85-96e3-0da4dfead198 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-8336c262-dd28-4d85-96e3-0da4dfead198 .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-113307fb-2f9d-4ab3-ab5b-474ed5dbeeb8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-113307fb-2f9d-4ab3-ab5b-474ed5dbeeb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-113307fb-2f9d-4ab3-ab5b-474ed5dbeeb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-113307fb-2f9d-4ab3-ab5b-474ed5dbeeb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-113307fb-2f9d-4ab3-ab5b-474ed5dbeeb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-33882b2a-7b35-43cb-a389-4cd51e3a516a {
  text-align: left;
}



.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33882b2a-7b35-43cb-a389-4cd51e3a516a img.shogun-image {
  width: 100%;
}



}
#s-e11f5a88-afbc-40a3-a2c5-e48e2335b34c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e11f5a88-afbc-40a3-a2c5-e48e2335b34c .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-e11f5a88-afbc-40a3-a2c5-e48e2335b34c .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-56b67dcb-e0d9-430b-8fa1-62efb7d04771 {
  text-align: center;
}

#s-56b67dcb-e0d9-430b-8fa1-62efb7d04771 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56b67dcb-e0d9-430b-8fa1-62efb7d04771 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-56b67dcb-e0d9-430b-8fa1-62efb7d04771 .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;
}
@media (max-width: 767px){#s-56b67dcb-e0d9-430b-8fa1-62efb7d04771 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56b67dcb-e0d9-430b-8fa1-62efb7d04771 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-56b67dcb-e0d9-430b-8fa1-62efb7d04771 .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-fca2878c-9cfc-4ff5-a297-fae15e86f713 {
  min-height: 50px;
}








#s-fca2878c-9cfc-4ff5-a297-fae15e86f713 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fca2878c-9cfc-4ff5-a297-fae15e86f713.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b00985a-e8d8-443b-a8f5-8e0263505954 {
  min-height: 50px;
}








#s-4b00985a-e8d8-443b-a8f5-8e0263505954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b00985a-e8d8-443b-a8f5-8e0263505954.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8756c118-9906-48ed-9f0c-31308dca762b {
  margin-top: 66px;
margin-bottom: 66px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1100px;
aspect-ratio: 1100/200;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8756c118-9906-48ed-9f0c-31308dca762b {
  margin-top: 26px;
margin-bottom: 26px;
}
}@media (max-width: 767px){#s-8756c118-9906-48ed-9f0c-31308dca762b {
  margin-top: 16px;
margin-bottom: 16px;
}
}




  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image,
  #s-8756c118-9906-48ed-9f0c-31308dca762b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b {
    width: 100%;
    height: auto;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
    
    
  }


.s-8756c118-9906-48ed-9f0c-31308dca762b .shogun-image-content {
  
    align-items: center;
  
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8756c118-9906-48ed-9f0c-31308dca762b {
      --shg-aspect-ratio: calc(1100/200); 
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
      position: relative;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image,
  #s-8756c118-9906-48ed-9f0c-31308dca762b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b {
    width: 100%;
    height: auto;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
    
    
  }


.s-8756c118-9906-48ed-9f0c-31308dca762b .shogun-image-content {
  
    align-items: center;
  
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8756c118-9906-48ed-9f0c-31308dca762b {
      --shg-aspect-ratio: calc(1100/200); 
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
      position: relative;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image,
  #s-8756c118-9906-48ed-9f0c-31308dca762b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b {
    width: 100%;
    height: auto;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
    
    
  }


.s-8756c118-9906-48ed-9f0c-31308dca762b .shogun-image-content {
  
    align-items: center;
  
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8756c118-9906-48ed-9f0c-31308dca762b {
      --shg-aspect-ratio: calc(1100/200); 
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
      position: relative;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image,
  #s-8756c118-9906-48ed-9f0c-31308dca762b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b {
    width: 100%;
    height: auto;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
    
    
  }


.s-8756c118-9906-48ed-9f0c-31308dca762b .shogun-image-content {
  
    align-items: center;
  
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8756c118-9906-48ed-9f0c-31308dca762b {
      --shg-aspect-ratio: calc(1100/200); 
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
      position: relative;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image,
  #s-8756c118-9906-48ed-9f0c-31308dca762b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b {
    width: 100%;
    height: auto;
  }

  #s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
    
    
  }


.s-8756c118-9906-48ed-9f0c-31308dca762b .shogun-image-content {
  
    align-items: center;
  
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8756c118-9906-48ed-9f0c-31308dca762b {
      --shg-aspect-ratio: calc(1100/200); 
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container {
      position: relative;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8756c118-9906-48ed-9f0c-31308dca762b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
