.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-2c7514cb-b46c-4af0-87e5-610f6d3c7e20 {
  min-height: 50px;
}








#s-2c7514cb-b46c-4af0-87e5-610f6d3c7e20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c7514cb-b46c-4af0-87e5-610f6d3c7e20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d {
  max-width: 2000px;
aspect-ratio: 2000/713;
text-align: center;
}





  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d img.shogun-image,
  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d {
    width: 100%;
    height: auto;
  }



  img.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image {
    
    
  }


.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shg-align-container {
  text-align: center
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d img.shogun-image,
  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d {
    width: 100%;
    height: auto;
  }



  img.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image {
    
    
  }


.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shg-align-container {
  text-align: center
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image {
  box-sizing: border-box;
}


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



  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d img.shogun-image,
  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d {
    width: 100%;
    height: auto;
  }



  img.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image {
    
    
  }


.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shg-align-container {
  text-align: center
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image {
  box-sizing: border-box;
}


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



  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d img.shogun-image,
  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d {
    width: 100%;
    height: auto;
  }



  img.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image {
    
    
  }


.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shg-align-container {
  text-align: center
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image {
  box-sizing: border-box;
}


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



  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d img.shogun-image,
  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d {
    width: 100%;
    height: auto;
  }



  img.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image {
    
    
  }


.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shg-align-container {
  text-align: center
}

.s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5ac91b-0048-4b9e-92bb-612a41c5f53d.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:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  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;
}

#s-e556ff56-6c07-404a-abd2-3f406226f765 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-e556ff56-6c07-404a-abd2-3f406226f765"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e556ff56-6c07-404a-abd2-3f406226f765"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e556ff56-6c07-404a-abd2-3f406226f765"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e556ff56-6c07-404a-abd2-3f406226f765"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-235466d6-1847-40e3-a317-ee003f581e6b {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-4859db55-ad63-4949-85eb-abb4dcab69e3 {
  text-align: center;
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 {
  max-width:  100%;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom,
.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 {
  max-width:  100%;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom,
.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 {
  max-width:  100%;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom,
.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 {
  max-width:  100%;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom,
.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 {
  max-width:  100%;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom,
.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4859db55-ad63-4949-85eb-abb4dcab69e3 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-168fff0e-d409-476e-b8fe-cbbec5340cb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-168fff0e-d409-476e-b8fe-cbbec5340cb4 .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-adc3579e-5d08-409a-bbce-ca7088a79937 {
  text-align: left;
}

#s-adc3579e-5d08-409a-bbce-ca7088a79937 .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-adc3579e-5d08-409a-bbce-ca7088a79937 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-adc3579e-5d08-409a-bbce-ca7088a79937 .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-9beaaca5-db4d-465d-b469-c68592aa3ec6 {
  display: none;
}
#s-e46107c3-e183-4b57-9908-18b7676e6b52 {
  text-align: center;
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 {
  max-width:  100%;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom,
.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 {
  max-width:  100%;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom,
.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 {
  max-width:  100%;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom,
.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 {
  max-width:  100%;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom,
.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 {
  max-width:  100%;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom,
.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e46107c3-e183-4b57-9908-18b7676e6b52 img.shogun-image {
  width: 100%;
}



}
#s-bdb4e613-1a37-4b37-b556-05ea4a83a052 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bdb4e613-1a37-4b37-b556-05ea4a83a052 .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-41b405c6-0f1a-4f4f-8d78-98c5510868ec {
  text-align: left;
}

#s-41b405c6-0f1a-4f4f-8d78-98c5510868ec .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-41b405c6-0f1a-4f4f-8d78-98c5510868ec .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-41b405c6-0f1a-4f4f-8d78-98c5510868ec .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-dd333224-52e3-4374-97a2-94635c4edac7 {
  display: none;
}
#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 {
  text-align: center;
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 {
  max-width:  100%;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom,
.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 {
  max-width:  100%;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom,
.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 {
  max-width:  100%;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom,
.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 {
  max-width:  100%;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom,
.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 {
  max-width:  100%;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom,
.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4979364-f04f-4262-a3e8-f68bc1f8e0c3 img.shogun-image {
  width: 100%;
}



}
#s-32d3ba1e-fc22-409e-985d-6c01643c5eb8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-32d3ba1e-fc22-409e-985d-6c01643c5eb8 .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-cd0121a7-299a-4693-baab-ea336ec44ce4 {
  text-align: left;
}

#s-cd0121a7-299a-4693-baab-ea336ec44ce4 .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-cd0121a7-299a-4693-baab-ea336ec44ce4 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-cd0121a7-299a-4693-baab-ea336ec44ce4 .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-99e7557c-92c2-4b7a-85b0-a0866a0d764c {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-99e7557c-92c2-4b7a-85b0-a0866a0d764c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99e7557c-92c2-4b7a-85b0-a0866a0d764c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-99e7557c-92c2-4b7a-85b0-a0866a0d764c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-99e7557c-92c2-4b7a-85b0-a0866a0d764c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93c8baa6-af43-4c26-a6ce-d3c519d7a69b {
  display: none;
}
#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a {
  text-align: center;
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a {
  max-width:  100%;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom,
.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a {
  max-width:  100%;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom,
.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a {
  max-width:  100%;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom,
.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a {
  max-width:  100%;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom,
.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a {
  max-width:  100%;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom,
.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcf94ff-4e9f-4ccd-bf65-be1fb10acf0a img.shogun-image {
  width: 100%;
}



}
#s-133a2fc4-a561-4534-a5d5-5d332871613c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-133a2fc4-a561-4534-a5d5-5d332871613c .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-e17b0cdc-4bff-48e3-bedf-66a2f3bbc731 {
  text-align: left;
}

#s-e17b0cdc-4bff-48e3-bedf-66a2f3bbc731 .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-e17b0cdc-4bff-48e3-bedf-66a2f3bbc731 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-e17b0cdc-4bff-48e3-bedf-66a2f3bbc731 .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-33e8666b-efc0-423b-a0b9-004e9b4fa9bd {
  display: none;
}
#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 {
  text-align: center;
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 {
  max-width:  100%;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom,
.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 {
  max-width:  100%;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom,
.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 {
  max-width:  100%;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom,
.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 {
  max-width:  100%;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom,
.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 {
  max-width:  100%;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom,
.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ddba93-84c0-4589-a862-ea8f91ae0668 img.shogun-image {
  width: 100%;
}



}
#s-bbaaa83c-c8f8-4f85-a7ec-73bae28959b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bbaaa83c-c8f8-4f85-a7ec-73bae28959b8 .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-5df904dc-4530-4238-b665-8c9765bc72de {
  text-align: left;
}

#s-5df904dc-4530-4238-b665-8c9765bc72de .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-5df904dc-4530-4238-b665-8c9765bc72de .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5df904dc-4530-4238-b665-8c9765bc72de .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-c31e65f3-706e-4d01-9c5c-1e99e47aef7e {
  display: none;
}
#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 {
  text-align: center;
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 {
  max-width:  100%;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom,
.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 {
  max-width:  100%;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom,
.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 {
  max-width:  100%;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom,
.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 {
  max-width:  100%;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom,
.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 {
  max-width:  100%;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom,
.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d49bfea1-11b1-4edd-9a94-6940ec88ee86 img.shogun-image {
  width: 100%;
}



}
#s-329954b1-4f23-4d05-b9e2-2c58c062c922 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-329954b1-4f23-4d05-b9e2-2c58c062c922 .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-e4dd3de7-d46d-4ac2-ae63-5bee5ca6ac1c {
  text-align: left;
}

#s-e4dd3de7-d46d-4ac2-ae63-5bee5ca6ac1c .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-e4dd3de7-d46d-4ac2-ae63-5bee5ca6ac1c .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-e4dd3de7-d46d-4ac2-ae63-5bee5ca6ac1c .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-f63dc53b-2640-40ce-a7e9-a3f624ab3042 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-f63dc53b-2640-40ce-a7e9-a3f624ab3042"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f63dc53b-2640-40ce-a7e9-a3f624ab3042"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f63dc53b-2640-40ce-a7e9-a3f624ab3042"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f63dc53b-2640-40ce-a7e9-a3f624ab3042"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3441196b-3d37-4146-90d4-00f6b4b95296 {
  display: none;
}
#s-85af6506-9864-4e1b-880c-38c55b940d90 {
  text-align: center;
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 {
  max-width:  100%;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom,
.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 {
  max-width:  100%;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom,
.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 {
  max-width:  100%;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom,
.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 {
  max-width:  100%;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom,
.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 {
  max-width:  100%;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom,
.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85af6506-9864-4e1b-880c-38c55b940d90 img.shogun-image {
  width: 100%;
}



}
#s-29feee74-d730-4b95-8640-9f3d9ebb9fc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29feee74-d730-4b95-8640-9f3d9ebb9fc6 .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-a339f4e3-ca5b-4e21-a05e-b0b01ae3a809 {
  text-align: left;
}

#s-a339f4e3-ca5b-4e21-a05e-b0b01ae3a809 .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-a339f4e3-ca5b-4e21-a05e-b0b01ae3a809 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-a339f4e3-ca5b-4e21-a05e-b0b01ae3a809 .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-acc11e8b-ea89-40a7-8295-e96d8acdbde2 {
  display: none;
}
#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 {
  text-align: center;
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 {
  max-width:  100%;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom,
.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 {
  max-width:  100%;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom,
.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 {
  max-width:  100%;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom,
.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 {
  max-width:  100%;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom,
.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 {
  max-width:  100%;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom,
.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-285fbdc1-f7ed-4d2e-a5af-39dc59b88156 img.shogun-image {
  width: 100%;
}



}
#s-019b8290-7913-40b7-9313-7907546b1fc0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-019b8290-7913-40b7-9313-7907546b1fc0 .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-8ceab368-7b2d-48dc-bde9-f761c03e3f5d {
  text-align: left;
}

#s-8ceab368-7b2d-48dc-bde9-f761c03e3f5d .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-8ceab368-7b2d-48dc-bde9-f761c03e3f5d .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-8ceab368-7b2d-48dc-bde9-f761c03e3f5d .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-1a47026b-5736-4812-8d5c-0c430874a7d0 {
  display: none;
}
#s-1f3675af-71ca-4005-8f66-5cb60eb7915a {
  text-align: center;
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a {
  max-width:  100%;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom,
.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a {
  max-width:  100%;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom,
.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a {
  max-width:  100%;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom,
.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a {
  max-width:  100%;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom,
.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a {
  max-width:  100%;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom,
.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3675af-71ca-4005-8f66-5cb60eb7915a img.shogun-image {
  width: 100%;
}



}
#s-0fa2d552-999b-4e3b-8a74-06cad43eea7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0fa2d552-999b-4e3b-8a74-06cad43eea7b .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-d380669d-bc87-449d-acbf-d97a28a0e7bc {
  text-align: left;
}

#s-d380669d-bc87-449d-acbf-d97a28a0e7bc .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-d380669d-bc87-449d-acbf-d97a28a0e7bc .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-d380669d-bc87-449d-acbf-d97a28a0e7bc .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-714deeda-f663-47d3-bbb8-b08f23b398d9 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-714deeda-f663-47d3-bbb8-b08f23b398d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-714deeda-f663-47d3-bbb8-b08f23b398d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-714deeda-f663-47d3-bbb8-b08f23b398d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-714deeda-f663-47d3-bbb8-b08f23b398d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fee7788f-bf05-4f11-a8f2-9349f352a656 {
  display: none;
}
#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b {
  text-align: center;
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b {
  max-width:  100%;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom,
.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b {
  max-width:  100%;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom,
.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b {
  max-width:  100%;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom,
.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b {
  max-width:  100%;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom,
.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b {
  max-width:  100%;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom,
.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0335d874-32c5-449d-a5b2-f84fa48fdd7b img.shogun-image {
  width: 100%;
}



}
#s-3e5567d8-4873-4648-a3ed-1529c6070764 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e5567d8-4873-4648-a3ed-1529c6070764 .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-5ca3747c-620b-43c7-9a17-b24bd34f2727 {
  text-align: left;
}

#s-5ca3747c-620b-43c7-9a17-b24bd34f2727 .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-5ca3747c-620b-43c7-9a17-b24bd34f2727 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5ca3747c-620b-43c7-9a17-b24bd34f2727 .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-33fd7f74-2e42-4bba-aa72-3a3d0940411d {
  display: none;
}
#s-0aaec677-ec9c-45d5-af98-557cc4308560 {
  text-align: center;
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 {
  max-width:  100%;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom,
.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 {
  max-width:  100%;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom,
.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 {
  max-width:  100%;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom,
.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 {
  max-width:  100%;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom,
.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 {
  max-width:  100%;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom,
.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aaec677-ec9c-45d5-af98-557cc4308560 img.shogun-image {
  width: 100%;
}



}
#s-c02c2021-6b0d-418e-9397-6d5a00b95471 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c02c2021-6b0d-418e-9397-6d5a00b95471 .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-446b78c7-8323-48d6-b344-1496e3afdd90 {
  text-align: left;
}

#s-446b78c7-8323-48d6-b344-1496e3afdd90 .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-446b78c7-8323-48d6-b344-1496e3afdd90 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-446b78c7-8323-48d6-b344-1496e3afdd90 .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-89773739-d8c7-4611-b81c-723382c1a41e {
  display: none;
}
#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c {
  text-align: center;
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c {
  max-width:  100%;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom,
.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c {
  max-width:  100%;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom,
.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c {
  max-width:  100%;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom,
.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c {
  max-width:  100%;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom,
.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c {
  max-width:  100%;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom,
.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c9ce64-90b6-4e6a-b386-6e852621a66c img.shogun-image {
  width: 100%;
}



}
#s-463e685e-a380-4f16-8d6d-05f7dce9ee25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-463e685e-a380-4f16-8d6d-05f7dce9ee25 .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-8bac205c-6d6f-45a4-b100-d2bd09cfc185 {
  text-align: left;
}

#s-8bac205c-6d6f-45a4-b100-d2bd09cfc185 .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-8bac205c-6d6f-45a4-b100-d2bd09cfc185 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-8bac205c-6d6f-45a4-b100-d2bd09cfc185 .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-e68cebce-6a80-4131-afe7-1754b2a43d02 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-e68cebce-6a80-4131-afe7-1754b2a43d02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e68cebce-6a80-4131-afe7-1754b2a43d02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e68cebce-6a80-4131-afe7-1754b2a43d02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e68cebce-6a80-4131-afe7-1754b2a43d02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-90b3a713-1f7c-43c4-a5dc-3a40f01e6551 {
  display: none;
}
#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 {
  text-align: center;
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 {
  max-width:  100%;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom,
.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 {
  max-width:  100%;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom,
.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 {
  max-width:  100%;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom,
.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 {
  max-width:  100%;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom,
.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 {
  max-width:  100%;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom,
.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0f82ca-0aa9-44a8-b98a-e29010ca7585 img.shogun-image {
  width: 100%;
}



}
#s-d64696b3-85f2-439b-9cb2-930316f96222 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d64696b3-85f2-439b-9cb2-930316f96222 .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-2f2e55cf-15f6-4712-8784-167a7e24634f {
  text-align: left;
}

#s-2f2e55cf-15f6-4712-8784-167a7e24634f .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-2f2e55cf-15f6-4712-8784-167a7e24634f .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-2f2e55cf-15f6-4712-8784-167a7e24634f .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-75c2d0fb-5046-4ce0-b677-9529e799c247 {
  display: none;
}
#s-d6989bdf-f385-46c6-9af0-21938d5c048b {
  text-align: center;
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b {
  max-width:  100%;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom,
.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b {
  max-width:  100%;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom,
.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b {
  max-width:  100%;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom,
.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b {
  max-width:  100%;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom,
.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b {
  max-width:  100%;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom,
.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6989bdf-f385-46c6-9af0-21938d5c048b img.shogun-image {
  width: 100%;
}



}
#s-df5de910-91f7-4f97-8929-4fb51fbef2e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df5de910-91f7-4f97-8929-4fb51fbef2e8 .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-df8f1dc1-f230-4b48-b494-2071727d8b42 {
  text-align: left;
}

#s-df8f1dc1-f230-4b48-b494-2071727d8b42 .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-df8f1dc1-f230-4b48-b494-2071727d8b42 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-df8f1dc1-f230-4b48-b494-2071727d8b42 .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-cd7cd190-33f0-46ad-af45-5cb3208645a5 {
  display: none;
}
#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 {
  text-align: center;
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 {
  max-width:  100%;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom,
.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 {
  max-width:  100%;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom,
.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 {
  max-width:  100%;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom,
.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 {
  max-width:  100%;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom,
.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 {
  max-width:  100%;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom,
.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4015ccda-6e14-4436-ae5b-1201efe3cbe4 img.shogun-image {
  width: 100%;
}



}
#s-d98eabd0-f078-4c05-8ee9-68271333f59f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d98eabd0-f078-4c05-8ee9-68271333f59f .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-a9439049-e485-40bb-8b3f-36ef01fa9803 {
  text-align: left;
}

#s-a9439049-e485-40bb-8b3f-36ef01fa9803 .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-a9439049-e485-40bb-8b3f-36ef01fa9803 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-a9439049-e485-40bb-8b3f-36ef01fa9803 .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-de927124-cfb6-4d8a-b0e3-4c983105bc41 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-de927124-cfb6-4d8a-b0e3-4c983105bc41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de927124-cfb6-4d8a-b0e3-4c983105bc41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de927124-cfb6-4d8a-b0e3-4c983105bc41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de927124-cfb6-4d8a-b0e3-4c983105bc41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b5bf1cde-a7ad-4ef6-85ff-ea9fe311f4f9 {
  display: none;
}
#s-c13be639-0a23-405c-b714-f270e72ad59b {
  text-align: center;
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b {
  max-width:  100%;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom,
.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b {
  max-width:  100%;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom,
.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b {
  max-width:  100%;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom,
.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b {
  max-width:  100%;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom,
.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b {
  max-width:  100%;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom,
.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c13be639-0a23-405c-b714-f270e72ad59b img.shogun-image {
  width: 100%;
}



}
#s-4e936a79-8b1a-4742-a241-a93ccd7845e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e936a79-8b1a-4742-a241-a93ccd7845e9 .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-7ba170d6-dccf-4e72-b011-02c1074d0901 {
  text-align: left;
}

#s-7ba170d6-dccf-4e72-b011-02c1074d0901 .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-7ba170d6-dccf-4e72-b011-02c1074d0901 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-7ba170d6-dccf-4e72-b011-02c1074d0901 .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-0e8a18af-cd5f-4734-8298-fc44f42229cf {
  display: none;
}
#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 {
  text-align: center;
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 {
  max-width:  100%;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom,
.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 {
  max-width:  100%;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom,
.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 {
  max-width:  100%;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom,
.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 {
  max-width:  100%;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom,
.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 {
  max-width:  100%;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom,
.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cbbed57-3a69-4995-a21f-92a3efea55a5 img.shogun-image {
  width: 100%;
}



}
#s-3b30d3d8-5936-4d5e-98a2-5a3bb36a807b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b30d3d8-5936-4d5e-98a2-5a3bb36a807b .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-4a2b1e78-9d4d-4f50-abdd-08e1601bcb02 {
  text-align: left;
}

#s-4a2b1e78-9d4d-4f50-abdd-08e1601bcb02 .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-4a2b1e78-9d4d-4f50-abdd-08e1601bcb02 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-4a2b1e78-9d4d-4f50-abdd-08e1601bcb02 .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-ca8118fc-47ec-4949-9f17-c5e42e43bf8a {
  display: none;
}
#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 {
  text-align: center;
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 {
  max-width:  100%;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom,
.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 {
  max-width:  100%;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom,
.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 {
  max-width:  100%;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom,
.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 {
  max-width:  100%;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom,
.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 {
  max-width:  100%;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom,
.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a106147b-1d00-4fdc-81f4-14c94ac29e51 img.shogun-image {
  width: 100%;
}



}
#s-f09fa858-4210-4c36-bbb2-c1d9077c0b33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f09fa858-4210-4c36-bbb2-c1d9077c0b33 .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-6560ee6b-b294-419d-bc53-a98d0222d382 {
  text-align: left;
}

#s-6560ee6b-b294-419d-bc53-a98d0222d382 .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-6560ee6b-b294-419d-bc53-a98d0222d382 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-6560ee6b-b294-419d-bc53-a98d0222d382 .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-40bd3d3e-c5a6-472a-afbb-3a10256a069c {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-40bd3d3e-c5a6-472a-afbb-3a10256a069c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40bd3d3e-c5a6-472a-afbb-3a10256a069c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40bd3d3e-c5a6-472a-afbb-3a10256a069c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40bd3d3e-c5a6-472a-afbb-3a10256a069c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-54b62024-16e3-4562-b919-a2caae1bb0bf {
  display: none;
}
#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 {
  text-align: center;
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 {
  max-width:  100%;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom,
.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 {
  max-width:  100%;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom,
.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 {
  max-width:  100%;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom,
.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 {
  max-width:  100%;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom,
.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 {
  max-width:  100%;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom,
.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf471ac0-6adf-4610-8f04-b1c984dd4139 img.shogun-image {
  width: 100%;
}



}
#s-42e9b751-0109-488c-b22e-ea110a5b7356 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42e9b751-0109-488c-b22e-ea110a5b7356 .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-1f59e940-9a63-4655-ae4e-47575c79394d {
  text-align: left;
}

#s-1f59e940-9a63-4655-ae4e-47575c79394d .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-1f59e940-9a63-4655-ae4e-47575c79394d .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-1f59e940-9a63-4655-ae4e-47575c79394d .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-5a4c1a4e-9c89-4092-b9b9-a328837de05a {
  display: none;
}
#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf {
  text-align: center;
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf {
  max-width:  100%;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom,
.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf {
  max-width:  100%;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom,
.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf {
  max-width:  100%;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom,
.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf {
  max-width:  100%;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom,
.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf {
  max-width:  100%;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom,
.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84cb022c-64b3-45dd-b7a8-773507cfa7cf img.shogun-image {
  width: 100%;
}



}
#s-a534b48f-2992-459f-bc7f-8dddd482c623 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a534b48f-2992-459f-bc7f-8dddd482c623 .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-6a6fcb37-bf8a-4c21-8f42-2ce673575daf {
  text-align: left;
}

#s-6a6fcb37-bf8a-4c21-8f42-2ce673575daf .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-6a6fcb37-bf8a-4c21-8f42-2ce673575daf .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-6a6fcb37-bf8a-4c21-8f42-2ce673575daf .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-08581aea-d291-4a73-9dac-e10bc8b85d73 {
  display: none;
}
#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf {
  text-align: center;
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf {
  max-width:  100%;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom,
.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf {
  max-width:  100%;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom,
.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf {
  max-width:  100%;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom,
.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf {
  max-width:  100%;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom,
.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf {
  max-width:  100%;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom,
.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b295c4-4f95-4ca4-b18d-a9e909fc3fcf img.shogun-image {
  width: 100%;
}



}
#s-44eb80a6-3090-4fc5-9214-a292903d6e3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44eb80a6-3090-4fc5-9214-a292903d6e3f .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-b58f917a-d112-494d-a1dc-cc37f75dd2ff {
  text-align: left;
}

#s-b58f917a-d112-494d-a1dc-cc37f75dd2ff .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-b58f917a-d112-494d-a1dc-cc37f75dd2ff .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-b58f917a-d112-494d-a1dc-cc37f75dd2ff .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-288888cd-fd65-4174-90d7-5489edf6c3b1 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-288888cd-fd65-4174-90d7-5489edf6c3b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-288888cd-fd65-4174-90d7-5489edf6c3b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-288888cd-fd65-4174-90d7-5489edf6c3b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-288888cd-fd65-4174-90d7-5489edf6c3b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a7f2191c-7d17-4d8d-9d74-1b62225ae710 {
  display: none;
}
#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa {
  text-align: center;
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa {
  max-width:  100%;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom,
.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa {
  max-width:  100%;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom,
.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa {
  max-width:  100%;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom,
.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa {
  max-width:  100%;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom,
.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa {
  max-width:  100%;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom,
.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e5c84e-cee7-4808-a92a-65d83b9fd9aa img.shogun-image {
  width: 100%;
}



}
#s-62144695-2a35-4f47-8b0c-38a7fd53bbaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62144695-2a35-4f47-8b0c-38a7fd53bbaa .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-3f8e3a92-5b92-4eb7-8cf4-ba07463399ea {
  text-align: left;
}

#s-3f8e3a92-5b92-4eb7-8cf4-ba07463399ea .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-3f8e3a92-5b92-4eb7-8cf4-ba07463399ea .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-3f8e3a92-5b92-4eb7-8cf4-ba07463399ea .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-692c60b5-998b-4ba2-9b5b-362366f9f8a5 {
  display: none;
}
#s-25d67db3-efbc-4d56-8552-269b4c909b37 {
  text-align: center;
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 {
  max-width:  100%;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom,
.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 {
  max-width:  100%;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom,
.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 {
  max-width:  100%;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom,
.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 {
  max-width:  100%;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom,
.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 {
  max-width:  100%;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom,
.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25d67db3-efbc-4d56-8552-269b4c909b37 img.shogun-image {
  width: 100%;
}



}
#s-8ef853e7-3203-4a14-8528-8dbb7ec03908 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ef853e7-3203-4a14-8528-8dbb7ec03908 .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-028eba54-ee8a-498c-bc3a-8b51d95e7554 {
  text-align: left;
}

#s-028eba54-ee8a-498c-bc3a-8b51d95e7554 .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-028eba54-ee8a-498c-bc3a-8b51d95e7554 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-028eba54-ee8a-498c-bc3a-8b51d95e7554 .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-bae6b890-b3bb-426b-864b-c0a8f7677b8c {
  display: none;
}
#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 {
  text-align: center;
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 {
  max-width:  100%;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom,
.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 {
  max-width:  100%;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom,
.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 {
  max-width:  100%;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom,
.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 {
  max-width:  100%;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom,
.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 {
  max-width:  100%;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom,
.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3548a51-63b1-4f0f-b2cc-e71aab860fc3 img.shogun-image {
  width: 100%;
}



}
#s-9098687f-20c2-42a6-8abc-1bcdd2f07bd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9098687f-20c2-42a6-8abc-1bcdd2f07bd3 .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-86f340c6-0679-43ef-a1d4-d451053927ef {
  text-align: left;
}

#s-86f340c6-0679-43ef-a1d4-d451053927ef .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-86f340c6-0679-43ef-a1d4-d451053927ef .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-86f340c6-0679-43ef-a1d4-d451053927ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-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-4f3fd97b-aced-4fa6-8f2a-c3009debd01d {
  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-4f3fd97b-aced-4fa6-8f2a-c3009debd01d:hover {background-color: rgba(252, 91, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4f3fd97b-aced-4fa6-8f2a-c3009debd01d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4f3fd97b-aced-4fa6-8f2a-c3009debd01d-root {
    text-align: center;
  }


#s-4f3fd97b-aced-4fa6-8f2a-c3009debd01d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f3fd97b-aced-4fa6-8f2a-c3009debd01d-root {
    text-align: center;
  }


#s-4f3fd97b-aced-4fa6-8f2a-c3009debd01d.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-4f3fd97b-aced-4fa6-8f2a-c3009debd01d-root {
    text-align: center;
  }


#s-4f3fd97b-aced-4fa6-8f2a-c3009debd01d.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-4f3fd97b-aced-4fa6-8f2a-c3009debd01d-root {
    text-align: center;
  }


#s-4f3fd97b-aced-4fa6-8f2a-c3009debd01d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f3fd97b-aced-4fa6-8f2a-c3009debd01d-root {
    text-align: center;
  }


#s-4f3fd97b-aced-4fa6-8f2a-c3009debd01d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-79194730-3d1a-4f5f-b460-1621948738b9 {
  min-height: 50px;
}








#s-79194730-3d1a-4f5f-b460-1621948738b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79194730-3d1a-4f5f-b460-1621948738b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
