.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-49dab94b-a77c-41d4-beb5-3d3a331a10cc {
  min-height: 50px;
}








#s-49dab94b-a77c-41d4-beb5-3d3a331a10cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49dab94b-a77c-41d4-beb5-3d3a331a10cc.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;
}

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-53889094-6e22-4e95-961c-baef15e7d995 {
  max-width: 2000px;
aspect-ratio: 2000/713;
text-align: center;
}





  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image,
  #s-53889094-6e22-4e95-961c-baef15e7d995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 {
    width: 100%;
    height: auto;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
    
    
  }


.s-53889094-6e22-4e95-961c-baef15e7d995 .shogun-image-content {
  
    align-items: center;
  
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shg-align-container {
  text-align: center
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image,
  #s-53889094-6e22-4e95-961c-baef15e7d995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 {
    width: 100%;
    height: auto;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
    
    
  }


.s-53889094-6e22-4e95-961c-baef15e7d995 .shogun-image-content {
  
    align-items: center;
  
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shg-align-container {
  text-align: center
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
  box-sizing: border-box;
}


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



  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image,
  #s-53889094-6e22-4e95-961c-baef15e7d995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 {
    width: 100%;
    height: auto;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
    
    
  }


.s-53889094-6e22-4e95-961c-baef15e7d995 .shogun-image-content {
  
    align-items: center;
  
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shg-align-container {
  text-align: center
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
  box-sizing: border-box;
}


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



  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image,
  #s-53889094-6e22-4e95-961c-baef15e7d995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 {
    width: 100%;
    height: auto;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
    
    
  }


.s-53889094-6e22-4e95-961c-baef15e7d995 .shogun-image-content {
  
    align-items: center;
  
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shg-align-container {
  text-align: center
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
  box-sizing: border-box;
}


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



  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image,
  #s-53889094-6e22-4e95-961c-baef15e7d995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 {
    width: 100%;
    height: auto;
  }

  #s-53889094-6e22-4e95-961c-baef15e7d995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
    
    
  }


.s-53889094-6e22-4e95-961c-baef15e7d995 .shogun-image-content {
  
    align-items: center;
  
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shg-align-container {
  text-align: center
}

.s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53889094-6e22-4e95-961c-baef15e7d995.shogun-image {
  box-sizing: border-box;
}


}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-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;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-8362a345-1e77-493d-b2e0-9845d3d6bcf8 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#s-8362a345-1e77-493d-b2e0-9845d3d6bcf8 .shogun-heading-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

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

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

@media (min-width: 0px) {
[id="s-332d53a6-0dfd-4678-8dec-478190831806"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-332d53a6-0dfd-4678-8dec-478190831806"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-332d53a6-0dfd-4678-8dec-478190831806"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-332d53a6-0dfd-4678-8dec-478190831806"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.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-9d659b0e-c08c-4b06-8f0f-94a71a127824 {
  text-align: center;
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 {
  max-width:  100%;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom,
.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 {
  max-width:  100%;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom,
.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 {
  max-width:  100%;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom,
.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 {
  max-width:  100%;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom,
.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 {
  max-width:  100%;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom,
.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d659b0e-c08c-4b06-8f0f-94a71a127824 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-3109f3d3-8a48-4c2c-8b38-378b06e71e1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3109f3d3-8a48-4c2c-8b38-378b06e71e1b .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5b23af43-ba4f-4970-b043-9ba410b9a59f {
  text-align: left;
}

#s-5b23af43-ba4f-4970-b043-9ba410b9a59f .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-5b23af43-ba4f-4970-b043-9ba410b9a59f .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5b23af43-ba4f-4970-b043-9ba410b9a59f .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-58aa1d06-6ba3-4d20-882c-2da2acfca6bb {
  text-align: center;
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb {
  max-width:  100%;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom,
.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb {
  max-width:  100%;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom,
.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb {
  max-width:  100%;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom,
.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb {
  max-width:  100%;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom,
.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb {
  max-width:  100%;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom,
.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aa1d06-6ba3-4d20-882c-2da2acfca6bb img.shogun-image {
  width: 100%;
}



}
#s-2fa21fc4-b806-41f3-86cf-6afbfe8178b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2fa21fc4-b806-41f3-86cf-6afbfe8178b0 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c0709e64-ad45-4c38-99a5-151155d5dffa {
  text-align: left;
}

#s-c0709e64-ad45-4c38-99a5-151155d5dffa .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-c0709e64-ad45-4c38-99a5-151155d5dffa .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-c0709e64-ad45-4c38-99a5-151155d5dffa .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-cdfbffab-8d4f-4b9b-b81f-befd3d678679 {
  text-align: center;
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 {
  max-width:  100%;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom,
.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 {
  max-width:  100%;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom,
.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 {
  max-width:  100%;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom,
.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 {
  max-width:  100%;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom,
.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 {
  max-width:  100%;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom,
.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdfbffab-8d4f-4b9b-b81f-befd3d678679 img.shogun-image {
  width: 100%;
}



}
#s-dff7236e-9c8d-4649-950c-7e764a07cce0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dff7236e-9c8d-4649-950c-7e764a07cce0 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8ddf9981-3883-4c96-9746-4bb820dd7e5a {
  text-align: left;
}

#s-8ddf9981-3883-4c96-9746-4bb820dd7e5a .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-8ddf9981-3883-4c96-9746-4bb820dd7e5a .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-8ddf9981-3883-4c96-9746-4bb820dd7e5a .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 (min-width: 0px) {
[id="s-b3a08432-34ce-42e6-bad7-87b5d31f5569"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3a08432-34ce-42e6-bad7-87b5d31f5569"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3a08432-34ce-42e6-bad7-87b5d31f5569"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3a08432-34ce-42e6-bad7-87b5d31f5569"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 {
  text-align: center;
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 {
  max-width:  100%;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom,
.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 {
  max-width:  100%;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom,
.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 {
  max-width:  100%;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom,
.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 {
  max-width:  100%;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom,
.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 {
  max-width:  100%;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom,
.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909203b1-b87e-4d7f-87ea-f75c1596ab84 img.shogun-image {
  width: 100%;
}



}
#s-3d8cf523-d115-46fd-8cca-da4279423a48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d8cf523-d115-46fd-8cca-da4279423a48 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dc78c908-f88f-493a-b40d-ddaee3091881 {
  text-align: left;
}

#s-dc78c908-f88f-493a-b40d-ddaee3091881 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-dc78c908-f88f-493a-b40d-ddaee3091881 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-dc78c908-f88f-493a-b40d-ddaee3091881 .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-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 {
  text-align: center;
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 {
  max-width:  100%;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom,
.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 {
  max-width:  100%;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom,
.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 {
  max-width:  100%;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom,
.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 {
  max-width:  100%;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom,
.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 {
  max-width:  100%;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom,
.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd0e1d2-84d2-4d6f-a8c1-865e3e24a1e7 img.shogun-image {
  width: 100%;
}



}
#s-85b29e6b-60cb-4eb3-9dca-877a13353193 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-85b29e6b-60cb-4eb3-9dca-877a13353193 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-376f703a-fa3f-4366-a9e6-182b4964545d {
  text-align: left;
}

#s-376f703a-fa3f-4366-a9e6-182b4964545d .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-376f703a-fa3f-4366-a9e6-182b4964545d .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-376f703a-fa3f-4366-a9e6-182b4964545d .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-86219968-4627-4317-8ecd-a86b4773007e {
  text-align: center;
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e {
  max-width:  100%;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom,
.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e {
  max-width:  100%;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom,
.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e {
  max-width:  100%;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom,
.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e {
  max-width:  100%;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom,
.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e {
  max-width:  100%;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom,
.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86219968-4627-4317-8ecd-a86b4773007e img.shogun-image {
  width: 100%;
}



}
#s-e120ad56-0cb4-4df6-834f-cf1538d9ec21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e120ad56-0cb4-4df6-834f-cf1538d9ec21 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b7af9151-6c72-4717-ae19-0d56fe13eabc {
  text-align: left;
}

#s-b7af9151-6c72-4717-ae19-0d56fe13eabc .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b7af9151-6c72-4717-ae19-0d56fe13eabc .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-b7af9151-6c72-4717-ae19-0d56fe13eabc .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 (min-width: 0px) {
[id="s-cf7a3b15-3985-4416-9d3a-3547bcbedf54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf7a3b15-3985-4416-9d3a-3547bcbedf54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf7a3b15-3985-4416-9d3a-3547bcbedf54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf7a3b15-3985-4416-9d3a-3547bcbedf54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 {
  text-align: center;
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 {
  max-width:  100%;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom,
.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 {
  max-width:  100%;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom,
.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 {
  max-width:  100%;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom,
.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 {
  max-width:  100%;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom,
.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 {
  max-width:  100%;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom,
.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90b11109-2f0e-46d2-b6c5-88deb30ce602 img.shogun-image {
  width: 100%;
}



}
#s-8916376b-5ce5-4745-a454-0bd4e61a1ec7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8916376b-5ce5-4745-a454-0bd4e61a1ec7 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5dd37b82-3993-4b23-aaf8-0164ef702801 {
  text-align: left;
}

#s-5dd37b82-3993-4b23-aaf8-0164ef702801 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-5dd37b82-3993-4b23-aaf8-0164ef702801 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5dd37b82-3993-4b23-aaf8-0164ef702801 .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-64df3a37-efdb-49f6-b0e9-ad5b625aba11 {
  text-align: center;
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 {
  max-width:  100%;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom,
.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 {
  max-width:  100%;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom,
.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 {
  max-width:  100%;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom,
.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 {
  max-width:  100%;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom,
.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 {
  max-width:  100%;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom,
.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64df3a37-efdb-49f6-b0e9-ad5b625aba11 img.shogun-image {
  width: 100%;
}



}
#s-18728966-ea6c-4a87-924f-a7a76c13ed42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18728966-ea6c-4a87-924f-a7a76c13ed42 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-cacbc6e8-8723-449b-ac1e-e8748f1c945c {
  text-align: left;
}

#s-cacbc6e8-8723-449b-ac1e-e8748f1c945c .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-cacbc6e8-8723-449b-ac1e-e8748f1c945c .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-cacbc6e8-8723-449b-ac1e-e8748f1c945c .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-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 {
  text-align: center;
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 {
  max-width:  100%;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom,
.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 {
  max-width:  100%;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom,
.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 {
  max-width:  100%;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom,
.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 {
  max-width:  100%;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom,
.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 {
  max-width:  100%;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom,
.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bc0e295-22f3-4f96-92f2-61d7cf8987c5 img.shogun-image {
  width: 100%;
}



}
#s-a21de1e4-f54e-4d32-be43-f5b43937e594 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a21de1e4-f54e-4d32-be43-f5b43937e594 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f7bd3866-80ce-4847-8a58-dd5f4f2ae409 {
  text-align: left;
}

#s-f7bd3866-80ce-4847-8a58-dd5f4f2ae409 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-f7bd3866-80ce-4847-8a58-dd5f4f2ae409 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-f7bd3866-80ce-4847-8a58-dd5f4f2ae409 .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 (min-width: 0px) {
[id="s-49e38dc0-0b8d-476c-9999-73741eb3e096"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49e38dc0-0b8d-476c-9999-73741eb3e096"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49e38dc0-0b8d-476c-9999-73741eb3e096"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49e38dc0-0b8d-476c-9999-73741eb3e096"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5717cfba-486f-49cc-a705-f805fca05d0c {
  text-align: center;
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c {
  max-width:  100%;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom,
.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c {
  max-width:  100%;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom,
.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c {
  max-width:  100%;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom,
.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c {
  max-width:  100%;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom,
.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c {
  max-width:  100%;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom,
.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5717cfba-486f-49cc-a705-f805fca05d0c img.shogun-image {
  width: 100%;
}



}
#s-7a40efc4-477f-4de6-9643-13ab3e680dcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a40efc4-477f-4de6-9643-13ab3e680dcb .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8ad30233-ab5c-4fe5-923f-bb86d2513380 {
  text-align: left;
}

#s-8ad30233-ab5c-4fe5-923f-bb86d2513380 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-8ad30233-ab5c-4fe5-923f-bb86d2513380 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-8ad30233-ab5c-4fe5-923f-bb86d2513380 .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-b7816fc6-a3e5-4557-b185-b218c6a599dc {
  text-align: center;
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc {
  max-width:  100%;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom,
.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc {
  max-width:  100%;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom,
.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc {
  max-width:  100%;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom,
.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc {
  max-width:  100%;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom,
.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc {
  max-width:  100%;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom,
.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7816fc6-a3e5-4557-b185-b218c6a599dc img.shogun-image {
  width: 100%;
}



}
#s-4486c648-6209-4977-9920-71875dba0521 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4486c648-6209-4977-9920-71875dba0521 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b474936c-1a25-463a-a2f6-40d706925dfe {
  text-align: left;
}

#s-b474936c-1a25-463a-a2f6-40d706925dfe .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b474936c-1a25-463a-a2f6-40d706925dfe .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-b474936c-1a25-463a-a2f6-40d706925dfe .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-14287e65-5ca3-4761-b167-989487576d33 {
  text-align: center;
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 {
  max-width:  100%;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom,
.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 {
  max-width:  100%;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom,
.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 {
  max-width:  100%;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom,
.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 {
  max-width:  100%;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom,
.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 {
  max-width:  100%;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom,
.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14287e65-5ca3-4761-b167-989487576d33 img.shogun-image {
  width: 100%;
}



}
#s-d468bef7-19d0-4881-a2ba-a4c05839c836 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d468bef7-19d0-4881-a2ba-a4c05839c836 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b69f5416-1938-4d0a-9bdb-43f882a8ee93 {
  text-align: left;
}

#s-b69f5416-1938-4d0a-9bdb-43f882a8ee93 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b69f5416-1938-4d0a-9bdb-43f882a8ee93 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-b69f5416-1938-4d0a-9bdb-43f882a8ee93 .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 (min-width: 0px) {
[id="s-865a62b6-5066-44e5-af11-ed2be9a2f2d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-865a62b6-5066-44e5-af11-ed2be9a2f2d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-865a62b6-5066-44e5-af11-ed2be9a2f2d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-865a62b6-5066-44e5-af11-ed2be9a2f2d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 {
  text-align: center;
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 {
  max-width:  100%;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom,
.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 {
  max-width:  100%;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom,
.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 {
  max-width:  100%;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom,
.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 {
  max-width:  100%;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom,
.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 {
  max-width:  100%;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom,
.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187af3f3-5e47-4a08-b3c1-7c77e4980854 img.shogun-image {
  width: 100%;
}



}
#s-24a52f06-150e-4db3-bfbe-2559c0e6562d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24a52f06-150e-4db3-bfbe-2559c0e6562d .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b8828bc6-b9ab-4a79-8e1c-8afcea515303 {
  text-align: left;
}

#s-b8828bc6-b9ab-4a79-8e1c-8afcea515303 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b8828bc6-b9ab-4a79-8e1c-8afcea515303 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-b8828bc6-b9ab-4a79-8e1c-8afcea515303 .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-763baf6b-df01-47f9-b261-b0ac8e0364d9 {
  text-align: center;
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 {
  max-width:  100%;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom,
.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 {
  max-width:  100%;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom,
.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 {
  max-width:  100%;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom,
.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 {
  max-width:  100%;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom,
.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 {
  max-width:  100%;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom,
.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-763baf6b-df01-47f9-b261-b0ac8e0364d9 img.shogun-image {
  width: 100%;
}



}
#s-196b3065-1b3c-4811-8136-1073189f64d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-196b3065-1b3c-4811-8136-1073189f64d4 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fc9296f3-cf3c-4369-aa7c-aeaa562d0fe7 {
  text-align: left;
}

#s-fc9296f3-cf3c-4369-aa7c-aeaa562d0fe7 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-fc9296f3-cf3c-4369-aa7c-aeaa562d0fe7 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-fc9296f3-cf3c-4369-aa7c-aeaa562d0fe7 .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-3bbef316-afda-411e-b7e6-b31424b6997b {
  text-align: center;
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b {
  max-width:  100%;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom,
.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b {
  max-width:  100%;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom,
.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b {
  max-width:  100%;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom,
.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b {
  max-width:  100%;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom,
.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b {
  max-width:  100%;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom,
.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbef316-afda-411e-b7e6-b31424b6997b img.shogun-image {
  width: 100%;
}



}
#s-9db07f29-024d-4aa1-b0ef-d0a05ef9eca2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9db07f29-024d-4aa1-b0ef-d0a05ef9eca2 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-afdf1c47-9789-4ccd-8ded-b89858c5d50b {
  text-align: left;
}

#s-afdf1c47-9789-4ccd-8ded-b89858c5d50b .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-afdf1c47-9789-4ccd-8ded-b89858c5d50b .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-afdf1c47-9789-4ccd-8ded-b89858c5d50b .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-8adb9dd0-a0cf-49b7-b490-68d332fb60cc {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-8adb9dd0-a0cf-49b7-b490-68d332fb60cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8adb9dd0-a0cf-49b7-b490-68d332fb60cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8adb9dd0-a0cf-49b7-b490-68d332fb60cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8adb9dd0-a0cf-49b7-b490-68d332fb60cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 {
  text-align: center;
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 {
  max-width:  100%;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom,
.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 {
  max-width:  100%;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom,
.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 {
  max-width:  100%;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom,
.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 {
  max-width:  100%;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom,
.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 {
  max-width:  100%;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom,
.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78e24cc1-fb75-4657-ae2f-eb3f7f913550 img.shogun-image {
  width: 100%;
}



}
#s-a6593990-faf7-420d-8abc-8a3e17bb82a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a6593990-faf7-420d-8abc-8a3e17bb82a8 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a3364f90-bbde-4521-b84c-775e7eacf362 {
  text-align: left;
}

#s-a3364f90-bbde-4521-b84c-775e7eacf362 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-a3364f90-bbde-4521-b84c-775e7eacf362 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-a3364f90-bbde-4521-b84c-775e7eacf362 .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-19d5f61a-98c0-4ffd-9412-1ed56bf72081 {
  text-align: center;
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 {
  max-width:  100%;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom,
.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 {
  max-width:  100%;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom,
.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 {
  max-width:  100%;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom,
.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 {
  max-width:  100%;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom,
.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 {
  max-width:  100%;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom,
.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19d5f61a-98c0-4ffd-9412-1ed56bf72081 img.shogun-image {
  width: 100%;
}



}
#s-1bcb8c81-3646-4949-a2b1-ff143ea494c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1bcb8c81-3646-4949-a2b1-ff143ea494c4 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a6053e3a-21cd-44c9-8e80-f6839db0a986 {
  text-align: left;
}

#s-a6053e3a-21cd-44c9-8e80-f6839db0a986 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-a6053e3a-21cd-44c9-8e80-f6839db0a986 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-a6053e3a-21cd-44c9-8e80-f6839db0a986 .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-970df903-7162-4167-abca-219bcb3ceefe {
  text-align: center;
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe {
  max-width:  100%;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom,
.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe {
  max-width:  100%;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom,
.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe {
  max-width:  100%;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom,
.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe {
  max-width:  100%;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom,
.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe {
  max-width:  100%;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom,
.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-970df903-7162-4167-abca-219bcb3ceefe img.shogun-image {
  width: 100%;
}



}
#s-fbb478b2-e077-459a-8c3a-5d9413d6ae5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbb478b2-e077-459a-8c3a-5d9413d6ae5e .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9abcc08b-d649-4adc-86ad-66e7727b8b7b {
  text-align: left;
}

#s-9abcc08b-d649-4adc-86ad-66e7727b8b7b .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-9abcc08b-d649-4adc-86ad-66e7727b8b7b .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-9abcc08b-d649-4adc-86ad-66e7727b8b7b .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 (min-width: 0px) {
[id="s-32f27804-9261-42e3-8837-8c209283948a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32f27804-9261-42e3-8837-8c209283948a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32f27804-9261-42e3-8837-8c209283948a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32f27804-9261-42e3-8837-8c209283948a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 {
  text-align: center;
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 {
  max-width:  100%;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom,
.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 {
  max-width:  100%;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom,
.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 {
  max-width:  100%;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom,
.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 {
  max-width:  100%;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom,
.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 {
  max-width:  100%;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom,
.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf9383b-e437-4b29-91d0-8a5b3276dd36 img.shogun-image {
  width: 100%;
}



}
#s-b2ae7f75-01e2-42ce-bbf2-c296c4572813 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2ae7f75-01e2-42ce-bbf2-c296c4572813 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b2e045ca-540a-4999-9001-be45368bc6af {
  text-align: left;
}

#s-b2e045ca-540a-4999-9001-be45368bc6af .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b2e045ca-540a-4999-9001-be45368bc6af .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-b2e045ca-540a-4999-9001-be45368bc6af .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-fb1e871f-6e9f-4e42-b437-6fd45696624e {
  text-align: center;
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e {
  max-width:  100%;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom,
.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e {
  max-width:  100%;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom,
.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e {
  max-width:  100%;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom,
.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e {
  max-width:  100%;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom,
.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e {
  max-width:  100%;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom,
.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb1e871f-6e9f-4e42-b437-6fd45696624e img.shogun-image {
  width: 100%;
}



}
#s-e3573479-6f1f-4682-8321-3c42561a03c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3573479-6f1f-4682-8321-3c42561a03c1 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d3d565de-4989-46f7-9c40-fcc39aab95c7 {
  text-align: left;
}

#s-d3d565de-4989-46f7-9c40-fcc39aab95c7 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-d3d565de-4989-46f7-9c40-fcc39aab95c7 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-d3d565de-4989-46f7-9c40-fcc39aab95c7 .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-a0ead843-422b-48dc-8faf-a91529aa7a90 {
  text-align: center;
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 {
  max-width:  100%;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom,
.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 {
  max-width:  100%;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom,
.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 {
  max-width:  100%;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom,
.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 {
  max-width:  100%;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom,
.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 {
  max-width:  100%;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom,
.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ead843-422b-48dc-8faf-a91529aa7a90 img.shogun-image {
  width: 100%;
}



}
#s-a35a22b6-0033-4201-aef1-a8d7660ff08a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a35a22b6-0033-4201-aef1-a8d7660ff08a .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4c6af52d-d6e7-40bf-bd67-8a454da928ac {
  text-align: left;
}

#s-4c6af52d-d6e7-40bf-bd67-8a454da928ac .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-4c6af52d-d6e7-40bf-bd67-8a454da928ac .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-4c6af52d-d6e7-40bf-bd67-8a454da928ac .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 (min-width: 0px) {
[id="s-48c7f2e3-2e91-4c8e-aa60-6015863fe982"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48c7f2e3-2e91-4c8e-aa60-6015863fe982"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48c7f2e3-2e91-4c8e-aa60-6015863fe982"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48c7f2e3-2e91-4c8e-aa60-6015863fe982"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef {
  text-align: center;
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef {
  max-width:  100%;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom,
.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef {
  max-width:  100%;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom,
.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef {
  max-width:  100%;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom,
.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef {
  max-width:  100%;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom,
.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef {
  max-width:  100%;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom,
.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53cbbfdf-f11f-4776-ab0d-ece1441896ef img.shogun-image {
  width: 100%;
}



}
#s-6d4d61a2-2ae7-4fa2-bad8-d56a21cc1a98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d4d61a2-2ae7-4fa2-bad8-d56a21cc1a98 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9cc668ff-4e3c-4760-84ed-8f7cb1623e48 {
  text-align: left;
}

#s-9cc668ff-4e3c-4760-84ed-8f7cb1623e48 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-9cc668ff-4e3c-4760-84ed-8f7cb1623e48 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-9cc668ff-4e3c-4760-84ed-8f7cb1623e48 .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-4cff890b-62fb-4b4a-9fe7-1b2373fe185a {
  text-align: center;
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a {
  max-width:  100%;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom,
.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a {
  max-width:  100%;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom,
.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a {
  max-width:  100%;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom,
.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a {
  max-width:  100%;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom,
.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a {
  max-width:  100%;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom,
.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cff890b-62fb-4b4a-9fe7-1b2373fe185a img.shogun-image {
  width: 100%;
}



}
#s-0e049ed9-409f-40ff-b207-352f8a54a291 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e049ed9-409f-40ff-b207-352f8a54a291 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b7e7b873-7c57-4371-92f4-596c72e48455 {
  text-align: left;
}

#s-b7e7b873-7c57-4371-92f4-596c72e48455 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b7e7b873-7c57-4371-92f4-596c72e48455 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-b7e7b873-7c57-4371-92f4-596c72e48455 .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-ae990f8a-8f34-41a2-868a-9e38a94f56b8 {
  text-align: center;
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 {
  max-width:  100%;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom,
.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 {
  max-width:  100%;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom,
.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 {
  max-width:  100%;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom,
.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 {
  max-width:  100%;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom,
.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 {
  max-width:  100%;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom,
.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae990f8a-8f34-41a2-868a-9e38a94f56b8 img.shogun-image {
  width: 100%;
}



}
#s-ca544094-3893-4228-bf9f-fe22c9a3c177 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca544094-3893-4228-bf9f-fe22c9a3c177 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5d49e543-a7a2-4cdb-bf74-20c567b06bff {
  text-align: left;
}

#s-5d49e543-a7a2-4cdb-bf74-20c567b06bff .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-5d49e543-a7a2-4cdb-bf74-20c567b06bff .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5d49e543-a7a2-4cdb-bf74-20c567b06bff .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 (min-width: 0px) {
[id="s-ba4574a0-e480-454e-9bde-d9589d8e1fee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba4574a0-e480-454e-9bde-d9589d8e1fee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba4574a0-e480-454e-9bde-d9589d8e1fee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba4574a0-e480-454e-9bde-d9589d8e1fee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5e9c33b5-523f-4746-83e0-a0e826ece16a {
  text-align: center;
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a {
  max-width:  100%;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom,
.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a {
  max-width:  100%;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom,
.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a {
  max-width:  100%;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom,
.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a {
  max-width:  100%;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom,
.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a {
  max-width:  100%;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom,
.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9c33b5-523f-4746-83e0-a0e826ece16a img.shogun-image {
  width: 100%;
}



}
#s-58dad764-d56d-472e-b405-2b944df321db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-58dad764-d56d-472e-b405-2b944df321db .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-67d162c6-d1be-4dec-9f27-ef2ffc5a2819 {
  text-align: left;
}

#s-67d162c6-d1be-4dec-9f27-ef2ffc5a2819 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-67d162c6-d1be-4dec-9f27-ef2ffc5a2819 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-67d162c6-d1be-4dec-9f27-ef2ffc5a2819 .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-dcace29d-a1cd-4290-ac4a-8507a45cfed0 {
  text-align: center;
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 {
  max-width:  100%;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom,
.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 {
  max-width:  100%;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom,
.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 {
  max-width:  100%;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom,
.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 {
  max-width:  100%;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom,
.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 {
  max-width:  100%;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom,
.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcace29d-a1cd-4290-ac4a-8507a45cfed0 img.shogun-image {
  width: 100%;
}



}
#s-756db8c1-ab53-4231-8d68-aee1dbfb6ea3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-756db8c1-ab53-4231-8d68-aee1dbfb6ea3 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-89fa125e-486b-4e35-8c66-6341b04e5d64 {
  text-align: left;
}

#s-89fa125e-486b-4e35-8c66-6341b04e5d64 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-89fa125e-486b-4e35-8c66-6341b04e5d64 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-89fa125e-486b-4e35-8c66-6341b04e5d64 .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-f07d2963-98d1-45e1-a71c-f98c51393971 {
  text-align: center;
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 {
  max-width:  100%;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom,
.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 {
  max-width:  100%;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom,
.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 {
  max-width:  100%;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom,
.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 {
  max-width:  100%;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom,
.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 {
  max-width:  100%;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom,
.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07d2963-98d1-45e1-a71c-f98c51393971 img.shogun-image {
  width: 100%;
}



}
#s-a0117bfb-4b35-4708-9f54-c9291675ac6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0117bfb-4b35-4708-9f54-c9291675ac6a .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-62b0770a-5537-4187-a64c-cdfe47494eb8 {
  text-align: left;
}

#s-62b0770a-5537-4187-a64c-cdfe47494eb8 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-62b0770a-5537-4187-a64c-cdfe47494eb8 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-62b0770a-5537-4187-a64c-cdfe47494eb8 .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 (min-width: 0px) {
[id="s-536f1fea-2441-44d2-9630-c6120e8f8505"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-536f1fea-2441-44d2-9630-c6120e8f8505"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-536f1fea-2441-44d2-9630-c6120e8f8505"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-536f1fea-2441-44d2-9630-c6120e8f8505"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc {
  text-align: center;
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc {
  max-width:  100%;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom,
.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc {
  max-width:  100%;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom,
.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc {
  max-width:  100%;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom,
.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc {
  max-width:  100%;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom,
.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc {
  max-width:  100%;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom,
.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  max-width: 250px !important;
  min-height: 0px !important;
}

.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f11485e-fea1-4423-a58c-ac32cae4c6dc img.shogun-image {
  width: 100%;
}



}
#s-372fb566-13fb-4f17-a323-6bc66f003e05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-372fb566-13fb-4f17-a323-6bc66f003e05 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-befa976a-e4e7-433a-8281-671cfea04028 {
  text-align: left;
}

#s-befa976a-e4e7-433a-8281-671cfea04028 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-befa976a-e4e7-433a-8281-671cfea04028 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-befa976a-e4e7-433a-8281-671cfea04028 .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-69bcd2dd-da65-40c5-8469-79caa8912cba {
  text-align: center;
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba {
  max-width:  100%;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom,
.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba {
  max-width:  100%;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom,
.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba {
  max-width:  100%;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom,
.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba {
  max-width:  100%;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom,
.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba {
  max-width:  100%;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom,
.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bcd2dd-da65-40c5-8469-79caa8912cba img.shogun-image {
  width: 100%;
}



}
#s-2fe34a0a-d58d-464d-b973-7652968aa155 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2fe34a0a-d58d-464d-b973-7652968aa155 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4684423c-1dbf-4508-ae48-aad5aeb0e470 {
  text-align: left;
}

#s-4684423c-1dbf-4508-ae48-aad5aeb0e470 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-4684423c-1dbf-4508-ae48-aad5aeb0e470 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-4684423c-1dbf-4508-ae48-aad5aeb0e470 .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-e6ee8df6-d813-4811-9c31-de34dd4b29f6 {
  text-align: center;
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 {
  max-width:  100%;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom,
.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 {
  max-width:  100%;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom,
.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 {
  max-width:  100%;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom,
.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 {
  max-width:  100%;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom,
.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 {
  max-width:  100%;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom,
.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6ee8df6-d813-4811-9c31-de34dd4b29f6 img.shogun-image {
  width: 100%;
}



}
#s-57eae7b6-a697-45a5-b801-a09f3cdb0594 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-57eae7b6-a697-45a5-b801-a09f3cdb0594 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e9d7cf80-e955-4e07-8885-d30748ee1400 {
  text-align: left;
}

#s-e9d7cf80-e955-4e07-8885-d30748ee1400 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e9d7cf80-e955-4e07-8885-d30748ee1400 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-e9d7cf80-e955-4e07-8885-d30748ee1400 .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 (min-width: 0px) {
[id="s-cda36d32-6ecf-4eee-8ac1-9a1f9f37dab1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cda36d32-6ecf-4eee-8ac1-9a1f9f37dab1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cda36d32-6ecf-4eee-8ac1-9a1f9f37dab1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cda36d32-6ecf-4eee-8ac1-9a1f9f37dab1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c {
  text-align: center;
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c {
  max-width:  100%;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom,
.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c {
  max-width:  100%;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom,
.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c {
  max-width:  100%;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom,
.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c {
  max-width:  100%;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom,
.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c {
  max-width:  100%;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom,
.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2008f42e-bfa1-497e-a1ad-a7d608bb1f9c img.shogun-image {
  width: 100%;
}



}
#s-960dc65c-f7b1-48a6-8132-e1db1feec790 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-960dc65c-f7b1-48a6-8132-e1db1feec790 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c9310a49-27c9-4586-b56c-baba7f887377 {
  text-align: left;
}

#s-c9310a49-27c9-4586-b56c-baba7f887377 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-c9310a49-27c9-4586-b56c-baba7f887377 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-c9310a49-27c9-4586-b56c-baba7f887377 .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-a25c499a-9043-43fc-8173-e61139b4f96d {
  text-align: center;
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d {
  max-width:  100%;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom,
.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d {
  max-width:  100%;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom,
.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d {
  max-width:  100%;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom,
.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d {
  max-width:  100%;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom,
.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d {
  max-width:  100%;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom,
.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a25c499a-9043-43fc-8173-e61139b4f96d img.shogun-image {
  width: 100%;
}



}
#s-9a8eaefa-daaf-4a69-a9b5-dbfe6d1491f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9a8eaefa-daaf-4a69-a9b5-dbfe6d1491f6 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-22ce7c17-43c7-41bd-b97d-f1f35d6ec989 {
  text-align: left;
}

#s-22ce7c17-43c7-41bd-b97d-f1f35d6ec989 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-22ce7c17-43c7-41bd-b97d-f1f35d6ec989 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-22ce7c17-43c7-41bd-b97d-f1f35d6ec989 .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-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f {
  text-align: center;
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f {
  max-width:  100%;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom,
.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f {
  max-width:  100%;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom,
.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f {
  max-width:  100%;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom,
.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f {
  max-width:  100%;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom,
.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f {
  max-width:  100%;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom,
.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3be0df4f-d4d7-4850-98ea-4ef9b66a4f7f img.shogun-image {
  width: 100%;
}



}
#s-161db563-6d73-464b-99ef-b5c2e82b189c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-161db563-6d73-464b-99ef-b5c2e82b189c .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-22e0148f-856e-4f8b-a99f-5cc13279cf01 {
  text-align: left;
}

#s-22e0148f-856e-4f8b-a99f-5cc13279cf01 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-22e0148f-856e-4f8b-a99f-5cc13279cf01 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-22e0148f-856e-4f8b-a99f-5cc13279cf01 .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 (min-width: 0px) {
[id="s-bad40d47-879f-4a90-b47c-d86147e1b982"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bad40d47-879f-4a90-b47c-d86147e1b982"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bad40d47-879f-4a90-b47c-d86147e1b982"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bad40d47-879f-4a90-b47c-d86147e1b982"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 {
  text-align: center;
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 {
  max-width:  100%;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom,
.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 {
  max-width:  100%;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom,
.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 {
  max-width:  100%;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom,
.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 {
  max-width:  100%;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom,
.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 {
  max-width:  100%;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom,
.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  max-width: 300px !important;
  min-height: 0px !important;
}

.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eef17c-185f-4e8b-8900-2a44bebcd5f5 img.shogun-image {
  width: 100%;
}



}
#s-abb5f0ed-fea0-4262-94a6-023a4853b657 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-abb5f0ed-fea0-4262-94a6-023a4853b657 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e6613bcb-71b9-4e4a-8bf9-9b1a95a2cc7f {
  text-align: left;
}

#s-e6613bcb-71b9-4e4a-8bf9-9b1a95a2cc7f .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e6613bcb-71b9-4e4a-8bf9-9b1a95a2cc7f .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-e6613bcb-71b9-4e4a-8bf9-9b1a95a2cc7f .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-8fbe2799-52b7-43f5-b16d-0598cd8d715a {
  text-align: center;
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a {
  max-width:  100%;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom,
.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a {
  max-width:  100%;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom,
.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a {
  max-width:  100%;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom,
.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a {
  max-width:  100%;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom,
.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a {
  max-width:  100%;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom,
.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbe2799-52b7-43f5-b16d-0598cd8d715a img.shogun-image {
  width: 100%;
}



}
#s-31f0da53-197b-495e-bc68-1c83b5b253e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31f0da53-197b-495e-bc68-1c83b5b253e1 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c8d75352-85fa-473d-bbe2-08e46e0efc75 {
  text-align: left;
}

#s-c8d75352-85fa-473d-bbe2-08e46e0efc75 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-c8d75352-85fa-473d-bbe2-08e46e0efc75 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-c8d75352-85fa-473d-bbe2-08e46e0efc75 .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-08e1adf3-1e86-4b98-bef0-edf78ea76834 {
  text-align: center;
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 {
  max-width:  100%;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom,
.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 {
  max-width:  100%;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom,
.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 {
  max-width:  100%;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom,
.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 {
  max-width:  100%;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom,
.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 {
  max-width:  100%;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom,
.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08e1adf3-1e86-4b98-bef0-edf78ea76834 img.shogun-image {
  width: 100%;
}



}
#s-e96b182b-9bb6-4825-8164-35862c0ade13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e96b182b-9bb6-4825-8164-35862c0ade13 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bf21077a-6f21-4887-a69e-0cca819c69fc {
  text-align: left;
}

#s-bf21077a-6f21-4887-a69e-0cca819c69fc .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-bf21077a-6f21-4887-a69e-0cca819c69fc .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-bf21077a-6f21-4887-a69e-0cca819c69fc .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-68bc2d95-3654-46bd-bb79-cbc771b28ac9 {
  min-height: 50px;
}








#s-68bc2d95-3654-46bd-bb79-cbc771b28ac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68bc2d95-3654-46bd-bb79-cbc771b28ac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-4b82dd00-4192-45af-9c5d-ce04c31ddb17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(243, 111, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4b82dd00-4192-45af-9c5d-ce04c31ddb17:hover {background-color: rgba(252, 91, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b82dd00-4192-45af-9c5d-ce04c31ddb17:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4b82dd00-4192-45af-9c5d-ce04c31ddb17-root {
    text-align: center;
  }


#s-4b82dd00-4192-45af-9c5d-ce04c31ddb17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b82dd00-4192-45af-9c5d-ce04c31ddb17-root {
    text-align: center;
  }


#s-4b82dd00-4192-45af-9c5d-ce04c31ddb17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b82dd00-4192-45af-9c5d-ce04c31ddb17-root {
    text-align: center;
  }


#s-4b82dd00-4192-45af-9c5d-ce04c31ddb17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b82dd00-4192-45af-9c5d-ce04c31ddb17-root {
    text-align: center;
  }


#s-4b82dd00-4192-45af-9c5d-ce04c31ddb17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b82dd00-4192-45af-9c5d-ce04c31ddb17-root {
    text-align: center;
  }


#s-4b82dd00-4192-45af-9c5d-ce04c31ddb17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}