.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-585d4b90-9d87-4b89-a043-c00c5c54d7f8 {
  margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-585d4b90-9d87-4b89-a043-c00c5c54d7f8 {
  display: none;
}
#s-585d4b90-9d87-4b89-a043-c00c5c54d7f8, #wrap-s-585d4b90-9d87-4b89-a043-c00c5c54d7f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-585d4b90-9d87-4b89-a043-c00c5c54d7f8 {
  display: none;
}
#s-585d4b90-9d87-4b89-a043-c00c5c54d7f8, #wrap-s-585d4b90-9d87-4b89-a043-c00c5c54d7f8 { display: none !important; }}@media (max-width: 767px){#s-585d4b90-9d87-4b89-a043-c00c5c54d7f8 {
  display: none;
}
#s-585d4b90-9d87-4b89-a043-c00c5c54d7f8, #wrap-s-585d4b90-9d87-4b89-a043-c00c5c54d7f8 { display: none !important; }}







#s-585d4b90-9d87-4b89-a043-c00c5c54d7f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-585d4b90-9d87-4b89-a043-c00c5c54d7f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-dc653d21-e247-4974-bda3-7a2162b4af47 {
  
}
}@media (max-width: 767px){#s-dc653d21-e247-4974-bda3-7a2162b4af47 {
  display: none;
}
#s-dc653d21-e247-4974-bda3-7a2162b4af47, #wrap-s-dc653d21-e247-4974-bda3-7a2162b4af47 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dc653d21-e247-4974-bda3-7a2162b4af47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc653d21-e247-4974-bda3-7a2162b4af47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc653d21-e247-4974-bda3-7a2162b4af47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc653d21-e247-4974-bda3-7a2162b4af47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc653d21-e247-4974-bda3-7a2162b4af47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc653d21-e247-4974-bda3-7a2162b4af47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc653d21-e247-4974-bda3-7a2162b4af47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

.shogun-image-container {
  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%;
}

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

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

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

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

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

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

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

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

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

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

#s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 {
  max-width: 1250px;
aspect-ratio: 1250/200;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 {
  display: none;
}
#s-b8f200c4-799c-43ce-9a4e-cb90d926cd81, #wrap-s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 { display: none !important; }}@media (max-width: 767px){#s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 {
  display: none;
}
#s-b8f200c4-799c-43ce-9a4e-cb90d926cd81, #wrap-s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 { display: none !important; }}




  #s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 img.shogun-image,
  #s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 {
    width: 100%;
    height: auto;
  }



  #s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 img.shogun-image {
    

    
    
    
  }


#s-b8f200c4-799c-43ce-9a4e-cb90d926cd81 .shogun-image-content {
  
    align-items: center;
  
}

#s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052 {
  display: none;
}
#s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052, #wrap-s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052 {
  display: none;
}
#s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052, #wrap-s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052 { display: none !important; }}@media (max-width: 767px){#s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052 {
  display: none;
}
#s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052, #wrap-s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052 { display: none !important; }}







#s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59ffa0f3-5bfe-4a48-a899-f6b54f20e052.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0cc12015-ea26-4468-ad7c-ea1a75b4a356 {
  
}
}@media (max-width: 767px){#s-0cc12015-ea26-4468-ad7c-ea1a75b4a356 {
  display: none;
}
#s-0cc12015-ea26-4468-ad7c-ea1a75b4a356, #wrap-s-0cc12015-ea26-4468-ad7c-ea1a75b4a356 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0cc12015-ea26-4468-ad7c-ea1a75b4a356"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cc12015-ea26-4468-ad7c-ea1a75b4a356"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc12015-ea26-4468-ad7c-ea1a75b4a356"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0cc12015-ea26-4468-ad7c-ea1a75b4a356"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc12015-ea26-4468-ad7c-ea1a75b4a356"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cc12015-ea26-4468-ad7c-ea1a75b4a356"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc12015-ea26-4468-ad7c-ea1a75b4a356"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
  max-width: 1250px;
aspect-ratio: 1250/200;
text-align: center;
}





  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image,
  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
    width: 100%;
    height: auto;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
    
    
  }


.s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
      --shg-aspect-ratio: calc(1250/200); 
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
      position: relative;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image,
  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
    width: 100%;
    height: auto;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
    
    
  }


.s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
      --shg-aspect-ratio: calc(1250/200); 
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
      position: relative;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image,
  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
    width: 100%;
    height: auto;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
    
    
  }


.s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
      --shg-aspect-ratio: calc(1250/200); 
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
      position: relative;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image,
  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
    width: 100%;
    height: auto;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
    
    
  }


.s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
      --shg-aspect-ratio: calc(1250/200); 
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
      position: relative;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image,
  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
    width: 100%;
    height: auto;
  }

  #s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
    
    
  }


.s-0c1635af-e560-4bea-bd36-cb9a44264c72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 {
      --shg-aspect-ratio: calc(1250/200); 
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container {
      position: relative;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c1635af-e560-4bea-bd36-cb9a44264c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3e563cd1-082d-4709-ab87-364b62facf72 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3e563cd1-082d-4709-ab87-364b62facf72 {
  display: none;
}
#s-3e563cd1-082d-4709-ab87-364b62facf72, #wrap-s-3e563cd1-082d-4709-ab87-364b62facf72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e563cd1-082d-4709-ab87-364b62facf72 {
  display: none;
}
#s-3e563cd1-082d-4709-ab87-364b62facf72, #wrap-s-3e563cd1-082d-4709-ab87-364b62facf72 { display: none !important; }}@media (max-width: 767px){#s-3e563cd1-082d-4709-ab87-364b62facf72 {
  display: none;
}
#s-3e563cd1-082d-4709-ab87-364b62facf72, #wrap-s-3e563cd1-082d-4709-ab87-364b62facf72 { display: none !important; }}







#s-3e563cd1-082d-4709-ab87-364b62facf72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e563cd1-082d-4709-ab87-364b62facf72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62ed647e-917d-4bc3-974c-597fe8d12687 {
  max-width: 1250px;
aspect-ratio: 1250/200;
text-align: center;
}





  #s-62ed647e-917d-4bc3-974c-597fe8d12687 img.shogun-image,
  #s-62ed647e-917d-4bc3-974c-597fe8d12687 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62ed647e-917d-4bc3-974c-597fe8d12687 {
    width: 100%;
    height: auto;
  }



  #s-62ed647e-917d-4bc3-974c-597fe8d12687 img.shogun-image {
    

    
    
    
  }


#s-62ed647e-917d-4bc3-974c-597fe8d12687 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d4ae347-ea8f-48f6-8d15-e29411493639 {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d4ae347-ea8f-48f6-8d15-e29411493639 {
  display: none;
}
#s-3d4ae347-ea8f-48f6-8d15-e29411493639, #wrap-s-3d4ae347-ea8f-48f6-8d15-e29411493639 { display: none !important; }}@media (max-width: 767px){#s-3d4ae347-ea8f-48f6-8d15-e29411493639 {
  display: none;
}
#s-3d4ae347-ea8f-48f6-8d15-e29411493639, #wrap-s-3d4ae347-ea8f-48f6-8d15-e29411493639 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3d4ae347-ea8f-48f6-8d15-e29411493639"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d4ae347-ea8f-48f6-8d15-e29411493639"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d4ae347-ea8f-48f6-8d15-e29411493639"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d4ae347-ea8f-48f6-8d15-e29411493639"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d4ae347-ea8f-48f6-8d15-e29411493639"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d4ae347-ea8f-48f6-8d15-e29411493639"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d4ae347-ea8f-48f6-8d15-e29411493639"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-ede33221-11b8-40f1-b520-9c684bab06be {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(42, 50, 68, 1);
border-style: solid;
min-height: 50px;
}








#s-ede33221-11b8-40f1-b520-9c684bab06be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ede33221-11b8-40f1-b520-9c684bab06be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e02d46f-87dc-451c-b354-a049915f53e2 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
background-color: rgba(165, 179, 204, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-0e02d46f-87dc-451c-b354-a049915f53e2 {
  
}
}@media (max-width: 767px){#s-0e02d46f-87dc-451c-b354-a049915f53e2 {
  display: none;
}
#s-0e02d46f-87dc-451c-b354-a049915f53e2, #wrap-s-0e02d46f-87dc-451c-b354-a049915f53e2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0e02d46f-87dc-451c-b354-a049915f53e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e02d46f-87dc-451c-b354-a049915f53e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e02d46f-87dc-451c-b354-a049915f53e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e02d46f-87dc-451c-b354-a049915f53e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e02d46f-87dc-451c-b354-a049915f53e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e02d46f-87dc-451c-b354-a049915f53e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e02d46f-87dc-451c-b354-a049915f53e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
  padding-left: 0%;
max-width: 400px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image,
  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
    width: 100%;
    height: auto;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
    
    
  }


.s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
      position: relative;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image,
  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
    width: 100%;
    height: auto;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
    
    
  }


.s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
      position: relative;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image,
  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
    width: 100%;
    height: auto;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
    
    
  }


.s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
      position: relative;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image,
  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
    width: 100%;
    height: auto;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
    
    
  }


.s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
      position: relative;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image,
  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
    width: 100%;
    height: auto;
  }

  #s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
    
    
  }


.s-0ff97f0d-4b13-4662-aacc-5f2485bca771 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container {
      position: relative;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff97f0d-4b13-4662-aacc-5f2485bca771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-ed1c081e-72f6-430a-bf58-af27208970d7 {
  margin-top: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed1c081e-72f6-430a-bf58-af27208970d7 {
  
}
}@media (max-width: 767px){#s-ed1c081e-72f6-430a-bf58-af27208970d7 {
  display: none;
}
#s-ed1c081e-72f6-430a-bf58-af27208970d7, #wrap-s-ed1c081e-72f6-430a-bf58-af27208970d7 { display: none !important; }}
#s-ed1c081e-72f6-430a-bf58-af27208970d7 .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-ed1c081e-72f6-430a-bf58-af27208970d7 .shg-sld-nav-button.shg-sld-left,
#s-ed1c081e-72f6-430a-bf58-af27208970d7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-b4456a8b-d368-4a81-a0ce-d2253e319426 {
  
}
}@media (max-width: 767px){#s-b4456a8b-d368-4a81-a0ce-d2253e319426 {
  display: none;
}
#s-b4456a8b-d368-4a81-a0ce-d2253e319426, #wrap-s-b4456a8b-d368-4a81-a0ce-d2253e319426 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b4456a8b-d368-4a81-a0ce-d2253e319426"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4456a8b-d368-4a81-a0ce-d2253e319426"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b4456a8b-d368-4a81-a0ce-d2253e319426"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4456a8b-d368-4a81-a0ce-d2253e319426"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-81ad90bf-64cb-476f-8296-b05bcd545991 {
  text-align: left;
}



.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ad90bf-64cb-476f-8296-b05bcd545991 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-759888f9-ca62-4a37-a9a0-f30dea6625d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-759888f9-ca62-4a37-a9a0-f30dea6625d4 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d1b0cec5-21f3-4eac-9f60-1c31aaab6e16 {
  text-align: center;
}

#s-d1b0cec5-21f3-4eac-9f60-1c31aaab6e16 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d1b0cec5-21f3-4eac-9f60-1c31aaab6e16 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d1b0cec5-21f3-4eac-9f60-1c31aaab6e16 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 {
  text-align: left;
}



.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c55cee10-dd3a-4af2-a4b8-83e188727c86 img.shogun-image {
  width: 100%;
}



}
#s-e1b36fb5-1f2e-4ecf-b9d4-5d6affce88c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1b36fb5-1f2e-4ecf-b9d4-5d6affce88c9 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5cde48ed-9269-41f9-98fb-96ccb52907d5 {
  text-align: center;
}

#s-5cde48ed-9269-41f9-98fb-96ccb52907d5 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5cde48ed-9269-41f9-98fb-96ccb52907d5 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5cde48ed-9269-41f9-98fb-96ccb52907d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 {
  text-align: left;
}



.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0738bc9f-b470-4cf0-94d0-658dc23326d6 img.shogun-image {
  width: 100%;
}



}
#s-aeaae18f-e241-4e40-8e8e-2732cb41c762 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aeaae18f-e241-4e40-8e8e-2732cb41c762 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b816307d-8ec2-447a-9953-e45ea31fdd4f {
  text-align: center;
}

#s-b816307d-8ec2-447a-9953-e45ea31fdd4f .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b816307d-8ec2-447a-9953-e45ea31fdd4f .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b816307d-8ec2-447a-9953-e45ea31fdd4f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-85ce3933-1186-4387-8abd-3619e17b6ef6 {
  
}
}@media (max-width: 767px){#s-85ce3933-1186-4387-8abd-3619e17b6ef6 {
  display: none;
}
#s-85ce3933-1186-4387-8abd-3619e17b6ef6, #wrap-s-85ce3933-1186-4387-8abd-3619e17b6ef6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-85ce3933-1186-4387-8abd-3619e17b6ef6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85ce3933-1186-4387-8abd-3619e17b6ef6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85ce3933-1186-4387-8abd-3619e17b6ef6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85ce3933-1186-4387-8abd-3619e17b6ef6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 {
  text-align: left;
}



.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad0c67a9-14ec-47bc-b22d-b1d340efcd96 img.shogun-image {
  width: 100%;
}



}
#s-6cb47400-49b9-424c-bfc9-68446c245564 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cb47400-49b9-424c-bfc9-68446c245564 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ecb053ad-1fae-4cf5-a6b2-02836235aecd {
  text-align: center;
}

#s-ecb053ad-1fae-4cf5-a6b2-02836235aecd .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ecb053ad-1fae-4cf5-a6b2-02836235aecd .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ecb053ad-1fae-4cf5-a6b2-02836235aecd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 {
  text-align: left;
}



.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352a3e1d-3e48-4d29-9ff9-c516da5f89d9 img.shogun-image {
  width: 100%;
}



}
#s-81445b0a-bd92-4a0d-af4a-134adf807d87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81445b0a-bd92-4a0d-af4a-134adf807d87 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-bebd12b6-21aa-4829-9fa4-640f420aca73 {
  text-align: center;
}

#s-bebd12b6-21aa-4829-9fa4-640f420aca73 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bebd12b6-21aa-4829-9fa4-640f420aca73 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bebd12b6-21aa-4829-9fa4-640f420aca73 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5a0897f4-224f-4c74-8b03-2e758443dc45 {
  text-align: left;
}



.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0897f4-224f-4c74-8b03-2e758443dc45 img.shogun-image {
  width: 100%;
}



}
#s-08f5e3a0-8f94-4fa7-b9f9-210c543ceaa9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08f5e3a0-8f94-4fa7-b9f9-210c543ceaa9 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-50bcba2d-8d32-424b-a1ac-cdbdfe378ea2 {
  text-align: center;
}

#s-50bcba2d-8d32-424b-a1ac-cdbdfe378ea2 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-50bcba2d-8d32-424b-a1ac-cdbdfe378ea2 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-50bcba2d-8d32-424b-a1ac-cdbdfe378ea2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-e306bb15-10b4-4900-bd6e-f76f6cf13fe3 {
  
}
}@media (max-width: 767px){#s-e306bb15-10b4-4900-bd6e-f76f6cf13fe3 {
  display: none;
}
#s-e306bb15-10b4-4900-bd6e-f76f6cf13fe3, #wrap-s-e306bb15-10b4-4900-bd6e-f76f6cf13fe3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e306bb15-10b4-4900-bd6e-f76f6cf13fe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e306bb15-10b4-4900-bd6e-f76f6cf13fe3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e306bb15-10b4-4900-bd6e-f76f6cf13fe3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e306bb15-10b4-4900-bd6e-f76f6cf13fe3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7398a916-498f-4652-a6ec-60df62a5fb5f {
  text-align: left;
}



.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7398a916-498f-4652-a6ec-60df62a5fb5f img.shogun-image {
  width: 100%;
}



}
#s-e63be5b1-a250-4703-886c-e95f85a54cec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e63be5b1-a250-4703-886c-e95f85a54cec .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-01bf9b27-d322-4790-b518-8f6bf9af22cb {
  text-align: center;
}

#s-01bf9b27-d322-4790-b518-8f6bf9af22cb .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-01bf9b27-d322-4790-b518-8f6bf9af22cb .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-01bf9b27-d322-4790-b518-8f6bf9af22cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-8f45df69-02c5-47a8-955e-df311e0ce537 {
  text-align: left;
}



.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f45df69-02c5-47a8-955e-df311e0ce537 img.shogun-image {
  width: 100%;
}



}
#s-7399b5a3-49f3-4a2a-846a-cb9d3daee8dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7399b5a3-49f3-4a2a-846a-cb9d3daee8dc .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d44ebf1f-c521-4dd6-9ef2-0f4541476256 {
  text-align: center;
}

#s-d44ebf1f-c521-4dd6-9ef2-0f4541476256 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d44ebf1f-c521-4dd6-9ef2-0f4541476256 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d44ebf1f-c521-4dd6-9ef2-0f4541476256 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 {
  text-align: left;
}



.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d59ba7-147b-4315-a6ca-bf8cac2e59a3 img.shogun-image {
  width: 100%;
}



}
#s-3dd992ee-b1ba-4b54-a017-6cb14414d498 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3dd992ee-b1ba-4b54-a017-6cb14414d498 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4f07d76d-5bc9-4e0e-b19e-e0628e7d222e {
  text-align: center;
}

#s-4f07d76d-5bc9-4e0e-b19e-e0628e7d222e .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f07d76d-5bc9-4e0e-b19e-e0628e7d222e .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4f07d76d-5bc9-4e0e-b19e-e0628e7d222e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-6293e4ff-8e82-41ee-97ab-8f8b5cbfd24a {
  
}
}@media (max-width: 767px){#s-6293e4ff-8e82-41ee-97ab-8f8b5cbfd24a {
  display: none;
}
#s-6293e4ff-8e82-41ee-97ab-8f8b5cbfd24a, #wrap-s-6293e4ff-8e82-41ee-97ab-8f8b5cbfd24a { display: none !important; }}
@media (min-width: 0px) {
[id="s-6293e4ff-8e82-41ee-97ab-8f8b5cbfd24a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6293e4ff-8e82-41ee-97ab-8f8b5cbfd24a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6293e4ff-8e82-41ee-97ab-8f8b5cbfd24a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6293e4ff-8e82-41ee-97ab-8f8b5cbfd24a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ee9ef500-316a-4b17-b30a-ad4c17051197 {
  text-align: left;
}



.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee9ef500-316a-4b17-b30a-ad4c17051197 img.shogun-image {
  width: 100%;
}



}
#s-c0274504-c976-47a0-add8-ac74e1725b33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0274504-c976-47a0-add8-ac74e1725b33 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-765d42d8-4b5b-4920-8590-07ea04d79387 {
  text-align: center;
}

#s-765d42d8-4b5b-4920-8590-07ea04d79387 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-765d42d8-4b5b-4920-8590-07ea04d79387 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-765d42d8-4b5b-4920-8590-07ea04d79387 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a8687ee3-eab0-49e7-940e-344e01beacec {
  text-align: left;
}



.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8687ee3-eab0-49e7-940e-344e01beacec img.shogun-image {
  width: 100%;
}



}
#s-ca9a8d57-7a06-487d-8913-2d809a4176cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca9a8d57-7a06-487d-8913-2d809a4176cf .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-45e40438-62b6-4f95-b8b1-86f4dc1a91d7 {
  text-align: center;
}

#s-45e40438-62b6-4f95-b8b1-86f4dc1a91d7 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45e40438-62b6-4f95-b8b1-86f4dc1a91d7 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-45e40438-62b6-4f95-b8b1-86f4dc1a91d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-03550a31-e320-434b-9286-ff39ec9a7ce3 {
  text-align: left;
}



.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03550a31-e320-434b-9286-ff39ec9a7ce3 img.shogun-image {
  width: 100%;
}



}
#s-82ab9445-29dc-4eac-9687-c8567966fb87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82ab9445-29dc-4eac-9687-c8567966fb87 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-324a03f1-2e1a-4943-b97d-969088cff84e {
  text-align: center;
}

#s-324a03f1-2e1a-4943-b97d-969088cff84e .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-324a03f1-2e1a-4943-b97d-969088cff84e .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-324a03f1-2e1a-4943-b97d-969088cff84e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6cd345f2-989a-4272-aa71-79ed9e3da6b3 {
  margin-left: 2%;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6cd345f2-989a-4272-aa71-79ed9e3da6b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cd345f2-989a-4272-aa71-79ed9e3da6b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6cd345f2-989a-4272-aa71-79ed9e3da6b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6cd345f2-989a-4272-aa71-79ed9e3da6b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6cd345f2-989a-4272-aa71-79ed9e3da6b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cd345f2-989a-4272-aa71-79ed9e3da6b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6cd345f2-989a-4272-aa71-79ed9e3da6b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
  margin-left: 0%;
max-width: 300px;
aspect-ratio: 300/100;
text-align: center;
}





  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image,
  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
    width: 100%;
    height: auto;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
    
    
  }


.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
      position: relative;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image,
  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
    width: 100%;
    height: auto;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
    
    
  }


.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
      position: relative;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image,
  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
    width: 100%;
    height: auto;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
    
    
  }


.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
      position: relative;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image,
  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
    width: 100%;
    height: auto;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
    
    
  }


.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
      position: relative;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image,
  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
    width: 100%;
    height: auto;
  }

  #s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
    
    
  }


.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container {
      position: relative;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6b2d635-adb2-4357-a0f7-2bffd99837f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-b37e7d41-d4d4-4f81-b914-4c014c1184e0 {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(165, 179, 204, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b37e7d41-d4d4-4f81-b914-4c014c1184e0 {
  
}
}@media (max-width: 767px){#s-b37e7d41-d4d4-4f81-b914-4c014c1184e0 {
  display: none;
}
#s-b37e7d41-d4d4-4f81-b914-4c014c1184e0, #wrap-s-b37e7d41-d4d4-4f81-b914-4c014c1184e0 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-1f4c62a8-a747-4878-b8ed-bfb076a0d113 {
  display: none;
}
#s-1f4c62a8-a747-4878-b8ed-bfb076a0d113, #wrap-s-1f4c62a8-a747-4878-b8ed-bfb076a0d113 { display: none !important; }}@media (max-width: 767px){#s-1f4c62a8-a747-4878-b8ed-bfb076a0d113 {
  display: none;
}
#s-1f4c62a8-a747-4878-b8ed-bfb076a0d113, #wrap-s-1f4c62a8-a747-4878-b8ed-bfb076a0d113 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1f4c62a8-a747-4878-b8ed-bfb076a0d113"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f4c62a8-a747-4878-b8ed-bfb076a0d113"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1f4c62a8-a747-4878-b8ed-bfb076a0d113"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1f4c62a8-a747-4878-b8ed-bfb076a0d113"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1f4c62a8-a747-4878-b8ed-bfb076a0d113"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f4c62a8-a747-4878-b8ed-bfb076a0d113"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1f4c62a8-a747-4878-b8ed-bfb076a0d113"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-13cacaca-2c3d-4263-b516-a9733ec0b293 {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(243, 197, 92, 1);
border-style: solid;
min-height: 50px;
}








#s-13cacaca-2c3d-4263-b516-a9733ec0b293 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13cacaca-2c3d-4263-b516-a9733ec0b293.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dc3d501-d750-43fa-a006-954eabdf439d {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
background-color: rgba(231, 233, 231, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-3dc3d501-d750-43fa-a006-954eabdf439d {
  display: none;
}
#s-3dc3d501-d750-43fa-a006-954eabdf439d, #wrap-s-3dc3d501-d750-43fa-a006-954eabdf439d { display: none !important; }}@media (max-width: 767px){#s-3dc3d501-d750-43fa-a006-954eabdf439d {
  display: none;
}
#s-3dc3d501-d750-43fa-a006-954eabdf439d, #wrap-s-3dc3d501-d750-43fa-a006-954eabdf439d { display: none !important; }}
@media (min-width: 0px) {
[id="s-3dc3d501-d750-43fa-a006-954eabdf439d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dc3d501-d750-43fa-a006-954eabdf439d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dc3d501-d750-43fa-a006-954eabdf439d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dc3d501-d750-43fa-a006-954eabdf439d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dc3d501-d750-43fa-a006-954eabdf439d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dc3d501-d750-43fa-a006-954eabdf439d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dc3d501-d750-43fa-a006-954eabdf439d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-47438968-ab92-43b9-9c4d-7367f5c2aeb2 {
  margin-left: 1%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-47438968-ab92-43b9-9c4d-7367f5c2aeb2 {
  
}
}@media (max-width: 767px){#s-47438968-ab92-43b9-9c4d-7367f5c2aeb2 {
  display: none;
}
#s-47438968-ab92-43b9-9c4d-7367f5c2aeb2, #wrap-s-47438968-ab92-43b9-9c4d-7367f5c2aeb2 { display: none !important; }}
#s-47438968-ab92-43b9-9c4d-7367f5c2aeb2 .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-47438968-ab92-43b9-9c4d-7367f5c2aeb2 .shg-sld-nav-button.shg-sld-left,
#s-47438968-ab92-43b9-9c4d-7367f5c2aeb2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2 {
  display: none;
}
#s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2, #wrap-s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2 { display: none !important; }}@media (max-width: 767px){#s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2 {
  display: none;
}
#s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2, #wrap-s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6b461b2-fdef-46a8-9e5b-4ce1880520a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-05ae9779-5192-445d-be06-4979d3cd4b1f {
  text-align: left;
}



.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae9779-5192-445d-be06-4979d3cd4b1f img.shogun-image {
  width: 100%;
}



}
#s-0e473ee9-f046-4ecc-a852-f381888e2c26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e473ee9-f046-4ecc-a852-f381888e2c26 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ff65d858-b42c-4dd1-8a29-2386ac362dbf {
  text-align: center;
}

#s-ff65d858-b42c-4dd1-8a29-2386ac362dbf .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ff65d858-b42c-4dd1-8a29-2386ac362dbf .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ff65d858-b42c-4dd1-8a29-2386ac362dbf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 {
  text-align: left;
}



.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1fc5936-b0f1-4ab4-95ad-eeef57e17303 img.shogun-image {
  width: 100%;
}



}
#s-a5230a4e-8e81-4640-b66f-9d3a0d3cfe7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5230a4e-8e81-4640-b66f-9d3a0d3cfe7e .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-36147739-30bf-48b5-a242-0800fd831e6e {
  text-align: center;
}

#s-36147739-30bf-48b5-a242-0800fd831e6e .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-36147739-30bf-48b5-a242-0800fd831e6e .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-36147739-30bf-48b5-a242-0800fd831e6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5e429391-f206-4cf0-9946-50a37fa8d454 {
  text-align: left;
}



.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e429391-f206-4cf0-9946-50a37fa8d454 img.shogun-image {
  width: 100%;
}



}
#s-1773d397-61b7-436f-92fe-cb14b08d44c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1773d397-61b7-436f-92fe-cb14b08d44c1 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-554ac836-bfc1-492f-b5fd-6bda7ac5776c {
  text-align: center;
}

#s-554ac836-bfc1-492f-b5fd-6bda7ac5776c .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-554ac836-bfc1-492f-b5fd-6bda7ac5776c .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-554ac836-bfc1-492f-b5fd-6bda7ac5776c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-22cde359-49b2-47bf-a3ec-fdc2510226c3 {
  display: none;
}
#s-22cde359-49b2-47bf-a3ec-fdc2510226c3, #wrap-s-22cde359-49b2-47bf-a3ec-fdc2510226c3 { display: none !important; }}@media (max-width: 767px){#s-22cde359-49b2-47bf-a3ec-fdc2510226c3 {
  display: none;
}
#s-22cde359-49b2-47bf-a3ec-fdc2510226c3, #wrap-s-22cde359-49b2-47bf-a3ec-fdc2510226c3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-22cde359-49b2-47bf-a3ec-fdc2510226c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22cde359-49b2-47bf-a3ec-fdc2510226c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-22cde359-49b2-47bf-a3ec-fdc2510226c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-22cde359-49b2-47bf-a3ec-fdc2510226c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4b07cef4-56ed-404c-a135-514954100d68 {
  text-align: left;
}



.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b07cef4-56ed-404c-a135-514954100d68 img.shogun-image {
  width: 100%;
}



}
#s-d2fc8cf9-e71e-49da-96e9-fa13337bcc77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2fc8cf9-e71e-49da-96e9-fa13337bcc77 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-081504c6-b58d-449c-b43a-551a86ebdff9 {
  text-align: center;
}

#s-081504c6-b58d-449c-b43a-551a86ebdff9 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-081504c6-b58d-449c-b43a-551a86ebdff9 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-081504c6-b58d-449c-b43a-551a86ebdff9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 {
  text-align: left;
}



.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d5672f-6bbf-4df3-b1e4-ddd10d5dd9a3 img.shogun-image {
  width: 100%;
}



}
#s-c9385059-16e0-41b9-b1a1-a80b8b9c65e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9385059-16e0-41b9-b1a1-a80b8b9c65e2 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-cac6cfb4-1048-465d-b1a1-0a83a76f8e81 {
  text-align: center;
}

#s-cac6cfb4-1048-465d-b1a1-0a83a76f8e81 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cac6cfb4-1048-465d-b1a1-0a83a76f8e81 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cac6cfb4-1048-465d-b1a1-0a83a76f8e81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7ca26c95-469a-4e71-9e9a-63633c013393 {
  text-align: left;
}



.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ca26c95-469a-4e71-9e9a-63633c013393 img.shogun-image {
  width: 100%;
}



}
#s-156e8b8c-b973-4954-92ef-aeb94e4113d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-156e8b8c-b973-4954-92ef-aeb94e4113d0 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7cef41ab-5d3d-49da-aa4d-fb0f4a57aa94 {
  text-align: center;
}

#s-7cef41ab-5d3d-49da-aa4d-fb0f4a57aa94 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7cef41ab-5d3d-49da-aa4d-fb0f4a57aa94 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7cef41ab-5d3d-49da-aa4d-fb0f4a57aa94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-5b3072a8-82ae-40c9-8e3b-a1483609017f {
  display: none;
}
#s-5b3072a8-82ae-40c9-8e3b-a1483609017f, #wrap-s-5b3072a8-82ae-40c9-8e3b-a1483609017f { display: none !important; }}@media (max-width: 767px){#s-5b3072a8-82ae-40c9-8e3b-a1483609017f {
  display: none;
}
#s-5b3072a8-82ae-40c9-8e3b-a1483609017f, #wrap-s-5b3072a8-82ae-40c9-8e3b-a1483609017f { display: none !important; }}
@media (min-width: 0px) {
[id="s-5b3072a8-82ae-40c9-8e3b-a1483609017f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b3072a8-82ae-40c9-8e3b-a1483609017f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b3072a8-82ae-40c9-8e3b-a1483609017f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b3072a8-82ae-40c9-8e3b-a1483609017f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 {
  text-align: left;
}



.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d3b69f5-d709-4ee0-ab8a-be8ecfa2fb95 img.shogun-image {
  width: 100%;
}



}
#s-96373a3b-9af0-4e95-b1e9-1c32174ee230 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96373a3b-9af0-4e95-b1e9-1c32174ee230 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a614d484-d069-41e2-9620-93bdb7edce43 {
  text-align: center;
}

#s-a614d484-d069-41e2-9620-93bdb7edce43 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a614d484-d069-41e2-9620-93bdb7edce43 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a614d484-d069-41e2-9620-93bdb7edce43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3531a325-6184-4674-bcb7-0246520fab84 {
  text-align: left;
}



.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3531a325-6184-4674-bcb7-0246520fab84 img.shogun-image {
  width: 100%;
}



}
#s-e508cf81-d995-44ed-ac53-b47f1fe5e4ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e508cf81-d995-44ed-ac53-b47f1fe5e4ff .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-388cf150-51ae-4a01-a745-8a209d88fdd6 {
  text-align: center;
}

#s-388cf150-51ae-4a01-a745-8a209d88fdd6 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-388cf150-51ae-4a01-a745-8a209d88fdd6 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-388cf150-51ae-4a01-a745-8a209d88fdd6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0a0213f8-140e-4981-bf34-9f7f707ee98a {
  text-align: left;
}



.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a0213f8-140e-4981-bf34-9f7f707ee98a img.shogun-image {
  width: 100%;
}



}
#s-04883166-857e-4a06-aa39-e4cb58f8bd78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04883166-857e-4a06-aa39-e4cb58f8bd78 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5905e9ab-6ef8-49ec-9cdb-cd7c007e4810 {
  text-align: center;
}

#s-5905e9ab-6ef8-49ec-9cdb-cd7c007e4810 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5905e9ab-6ef8-49ec-9cdb-cd7c007e4810 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5905e9ab-6ef8-49ec-9cdb-cd7c007e4810 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-c3662509-9bb1-47dc-a314-b3f82e140deb {
  display: none;
}
#s-c3662509-9bb1-47dc-a314-b3f82e140deb, #wrap-s-c3662509-9bb1-47dc-a314-b3f82e140deb { display: none !important; }}@media (max-width: 767px){#s-c3662509-9bb1-47dc-a314-b3f82e140deb {
  display: none;
}
#s-c3662509-9bb1-47dc-a314-b3f82e140deb, #wrap-s-c3662509-9bb1-47dc-a314-b3f82e140deb { display: none !important; }}
@media (min-width: 0px) {
[id="s-c3662509-9bb1-47dc-a314-b3f82e140deb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3662509-9bb1-47dc-a314-b3f82e140deb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3662509-9bb1-47dc-a314-b3f82e140deb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3662509-9bb1-47dc-a314-b3f82e140deb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-162563cf-998a-4aaa-ab74-fcca0485bebe {
  text-align: left;
}



.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-162563cf-998a-4aaa-ab74-fcca0485bebe img.shogun-image {
  width: 100%;
}



}
#s-dcac0f63-ee28-446e-b347-5f3142aabc1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcac0f63-ee28-446e-b347-5f3142aabc1c .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-fe30a05e-8964-4c2a-982e-f8c0e0cd4582 {
  text-align: center;
}

#s-fe30a05e-8964-4c2a-982e-f8c0e0cd4582 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fe30a05e-8964-4c2a-982e-f8c0e0cd4582 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fe30a05e-8964-4c2a-982e-f8c0e0cd4582 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7d016874-b7e8-4002-bb95-02db7b42c463 {
  text-align: left;
}



.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d016874-b7e8-4002-bb95-02db7b42c463 img.shogun-image {
  width: 100%;
}



}
#s-7a4a3502-851c-48c8-bd06-dcf2b7d9db80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a4a3502-851c-48c8-bd06-dcf2b7d9db80 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-bf19431d-5e36-4c43-b0b4-1cf6e3c7b058 {
  text-align: center;
}

#s-bf19431d-5e36-4c43-b0b4-1cf6e3c7b058 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bf19431d-5e36-4c43-b0b4-1cf6e3c7b058 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bf19431d-5e36-4c43-b0b4-1cf6e3c7b058 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2041dd61-9ab7-4225-a649-e801fd913a5a {
  text-align: left;
}



.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041dd61-9ab7-4225-a649-e801fd913a5a img.shogun-image {
  width: 100%;
}



}
#s-57039e9f-4d3e-4079-b49d-3160663d1c31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57039e9f-4d3e-4079-b49d-3160663d1c31 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-00ffecb7-323e-4a79-9fde-8a011f30d6a7 {
  text-align: center;
}

#s-00ffecb7-323e-4a79-9fde-8a011f30d6a7 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-00ffecb7-323e-4a79-9fde-8a011f30d6a7 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-00ffecb7-323e-4a79-9fde-8a011f30d6a7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5d9db687-355d-432c-a397-81617ba570ec {
  margin-top: 0px;
max-width: 400px;
aspect-ratio: 2/3;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d9db687-355d-432c-a397-81617ba570ec {
  display: none;
}
#s-5d9db687-355d-432c-a397-81617ba570ec, #wrap-s-5d9db687-355d-432c-a397-81617ba570ec { display: none !important; }}@media (max-width: 767px){#s-5d9db687-355d-432c-a397-81617ba570ec {
  display: none;
}
#s-5d9db687-355d-432c-a397-81617ba570ec, #wrap-s-5d9db687-355d-432c-a397-81617ba570ec { display: none !important; }}




  #s-5d9db687-355d-432c-a397-81617ba570ec img.shogun-image,
  #s-5d9db687-355d-432c-a397-81617ba570ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d9db687-355d-432c-a397-81617ba570ec {
    width: 100%;
    height: auto;
  }



  #s-5d9db687-355d-432c-a397-81617ba570ec img.shogun-image {
    

    
    
    
  }


#s-5d9db687-355d-432c-a397-81617ba570ec .shogun-image-content {
  
    align-items: center;
  
}

#s-277512eb-acb8-462f-9d28-0faaf315fcd4 {
  margin-bottom: 10px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-277512eb-acb8-462f-9d28-0faaf315fcd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-277512eb-acb8-462f-9d28-0faaf315fcd4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-277512eb-acb8-462f-9d28-0faaf315fcd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-277512eb-acb8-462f-9d28-0faaf315fcd4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-277512eb-acb8-462f-9d28-0faaf315fcd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-277512eb-acb8-462f-9d28-0faaf315fcd4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-277512eb-acb8-462f-9d28-0faaf315fcd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3a2f8085-ad33-4ef3-98d0-c627bd70f446 {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(231, 233, 231, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-3a2f8085-ad33-4ef3-98d0-c627bd70f446 {
  display: none;
}
#s-3a2f8085-ad33-4ef3-98d0-c627bd70f446, #wrap-s-3a2f8085-ad33-4ef3-98d0-c627bd70f446 { display: none !important; }}@media (max-width: 767px){#s-3a2f8085-ad33-4ef3-98d0-c627bd70f446 {
  display: none;
}
#s-3a2f8085-ad33-4ef3-98d0-c627bd70f446, #wrap-s-3a2f8085-ad33-4ef3-98d0-c627bd70f446 { display: none !important; }}
#s-74dd43be-7d22-4830-9b63-860644d9b5ce {
  margin-right: 0%;
max-width: 300px;
aspect-ratio: 300/100;
text-align: center;
}





  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image,
  #s-74dd43be-7d22-4830-9b63-860644d9b5ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce {
    width: 100%;
    height: auto;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
    
    
  }


.s-74dd43be-7d22-4830-9b63-860644d9b5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74dd43be-7d22-4830-9b63-860644d9b5ce {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
      position: relative;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image,
  #s-74dd43be-7d22-4830-9b63-860644d9b5ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce {
    width: 100%;
    height: auto;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
    
    
  }


.s-74dd43be-7d22-4830-9b63-860644d9b5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74dd43be-7d22-4830-9b63-860644d9b5ce {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
      position: relative;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image,
  #s-74dd43be-7d22-4830-9b63-860644d9b5ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce {
    width: 100%;
    height: auto;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
    
    
  }


.s-74dd43be-7d22-4830-9b63-860644d9b5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74dd43be-7d22-4830-9b63-860644d9b5ce {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
      position: relative;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image,
  #s-74dd43be-7d22-4830-9b63-860644d9b5ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce {
    width: 100%;
    height: auto;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
    
    
  }


.s-74dd43be-7d22-4830-9b63-860644d9b5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74dd43be-7d22-4830-9b63-860644d9b5ce {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
      position: relative;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image,
  #s-74dd43be-7d22-4830-9b63-860644d9b5ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce {
    width: 100%;
    height: auto;
  }

  #s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
    
    
  }


.s-74dd43be-7d22-4830-9b63-860644d9b5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74dd43be-7d22-4830-9b63-860644d9b5ce {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container {
      position: relative;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74dd43be-7d22-4830-9b63-860644d9b5ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8b2dffb8-1c92-4adb-bb0d-9e1e14aae026 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b2dffb8-1c92-4adb-bb0d-9e1e14aae026 {
  display: none;
}
#s-8b2dffb8-1c92-4adb-bb0d-9e1e14aae026, #wrap-s-8b2dffb8-1c92-4adb-bb0d-9e1e14aae026 { display: none !important; }}@media (max-width: 767px){#s-8b2dffb8-1c92-4adb-bb0d-9e1e14aae026 {
  display: none;
}
#s-8b2dffb8-1c92-4adb-bb0d-9e1e14aae026, #wrap-s-8b2dffb8-1c92-4adb-bb0d-9e1e14aae026 { display: none !important; }}







#s-8b2dffb8-1c92-4adb-bb0d-9e1e14aae026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2dffb8-1c92-4adb-bb0d-9e1e14aae026.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56fab1d8-bbc1-4bfe-8da2-655450431ff1 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-56fab1d8-bbc1-4bfe-8da2-655450431ff1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56fab1d8-bbc1-4bfe-8da2-655450431ff1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56fab1d8-bbc1-4bfe-8da2-655450431ff1 {
  display: none;
}
#s-56fab1d8-bbc1-4bfe-8da2-655450431ff1, #wrap-s-56fab1d8-bbc1-4bfe-8da2-655450431ff1 { display: none !important; }}@media (max-width: 767px){#s-56fab1d8-bbc1-4bfe-8da2-655450431ff1 {
  display: none;
}
#s-56fab1d8-bbc1-4bfe-8da2-655450431ff1, #wrap-s-56fab1d8-bbc1-4bfe-8da2-655450431ff1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-56fab1d8-bbc1-4bfe-8da2-655450431ff1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56fab1d8-bbc1-4bfe-8da2-655450431ff1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56fab1d8-bbc1-4bfe-8da2-655450431ff1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56fab1d8-bbc1-4bfe-8da2-655450431ff1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56fab1d8-bbc1-4bfe-8da2-655450431ff1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56fab1d8-bbc1-4bfe-8da2-655450431ff1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56fab1d8-bbc1-4bfe-8da2-655450431ff1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-e9a6cb39-2858-45fa-91af-a1ccd610cd96 {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(42, 50, 68, 1);
border-style: solid;
min-height: 50px;
}








#s-e9a6cb39-2858-45fa-91af-a1ccd610cd96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9a6cb39-2858-45fa-91af-a1ccd610cd96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed549ef7-9b33-4b47-b621-9b8746d9bd64 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
background-color: rgba(165, 179, 204, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-ed549ef7-9b33-4b47-b621-9b8746d9bd64 {
  display: none;
}
#s-ed549ef7-9b33-4b47-b621-9b8746d9bd64, #wrap-s-ed549ef7-9b33-4b47-b621-9b8746d9bd64 { display: none !important; }}@media (max-width: 767px){#s-ed549ef7-9b33-4b47-b621-9b8746d9bd64 {
  display: none;
}
#s-ed549ef7-9b33-4b47-b621-9b8746d9bd64, #wrap-s-ed549ef7-9b33-4b47-b621-9b8746d9bd64 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ed549ef7-9b33-4b47-b621-9b8746d9bd64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed549ef7-9b33-4b47-b621-9b8746d9bd64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed549ef7-9b33-4b47-b621-9b8746d9bd64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed549ef7-9b33-4b47-b621-9b8746d9bd64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed549ef7-9b33-4b47-b621-9b8746d9bd64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed549ef7-9b33-4b47-b621-9b8746d9bd64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed549ef7-9b33-4b47-b621-9b8746d9bd64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6e40f92d-ff04-4670-8646-b278b1a32be8 {
  margin-top: 0px;
max-width: 400px;
aspect-ratio: 2/3;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e40f92d-ff04-4670-8646-b278b1a32be8 {
  
}
}@media (max-width: 767px){#s-6e40f92d-ff04-4670-8646-b278b1a32be8 {
  display: none;
}
#s-6e40f92d-ff04-4670-8646-b278b1a32be8, #wrap-s-6e40f92d-ff04-4670-8646-b278b1a32be8 { display: none !important; }}




  #s-6e40f92d-ff04-4670-8646-b278b1a32be8 img.shogun-image,
  #s-6e40f92d-ff04-4670-8646-b278b1a32be8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6e40f92d-ff04-4670-8646-b278b1a32be8 {
    width: 100%;
    height: auto;
  }



  #s-6e40f92d-ff04-4670-8646-b278b1a32be8 img.shogun-image {
    

    
    
    
  }


#s-6e40f92d-ff04-4670-8646-b278b1a32be8 .shogun-image-content {
  
    align-items: center;
  
}

#s-73c85ed9-b5da-465e-82a7-79ea309327ec {
  margin-top: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-73c85ed9-b5da-465e-82a7-79ea309327ec {
  
}
}@media (max-width: 767px){#s-73c85ed9-b5da-465e-82a7-79ea309327ec {
  display: none;
}
#s-73c85ed9-b5da-465e-82a7-79ea309327ec, #wrap-s-73c85ed9-b5da-465e-82a7-79ea309327ec { display: none !important; }}
#s-73c85ed9-b5da-465e-82a7-79ea309327ec .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-73c85ed9-b5da-465e-82a7-79ea309327ec .shg-sld-nav-button.shg-sld-left,
#s-73c85ed9-b5da-465e-82a7-79ea309327ec .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-d4347859-5b4c-4c5b-a479-2941622d1961 {
  display: none;
}
#s-d4347859-5b4c-4c5b-a479-2941622d1961, #wrap-s-d4347859-5b4c-4c5b-a479-2941622d1961 { display: none !important; }}@media (max-width: 767px){#s-d4347859-5b4c-4c5b-a479-2941622d1961 {
  display: none;
}
#s-d4347859-5b4c-4c5b-a479-2941622d1961, #wrap-s-d4347859-5b4c-4c5b-a479-2941622d1961 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d4347859-5b4c-4c5b-a479-2941622d1961"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4347859-5b4c-4c5b-a479-2941622d1961"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4347859-5b4c-4c5b-a479-2941622d1961"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4347859-5b4c-4c5b-a479-2941622d1961"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-041de3d9-3264-4ffb-a278-306c151405f8 {
  text-align: left;
}



.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-041de3d9-3264-4ffb-a278-306c151405f8 img.shogun-image {
  width: 100%;
}



}
#s-214e8516-a9b4-47d7-a5f3-c2d405eda535 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-214e8516-a9b4-47d7-a5f3-c2d405eda535 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-82a45b3f-6a69-4c45-a7b6-20c0a8e2c5a4 {
  text-align: center;
}

#s-82a45b3f-6a69-4c45-a7b6-20c0a8e2c5a4 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82a45b3f-6a69-4c45-a7b6-20c0a8e2c5a4 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-82a45b3f-6a69-4c45-a7b6-20c0a8e2c5a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb {
  text-align: left;
}



.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7706ef1-fd2e-4d8c-be49-0c7c83f409bb img.shogun-image {
  width: 100%;
}



}
#s-081d0984-d9fd-448d-af1d-a829e0cfab00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-081d0984-d9fd-448d-af1d-a829e0cfab00 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7eaadb4b-ec38-438d-acd9-96fa80bdb020 {
  text-align: center;
}

#s-7eaadb4b-ec38-438d-acd9-96fa80bdb020 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7eaadb4b-ec38-438d-acd9-96fa80bdb020 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-7eaadb4b-ec38-438d-acd9-96fa80bdb020 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 {
  text-align: left;
}



.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663f1a13-c87e-4d43-bf8d-d711c914dfd6 img.shogun-image {
  width: 100%;
}



}
#s-4631eec9-f0ba-4339-982b-6a16bd7dc017 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4631eec9-f0ba-4339-982b-6a16bd7dc017 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-fa7aa475-7fde-4117-b326-4ed00ae814e9 {
  text-align: center;
}

#s-fa7aa475-7fde-4117-b326-4ed00ae814e9 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fa7aa475-7fde-4117-b326-4ed00ae814e9 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-fa7aa475-7fde-4117-b326-4ed00ae814e9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7 {
  display: none;
}
#s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7, #wrap-s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7 { display: none !important; }}@media (max-width: 767px){#s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7 {
  display: none;
}
#s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7, #wrap-s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8a84447-7ecb-44ee-bb88-703f9a5ae5d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 {
  text-align: left;
}



.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8739949-8c8f-44d5-9dc2-ff0ad18af206 img.shogun-image {
  width: 100%;
}



}
#s-04f69905-218e-4807-9d58-6a2c8d815c00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04f69905-218e-4807-9d58-6a2c8d815c00 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6bca4d9d-21cf-48ea-9c38-88fb7b51be18 {
  text-align: center;
}

#s-6bca4d9d-21cf-48ea-9c38-88fb7b51be18 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6bca4d9d-21cf-48ea-9c38-88fb7b51be18 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-6bca4d9d-21cf-48ea-9c38-88fb7b51be18 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-af16de4a-f67e-4b82-903f-3388191e913b {
  text-align: left;
}



.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af16de4a-f67e-4b82-903f-3388191e913b img.shogun-image {
  width: 100%;
}



}
#s-facf8de6-a5a8-430e-82f9-da04a81daad6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-facf8de6-a5a8-430e-82f9-da04a81daad6 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d210575c-5db2-4fae-9612-9426b091da47 {
  text-align: center;
}

#s-d210575c-5db2-4fae-9612-9426b091da47 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d210575c-5db2-4fae-9612-9426b091da47 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-d210575c-5db2-4fae-9612-9426b091da47 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-04d65165-0e32-4916-adc4-c026b7522541 {
  text-align: left;
}



.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d65165-0e32-4916-adc4-c026b7522541 img.shogun-image {
  width: 100%;
}



}
#s-115cfa53-4fc5-49e2-998c-2e1a2a4372ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-115cfa53-4fc5-49e2-998c-2e1a2a4372ab .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9dacf158-198c-420f-92be-55181255c8d3 {
  text-align: center;
}

#s-9dacf158-198c-420f-92be-55181255c8d3 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9dacf158-198c-420f-92be-55181255c8d3 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-9dacf158-198c-420f-92be-55181255c8d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-24be28d7-c246-4340-a6c8-769cd0236438 {
  display: none;
}
#s-24be28d7-c246-4340-a6c8-769cd0236438, #wrap-s-24be28d7-c246-4340-a6c8-769cd0236438 { display: none !important; }}@media (max-width: 767px){#s-24be28d7-c246-4340-a6c8-769cd0236438 {
  display: none;
}
#s-24be28d7-c246-4340-a6c8-769cd0236438, #wrap-s-24be28d7-c246-4340-a6c8-769cd0236438 { display: none !important; }}
@media (min-width: 0px) {
[id="s-24be28d7-c246-4340-a6c8-769cd0236438"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24be28d7-c246-4340-a6c8-769cd0236438"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24be28d7-c246-4340-a6c8-769cd0236438"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24be28d7-c246-4340-a6c8-769cd0236438"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 {
  text-align: left;
}



.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cab1f46-7bd7-497c-84b5-90bab1d83bf7 img.shogun-image {
  width: 100%;
}



}
#s-e7d5d352-ca1d-437a-8ca4-31ec747378c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7d5d352-ca1d-437a-8ca4-31ec747378c5 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-049a6474-01af-46d9-844c-82baffb372ed {
  text-align: center;
}

#s-049a6474-01af-46d9-844c-82baffb372ed .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-049a6474-01af-46d9-844c-82baffb372ed .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-049a6474-01af-46d9-844c-82baffb372ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-36da9124-6bbc-484c-b75d-142393d200be {
  text-align: left;
}



.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36da9124-6bbc-484c-b75d-142393d200be img.shogun-image {
  width: 100%;
}



}
#s-e0ccbc64-f44a-437f-9987-0878042e423a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0ccbc64-f44a-437f-9987-0878042e423a .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8de04d68-bd81-46c2-aae9-6f0728e46773 {
  text-align: center;
}

#s-8de04d68-bd81-46c2-aae9-6f0728e46773 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8de04d68-bd81-46c2-aae9-6f0728e46773 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-8de04d68-bd81-46c2-aae9-6f0728e46773 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-492d70e6-c0d0-4235-a76a-791e98fac3dd {
  text-align: left;
}



.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-492d70e6-c0d0-4235-a76a-791e98fac3dd img.shogun-image {
  width: 100%;
}



}
#s-f42471cf-16be-4b3d-96f1-68c7dccf3be7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f42471cf-16be-4b3d-96f1-68c7dccf3be7 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5abe254d-3a1e-4966-a877-04a58cd29707 {
  text-align: center;
}

#s-5abe254d-3a1e-4966-a877-04a58cd29707 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5abe254d-3a1e-4966-a877-04a58cd29707 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-5abe254d-3a1e-4966-a877-04a58cd29707 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-83395282-211d-4aac-9dd7-27d122b54778 {
  
}
}@media (max-width: 767px){#s-83395282-211d-4aac-9dd7-27d122b54778 {
  display: none;
}
#s-83395282-211d-4aac-9dd7-27d122b54778, #wrap-s-83395282-211d-4aac-9dd7-27d122b54778 { display: none !important; }}
@media (min-width: 0px) {
[id="s-83395282-211d-4aac-9dd7-27d122b54778"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83395282-211d-4aac-9dd7-27d122b54778"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83395282-211d-4aac-9dd7-27d122b54778"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83395282-211d-4aac-9dd7-27d122b54778"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4724b172-1585-434b-a625-cfc1b46f07f1 {
  text-align: left;
}



.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4724b172-1585-434b-a625-cfc1b46f07f1 img.shogun-image {
  width: 100%;
}



}
#s-79627298-dda4-42e2-a08c-8f74881063a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79627298-dda4-42e2-a08c-8f74881063a5 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b69229f1-588a-4e3e-86be-09500aeda05e {
  text-align: center;
}

#s-b69229f1-588a-4e3e-86be-09500aeda05e .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b69229f1-588a-4e3e-86be-09500aeda05e .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-b69229f1-588a-4e3e-86be-09500aeda05e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 {
  text-align: left;
}



.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4897d0-9449-4be3-9fd6-8c06b1069a08 img.shogun-image {
  width: 100%;
}



}
#s-5d39e6f6-e131-432f-83dd-86aa0f48e363 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d39e6f6-e131-432f-83dd-86aa0f48e363 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7dc83bc6-96aa-43c8-8d81-d128326c07d4 {
  text-align: center;
}

#s-7dc83bc6-96aa-43c8-8d81-d128326c07d4 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7dc83bc6-96aa-43c8-8d81-d128326c07d4 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-7dc83bc6-96aa-43c8-8d81-d128326c07d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf {
  text-align: left;
}



.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-babe8942-fdd2-42a2-b3a6-8e4bd9e42bcf img.shogun-image {
  width: 100%;
}



}
#s-24fdf10a-b968-44f3-9aad-2d074f63164d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24fdf10a-b968-44f3-9aad-2d074f63164d .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ee52edde-c450-49d3-b87f-b20277152288 {
  text-align: center;
}

#s-ee52edde-c450-49d3-b87f-b20277152288 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee52edde-c450-49d3-b87f-b20277152288 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-ee52edde-c450-49d3-b87f-b20277152288 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4328a6aa-52c7-462e-80ec-cbb0c1d8226f {
  margin-left: 2%;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4328a6aa-52c7-462e-80ec-cbb0c1d8226f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4328a6aa-52c7-462e-80ec-cbb0c1d8226f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4328a6aa-52c7-462e-80ec-cbb0c1d8226f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4328a6aa-52c7-462e-80ec-cbb0c1d8226f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4328a6aa-52c7-462e-80ec-cbb0c1d8226f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4328a6aa-52c7-462e-80ec-cbb0c1d8226f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4328a6aa-52c7-462e-80ec-cbb0c1d8226f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
  max-width: 300px;
aspect-ratio: 300/100;
text-align: center;
}





  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image,
  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
    width: 100%;
    height: auto;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
    
    
  }


.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
      position: relative;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image,
  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
    width: 100%;
    height: auto;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
    
    
  }


.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
      position: relative;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image,
  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
    width: 100%;
    height: auto;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
    
    
  }


.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
      position: relative;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image,
  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
    width: 100%;
    height: auto;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
    
    
  }


.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
      position: relative;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image,
  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
    width: 100%;
    height: auto;
  }

  #s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
    
    
  }


.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container {
      position: relative;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0284af-b9e7-4359-aaf7-e736ca66f0a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b35875f0-9855-4a17-9825-4f7408594ec1 {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(165, 179, 204, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b35875f0-9855-4a17-9825-4f7408594ec1 {
  display: none;
}
#s-b35875f0-9855-4a17-9825-4f7408594ec1, #wrap-s-b35875f0-9855-4a17-9825-4f7408594ec1 { display: none !important; }}@media (max-width: 767px){#s-b35875f0-9855-4a17-9825-4f7408594ec1 {
  display: none;
}
#s-b35875f0-9855-4a17-9825-4f7408594ec1, #wrap-s-b35875f0-9855-4a17-9825-4f7408594ec1 { display: none !important; }}
#s-9eff75cc-0503-42ea-a2c8-8263bacb7f23 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9eff75cc-0503-42ea-a2c8-8263bacb7f23 {
  display: none;
}
#s-9eff75cc-0503-42ea-a2c8-8263bacb7f23, #wrap-s-9eff75cc-0503-42ea-a2c8-8263bacb7f23 { display: none !important; }}@media (max-width: 767px){#s-9eff75cc-0503-42ea-a2c8-8263bacb7f23 {
  display: none;
}
#s-9eff75cc-0503-42ea-a2c8-8263bacb7f23, #wrap-s-9eff75cc-0503-42ea-a2c8-8263bacb7f23 { display: none !important; }}







#s-9eff75cc-0503-42ea-a2c8-8263bacb7f23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9eff75cc-0503-42ea-a2c8-8263bacb7f23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0f143f7d-4ea3-4412-b6e6-267a75a60928 {
  display: none;
}
#s-0f143f7d-4ea3-4412-b6e6-267a75a60928, #wrap-s-0f143f7d-4ea3-4412-b6e6-267a75a60928 { display: none !important; }}@media (max-width: 767px){#s-0f143f7d-4ea3-4412-b6e6-267a75a60928 {
  display: none;
}
#s-0f143f7d-4ea3-4412-b6e6-267a75a60928, #wrap-s-0f143f7d-4ea3-4412-b6e6-267a75a60928 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f143f7d-4ea3-4412-b6e6-267a75a60928"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f143f7d-4ea3-4412-b6e6-267a75a60928"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f143f7d-4ea3-4412-b6e6-267a75a60928"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0f143f7d-4ea3-4412-b6e6-267a75a60928"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f143f7d-4ea3-4412-b6e6-267a75a60928"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f143f7d-4ea3-4412-b6e6-267a75a60928"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f143f7d-4ea3-4412-b6e6-267a75a60928"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-35a19994-e182-4168-9f49-4e4b5c9a4de6 {
  min-height: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-35a19994-e182-4168-9f49-4e4b5c9a4de6 {
  
}
}@media (max-width: 767px){#s-35a19994-e182-4168-9f49-4e4b5c9a4de6 {
  display: none;
}
#s-35a19994-e182-4168-9f49-4e4b5c9a4de6, #wrap-s-35a19994-e182-4168-9f49-4e4b5c9a4de6 { display: none !important; }}







#s-35a19994-e182-4168-9f49-4e4b5c9a4de6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35a19994-e182-4168-9f49-4e4b5c9a4de6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bee7a69c-461a-41d3-b157-959d80cc1083 {
  border-style: solid;
margin-top: 10px;
margin-left: 40px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-bee7a69c-461a-41d3-b157-959d80cc1083 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bee7a69c-461a-41d3-b157-959d80cc1083 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bee7a69c-461a-41d3-b157-959d80cc1083 {
  
}
}@media (max-width: 767px){#s-bee7a69c-461a-41d3-b157-959d80cc1083 {
  
}
}
@media (min-width: 0px) {
[id="s-bee7a69c-461a-41d3-b157-959d80cc1083"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bee7a69c-461a-41d3-b157-959d80cc1083"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bee7a69c-461a-41d3-b157-959d80cc1083"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bee7a69c-461a-41d3-b157-959d80cc1083"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bee7a69c-461a-41d3-b157-959d80cc1083"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bee7a69c-461a-41d3-b157-959d80cc1083"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bee7a69c-461a-41d3-b157-959d80cc1083"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-cdd82941-c089-4775-b49d-3f8109cd32a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-cdd82941-c089-4775-b49d-3f8109cd32a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(42, 50, 68, 1);
}

.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-99f8c4d3-e970-4f48-b88f-1b32409346e4 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-99f8c4d3-e970-4f48-b88f-1b32409346e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99f8c4d3-e970-4f48-b88f-1b32409346e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99f8c4d3-e970-4f48-b88f-1b32409346e4 {
  
}
}@media (max-width: 767px){#s-99f8c4d3-e970-4f48-b88f-1b32409346e4 {
  
}
}
#s-99f8c4d3-e970-4f48-b88f-1b32409346e4 .shogun-heading-component h6 {
  color: rgba(42, 50, 68, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2db0dd58-010d-4928-9bdd-3235a9bf0e44 .shogun-icon-wrapper {
  text-align: center;
}


#s-2db0dd58-010d-4928-9bdd-3235a9bf0e44 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(42, 50, 68, 1);
}

#s-ba57e3f9-7f77-4629-b1fc-e5509a442dc1 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ba57e3f9-7f77-4629-b1fc-e5509a442dc1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba57e3f9-7f77-4629-b1fc-e5509a442dc1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba57e3f9-7f77-4629-b1fc-e5509a442dc1 {
  
}
}@media (max-width: 767px){#s-ba57e3f9-7f77-4629-b1fc-e5509a442dc1 {
  
}
}
#s-ba57e3f9-7f77-4629-b1fc-e5509a442dc1 .shogun-heading-component h6 {
  color: rgba(42, 50, 68, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8df599a6-b910-44e3-b437-30f01a715ff5 .shogun-icon-wrapper {
  text-align: center;
}


#s-8df599a6-b910-44e3-b437-30f01a715ff5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(42, 50, 68, 1);
}

#s-6c44320b-e86e-43ef-8b5c-a3f30e6e3fb6 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6c44320b-e86e-43ef-8b5c-a3f30e6e3fb6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c44320b-e86e-43ef-8b5c-a3f30e6e3fb6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c44320b-e86e-43ef-8b5c-a3f30e6e3fb6 {
  
}
}@media (max-width: 767px){#s-6c44320b-e86e-43ef-8b5c-a3f30e6e3fb6 {
  
}
}
#s-6c44320b-e86e-43ef-8b5c-a3f30e6e3fb6 .shogun-heading-component h6 {
  color: rgba(42, 50, 68, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-e8434e57-7759-48bf-bf1d-6045f7c27946 {
  display: none;
}
#s-e8434e57-7759-48bf-bf1d-6045f7c27946, #wrap-s-e8434e57-7759-48bf-bf1d-6045f7c27946 { display: none !important; }}@media (max-width: 767px){#s-e8434e57-7759-48bf-bf1d-6045f7c27946 {
  display: none;
}
#s-e8434e57-7759-48bf-bf1d-6045f7c27946, #wrap-s-e8434e57-7759-48bf-bf1d-6045f7c27946 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e8434e57-7759-48bf-bf1d-6045f7c27946"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8434e57-7759-48bf-bf1d-6045f7c27946"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8434e57-7759-48bf-bf1d-6045f7c27946"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8434e57-7759-48bf-bf1d-6045f7c27946"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8434e57-7759-48bf-bf1d-6045f7c27946"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8434e57-7759-48bf-bf1d-6045f7c27946"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8434e57-7759-48bf-bf1d-6045f7c27946"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-82b1736b-92d5-46bc-9ac3-6c2d0986451e {
  text-align: center;
}







  #s-82b1736b-92d5-46bc-9ac3-6c2d0986451e img.shogun-image {
    

    
    
    
  }


#s-82b1736b-92d5-46bc-9ac3-6c2d0986451e .shogun-image-content {
  
    align-items: center;
  
}

#s-ee49e55b-5006-49d6-8ae5-b3cc10dd65fd {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ee49e55b-5006-49d6-8ae5-b3cc10dd65fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee49e55b-5006-49d6-8ae5-b3cc10dd65fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee49e55b-5006-49d6-8ae5-b3cc10dd65fd {
  
}
}@media (max-width: 767px){#s-ee49e55b-5006-49d6-8ae5-b3cc10dd65fd {
  
}
}
#s-231ffab8-2ea3-468e-8aee-84a2ae400591 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-231ffab8-2ea3-468e-8aee-84a2ae400591"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-231ffab8-2ea3-468e-8aee-84a2ae400591"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-231ffab8-2ea3-468e-8aee-84a2ae400591"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-231ffab8-2ea3-468e-8aee-84a2ae400591"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-231ffab8-2ea3-468e-8aee-84a2ae400591"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-231ffab8-2ea3-468e-8aee-84a2ae400591"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-231ffab8-2ea3-468e-8aee-84a2ae400591"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.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-8f7f891c-5016-49c4-b106-bf819bcfeeb2 {
  box-shadow:00px 0px 0px 0px rgba(235, 207, 137, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2 {
  
}
}@media (max-width: 767px){#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2 {
  
}
}

  #s-8f7f891c-5016-49c4-b106-bf819bcfeeb2-root {
    text-align: center;
  }


#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f7f891c-5016-49c4-b106-bf819bcfeeb2-root {
    text-align: center;
  }


#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f7f891c-5016-49c4-b106-bf819bcfeeb2-root {
    text-align: center;
  }


#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f7f891c-5016-49c4-b106-bf819bcfeeb2-root {
    text-align: center;
  }


#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f7f891c-5016-49c4-b106-bf819bcfeeb2-root {
    text-align: center;
  }


#s-8f7f891c-5016-49c4-b106-bf819bcfeeb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc {
  box-shadow:00px 0px 0px 0px rgba(235, 207, 137, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc {
  
}
}@media (max-width: 767px){#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc {
  
}
}

  #s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc-root {
    text-align: center;
  }


#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc-root {
    text-align: center;
  }


#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc-root {
    text-align: center;
  }


#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc-root {
    text-align: center;
  }


#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc-root {
    text-align: center;
  }


#s-5f6d9bb9-8f41-4cb9-8a47-a0fc50b823cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e81eb53a-dfec-4e6f-89f4-d4bbccb24832 {
  margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e81eb53a-dfec-4e6f-89f4-d4bbccb24832 {
  display: none;
}
#s-e81eb53a-dfec-4e6f-89f4-d4bbccb24832, #wrap-s-e81eb53a-dfec-4e6f-89f4-d4bbccb24832 { display: none !important; }}@media (max-width: 767px){#s-e81eb53a-dfec-4e6f-89f4-d4bbccb24832 {
  display: none;
}
#s-e81eb53a-dfec-4e6f-89f4-d4bbccb24832, #wrap-s-e81eb53a-dfec-4e6f-89f4-d4bbccb24832 { display: none !important; }}







#s-e81eb53a-dfec-4e6f-89f4-d4bbccb24832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e81eb53a-dfec-4e6f-89f4-d4bbccb24832.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-839b49c8-65db-45bf-8bf2-82967c52a6f8 {
  padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-839b49c8-65db-45bf-8bf2-82967c52a6f8 {
  
}
}@media (max-width: 767px){#s-839b49c8-65db-45bf-8bf2-82967c52a6f8 {
  display: none;
}
#s-839b49c8-65db-45bf-8bf2-82967c52a6f8, #wrap-s-839b49c8-65db-45bf-8bf2-82967c52a6f8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-839b49c8-65db-45bf-8bf2-82967c52a6f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-839b49c8-65db-45bf-8bf2-82967c52a6f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-839b49c8-65db-45bf-8bf2-82967c52a6f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-839b49c8-65db-45bf-8bf2-82967c52a6f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-839b49c8-65db-45bf-8bf2-82967c52a6f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-839b49c8-65db-45bf-8bf2-82967c52a6f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-839b49c8-65db-45bf-8bf2-82967c52a6f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-31382b59-7548-4e31-879e-d1efa951fa5f {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-31382b59-7548-4e31-879e-d1efa951fa5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31382b59-7548-4e31-879e-d1efa951fa5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-31382b59-7548-4e31-879e-d1efa951fa5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-31382b59-7548-4e31-879e-d1efa951fa5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-20ffffbc-4de7-49c6-bbe7-b0d7d1258611 {
  padding-left: 10%;
padding-right: 10%;
max-width: 500px;
aspect-ratio: 500/600;
text-align: center;
}





  #s-20ffffbc-4de7-49c6-bbe7-b0d7d1258611 img.shogun-image,
  #s-20ffffbc-4de7-49c6-bbe7-b0d7d1258611 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20ffffbc-4de7-49c6-bbe7-b0d7d1258611 {
    width: 100%;
    height: auto;
  }



  #s-20ffffbc-4de7-49c6-bbe7-b0d7d1258611 img.shogun-image {
    

    
    
    
  }


#s-20ffffbc-4de7-49c6-bbe7-b0d7d1258611 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb12b0ee-36ec-4ccb-b3f0-01dbc05d808f {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-15e3b1b0-84e1-46a3-b0c5-50509f66fd0b {
  padding-left: 10%;
padding-right: 10%;
max-width: 500px;
aspect-ratio: 500/600;
text-align: center;
}





  #s-15e3b1b0-84e1-46a3-b0c5-50509f66fd0b img.shogun-image,
  #s-15e3b1b0-84e1-46a3-b0c5-50509f66fd0b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15e3b1b0-84e1-46a3-b0c5-50509f66fd0b {
    width: 100%;
    height: auto;
  }



  #s-15e3b1b0-84e1-46a3-b0c5-50509f66fd0b img.shogun-image {
    

    
    
    
  }


#s-15e3b1b0-84e1-46a3-b0c5-50509f66fd0b .shogun-image-content {
  
    align-items: center;
  
}

#s-c2199afd-8569-4393-aca2-5756e49d9f33 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-38cf7868-6047-48dd-a502-b4dc5a2b7bec {
  padding-left: 10%;
padding-right: 10%;
max-width: 500px;
aspect-ratio: 500/600;
text-align: center;
}





  #s-38cf7868-6047-48dd-a502-b4dc5a2b7bec img.shogun-image,
  #s-38cf7868-6047-48dd-a502-b4dc5a2b7bec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38cf7868-6047-48dd-a502-b4dc5a2b7bec {
    width: 100%;
    height: auto;
  }



  #s-38cf7868-6047-48dd-a502-b4dc5a2b7bec img.shogun-image {
    

    
    
    
  }


#s-38cf7868-6047-48dd-a502-b4dc5a2b7bec .shogun-image-content {
  
    align-items: center;
  
}

#s-add32df0-c391-4bed-a5c3-c889f360c66c {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-c6506710-1e57-4ce9-bbb3-cfda6ed08075 {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6506710-1e57-4ce9-bbb3-cfda6ed08075 {
  display: none;
}
#s-c6506710-1e57-4ce9-bbb3-cfda6ed08075, #wrap-s-c6506710-1e57-4ce9-bbb3-cfda6ed08075 { display: none !important; }}@media (max-width: 767px){#s-c6506710-1e57-4ce9-bbb3-cfda6ed08075 {
  display: none;
}
#s-c6506710-1e57-4ce9-bbb3-cfda6ed08075, #wrap-s-c6506710-1e57-4ce9-bbb3-cfda6ed08075 { display: none !important; }}







#s-c6506710-1e57-4ce9-bbb3-cfda6ed08075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6506710-1e57-4ce9-bbb3-cfda6ed08075.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-60400e5d-475d-4ee3-877a-887d5ef9c6de {
  display: none;
}
#s-60400e5d-475d-4ee3-877a-887d5ef9c6de, #wrap-s-60400e5d-475d-4ee3-877a-887d5ef9c6de { display: none !important; }}@media (max-width: 767px){#s-60400e5d-475d-4ee3-877a-887d5ef9c6de {
  display: none;
}
#s-60400e5d-475d-4ee3-877a-887d5ef9c6de, #wrap-s-60400e5d-475d-4ee3-877a-887d5ef9c6de { display: none !important; }}
@media (min-width: 0px) {
[id="s-60400e5d-475d-4ee3-877a-887d5ef9c6de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60400e5d-475d-4ee3-877a-887d5ef9c6de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60400e5d-475d-4ee3-877a-887d5ef9c6de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60400e5d-475d-4ee3-877a-887d5ef9c6de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60400e5d-475d-4ee3-877a-887d5ef9c6de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60400e5d-475d-4ee3-877a-887d5ef9c6de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60400e5d-475d-4ee3-877a-887d5ef9c6de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-b1208250-1239-40ff-a6e2-0d8205fca307 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b1208250-1239-40ff-a6e2-0d8205fca307 {
  
}
}@media (max-width: 767px){#s-b1208250-1239-40ff-a6e2-0d8205fca307 {
  display: none;
}
#s-b1208250-1239-40ff-a6e2-0d8205fca307, #wrap-s-b1208250-1239-40ff-a6e2-0d8205fca307 { display: none !important; }}







#s-b1208250-1239-40ff-a6e2-0d8205fca307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1208250-1239-40ff-a6e2-0d8205fca307.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09fa0e70-2e78-4a74-a467-2cadd2e02e80 {
  margin-bottom: 5px;
}

#s-f31b74a9-acb9-4b07-91ff-69424cff18af {
  margin-left: 50px;
margin-right: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 1200px){#s-f31b74a9-acb9-4b07-91ff-69424cff18af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f31b74a9-acb9-4b07-91ff-69424cff18af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f31b74a9-acb9-4b07-91ff-69424cff18af {
  
}
}@media (max-width: 767px){#s-f31b74a9-acb9-4b07-91ff-69424cff18af {
  
}
}
@media (min-width: 0px) {
[id="s-f31b74a9-acb9-4b07-91ff-69424cff18af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f31b74a9-acb9-4b07-91ff-69424cff18af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f31b74a9-acb9-4b07-91ff-69424cff18af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f31b74a9-acb9-4b07-91ff-69424cff18af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-0435bf40-df37-4810-8f57-4b1968d5808c {
  text-align: left;
}



.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0435bf40-df37-4810-8f57-4b1968d5808c img.shogun-image {
  width: 100%;
}



}
#s-895cfb4d-8e8a-454d-8d4e-d4cac79e4a1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-895cfb4d-8e8a-454d-8d4e-d4cac79e4a1e .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d0fa1aa2-8dc0-4bdf-8660-f0ba91878c98 {
  text-align: center;
}

#s-d0fa1aa2-8dc0-4bdf-8660-f0ba91878c98 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d0fa1aa2-8dc0-4bdf-8660-f0ba91878c98 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d0fa1aa2-8dc0-4bdf-8660-f0ba91878c98 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-40eed9c6-444a-4434-9946-23067b50b0a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40eed9c6-444a-4434-9946-23067b50b0a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40eed9c6-444a-4434-9946-23067b50b0a5 {
  
}
}@media (max-width: 767px){#s-40eed9c6-444a-4434-9946-23067b50b0a5 {
  
}
}
#s-9d422136-175c-4a8d-b378-c72c5d29d8d1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 1200px){#s-9d422136-175c-4a8d-b378-c72c5d29d8d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d422136-175c-4a8d-b378-c72c5d29d8d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d422136-175c-4a8d-b378-c72c5d29d8d1 {
  
}
}@media (max-width: 767px){#s-9d422136-175c-4a8d-b378-c72c5d29d8d1 {
  
}
}







#s-9d422136-175c-4a8d-b378-c72c5d29d8d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d422136-175c-4a8d-b378-c72c5d29d8d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-663520d4-5efe-4711-aafc-499b7238477a {
  text-align: left;
}



.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-663520d4-5efe-4711-aafc-499b7238477a img.shogun-image {
  width: 100%;
}



}
#s-a6d654db-1f1f-48cc-86c1-a2f049503f18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6d654db-1f1f-48cc-86c1-a2f049503f18 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-46371ee9-1675-4fc7-a04b-a3817d7e5ac3 {
  text-align: center;
}

#s-46371ee9-1675-4fc7-a04b-a3817d7e5ac3 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-46371ee9-1675-4fc7-a04b-a3817d7e5ac3 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-46371ee9-1675-4fc7-a04b-a3817d7e5ac3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 {
  text-align: left;
}



.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-028eb509-ef0b-41e7-b28c-8f56fad1f0f8 img.shogun-image {
  width: 100%;
}



}
#s-6a0f60cc-0f3f-453a-a544-522dec356400 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a0f60cc-0f3f-453a-a544-522dec356400 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-9c39d773-7c5c-45c7-a7b7-617697adcd94 {
  text-align: center;
}

#s-9c39d773-7c5c-45c7-a7b7-617697adcd94 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9c39d773-7c5c-45c7-a7b7-617697adcd94 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9c39d773-7c5c-45c7-a7b7-617697adcd94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-52572887-2a75-49de-9d9a-484ee8c71125 {
  text-align: left;
}



.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52572887-2a75-49de-9d9a-484ee8c71125 img.shogun-image {
  width: 100%;
}



}
#s-9766b268-2c50-4305-b8e6-6a43cf317cc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9766b268-2c50-4305-b8e6-6a43cf317cc1 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2587b100-321d-4970-a530-f8f48897d252 {
  text-align: center;
}

#s-2587b100-321d-4970-a530-f8f48897d252 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2587b100-321d-4970-a530-f8f48897d252 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2587b100-321d-4970-a530-f8f48897d252 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-8a852d70-4e61-43bd-b5d4-8cc288526c3e {
  padding-top: 10px;
padding-bottom: 20px;
background-color: rgba(231, 233, 231, 1);
}

#s-fbdfe166-0d44-4814-8add-0dc48ec15a14 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fbdfe166-0d44-4814-8add-0dc48ec15a14 {
  display: none;
}
#s-fbdfe166-0d44-4814-8add-0dc48ec15a14, #wrap-s-fbdfe166-0d44-4814-8add-0dc48ec15a14 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbdfe166-0d44-4814-8add-0dc48ec15a14 {
  display: none;
}
#s-fbdfe166-0d44-4814-8add-0dc48ec15a14, #wrap-s-fbdfe166-0d44-4814-8add-0dc48ec15a14 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbdfe166-0d44-4814-8add-0dc48ec15a14 {
  display: none;
}
#s-fbdfe166-0d44-4814-8add-0dc48ec15a14, #wrap-s-fbdfe166-0d44-4814-8add-0dc48ec15a14 { display: none !important; }}







#s-fbdfe166-0d44-4814-8add-0dc48ec15a14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbdfe166-0d44-4814-8add-0dc48ec15a14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9134aa22-a185-4bcf-a487-da39375471d7 {
  max-width: 600px;
aspect-ratio: 600/250;
text-align: center;
}
@media (min-width: 1200px){#s-9134aa22-a185-4bcf-a487-da39375471d7 {
  display: none;
}
#s-9134aa22-a185-4bcf-a487-da39375471d7, #wrap-s-9134aa22-a185-4bcf-a487-da39375471d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9134aa22-a185-4bcf-a487-da39375471d7 {
  display: none;
}
#s-9134aa22-a185-4bcf-a487-da39375471d7, #wrap-s-9134aa22-a185-4bcf-a487-da39375471d7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9134aa22-a185-4bcf-a487-da39375471d7 {
  display: none;
}
#s-9134aa22-a185-4bcf-a487-da39375471d7, #wrap-s-9134aa22-a185-4bcf-a487-da39375471d7 { display: none !important; }}




  #s-9134aa22-a185-4bcf-a487-da39375471d7 img.shogun-image,
  #s-9134aa22-a185-4bcf-a487-da39375471d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9134aa22-a185-4bcf-a487-da39375471d7 {
    width: 100%;
    height: auto;
  }



  #s-9134aa22-a185-4bcf-a487-da39375471d7 img.shogun-image {
    

    
    
    
  }


#s-9134aa22-a185-4bcf-a487-da39375471d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8132e01f-c2fc-4d39-a28e-c55dc48c04df {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(42, 50, 68, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-8132e01f-c2fc-4d39-a28e-c55dc48c04df {
  display: none;
}
#s-8132e01f-c2fc-4d39-a28e-c55dc48c04df, #wrap-s-8132e01f-c2fc-4d39-a28e-c55dc48c04df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8132e01f-c2fc-4d39-a28e-c55dc48c04df {
  display: none;
}
#s-8132e01f-c2fc-4d39-a28e-c55dc48c04df, #wrap-s-8132e01f-c2fc-4d39-a28e-c55dc48c04df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8132e01f-c2fc-4d39-a28e-c55dc48c04df {
  display: none;
}
#s-8132e01f-c2fc-4d39-a28e-c55dc48c04df, #wrap-s-8132e01f-c2fc-4d39-a28e-c55dc48c04df { display: none !important; }}







#s-8132e01f-c2fc-4d39-a28e-c55dc48c04df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8132e01f-c2fc-4d39-a28e-c55dc48c04df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
  max-width: 300px;
aspect-ratio: 300/100;
text-align: center;
}





  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image,
  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
    width: 100%;
    height: auto;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
    
    
  }


.s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
      position: relative;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image,
  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
    width: 100%;
    height: auto;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
    
    
  }


.s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
      position: relative;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image,
  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
    width: 100%;
    height: auto;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
    
    
  }


.s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
      position: relative;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image,
  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
    width: 100%;
    height: auto;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
    
    
  }


.s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
      position: relative;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image,
  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
    width: 100%;
    height: auto;
  }

  #s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
    
    
  }


.s-8754250a-80d8-4b25-87bc-125a2eab18b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container {
      position: relative;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8754250a-80d8-4b25-87bc-125a2eab18b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bd734067-4966-421c-98d6-c51cfcbfc700 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image,
  #s-bd734067-4966-421c-98d6-c51cfcbfc700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 {
    width: 100%;
    height: auto;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
    
    
  }


.s-bd734067-4966-421c-98d6-c51cfcbfc700 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd734067-4966-421c-98d6-c51cfcbfc700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
      position: relative;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image,
  #s-bd734067-4966-421c-98d6-c51cfcbfc700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 {
    width: 100%;
    height: auto;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
    
    
  }


.s-bd734067-4966-421c-98d6-c51cfcbfc700 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd734067-4966-421c-98d6-c51cfcbfc700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
      position: relative;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image,
  #s-bd734067-4966-421c-98d6-c51cfcbfc700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 {
    width: 100%;
    height: auto;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
    
    
  }


.s-bd734067-4966-421c-98d6-c51cfcbfc700 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd734067-4966-421c-98d6-c51cfcbfc700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
      position: relative;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image,
  #s-bd734067-4966-421c-98d6-c51cfcbfc700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 {
    width: 100%;
    height: auto;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
    
    
  }


.s-bd734067-4966-421c-98d6-c51cfcbfc700 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd734067-4966-421c-98d6-c51cfcbfc700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
      position: relative;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image,
  #s-bd734067-4966-421c-98d6-c51cfcbfc700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 {
    width: 100%;
    height: auto;
  }

  #s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
    
    
  }


.s-bd734067-4966-421c-98d6-c51cfcbfc700 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd734067-4966-421c-98d6-c51cfcbfc700 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container {
      position: relative;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd734067-4966-421c-98d6-c51cfcbfc700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4404490f-a8ae-41a8-82d2-1df4c7146ceb {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4404490f-a8ae-41a8-82d2-1df4c7146ceb .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-4404490f-a8ae-41a8-82d2-1df4c7146ceb .shg-sld-nav-button.shg-sld-left,
#s-4404490f-a8ae-41a8-82d2-1df4c7146ceb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

@media (min-width: 0px) {
[id="s-2f29547e-7540-446e-9cbc-a7d1e5e88eea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f29547e-7540-446e-9cbc-a7d1e5e88eea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2f29547e-7540-446e-9cbc-a7d1e5e88eea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f29547e-7540-446e-9cbc-a7d1e5e88eea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-98252657-2d0c-4260-891f-206d8a32d1ec {
  text-align: left;
}



.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98252657-2d0c-4260-891f-206d8a32d1ec img.shogun-image {
  width: 100%;
}



}
#s-fc3fd3f2-160c-406c-a86a-ce76cdf3414f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc3fd3f2-160c-406c-a86a-ce76cdf3414f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-86530f7b-5a15-4fd6-93c7-512baeaede66 {
  text-align: center;
}

#s-86530f7b-5a15-4fd6-93c7-512baeaede66 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-86530f7b-5a15-4fd6-93c7-512baeaede66 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-86530f7b-5a15-4fd6-93c7-512baeaede66 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ff7b31ac-526e-472c-bd60-da37a21fe876 {
  text-align: left;
}



.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7b31ac-526e-472c-bd60-da37a21fe876 img.shogun-image {
  width: 100%;
}



}
#s-973b2c88-14ba-41b0-9932-89e5e80bb6c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-973b2c88-14ba-41b0-9932-89e5e80bb6c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3df13239-6d3d-4592-9134-1baa4a72b583 {
  text-align: center;
}

#s-3df13239-6d3d-4592-9134-1baa4a72b583 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3df13239-6d3d-4592-9134-1baa4a72b583 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3df13239-6d3d-4592-9134-1baa4a72b583 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-68542002-8598-4d8f-b2bb-c324ac31737d {
  text-align: left;
}



.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68542002-8598-4d8f-b2bb-c324ac31737d img.shogun-image {
  width: 100%;
}



}
#s-40e472f4-d1a8-4737-b913-c604724d6c08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40e472f4-d1a8-4737-b913-c604724d6c08 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-89e3ef7e-af46-4c09-804c-0529899bde04 {
  text-align: center;
}

#s-89e3ef7e-af46-4c09-804c-0529899bde04 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89e3ef7e-af46-4c09-804c-0529899bde04 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-89e3ef7e-af46-4c09-804c-0529899bde04 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 {
  text-align: left;
}



.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa774a1-6cd8-4a97-b25f-8ba2048ffda1 img.shogun-image {
  width: 100%;
}



}
#s-f8012056-163b-4ca5-9bfc-cd807ba95a98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8012056-163b-4ca5-9bfc-cd807ba95a98 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-91465478-2e46-4559-9104-73d279e4593a {
  text-align: center;
}

#s-91465478-2e46-4559-9104-73d279e4593a .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-91465478-2e46-4559-9104-73d279e4593a .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-91465478-2e46-4559-9104-73d279e4593a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-5eea0bc2-0ee6-482f-aa41-5f4c0b5bb6d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5eea0bc2-0ee6-482f-aa41-5f4c0b5bb6d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5eea0bc2-0ee6-482f-aa41-5f4c0b5bb6d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5eea0bc2-0ee6-482f-aa41-5f4c0b5bb6d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 {
  text-align: left;
}



.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806abbbb-100d-491d-b5f8-acf995ffa9f2 img.shogun-image {
  width: 100%;
}



}
#s-d49de007-ed93-4fe6-921a-7fcfe3ab92b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d49de007-ed93-4fe6-921a-7fcfe3ab92b1 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f9a1307b-d87b-4296-ba7e-767414bc4698 {
  text-align: center;
}

#s-f9a1307b-d87b-4296-ba7e-767414bc4698 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f9a1307b-d87b-4296-ba7e-767414bc4698 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f9a1307b-d87b-4296-ba7e-767414bc4698 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 {
  text-align: left;
}



.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a7f0f5-5d3b-4518-acae-e5afd878b956 img.shogun-image {
  width: 100%;
}



}
#s-91f29b6d-d9e0-476e-9da2-f43a31ee7f3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91f29b6d-d9e0-476e-9da2-f43a31ee7f3e .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1cfdb387-9849-4b1c-a4ec-0663c274adad {
  text-align: center;
}

#s-1cfdb387-9849-4b1c-a4ec-0663c274adad .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1cfdb387-9849-4b1c-a4ec-0663c274adad .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1cfdb387-9849-4b1c-a4ec-0663c274adad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 {
  text-align: left;
}



.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24ae50ff-32c0-42f4-ac17-1b817cf1e789 img.shogun-image {
  width: 100%;
}



}
#s-200173ee-c59b-4368-9ee4-b9b25d3adc31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-200173ee-c59b-4368-9ee4-b9b25d3adc31 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-bfde328a-f905-409b-81a1-d54a30414c8a {
  text-align: center;
}

#s-bfde328a-f905-409b-81a1-d54a30414c8a .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bfde328a-f905-409b-81a1-d54a30414c8a .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bfde328a-f905-409b-81a1-d54a30414c8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 {
  text-align: left;
}



.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72106204-c556-4ea1-8bb8-9b4cbc0d6614 img.shogun-image {
  width: 100%;
}



}
#s-ca69d063-a775-4f21-9508-040101b50ba9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca69d063-a775-4f21-9508-040101b50ba9 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8d33e192-3694-49a1-a0d3-3e17c8152a4d {
  text-align: center;
}

#s-8d33e192-3694-49a1-a0d3-3e17c8152a4d .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8d33e192-3694-49a1-a0d3-3e17c8152a4d .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8d33e192-3694-49a1-a0d3-3e17c8152a4d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-366dc95c-d615-44bc-ab1b-c70cf63917c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-366dc95c-d615-44bc-ab1b-c70cf63917c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-366dc95c-d615-44bc-ab1b-c70cf63917c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-366dc95c-d615-44bc-ab1b-c70cf63917c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-99050bf3-357d-4440-b65f-747ba04cc279 {
  text-align: left;
}



.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99050bf3-357d-4440-b65f-747ba04cc279 img.shogun-image {
  width: 100%;
}



}
#s-08204468-82a8-4692-bf11-18d130bcfdf0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08204468-82a8-4692-bf11-18d130bcfdf0 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c19d88ac-f0d0-443a-851e-68f5a6f15a6d {
  text-align: center;
}

#s-c19d88ac-f0d0-443a-851e-68f5a6f15a6d .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c19d88ac-f0d0-443a-851e-68f5a6f15a6d .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c19d88ac-f0d0-443a-851e-68f5a6f15a6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-58491733-ae6d-41c0-9254-d78d0401e04d {
  text-align: left;
}



.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58491733-ae6d-41c0-9254-d78d0401e04d img.shogun-image {
  width: 100%;
}



}
#s-0ed25de2-e621-45d0-a64e-d7f3b44bf655 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ed25de2-e621-45d0-a64e-d7f3b44bf655 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-45e29a69-5712-441a-8bcc-a558e2870a43 {
  text-align: center;
}

#s-45e29a69-5712-441a-8bcc-a558e2870a43 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45e29a69-5712-441a-8bcc-a558e2870a43 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-45e29a69-5712-441a-8bcc-a558e2870a43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ec2a1627-50b5-4051-95dc-f757b766d02a {
  text-align: left;
}



.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2a1627-50b5-4051-95dc-f757b766d02a img.shogun-image {
  width: 100%;
}



}
#s-b457aae2-6e3d-4ece-8b2b-2dd69c93c93a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b457aae2-6e3d-4ece-8b2b-2dd69c93c93a .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4c671bfb-b595-4873-a34c-3ccef0e9d974 {
  text-align: center;
}

#s-4c671bfb-b595-4873-a34c-3ccef0e9d974 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c671bfb-b595-4873-a34c-3ccef0e9d974 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4c671bfb-b595-4873-a34c-3ccef0e9d974 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 {
  text-align: left;
}



.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6dcc2d-1679-4a6f-8e9a-9b8737c792f2 img.shogun-image {
  width: 100%;
}



}
#s-9609a266-716c-4149-9f98-6379ee4e9d96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9609a266-716c-4149-9f98-6379ee4e9d96 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8c618841-81ea-4e60-a551-8ccf7db9d2cd {
  text-align: center;
}

#s-8c618841-81ea-4e60-a551-8ccf7db9d2cd .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8c618841-81ea-4e60-a551-8ccf7db9d2cd .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8c618841-81ea-4e60-a551-8ccf7db9d2cd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d8b5133a-e2af-4571-ad15-6d1d89596208"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d8b5133a-e2af-4571-ad15-6d1d89596208"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d8b5133a-e2af-4571-ad15-6d1d89596208"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d8b5133a-e2af-4571-ad15-6d1d89596208"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f9fedcd5-9f9d-41b1-966f-56047afe396c {
  text-align: left;
}



.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9fedcd5-9f9d-41b1-966f-56047afe396c img.shogun-image {
  width: 100%;
}



}
#s-14b6eee1-1af8-450a-8e6f-69c6983086c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14b6eee1-1af8-450a-8e6f-69c6983086c8 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1608e353-4ed4-4ae0-8ad6-666104c5a742 {
  text-align: center;
}

#s-1608e353-4ed4-4ae0-8ad6-666104c5a742 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1608e353-4ed4-4ae0-8ad6-666104c5a742 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1608e353-4ed4-4ae0-8ad6-666104c5a742 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-584c80a9-0403-42e9-ab6d-9752f95891fe {
  text-align: left;
}



.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584c80a9-0403-42e9-ab6d-9752f95891fe img.shogun-image {
  width: 100%;
}



}
#s-6e4e0bee-13fa-4496-829f-169b60818b6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e4e0bee-13fa-4496-829f-169b60818b6b .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d2617462-8a93-43e3-9843-795681e6ffea {
  text-align: center;
}

#s-d2617462-8a93-43e3-9843-795681e6ffea .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d2617462-8a93-43e3-9843-795681e6ffea .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d2617462-8a93-43e3-9843-795681e6ffea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0e148ef9-350b-4fbb-9164-c569ecf59044 {
  text-align: left;
}



.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e148ef9-350b-4fbb-9164-c569ecf59044 img.shogun-image {
  width: 100%;
}



}
#s-7d02c92c-6215-42e3-96d0-5da6c21d064a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d02c92c-6215-42e3-96d0-5da6c21d064a .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-19906e49-19a0-4149-97ef-eb6fa9b3c1b0 {
  text-align: center;
}

#s-19906e49-19a0-4149-97ef-eb6fa9b3c1b0 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19906e49-19a0-4149-97ef-eb6fa9b3c1b0 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-19906e49-19a0-4149-97ef-eb6fa9b3c1b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 {
  text-align: left;
}



.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-913b693f-0a0c-41d7-a108-1f93473e6ed0 img.shogun-image {
  width: 100%;
}



}
#s-477eee7d-d15a-4bb2-a47c-703c4662c5ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-477eee7d-d15a-4bb2-a47c-703c4662c5ac .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-69de7a68-7f89-4435-89ca-1b8a4e1dd185 {
  text-align: center;
}

#s-69de7a68-7f89-4435-89ca-1b8a4e1dd185 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69de7a68-7f89-4435-89ca-1b8a4e1dd185 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-69de7a68-7f89-4435-89ca-1b8a4e1dd185 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-318569a5-4f20-4b74-812e-fb4d264bec0b {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-2d4b1eba-5848-42e7-893a-02dac9890625 {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(226, 176, 81, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-2d4b1eba-5848-42e7-893a-02dac9890625 {
  display: none;
}
#s-2d4b1eba-5848-42e7-893a-02dac9890625, #wrap-s-2d4b1eba-5848-42e7-893a-02dac9890625 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d4b1eba-5848-42e7-893a-02dac9890625 {
  display: none;
}
#s-2d4b1eba-5848-42e7-893a-02dac9890625, #wrap-s-2d4b1eba-5848-42e7-893a-02dac9890625 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d4b1eba-5848-42e7-893a-02dac9890625 {
  display: none;
}
#s-2d4b1eba-5848-42e7-893a-02dac9890625, #wrap-s-2d4b1eba-5848-42e7-893a-02dac9890625 { display: none !important; }}







#s-2d4b1eba-5848-42e7-893a-02dac9890625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d4b1eba-5848-42e7-893a-02dac9890625.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-047005bf-c227-41e9-a49a-df25154dd1bd {
  max-width: 300px;
aspect-ratio: 300/100;
text-align: center;
}





  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image,
  #s-047005bf-c227-41e9-a49a-df25154dd1bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd {
    width: 100%;
    height: auto;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
    
    
  }


.s-047005bf-c227-41e9-a49a-df25154dd1bd .shogun-image-content {
  
    align-items: center;
  
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-047005bf-c227-41e9-a49a-df25154dd1bd {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
      position: relative;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image,
  #s-047005bf-c227-41e9-a49a-df25154dd1bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd {
    width: 100%;
    height: auto;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
    
    
  }


.s-047005bf-c227-41e9-a49a-df25154dd1bd .shogun-image-content {
  
    align-items: center;
  
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-047005bf-c227-41e9-a49a-df25154dd1bd {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
      position: relative;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image,
  #s-047005bf-c227-41e9-a49a-df25154dd1bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd {
    width: 100%;
    height: auto;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
    
    
  }


.s-047005bf-c227-41e9-a49a-df25154dd1bd .shogun-image-content {
  
    align-items: center;
  
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-047005bf-c227-41e9-a49a-df25154dd1bd {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
      position: relative;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image,
  #s-047005bf-c227-41e9-a49a-df25154dd1bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd {
    width: 100%;
    height: auto;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
    
    
  }


.s-047005bf-c227-41e9-a49a-df25154dd1bd .shogun-image-content {
  
    align-items: center;
  
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-047005bf-c227-41e9-a49a-df25154dd1bd {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
      position: relative;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image,
  #s-047005bf-c227-41e9-a49a-df25154dd1bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd {
    width: 100%;
    height: auto;
  }

  #s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
    
    
  }


.s-047005bf-c227-41e9-a49a-df25154dd1bd .shogun-image-content {
  
    align-items: center;
  
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-047005bf-c227-41e9-a49a-df25154dd1bd {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container {
      position: relative;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-047005bf-c227-41e9-a49a-df25154dd1bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-890c646d-d77d-4b74-876b-83f98f4ed863 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image,
  #s-890c646d-d77d-4b74-876b-83f98f4ed863 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 {
    width: 100%;
    height: auto;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
    
    
  }


.s-890c646d-d77d-4b74-876b-83f98f4ed863 .shogun-image-content {
  
    align-items: center;
  
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-890c646d-d77d-4b74-876b-83f98f4ed863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
      position: relative;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image,
  #s-890c646d-d77d-4b74-876b-83f98f4ed863 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 {
    width: 100%;
    height: auto;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
    
    
  }


.s-890c646d-d77d-4b74-876b-83f98f4ed863 .shogun-image-content {
  
    align-items: center;
  
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-890c646d-d77d-4b74-876b-83f98f4ed863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
      position: relative;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image,
  #s-890c646d-d77d-4b74-876b-83f98f4ed863 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 {
    width: 100%;
    height: auto;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
    
    
  }


.s-890c646d-d77d-4b74-876b-83f98f4ed863 .shogun-image-content {
  
    align-items: center;
  
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-890c646d-d77d-4b74-876b-83f98f4ed863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
      position: relative;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image,
  #s-890c646d-d77d-4b74-876b-83f98f4ed863 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 {
    width: 100%;
    height: auto;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
    
    
  }


.s-890c646d-d77d-4b74-876b-83f98f4ed863 .shogun-image-content {
  
    align-items: center;
  
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-890c646d-d77d-4b74-876b-83f98f4ed863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
      position: relative;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image,
  #s-890c646d-d77d-4b74-876b-83f98f4ed863 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 {
    width: 100%;
    height: auto;
  }

  #s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
    
    
  }


.s-890c646d-d77d-4b74-876b-83f98f4ed863 .shogun-image-content {
  
    align-items: center;
  
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-890c646d-d77d-4b74-876b-83f98f4ed863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container {
      position: relative;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890c646d-d77d-4b74-876b-83f98f4ed863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c6475a77-d5c0-428f-a928-181470323c22 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c6475a77-d5c0-428f-a928-181470323c22 .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-c6475a77-d5c0-428f-a928-181470323c22 .shg-sld-nav-button.shg-sld-left,
#s-c6475a77-d5c0-428f-a928-181470323c22 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

@media (min-width: 0px) {
[id="s-c87e095f-bdf4-424b-8dc5-feeb84c284a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c87e095f-bdf4-424b-8dc5-feeb84c284a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c87e095f-bdf4-424b-8dc5-feeb84c284a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c87e095f-bdf4-424b-8dc5-feeb84c284a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad {
  text-align: left;
}



.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b5c6c07-d4d7-4d28-b902-46c3906e31ad img.shogun-image {
  width: 100%;
}



}
#s-b9916377-8390-466d-9e3e-6f257507245f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9916377-8390-466d-9e3e-6f257507245f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-185cd82d-d4e5-4b69-9274-5e6443fd6d09 {
  text-align: center;
}

#s-185cd82d-d4e5-4b69-9274-5e6443fd6d09 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-185cd82d-d4e5-4b69-9274-5e6443fd6d09 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-185cd82d-d4e5-4b69-9274-5e6443fd6d09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a {
  text-align: left;
}



.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96af63e6-0fa9-4fde-8df5-cf87cc1e721a img.shogun-image {
  width: 100%;
}



}
#s-a79ac7a0-8eec-4296-b9e8-cf261d56adf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a79ac7a0-8eec-4296-b9e8-cf261d56adf5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e2946918-804f-42f2-b8a9-7282b9a785b2 {
  text-align: center;
}

#s-e2946918-804f-42f2-b8a9-7282b9a785b2 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e2946918-804f-42f2-b8a9-7282b9a785b2 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e2946918-804f-42f2-b8a9-7282b9a785b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff {
  text-align: left;
}



.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9638caa8-e9ea-4b92-a338-26d9f8c048ff img.shogun-image {
  width: 100%;
}



}
#s-9c9fc1f2-317c-441b-800c-a0e67a2f80e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c9fc1f2-317c-441b-800c-a0e67a2f80e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b0c8ec9c-2198-4a50-ad4c-8794c6e33326 {
  text-align: center;
}

#s-b0c8ec9c-2198-4a50-ad4c-8794c6e33326 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b0c8ec9c-2198-4a50-ad4c-8794c6e33326 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b0c8ec9c-2198-4a50-ad4c-8794c6e33326 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 {
  text-align: left;
}



.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc31db0-52c7-403a-8eca-2b00cfa83588 img.shogun-image {
  width: 100%;
}



}
#s-32957014-87ad-4a98-96ff-0cd1cf7f82c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32957014-87ad-4a98-96ff-0cd1cf7f82c4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-088fa3f6-87ef-4921-a548-b5b847160fd8 {
  text-align: center;
}

#s-088fa3f6-87ef-4921-a548-b5b847160fd8 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-088fa3f6-87ef-4921-a548-b5b847160fd8 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-088fa3f6-87ef-4921-a548-b5b847160fd8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3fbc1d87-cc59-45fa-803a-c966cfab1370"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3fbc1d87-cc59-45fa-803a-c966cfab1370"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3fbc1d87-cc59-45fa-803a-c966cfab1370"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3fbc1d87-cc59-45fa-803a-c966cfab1370"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-aaba0267-ab03-466f-9617-c237eb645365 {
  text-align: left;
}



.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaba0267-ab03-466f-9617-c237eb645365 img.shogun-image {
  width: 100%;
}



}
#s-9d7ada94-2f37-41ce-9ee2-9743ea24d269 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d7ada94-2f37-41ce-9ee2-9743ea24d269 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7a99b74e-d4d2-4dd5-b929-40e3877fd52d {
  text-align: center;
}

#s-7a99b74e-d4d2-4dd5-b929-40e3877fd52d .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7a99b74e-d4d2-4dd5-b929-40e3877fd52d .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7a99b74e-d4d2-4dd5-b929-40e3877fd52d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 {
  text-align: left;
}



.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe19e86d-d20c-4cfd-889c-e5ca050f38b4 img.shogun-image {
  width: 100%;
}



}
#s-4b31411c-d67c-4a21-be8f-57bff173007d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b31411c-d67c-4a21-be8f-57bff173007d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6687a936-eacb-4d0e-b632-b990e9135c6b {
  text-align: center;
}

#s-6687a936-eacb-4d0e-b632-b990e9135c6b .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6687a936-eacb-4d0e-b632-b990e9135c6b .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6687a936-eacb-4d0e-b632-b990e9135c6b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-be22a429-f2c0-4670-a6cf-abc622157af3 {
  text-align: left;
}



.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be22a429-f2c0-4670-a6cf-abc622157af3 img.shogun-image {
  width: 100%;
}



}
#s-9dbc21ba-6a0f-4387-acda-80d8a75c2f14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dbc21ba-6a0f-4387-acda-80d8a75c2f14 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a8dc7cc1-a17a-47cc-bdd7-8fd8674624da {
  text-align: center;
}

#s-a8dc7cc1-a17a-47cc-bdd7-8fd8674624da .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a8dc7cc1-a17a-47cc-bdd7-8fd8674624da .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a8dc7cc1-a17a-47cc-bdd7-8fd8674624da .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9b6040d5-aef2-40db-9b41-dee9abde216b {
  text-align: left;
}



.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6040d5-aef2-40db-9b41-dee9abde216b img.shogun-image {
  width: 100%;
}



}
#s-e14beaf6-b2ef-4db3-9c22-27e0f04552ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e14beaf6-b2ef-4db3-9c22-27e0f04552ef .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-750e8fa0-d9a9-4f6f-96b5-5b423aa9cb5b {
  text-align: center;
}

#s-750e8fa0-d9a9-4f6f-96b5-5b423aa9cb5b .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-750e8fa0-d9a9-4f6f-96b5-5b423aa9cb5b .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-750e8fa0-d9a9-4f6f-96b5-5b423aa9cb5b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-0c2400dd-0cf8-4a4f-b491-520e17ccfbed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c2400dd-0cf8-4a4f-b491-520e17ccfbed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0c2400dd-0cf8-4a4f-b491-520e17ccfbed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0c2400dd-0cf8-4a4f-b491-520e17ccfbed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 {
  text-align: left;
}



.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-310748ed-fb80-4c37-b1a0-c160cb67cfe9 img.shogun-image {
  width: 100%;
}



}
#s-e7e6540f-e254-4cf1-bf70-a4c6503102d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7e6540f-e254-4cf1-bf70-a4c6503102d0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-78144017-8591-472f-80dd-43d98b91af0d {
  text-align: center;
}

#s-78144017-8591-472f-80dd-43d98b91af0d .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78144017-8591-472f-80dd-43d98b91af0d .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-78144017-8591-472f-80dd-43d98b91af0d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d {
  text-align: left;
}



.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f23fe7f-e21e-4afc-ad9f-96cccc6e505d img.shogun-image {
  width: 100%;
}



}
#s-5b8dd24b-9fbe-4efa-a2d9-d7773ffd33f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b8dd24b-9fbe-4efa-a2d9-d7773ffd33f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-be7a4579-5849-4bf0-a4ec-c73df1436a90 {
  text-align: center;
}

#s-be7a4579-5849-4bf0-a4ec-c73df1436a90 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be7a4579-5849-4bf0-a4ec-c73df1436a90 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-be7a4579-5849-4bf0-a4ec-c73df1436a90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 {
  text-align: left;
}



.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca0da6b9-add9-48ae-8037-c7c27e0cc3f0 img.shogun-image {
  width: 100%;
}



}
#s-96551444-0dbc-4a04-964f-e1eea52c415b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96551444-0dbc-4a04-964f-e1eea52c415b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-21404514-5764-41fe-984c-61c829888827 {
  text-align: center;
}

#s-21404514-5764-41fe-984c-61c829888827 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-21404514-5764-41fe-984c-61c829888827 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-21404514-5764-41fe-984c-61c829888827 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a228e820-a00b-40b5-93b7-69daec45cc55 {
  text-align: left;
}



.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a228e820-a00b-40b5-93b7-69daec45cc55 img.shogun-image {
  width: 100%;
}



}
#s-b8838016-c892-431d-8f62-12fbbf305eb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8838016-c892-431d-8f62-12fbbf305eb5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-cfa5b782-55a2-4b13-90d6-7f2dbfdc4007 {
  text-align: center;
}

#s-cfa5b782-55a2-4b13-90d6-7f2dbfdc4007 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cfa5b782-55a2-4b13-90d6-7f2dbfdc4007 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cfa5b782-55a2-4b13-90d6-7f2dbfdc4007 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-f4584537-d67f-4bdc-b8bf-5805cfb54099"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f4584537-d67f-4bdc-b8bf-5805cfb54099"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f4584537-d67f-4bdc-b8bf-5805cfb54099"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f4584537-d67f-4bdc-b8bf-5805cfb54099"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f {
  text-align: left;
}



.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0a02cf-d4e6-452e-9c72-1fca84aa2c1f img.shogun-image {
  width: 100%;
}



}
#s-fe2705d7-b088-43a5-90e7-4445069f646d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe2705d7-b088-43a5-90e7-4445069f646d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-cf1155f3-c3d1-445c-ae7c-a649d1263688 {
  text-align: center;
}

#s-cf1155f3-c3d1-445c-ae7c-a649d1263688 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cf1155f3-c3d1-445c-ae7c-a649d1263688 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cf1155f3-c3d1-445c-ae7c-a649d1263688 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 {
  text-align: left;
}



.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8dbd1d7-e10e-4bb6-baed-f578f584c834 img.shogun-image {
  width: 100%;
}



}
#s-d03afcfb-250c-4ccd-b0b8-184b29ae70ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d03afcfb-250c-4ccd-b0b8-184b29ae70ff .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-53ec0e1e-017c-40e9-9ae3-acdcbf16790c {
  text-align: center;
}

#s-53ec0e1e-017c-40e9-9ae3-acdcbf16790c .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53ec0e1e-017c-40e9-9ae3-acdcbf16790c .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-53ec0e1e-017c-40e9-9ae3-acdcbf16790c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 {
  text-align: left;
}



.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f94e4115-6832-4735-98a8-0bb191f9e1b1 img.shogun-image {
  width: 100%;
}



}
#s-1768abdf-50a6-4083-8093-fcd5f6b59751 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1768abdf-50a6-4083-8093-fcd5f6b59751 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b3874375-8787-4f24-8f26-4c45895a6bf3 {
  text-align: center;
}

#s-b3874375-8787-4f24-8f26-4c45895a6bf3 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b3874375-8787-4f24-8f26-4c45895a6bf3 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b3874375-8787-4f24-8f26-4c45895a6bf3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 {
  text-align: left;
}



.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97aedbdc-07b5-418c-a52a-1e68c4d4c911 img.shogun-image {
  width: 100%;
}



}
#s-c1ad00da-79f2-4de7-93b8-3b101e11d901 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1ad00da-79f2-4de7-93b8-3b101e11d901 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a76bfd3e-2c9b-4cb9-888d-9ddbc588063d {
  text-align: center;
}

#s-a76bfd3e-2c9b-4cb9-888d-9ddbc588063d .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a76bfd3e-2c9b-4cb9-888d-9ddbc588063d .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a76bfd3e-2c9b-4cb9-888d-9ddbc588063d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7d163d5a-2da3-4381-98de-fee7eb6706d2 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(42, 50, 68, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f {
  display: none;
}
#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f, #wrap-s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f {
  display: none;
}
#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f, #wrap-s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f {
  display: none;
}
#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f, #wrap-s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f { display: none !important; }}@media (max-width: 767px){#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f {
  
}
}







#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbf66ae4-e0e5-4c72-86c3-836f33bd8b2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
  max-width: 300px;
aspect-ratio: 300/100;
text-align: center;
}





  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image,
  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
    width: 100%;
    height: auto;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
    
    
  }


.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
      position: relative;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image,
  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
    width: 100%;
    height: auto;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
    
    
  }


.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
      position: relative;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image,
  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
    width: 100%;
    height: auto;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
    
    
  }


.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
      position: relative;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image,
  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
    width: 100%;
    height: auto;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
    
    
  }


.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
      position: relative;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image,
  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
    width: 100%;
    height: auto;
  }

  #s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
    
    
  }


.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container {
      position: relative;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d5d75da-7428-4b9d-a7ab-d88d4f3673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image,
  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
    width: 100%;
    height: auto;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
    
    
  }


.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
      position: relative;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image,
  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
    width: 100%;
    height: auto;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
    
    
  }


.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
      position: relative;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image,
  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
    width: 100%;
    height: auto;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
    
    
  }


.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
      position: relative;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image,
  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
    width: 100%;
    height: auto;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
    
    
  }


.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
      position: relative;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image,
  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
    width: 100%;
    height: auto;
  }

  #s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
    
    
  }


.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container {
      position: relative;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd5fb7d0-0f69-4018-9fea-5d67e8dd9a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-af6e5d0e-e3c4-47eb-b4af-e5538eb6745f {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-af6e5d0e-e3c4-47eb-b4af-e5538eb6745f .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-af6e5d0e-e3c4-47eb-b4af-e5538eb6745f .shg-sld-nav-button.shg-sld-left,
#s-af6e5d0e-e3c4-47eb-b4af-e5538eb6745f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

@media (min-width: 0px) {
[id="s-279f036c-9dba-4604-863c-c90aa15136ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-279f036c-9dba-4604-863c-c90aa15136ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-279f036c-9dba-4604-863c-c90aa15136ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-279f036c-9dba-4604-863c-c90aa15136ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ca7a58f4-7808-4837-b3a9-88b63234fecb {
  text-align: left;
}



.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca7a58f4-7808-4837-b3a9-88b63234fecb img.shogun-image {
  width: 100%;
}



}
#s-08cafe86-2ab7-483b-acf4-5b8906e3f36c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08cafe86-2ab7-483b-acf4-5b8906e3f36c .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8c15c42e-0a52-492b-ba5e-c05eba0ac855 {
  text-align: center;
}

#s-8c15c42e-0a52-492b-ba5e-c05eba0ac855 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8c15c42e-0a52-492b-ba5e-c05eba0ac855 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8c15c42e-0a52-492b-ba5e-c05eba0ac855 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 {
  text-align: left;
}



.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e5d17c-529e-477c-9c2b-624058bb4f84 img.shogun-image {
  width: 100%;
}



}
#s-66f6ef54-94f8-41a9-a604-5df51d417682 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66f6ef54-94f8-41a9-a604-5df51d417682 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8d533e6d-825b-4153-a90e-ac23bc207b79 {
  text-align: center;
}

#s-8d533e6d-825b-4153-a90e-ac23bc207b79 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8d533e6d-825b-4153-a90e-ac23bc207b79 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8d533e6d-825b-4153-a90e-ac23bc207b79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-16206d51-91f6-4a97-bf79-076673d3b752 {
  text-align: left;
}



.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16206d51-91f6-4a97-bf79-076673d3b752 img.shogun-image {
  width: 100%;
}



}
#s-7a9eea90-982d-422c-9381-704a849f8e9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a9eea90-982d-422c-9381-704a849f8e9a .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-aae7f558-e496-4e0d-af37-fd0e85affb9b {
  text-align: center;
}

#s-aae7f558-e496-4e0d-af37-fd0e85affb9b .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aae7f558-e496-4e0d-af37-fd0e85affb9b .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-aae7f558-e496-4e0d-af37-fd0e85affb9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c1569219-a527-4343-904b-e4b4f4f06a41 {
  text-align: left;
}



.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1569219-a527-4343-904b-e4b4f4f06a41 img.shogun-image {
  width: 100%;
}



}
#s-5dfc204c-ebd9-4a2a-ad74-5bd02d1e1942 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dfc204c-ebd9-4a2a-ad74-5bd02d1e1942 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b2435ff7-a2af-4d52-8eda-d319768dced0 {
  text-align: center;
}

#s-b2435ff7-a2af-4d52-8eda-d319768dced0 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b2435ff7-a2af-4d52-8eda-d319768dced0 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b2435ff7-a2af-4d52-8eda-d319768dced0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-9b722583-1d71-4fc4-97de-f5a5122c6766"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b722583-1d71-4fc4-97de-f5a5122c6766"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9b722583-1d71-4fc4-97de-f5a5122c6766"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b722583-1d71-4fc4-97de-f5a5122c6766"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 {
  text-align: left;
}



.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfa38ec3-bc4f-4049-b993-94786ee59a52 img.shogun-image {
  width: 100%;
}



}
#s-01604b6b-8fc5-4a65-b776-e655e58ee899 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01604b6b-8fc5-4a65-b776-e655e58ee899 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-94ed0b38-9177-42cf-982d-cec6055497e3 {
  text-align: center;
}

#s-94ed0b38-9177-42cf-982d-cec6055497e3 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-94ed0b38-9177-42cf-982d-cec6055497e3 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-94ed0b38-9177-42cf-982d-cec6055497e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 {
  text-align: left;
}



.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac68cb-f354-4e71-9334-c3c0a4300618 img.shogun-image {
  width: 100%;
}



}
#s-3291e070-1d9c-49ac-a52a-d7b6bb13ad8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3291e070-1d9c-49ac-a52a-d7b6bb13ad8b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7a5bdd6b-3ee0-4c18-990e-efee39e87182 {
  text-align: center;
}

#s-7a5bdd6b-3ee0-4c18-990e-efee39e87182 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7a5bdd6b-3ee0-4c18-990e-efee39e87182 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7a5bdd6b-3ee0-4c18-990e-efee39e87182 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 {
  text-align: left;
}



.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f10ce38-958a-4bc6-b31b-18cf42c88198 img.shogun-image {
  width: 100%;
}



}
#s-7f10c952-2a05-4e50-b416-82bfd8895378 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f10c952-2a05-4e50-b416-82bfd8895378 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-26a2d620-b502-4656-94d8-40a1b777e10b {
  text-align: center;
}

#s-26a2d620-b502-4656-94d8-40a1b777e10b .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-26a2d620-b502-4656-94d8-40a1b777e10b .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-26a2d620-b502-4656-94d8-40a1b777e10b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 {
  text-align: left;
}



.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bcfa319-7d44-43af-84ac-8280e9ecb827 img.shogun-image {
  width: 100%;
}



}
#s-5904f669-7450-4623-bc65-a62b021e161a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5904f669-7450-4623-bc65-a62b021e161a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-419b1ac1-af85-4242-9b9b-ace0bd88d593 {
  text-align: center;
}

#s-419b1ac1-af85-4242-9b9b-ace0bd88d593 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-419b1ac1-af85-4242-9b9b-ace0bd88d593 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-419b1ac1-af85-4242-9b9b-ace0bd88d593 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-215bdf0b-6263-4bd6-834a-1b5290897e72"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-215bdf0b-6263-4bd6-834a-1b5290897e72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-215bdf0b-6263-4bd6-834a-1b5290897e72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-215bdf0b-6263-4bd6-834a-1b5290897e72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6506cfd9-167d-4451-a0ec-190db793cfa4 {
  text-align: left;
}



.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6506cfd9-167d-4451-a0ec-190db793cfa4 img.shogun-image {
  width: 100%;
}



}
#s-cde44345-1c7b-413b-a292-38ccde6fc207 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cde44345-1c7b-413b-a292-38ccde6fc207 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4d8d8a1a-3cab-4f57-a645-8e2eac7a13aa {
  text-align: center;
}

#s-4d8d8a1a-3cab-4f57-a645-8e2eac7a13aa .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d8d8a1a-3cab-4f57-a645-8e2eac7a13aa .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4d8d8a1a-3cab-4f57-a645-8e2eac7a13aa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-17fee720-fc1b-4434-b5c6-72953db79d9c {
  text-align: left;
}



.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17fee720-fc1b-4434-b5c6-72953db79d9c img.shogun-image {
  width: 100%;
}



}
#s-42c82b93-6b61-403c-ae98-4909f578b3df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42c82b93-6b61-403c-ae98-4909f578b3df .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7bbd49fc-5354-4642-8176-8414bcc84d8a {
  text-align: center;
}

#s-7bbd49fc-5354-4642-8176-8414bcc84d8a .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7bbd49fc-5354-4642-8176-8414bcc84d8a .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7bbd49fc-5354-4642-8176-8414bcc84d8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 {
  text-align: left;
}



.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74338a27-9a0d-4aec-a6d6-dd9adbf2d6d7 img.shogun-image {
  width: 100%;
}



}
#s-8ed26f03-1d17-47cf-b9a9-a10f5d335ccd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ed26f03-1d17-47cf-b9a9-a10f5d335ccd .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1ea305fe-3942-45ed-a383-07ad60466e06 {
  text-align: center;
}

#s-1ea305fe-3942-45ed-a383-07ad60466e06 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ea305fe-3942-45ed-a383-07ad60466e06 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1ea305fe-3942-45ed-a383-07ad60466e06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 {
  text-align: left;
}



.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02dc6db-4f24-4ff2-90c5-76879d81ae51 img.shogun-image {
  width: 100%;
}



}
#s-ced72bb4-ce36-4cc7-bfc0-f18934db4147 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ced72bb4-ce36-4cc7-bfc0-f18934db4147 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3ccb2dcc-a343-49a4-b7f3-baadda37eacb {
  text-align: center;
}

#s-3ccb2dcc-a343-49a4-b7f3-baadda37eacb .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3ccb2dcc-a343-49a4-b7f3-baadda37eacb .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3ccb2dcc-a343-49a4-b7f3-baadda37eacb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-e9444afe-b18d-4604-9838-2fefb5016e39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e9444afe-b18d-4604-9838-2fefb5016e39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e9444afe-b18d-4604-9838-2fefb5016e39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e9444afe-b18d-4604-9838-2fefb5016e39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 {
  text-align: left;
}



.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1000dc65-4dbb-4154-a8f1-53df3ef4b575 img.shogun-image {
  width: 100%;
}



}
#s-9c5bf2d6-69d9-462e-af23-72b7a1ae6523 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c5bf2d6-69d9-462e-af23-72b7a1ae6523 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-178eb1c3-2b0d-48c3-a539-880f9b7b28f5 {
  text-align: center;
}

#s-178eb1c3-2b0d-48c3-a539-880f9b7b28f5 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-178eb1c3-2b0d-48c3-a539-880f9b7b28f5 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-178eb1c3-2b0d-48c3-a539-880f9b7b28f5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 {
  text-align: left;
}



.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8898a3-0944-4c88-a08e-33ed4f27a692 img.shogun-image {
  width: 100%;
}



}
#s-d2c7e8c5-d1cf-4503-bb48-5708254ac002 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2c7e8c5-d1cf-4503-bb48-5708254ac002 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8156e2ff-7d99-44cb-8c25-028990aefffd {
  text-align: center;
}

#s-8156e2ff-7d99-44cb-8c25-028990aefffd .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8156e2ff-7d99-44cb-8c25-028990aefffd .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8156e2ff-7d99-44cb-8c25-028990aefffd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3ab2fb14-fb87-475a-91bb-f30847025f22 {
  text-align: left;
}



.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ab2fb14-fb87-475a-91bb-f30847025f22 img.shogun-image {
  width: 100%;
}



}
#s-2cf58110-52ed-4425-be0c-f2abc0417a40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cf58110-52ed-4425-be0c-f2abc0417a40 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-11aabe0a-0a1f-4292-be30-eec8b555687a {
  text-align: center;
}

#s-11aabe0a-0a1f-4292-be30-eec8b555687a .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-11aabe0a-0a1f-4292-be30-eec8b555687a .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-11aabe0a-0a1f-4292-be30-eec8b555687a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 {
  text-align: left;
}



.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b85d86-ac0d-43cc-8d63-78aef4ac2f74 img.shogun-image {
  width: 100%;
}



}
#s-9ac7be99-98fd-4989-89ea-fc4267b32b48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ac7be99-98fd-4989-89ea-fc4267b32b48 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-92c1e976-cd32-4b8f-8584-e68d1f6cfb67 {
  text-align: center;
}

#s-92c1e976-cd32-4b8f-8584-e68d1f6cfb67 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92c1e976-cd32-4b8f-8584-e68d1f6cfb67 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-92c1e976-cd32-4b8f-8584-e68d1f6cfb67 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-89bf3f55-3c12-426a-9306-69f76f4b3e5a {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 1200px){#s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2 {
  display: none;
}
#s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2, #wrap-s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2 {
  display: none;
}
#s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2, #wrap-s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2 {
  display: none;
}
#s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2, #wrap-s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2 { display: none !important; }}







#s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b29ee0-e7c1-4e91-aeaa-262a482b3cb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bbd97f1-8a84-411f-aecf-b1811468a7f8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-8bbd97f1-8a84-411f-aecf-b1811468a7f8 {
  display: none;
}
#s-8bbd97f1-8a84-411f-aecf-b1811468a7f8, #wrap-s-8bbd97f1-8a84-411f-aecf-b1811468a7f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bbd97f1-8a84-411f-aecf-b1811468a7f8 {
  display: none;
}
#s-8bbd97f1-8a84-411f-aecf-b1811468a7f8, #wrap-s-8bbd97f1-8a84-411f-aecf-b1811468a7f8 { display: none !important; }}
#s-8bbd97f1-8a84-411f-aecf-b1811468a7f8 .shogun-icon-wrapper {
  text-align: center;
}


#s-8bbd97f1-8a84-411f-aecf-b1811468a7f8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(42, 50, 68, 1);
}

#s-c5cde578-62ee-4a98-8e5f-8e21af68f87d {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-c5cde578-62ee-4a98-8e5f-8e21af68f87d {
  display: none;
}
#s-c5cde578-62ee-4a98-8e5f-8e21af68f87d, #wrap-s-c5cde578-62ee-4a98-8e5f-8e21af68f87d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5cde578-62ee-4a98-8e5f-8e21af68f87d {
  display: none;
}
#s-c5cde578-62ee-4a98-8e5f-8e21af68f87d, #wrap-s-c5cde578-62ee-4a98-8e5f-8e21af68f87d { display: none !important; }}
#s-c5cde578-62ee-4a98-8e5f-8e21af68f87d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



@media (min-width: 1200px){#s-c8b6860e-dd16-4d27-8cc8-2a6977294e4f {
  display: none;
}
#s-c8b6860e-dd16-4d27-8cc8-2a6977294e4f, #wrap-s-c8b6860e-dd16-4d27-8cc8-2a6977294e4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8b6860e-dd16-4d27-8cc8-2a6977294e4f {
  display: none;
}
#s-c8b6860e-dd16-4d27-8cc8-2a6977294e4f, #wrap-s-c8b6860e-dd16-4d27-8cc8-2a6977294e4f { display: none !important; }}
#s-c8b6860e-dd16-4d27-8cc8-2a6977294e4f .shogun-icon-wrapper {
  text-align: center;
}


#s-c8b6860e-dd16-4d27-8cc8-2a6977294e4f .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(42, 50, 68, 1);
}

#s-462a0cd9-4ec2-4e5e-93d7-9605618928e6 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-462a0cd9-4ec2-4e5e-93d7-9605618928e6 {
  display: none;
}
#s-462a0cd9-4ec2-4e5e-93d7-9605618928e6, #wrap-s-462a0cd9-4ec2-4e5e-93d7-9605618928e6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-462a0cd9-4ec2-4e5e-93d7-9605618928e6 {
  display: none;
}
#s-462a0cd9-4ec2-4e5e-93d7-9605618928e6, #wrap-s-462a0cd9-4ec2-4e5e-93d7-9605618928e6 { display: none !important; }}
#s-462a0cd9-4ec2-4e5e-93d7-9605618928e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



@media (min-width: 1200px){#s-210aa44d-c36e-4d27-91fa-67b90a2b8c05 {
  display: none;
}
#s-210aa44d-c36e-4d27-91fa-67b90a2b8c05, #wrap-s-210aa44d-c36e-4d27-91fa-67b90a2b8c05 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-210aa44d-c36e-4d27-91fa-67b90a2b8c05 {
  display: none;
}
#s-210aa44d-c36e-4d27-91fa-67b90a2b8c05, #wrap-s-210aa44d-c36e-4d27-91fa-67b90a2b8c05 { display: none !important; }}
#s-210aa44d-c36e-4d27-91fa-67b90a2b8c05 .shogun-icon-wrapper {
  text-align: center;
}


#s-210aa44d-c36e-4d27-91fa-67b90a2b8c05 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(42, 50, 68, 1);
}

#s-dc8eef83-4853-4335-9539-86b2026a47fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-dc8eef83-4853-4335-9539-86b2026a47fa {
  display: none;
}
#s-dc8eef83-4853-4335-9539-86b2026a47fa, #wrap-s-dc8eef83-4853-4335-9539-86b2026a47fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc8eef83-4853-4335-9539-86b2026a47fa {
  display: none;
}
#s-dc8eef83-4853-4335-9539-86b2026a47fa, #wrap-s-dc8eef83-4853-4335-9539-86b2026a47fa { display: none !important; }}
#s-dc8eef83-4853-4335-9539-86b2026a47fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-9ed3765e-a098-47ae-9231-ab7dc1b58be5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-9ed3765e-a098-47ae-9231-ab7dc1b58be5 {
  display: none;
}
#s-9ed3765e-a098-47ae-9231-ab7dc1b58be5, #wrap-s-9ed3765e-a098-47ae-9231-ab7dc1b58be5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ed3765e-a098-47ae-9231-ab7dc1b58be5 {
  display: none;
}
#s-9ed3765e-a098-47ae-9231-ab7dc1b58be5, #wrap-s-9ed3765e-a098-47ae-9231-ab7dc1b58be5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ed3765e-a098-47ae-9231-ab7dc1b58be5 {
  display: none;
}
#s-9ed3765e-a098-47ae-9231-ab7dc1b58be5, #wrap-s-9ed3765e-a098-47ae-9231-ab7dc1b58be5 { display: none !important; }}







#s-9ed3765e-a098-47ae-9231-ab7dc1b58be5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ed3765e-a098-47ae-9231-ab7dc1b58be5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cba4edd-7fb5-431d-94ba-bfcd2e35b874 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cba4edd-7fb5-431d-94ba-bfcd2e35b874 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-be426413-8f7e-406c-9579-bf5ad484fae7 {
  box-shadow:00px 0px 0px 0px rgba(235, 207, 137, 1);
border-style: solid;
margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-be426413-8f7e-406c-9579-bf5ad484fae7:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-be426413-8f7e-406c-9579-bf5ad484fae7:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-be426413-8f7e-406c-9579-bf5ad484fae7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be426413-8f7e-406c-9579-bf5ad484fae7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be426413-8f7e-406c-9579-bf5ad484fae7 {
  
}
}@media (max-width: 767px){#s-be426413-8f7e-406c-9579-bf5ad484fae7 {
  
}
}

  #s-be426413-8f7e-406c-9579-bf5ad484fae7-root {
    text-align: center;
  }


#s-be426413-8f7e-406c-9579-bf5ad484fae7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-be426413-8f7e-406c-9579-bf5ad484fae7-root {
    text-align: center;
  }


#s-be426413-8f7e-406c-9579-bf5ad484fae7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be426413-8f7e-406c-9579-bf5ad484fae7-root {
    text-align: center;
  }


#s-be426413-8f7e-406c-9579-bf5ad484fae7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be426413-8f7e-406c-9579-bf5ad484fae7-root {
    text-align: center;
  }


#s-be426413-8f7e-406c-9579-bf5ad484fae7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-be426413-8f7e-406c-9579-bf5ad484fae7-root {
    text-align: center;
  }


#s-be426413-8f7e-406c-9579-bf5ad484fae7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08 {
  box-shadow:00px 0px 0px 0px rgba(235, 207, 137, 1);
border-style: solid;
margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08 {
  
}
}@media (max-width: 767px){#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08 {
  
}
}

  #s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08-root {
    text-align: center;
  }


#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08-root {
    text-align: center;
  }


#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08-root {
    text-align: center;
  }


#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08-root {
    text-align: center;
  }


#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08-root {
    text-align: center;
  }


#s-a43e91ef-2bdf-46eb-b923-d2ce8bee0d08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-3573a27d-9e69-4cc0-ae26-a7d88514ca41 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3573a27d-9e69-4cc0-ae26-a7d88514ca41 {
  display: none;
}
#s-3573a27d-9e69-4cc0-ae26-a7d88514ca41, #wrap-s-3573a27d-9e69-4cc0-ae26-a7d88514ca41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3573a27d-9e69-4cc0-ae26-a7d88514ca41 {
  display: none;
}
#s-3573a27d-9e69-4cc0-ae26-a7d88514ca41, #wrap-s-3573a27d-9e69-4cc0-ae26-a7d88514ca41 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3573a27d-9e69-4cc0-ae26-a7d88514ca41 {
  display: none;
}
#s-3573a27d-9e69-4cc0-ae26-a7d88514ca41, #wrap-s-3573a27d-9e69-4cc0-ae26-a7d88514ca41 { display: none !important; }}







#s-3573a27d-9e69-4cc0-ae26-a7d88514ca41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3573a27d-9e69-4cc0-ae26-a7d88514ca41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
  margin-left: 18%;
margin-right: 18%;
max-width: 500px;
aspect-ratio: 500/600;
text-align: center;
}





  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image,
  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
    width: 100%;
    height: auto;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
    
    
  }


.s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
      position: relative;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image,
  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
    width: 100%;
    height: auto;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
    
    
  }


.s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
      position: relative;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image,
  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
    width: 100%;
    height: auto;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
    
    
  }


.s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
      position: relative;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image,
  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
    width: 100%;
    height: auto;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
    
    
  }


.s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
      position: relative;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image,
  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
    width: 100%;
    height: auto;
  }

  #s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
    
    
  }


.s-2dff216b-f7a0-4602-bc74-9771d2b41bff .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container {
      position: relative;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dff216b-f7a0-4602-bc74-9771d2b41bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0b5bbd6e-5f2b-49e4-a2c8-991b1b72fdd4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-243686ea-ffd3-436d-87ba-1a73580a01bd {
  margin-left: 18%;
margin-right: 18%;
max-width: 500px;
aspect-ratio: 500/600;
text-align: center;
}





  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image,
  #s-243686ea-ffd3-436d-87ba-1a73580a01bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd {
    width: 100%;
    height: auto;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
    
    
  }


.s-243686ea-ffd3-436d-87ba-1a73580a01bd .shogun-image-content {
  
    align-items: center;
  
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-243686ea-ffd3-436d-87ba-1a73580a01bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
      position: relative;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image,
  #s-243686ea-ffd3-436d-87ba-1a73580a01bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd {
    width: 100%;
    height: auto;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
    
    
  }


.s-243686ea-ffd3-436d-87ba-1a73580a01bd .shogun-image-content {
  
    align-items: center;
  
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-243686ea-ffd3-436d-87ba-1a73580a01bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
      position: relative;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image,
  #s-243686ea-ffd3-436d-87ba-1a73580a01bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd {
    width: 100%;
    height: auto;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
    
    
  }


.s-243686ea-ffd3-436d-87ba-1a73580a01bd .shogun-image-content {
  
    align-items: center;
  
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-243686ea-ffd3-436d-87ba-1a73580a01bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
      position: relative;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image,
  #s-243686ea-ffd3-436d-87ba-1a73580a01bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd {
    width: 100%;
    height: auto;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
    
    
  }


.s-243686ea-ffd3-436d-87ba-1a73580a01bd .shogun-image-content {
  
    align-items: center;
  
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-243686ea-ffd3-436d-87ba-1a73580a01bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
      position: relative;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image,
  #s-243686ea-ffd3-436d-87ba-1a73580a01bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd {
    width: 100%;
    height: auto;
  }

  #s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
    
    
  }


.s-243686ea-ffd3-436d-87ba-1a73580a01bd .shogun-image-content {
  
    align-items: center;
  
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-243686ea-ffd3-436d-87ba-1a73580a01bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container {
      position: relative;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-243686ea-ffd3-436d-87ba-1a73580a01bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-acc8f632-6b1c-420b-8235-2b9bbb7db60a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
  margin-left: 18%;
margin-right: 18%;
max-width: 500px;
aspect-ratio: 500/600;
text-align: center;
}





  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image,
  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
    width: 100%;
    height: auto;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
    
    
  }


.s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
      position: relative;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image,
  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
    width: 100%;
    height: auto;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
    
    
  }


.s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
      position: relative;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image,
  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
    width: 100%;
    height: auto;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
    
    
  }


.s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
      position: relative;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image,
  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
    width: 100%;
    height: auto;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
    
    
  }


.s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
      position: relative;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image,
  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
    width: 100%;
    height: auto;
  }

  #s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
    
    
  }


.s-16a240f8-36b6-42db-b1ee-b418e1553d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container {
      position: relative;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a240f8-36b6-42db-b1ee-b418e1553d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-051db7db-a436-4faf-8efa-e7989e269a58 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9 {
  min-height: 50px;
background-color: rgba(235, 207, 137, 1);
}
@media (min-width: 1200px){#s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9 {
  display: none;
}
#s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9, #wrap-s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9 {
  display: none;
}
#s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9, #wrap-s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9 {
  display: none;
}
#s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9, #wrap-s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9 { display: none !important; }}







#s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0876bd3-37f3-47c8-9c46-ff39b6846cf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba562d21-494a-4112-9a90-21dbd7c61391 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
}

#s-39e9b958-4880-4c1f-9b46-388f2c02389b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-39e9b958-4880-4c1f-9b46-388f2c02389b {
  display: none;
}
#s-39e9b958-4880-4c1f-9b46-388f2c02389b, #wrap-s-39e9b958-4880-4c1f-9b46-388f2c02389b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39e9b958-4880-4c1f-9b46-388f2c02389b {
  display: none;
}
#s-39e9b958-4880-4c1f-9b46-388f2c02389b, #wrap-s-39e9b958-4880-4c1f-9b46-388f2c02389b { display: none !important; }}
#s-39e9b958-4880-4c1f-9b46-388f2c02389b .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-39e9b958-4880-4c1f-9b46-388f2c02389b .shg-sld-nav-button.shg-sld-left,
#s-39e9b958-4880-4c1f-9b46-388f2c02389b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 {
  text-align: left;
}



.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8f2feb7-dacf-4581-aa3a-e1e8a082c825 img.shogun-image {
  width: 100%;
}



}
#s-c1ec9d4f-7517-4a34-9243-2e4d52efd747 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1ec9d4f-7517-4a34-9243-2e4d52efd747 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-13bb6b7f-6968-4c3e-98e6-4744df455ce1 {
  text-align: center;
}

#s-13bb6b7f-6968-4c3e-98e6-4744df455ce1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-13bb6b7f-6968-4c3e-98e6-4744df455ce1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-13bb6b7f-6968-4c3e-98e6-4744df455ce1 .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-f0acfb99-024a-49f7-b05b-910f02c0183d {
  text-align: left;
}



.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0acfb99-024a-49f7-b05b-910f02c0183d img.shogun-image {
  width: 100%;
}



}
#s-94fcc1cd-13ee-4fe8-bdd8-e15a50c295bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94fcc1cd-13ee-4fe8-bdd8-e15a50c295bd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-901a4aa8-9e44-459d-a33e-ccef63ddbf19 {
  text-align: center;
}

#s-901a4aa8-9e44-459d-a33e-ccef63ddbf19 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-901a4aa8-9e44-459d-a33e-ccef63ddbf19 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-901a4aa8-9e44-459d-a33e-ccef63ddbf19 .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-b116e8cc-1490-43df-9f7d-0c2aa17d0322 {
  text-align: left;
}



.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116e8cc-1490-43df-9f7d-0c2aa17d0322 img.shogun-image {
  width: 100%;
}



}
#s-00723e03-ad02-4ffb-a02e-b8659a162fb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00723e03-ad02-4ffb-a02e-b8659a162fb2 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-45549c29-1fc8-4c68-a211-9aca925b4887 {
  text-align: center;
}

#s-45549c29-1fc8-4c68-a211-9aca925b4887 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45549c29-1fc8-4c68-a211-9aca925b4887 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-45549c29-1fc8-4c68-a211-9aca925b4887 .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-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 {
  text-align: left;
}



.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef6cdc3-31bb-461d-9fcc-8b90f859ff70 img.shogun-image {
  width: 100%;
}



}
#s-8b17d7c6-b604-49bb-9c5c-4d41e8b364c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b17d7c6-b604-49bb-9c5c-4d41e8b364c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-2f190150-506f-4e13-9077-656af165ba1f {
  text-align: center;
}

#s-2f190150-506f-4e13-9077-656af165ba1f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2f190150-506f-4e13-9077-656af165ba1f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-2f190150-506f-4e13-9077-656af165ba1f .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-cb88ec82-812f-438f-894b-d03aa1b41e40 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-cb88ec82-812f-438f-894b-d03aa1b41e40 {
  display: none;
}
#s-cb88ec82-812f-438f-894b-d03aa1b41e40, #wrap-s-cb88ec82-812f-438f-894b-d03aa1b41e40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb88ec82-812f-438f-894b-d03aa1b41e40 {
  display: none;
}
#s-cb88ec82-812f-438f-894b-d03aa1b41e40, #wrap-s-cb88ec82-812f-438f-894b-d03aa1b41e40 { display: none !important; }}
#s-060533d2-2e83-4976-8d52-85645191e058 {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(42, 50, 68, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-060533d2-2e83-4976-8d52-85645191e058 {
  display: none;
}
#s-060533d2-2e83-4976-8d52-85645191e058, #wrap-s-060533d2-2e83-4976-8d52-85645191e058 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-060533d2-2e83-4976-8d52-85645191e058 {
  display: none;
}
#s-060533d2-2e83-4976-8d52-85645191e058, #wrap-s-060533d2-2e83-4976-8d52-85645191e058 { display: none !important; }}@media (max-width: 767px){#s-060533d2-2e83-4976-8d52-85645191e058 {
  display: none;
}
#s-060533d2-2e83-4976-8d52-85645191e058, #wrap-s-060533d2-2e83-4976-8d52-85645191e058 { display: none !important; }}







#s-060533d2-2e83-4976-8d52-85645191e058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-060533d2-2e83-4976-8d52-85645191e058.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2254a1ad-15e8-458d-a90b-7a664224c66f {
  background-color: rgba(165, 179, 204, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-2254a1ad-15e8-458d-a90b-7a664224c66f {
  
}
}@media (max-width: 767px){#s-2254a1ad-15e8-458d-a90b-7a664224c66f {
  display: none;
}
#s-2254a1ad-15e8-458d-a90b-7a664224c66f, #wrap-s-2254a1ad-15e8-458d-a90b-7a664224c66f { display: none !important; }}
@media (min-width: 0px) {
[id="s-2254a1ad-15e8-458d-a90b-7a664224c66f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2254a1ad-15e8-458d-a90b-7a664224c66f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2254a1ad-15e8-458d-a90b-7a664224c66f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2254a1ad-15e8-458d-a90b-7a664224c66f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2254a1ad-15e8-458d-a90b-7a664224c66f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2254a1ad-15e8-458d-a90b-7a664224c66f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2254a1ad-15e8-458d-a90b-7a664224c66f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-433f8284-9382-4734-b8e9-dee7ce338b8c {
  max-width: 300px;
aspect-ratio: 300/100;
text-align: center;
}





  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image,
  #s-433f8284-9382-4734-b8e9-dee7ce338b8c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c {
    width: 100%;
    height: auto;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
    
    
  }


.s-433f8284-9382-4734-b8e9-dee7ce338b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433f8284-9382-4734-b8e9-dee7ce338b8c {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
      position: relative;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image,
  #s-433f8284-9382-4734-b8e9-dee7ce338b8c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c {
    width: 100%;
    height: auto;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
    
    
  }


.s-433f8284-9382-4734-b8e9-dee7ce338b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433f8284-9382-4734-b8e9-dee7ce338b8c {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
      position: relative;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image,
  #s-433f8284-9382-4734-b8e9-dee7ce338b8c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c {
    width: 100%;
    height: auto;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
    
    
  }


.s-433f8284-9382-4734-b8e9-dee7ce338b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433f8284-9382-4734-b8e9-dee7ce338b8c {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
      position: relative;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image,
  #s-433f8284-9382-4734-b8e9-dee7ce338b8c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c {
    width: 100%;
    height: auto;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
    
    
  }


.s-433f8284-9382-4734-b8e9-dee7ce338b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433f8284-9382-4734-b8e9-dee7ce338b8c {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
      position: relative;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image,
  #s-433f8284-9382-4734-b8e9-dee7ce338b8c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c {
    width: 100%;
    height: auto;
  }

  #s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
    
    
  }


.s-433f8284-9382-4734-b8e9-dee7ce338b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433f8284-9382-4734-b8e9-dee7ce338b8c {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container {
      position: relative;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433f8284-9382-4734-b8e9-dee7ce338b8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
  max-width: 400px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image,
  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
    width: 100%;
    height: auto;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
    
    
  }


.s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
      position: relative;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image,
  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
    width: 100%;
    height: auto;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
    
    
  }


.s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
      position: relative;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image,
  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
    width: 100%;
    height: auto;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
    
    
  }


.s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
      position: relative;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image,
  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
    width: 100%;
    height: auto;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
    
    
  }


.s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
      position: relative;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image,
  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
    width: 100%;
    height: auto;
  }

  #s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
    
    
  }


.s-8a5378c3-3572-4e53-a020-c24d013e57c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container {
      position: relative;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5378c3-3572-4e53-a020-c24d013e57c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-027f2c79-6757-48f5-92ab-18b5aecef25e {
  margin-top: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-027f2c79-6757-48f5-92ab-18b5aecef25e {
  
}
}@media (max-width: 767px){#s-027f2c79-6757-48f5-92ab-18b5aecef25e {
  display: none;
}
#s-027f2c79-6757-48f5-92ab-18b5aecef25e, #wrap-s-027f2c79-6757-48f5-92ab-18b5aecef25e { display: none !important; }}
#s-027f2c79-6757-48f5-92ab-18b5aecef25e .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-027f2c79-6757-48f5-92ab-18b5aecef25e .shg-sld-nav-button.shg-sld-left,
#s-027f2c79-6757-48f5-92ab-18b5aecef25e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-97b196a9-f0ad-4cb2-845d-147e14a17952 {
  
}
}@media (max-width: 767px){#s-97b196a9-f0ad-4cb2-845d-147e14a17952 {
  display: none;
}
#s-97b196a9-f0ad-4cb2-845d-147e14a17952, #wrap-s-97b196a9-f0ad-4cb2-845d-147e14a17952 { display: none !important; }}
@media (min-width: 0px) {
[id="s-97b196a9-f0ad-4cb2-845d-147e14a17952"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97b196a9-f0ad-4cb2-845d-147e14a17952"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97b196a9-f0ad-4cb2-845d-147e14a17952"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97b196a9-f0ad-4cb2-845d-147e14a17952"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 {
  text-align: left;
}



.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b193bb1e-ecb8-479f-81e3-d5d457d28e66 img.shogun-image {
  width: 100%;
}



}
#s-c8174463-66fd-468d-a25c-982d0ff4c2da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8174463-66fd-468d-a25c-982d0ff4c2da .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-32aa0b7a-9914-498a-85a5-50e683a59a9d {
  text-align: center;
}

#s-32aa0b7a-9914-498a-85a5-50e683a59a9d .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-32aa0b7a-9914-498a-85a5-50e683a59a9d .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-32aa0b7a-9914-498a-85a5-50e683a59a9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 {
  text-align: left;
}



.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1c65078-2399-4eb9-9d92-bcf38c55a810 img.shogun-image {
  width: 100%;
}



}
#s-36c9c452-d4e8-406f-9dee-157823a41937 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36c9c452-d4e8-406f-9dee-157823a41937 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5680ca97-6a06-4569-92de-a77e801125ac {
  text-align: center;
}

#s-5680ca97-6a06-4569-92de-a77e801125ac .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5680ca97-6a06-4569-92de-a77e801125ac .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5680ca97-6a06-4569-92de-a77e801125ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 {
  text-align: left;
}



.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b140cbe0-4954-4ad0-9b8a-9d699972f688 img.shogun-image {
  width: 100%;
}



}
#s-4adfe9c5-8e27-473b-8e45-f14841f7ee72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4adfe9c5-8e27-473b-8e45-f14841f7ee72 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d936e149-e905-42f4-bcc2-64059692d888 {
  text-align: center;
}

#s-d936e149-e905-42f4-bcc2-64059692d888 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d936e149-e905-42f4-bcc2-64059692d888 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d936e149-e905-42f4-bcc2-64059692d888 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-0b534699-081c-4a77-aa38-3a4475a6d7b5 {
  
}
}@media (max-width: 767px){#s-0b534699-081c-4a77-aa38-3a4475a6d7b5 {
  display: none;
}
#s-0b534699-081c-4a77-aa38-3a4475a6d7b5, #wrap-s-0b534699-081c-4a77-aa38-3a4475a6d7b5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0b534699-081c-4a77-aa38-3a4475a6d7b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b534699-081c-4a77-aa38-3a4475a6d7b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0b534699-081c-4a77-aa38-3a4475a6d7b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b534699-081c-4a77-aa38-3a4475a6d7b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 {
  text-align: left;
}



.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8c85dd-8ac9-40fa-bf0e-639f7147b071 img.shogun-image {
  width: 100%;
}



}
#s-652b44dd-4ee3-44dc-870c-61de82f05414 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-652b44dd-4ee3-44dc-870c-61de82f05414 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e9435946-7083-4376-990e-5ef141b02e12 {
  text-align: center;
}

#s-e9435946-7083-4376-990e-5ef141b02e12 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e9435946-7083-4376-990e-5ef141b02e12 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e9435946-7083-4376-990e-5ef141b02e12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 {
  text-align: left;
}



.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af7dfbf-b0d8-443e-93ed-3a327e6d66f9 img.shogun-image {
  width: 100%;
}



}
#s-e011e129-a218-4147-9319-571e39e133e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e011e129-a218-4147-9319-571e39e133e6 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-89f423fc-e3b4-400c-8a22-c0fafd721298 {
  text-align: center;
}

#s-89f423fc-e3b4-400c-8a22-c0fafd721298 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89f423fc-e3b4-400c-8a22-c0fafd721298 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-89f423fc-e3b4-400c-8a22-c0fafd721298 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6e76c225-0b22-4018-b707-6570678af9ba {
  text-align: left;
}



.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e76c225-0b22-4018-b707-6570678af9ba img.shogun-image {
  width: 100%;
}



}
#s-b64fd8ca-eaa4-4b27-aa1a-9421044d6544 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b64fd8ca-eaa4-4b27-aa1a-9421044d6544 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f278a4d1-700e-4224-807d-898c613170d8 {
  text-align: center;
}

#s-f278a4d1-700e-4224-807d-898c613170d8 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f278a4d1-700e-4224-807d-898c613170d8 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f278a4d1-700e-4224-807d-898c613170d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-682cd5d5-044e-4973-8a4c-0258c51ff7b7 {
  
}
}@media (max-width: 767px){#s-682cd5d5-044e-4973-8a4c-0258c51ff7b7 {
  display: none;
}
#s-682cd5d5-044e-4973-8a4c-0258c51ff7b7, #wrap-s-682cd5d5-044e-4973-8a4c-0258c51ff7b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-682cd5d5-044e-4973-8a4c-0258c51ff7b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-682cd5d5-044e-4973-8a4c-0258c51ff7b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-682cd5d5-044e-4973-8a4c-0258c51ff7b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-682cd5d5-044e-4973-8a4c-0258c51ff7b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 {
  text-align: left;
}



.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddcf9071-5a3c-4fe2-9f16-e5daec59f093 img.shogun-image {
  width: 100%;
}



}
#s-4e8ec414-0909-41f4-9fd3-ad7a479d0760 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e8ec414-0909-41f4-9fd3-ad7a479d0760 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ee968e5a-3e03-41d2-8f3e-e604d062e7b1 {
  text-align: center;
}

#s-ee968e5a-3e03-41d2-8f3e-e604d062e7b1 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee968e5a-3e03-41d2-8f3e-e604d062e7b1 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee968e5a-3e03-41d2-8f3e-e604d062e7b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e04f273a-e77e-4526-a2a9-992de95a5b53 {
  text-align: left;
}



.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04f273a-e77e-4526-a2a9-992de95a5b53 img.shogun-image {
  width: 100%;
}



}
#s-5924076c-eb67-4034-a5d9-dfe866842888 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5924076c-eb67-4034-a5d9-dfe866842888 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-0203978c-65dd-49eb-8d07-f2ba3209eb1c {
  text-align: center;
}

#s-0203978c-65dd-49eb-8d07-f2ba3209eb1c .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0203978c-65dd-49eb-8d07-f2ba3209eb1c .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0203978c-65dd-49eb-8d07-f2ba3209eb1c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c438c130-c8c5-4ec6-ab62-c1a17986849c {
  text-align: left;
}



.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c438c130-c8c5-4ec6-ab62-c1a17986849c img.shogun-image {
  width: 100%;
}



}
#s-5ed18524-71a4-4966-8930-9a916e2a3ba4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ed18524-71a4-4966-8930-9a916e2a3ba4 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4b13bb91-c6c2-4108-8380-e16cad54442a {
  text-align: center;
}

#s-4b13bb91-c6c2-4108-8380-e16cad54442a .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b13bb91-c6c2-4108-8380-e16cad54442a .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4b13bb91-c6c2-4108-8380-e16cad54442a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-91a5ece2-c0a2-4d3f-a0ef-5bcc23d74711 {
  
}
}@media (max-width: 767px){#s-91a5ece2-c0a2-4d3f-a0ef-5bcc23d74711 {
  display: none;
}
#s-91a5ece2-c0a2-4d3f-a0ef-5bcc23d74711, #wrap-s-91a5ece2-c0a2-4d3f-a0ef-5bcc23d74711 { display: none !important; }}
@media (min-width: 0px) {
[id="s-91a5ece2-c0a2-4d3f-a0ef-5bcc23d74711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91a5ece2-c0a2-4d3f-a0ef-5bcc23d74711"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-91a5ece2-c0a2-4d3f-a0ef-5bcc23d74711"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-91a5ece2-c0a2-4d3f-a0ef-5bcc23d74711"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 {
  text-align: left;
}



.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73e249e7-e4ef-4fe9-9c26-f5d91b0eea68 img.shogun-image {
  width: 100%;
}



}
#s-ebcd7225-8414-4edb-94f7-ba203f2b00f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebcd7225-8414-4edb-94f7-ba203f2b00f7 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9dbadc1f-4cd2-4276-a109-81ff8eb0d845 {
  text-align: center;
}

#s-9dbadc1f-4cd2-4276-a109-81ff8eb0d845 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9dbadc1f-4cd2-4276-a109-81ff8eb0d845 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9dbadc1f-4cd2-4276-a109-81ff8eb0d845 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-017a3032-1a6c-4bbb-9593-d830372874ff {
  text-align: left;
}



.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-017a3032-1a6c-4bbb-9593-d830372874ff img.shogun-image {
  width: 100%;
}



}
#s-93c18f10-579c-48e7-9452-f4a528b8eb71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93c18f10-579c-48e7-9452-f4a528b8eb71 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6d6d4b58-88ec-47fe-b6b2-96ee4fdcdf2c {
  text-align: center;
}

#s-6d6d4b58-88ec-47fe-b6b2-96ee4fdcdf2c .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6d6d4b58-88ec-47fe-b6b2-96ee4fdcdf2c .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6d6d4b58-88ec-47fe-b6b2-96ee4fdcdf2c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-370edb3b-b448-4cdc-bde0-852ab404513b {
  text-align: left;
}



.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-370edb3b-b448-4cdc-bde0-852ab404513b img.shogun-image {
  width: 100%;
}



}
#s-165b931d-1026-4de3-93f8-2f8b6ca47e98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-165b931d-1026-4de3-93f8-2f8b6ca47e98 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3d133a3a-4a52-428f-9387-bcf231e113d2 {
  text-align: center;
}

#s-3d133a3a-4a52-428f-9387-bcf231e113d2 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3d133a3a-4a52-428f-9387-bcf231e113d2 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3d133a3a-4a52-428f-9387-bcf231e113d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fa2c18ca-94a8-405a-9e09-9114fdc7bc07 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(165, 179, 204, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-fa2c18ca-94a8-405a-9e09-9114fdc7bc07 {
  
}
}@media (max-width: 767px){#s-fa2c18ca-94a8-405a-9e09-9114fdc7bc07 {
  display: none;
}
#s-fa2c18ca-94a8-405a-9e09-9114fdc7bc07, #wrap-s-fa2c18ca-94a8-405a-9e09-9114fdc7bc07 { display: none !important; }}
#s-59ed4560-387b-46b6-af75-cdc4be902701 {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(226, 176, 81, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-59ed4560-387b-46b6-af75-cdc4be902701 {
  display: none;
}
#s-59ed4560-387b-46b6-af75-cdc4be902701, #wrap-s-59ed4560-387b-46b6-af75-cdc4be902701 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59ed4560-387b-46b6-af75-cdc4be902701 {
  display: none;
}
#s-59ed4560-387b-46b6-af75-cdc4be902701, #wrap-s-59ed4560-387b-46b6-af75-cdc4be902701 { display: none !important; }}@media (max-width: 767px){#s-59ed4560-387b-46b6-af75-cdc4be902701 {
  display: none;
}
#s-59ed4560-387b-46b6-af75-cdc4be902701, #wrap-s-59ed4560-387b-46b6-af75-cdc4be902701 { display: none !important; }}







#s-59ed4560-387b-46b6-af75-cdc4be902701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59ed4560-387b-46b6-af75-cdc4be902701.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faea2d21-1a63-44c9-a822-d86a86583d10 {
  background-color: rgba(231, 233, 231, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-faea2d21-1a63-44c9-a822-d86a86583d10 {
  
}
}@media (max-width: 767px){#s-faea2d21-1a63-44c9-a822-d86a86583d10 {
  display: none;
}
#s-faea2d21-1a63-44c9-a822-d86a86583d10, #wrap-s-faea2d21-1a63-44c9-a822-d86a86583d10 { display: none !important; }}
@media (min-width: 0px) {
[id="s-faea2d21-1a63-44c9-a822-d86a86583d10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faea2d21-1a63-44c9-a822-d86a86583d10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-faea2d21-1a63-44c9-a822-d86a86583d10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-faea2d21-1a63-44c9-a822-d86a86583d10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-faea2d21-1a63-44c9-a822-d86a86583d10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-faea2d21-1a63-44c9-a822-d86a86583d10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-faea2d21-1a63-44c9-a822-d86a86583d10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f3aae624-5e11-4e40-97f6-792f8838cd73 {
  margin-left: 1%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3aae624-5e11-4e40-97f6-792f8838cd73 {
  
}
}@media (max-width: 767px){#s-f3aae624-5e11-4e40-97f6-792f8838cd73 {
  display: none;
}
#s-f3aae624-5e11-4e40-97f6-792f8838cd73, #wrap-s-f3aae624-5e11-4e40-97f6-792f8838cd73 { display: none !important; }}
#s-f3aae624-5e11-4e40-97f6-792f8838cd73 .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-f3aae624-5e11-4e40-97f6-792f8838cd73 .shg-sld-nav-button.shg-sld-left,
#s-f3aae624-5e11-4e40-97f6-792f8838cd73 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-36569976-d806-452f-9876-a0c0569f3118 {
  
}
}@media (max-width: 767px){#s-36569976-d806-452f-9876-a0c0569f3118 {
  display: none;
}
#s-36569976-d806-452f-9876-a0c0569f3118, #wrap-s-36569976-d806-452f-9876-a0c0569f3118 { display: none !important; }}
@media (min-width: 0px) {
[id="s-36569976-d806-452f-9876-a0c0569f3118"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36569976-d806-452f-9876-a0c0569f3118"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36569976-d806-452f-9876-a0c0569f3118"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36569976-d806-452f-9876-a0c0569f3118"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-437e51df-a768-46f4-96a7-24db2a73c83b {
  text-align: left;
}



.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e51df-a768-46f4-96a7-24db2a73c83b img.shogun-image {
  width: 100%;
}



}
#s-4281e4ef-ae8c-49c1-8d85-bf35804f95f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4281e4ef-ae8c-49c1-8d85-bf35804f95f5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-82405e8b-f460-42e9-a697-0cf68ec34783 {
  text-align: center;
}

#s-82405e8b-f460-42e9-a697-0cf68ec34783 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82405e8b-f460-42e9-a697-0cf68ec34783 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-82405e8b-f460-42e9-a697-0cf68ec34783 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-95948089-eb3e-4039-bced-ce30916cead0 {
  text-align: left;
}



.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95948089-eb3e-4039-bced-ce30916cead0 img.shogun-image {
  width: 100%;
}



}
#s-11c7cee0-0888-4b07-8279-944e91df9871 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11c7cee0-0888-4b07-8279-944e91df9871 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-19414e9b-2de2-4be8-8b4d-4e408194c762 {
  text-align: center;
}

#s-19414e9b-2de2-4be8-8b4d-4e408194c762 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19414e9b-2de2-4be8-8b4d-4e408194c762 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-19414e9b-2de2-4be8-8b4d-4e408194c762 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 {
  text-align: left;
}



.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d29dd6cb-381e-4a58-8845-74e59eb60a55 img.shogun-image {
  width: 100%;
}



}
#s-459cff12-ea1f-4353-a104-0acdb70f2b17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-459cff12-ea1f-4353-a104-0acdb70f2b17 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3b0bc423-b029-414d-b4bd-abacfa0e1e6e {
  text-align: center;
}

#s-3b0bc423-b029-414d-b4bd-abacfa0e1e6e .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3b0bc423-b029-414d-b4bd-abacfa0e1e6e .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3b0bc423-b029-414d-b4bd-abacfa0e1e6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-77433740-e49e-4f26-818b-7cfdbeb85c91 {
  
}
}@media (max-width: 767px){#s-77433740-e49e-4f26-818b-7cfdbeb85c91 {
  display: none;
}
#s-77433740-e49e-4f26-818b-7cfdbeb85c91, #wrap-s-77433740-e49e-4f26-818b-7cfdbeb85c91 { display: none !important; }}
@media (min-width: 0px) {
[id="s-77433740-e49e-4f26-818b-7cfdbeb85c91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77433740-e49e-4f26-818b-7cfdbeb85c91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77433740-e49e-4f26-818b-7cfdbeb85c91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77433740-e49e-4f26-818b-7cfdbeb85c91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 {
  text-align: left;
}



.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a60c4e-b543-4a2f-8c77-2b32a2d9d847 img.shogun-image {
  width: 100%;
}



}
#s-82db7ade-ab8f-4000-a5e1-324848ef90c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82db7ade-ab8f-4000-a5e1-324848ef90c9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b3377b91-cabe-4ff6-91f1-7a07a00cfc46 {
  text-align: center;
}

#s-b3377b91-cabe-4ff6-91f1-7a07a00cfc46 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b3377b91-cabe-4ff6-91f1-7a07a00cfc46 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b3377b91-cabe-4ff6-91f1-7a07a00cfc46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d {
  text-align: left;
}



.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98cdedf-dac1-4ff6-a4f4-af165f57e61d img.shogun-image {
  width: 100%;
}



}
#s-be0b3a6b-5d83-4ba8-91c6-3df6229c5c7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be0b3a6b-5d83-4ba8-91c6-3df6229c5c7c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c5553ca6-df05-4e79-a374-45cd95260582 {
  text-align: center;
}

#s-c5553ca6-df05-4e79-a374-45cd95260582 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c5553ca6-df05-4e79-a374-45cd95260582 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c5553ca6-df05-4e79-a374-45cd95260582 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a63ca35e-4069-4a35-bf99-7be11c12c520 {
  text-align: left;
}



.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a63ca35e-4069-4a35-bf99-7be11c12c520 img.shogun-image {
  width: 100%;
}



}
#s-dad70ae2-a005-47dd-9ec1-6ff7ab4635da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dad70ae2-a005-47dd-9ec1-6ff7ab4635da .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-05b7c36c-543d-4dc6-914b-8f6274824bd9 {
  text-align: center;
}

#s-05b7c36c-543d-4dc6-914b-8f6274824bd9 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05b7c36c-543d-4dc6-914b-8f6274824bd9 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-05b7c36c-543d-4dc6-914b-8f6274824bd9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-9e14d571-c73d-49b4-9cfc-05a8fd7136e3 {
  
}
}@media (max-width: 767px){#s-9e14d571-c73d-49b4-9cfc-05a8fd7136e3 {
  display: none;
}
#s-9e14d571-c73d-49b4-9cfc-05a8fd7136e3, #wrap-s-9e14d571-c73d-49b4-9cfc-05a8fd7136e3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9e14d571-c73d-49b4-9cfc-05a8fd7136e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e14d571-c73d-49b4-9cfc-05a8fd7136e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e14d571-c73d-49b4-9cfc-05a8fd7136e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e14d571-c73d-49b4-9cfc-05a8fd7136e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 {
  text-align: left;
}



.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b6652d-4fff-43fb-9c6b-82103bfc02c3 img.shogun-image {
  width: 100%;
}



}
#s-22865c59-541a-409f-b3b5-9fa8e3435b61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22865c59-541a-409f-b3b5-9fa8e3435b61 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2e0aabb0-6f29-445b-bb5b-fa0eab41c77a {
  text-align: center;
}

#s-2e0aabb0-6f29-445b-bb5b-fa0eab41c77a .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2e0aabb0-6f29-445b-bb5b-fa0eab41c77a .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2e0aabb0-6f29-445b-bb5b-fa0eab41c77a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-81b43b93-525e-4e5f-937a-c5879631fde6 {
  text-align: left;
}



.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81b43b93-525e-4e5f-937a-c5879631fde6 img.shogun-image {
  width: 100%;
}



}
#s-3f4c0ebd-a596-445a-97c4-fe9f65056daa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f4c0ebd-a596-445a-97c4-fe9f65056daa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6f39ff3e-00d6-4992-993e-e4dbf678f3ea {
  text-align: center;
}

#s-6f39ff3e-00d6-4992-993e-e4dbf678f3ea .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6f39ff3e-00d6-4992-993e-e4dbf678f3ea .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6f39ff3e-00d6-4992-993e-e4dbf678f3ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0ce405ac-2885-411e-9b95-4f645f0acc96 {
  text-align: left;
}



.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ce405ac-2885-411e-9b95-4f645f0acc96 img.shogun-image {
  width: 100%;
}



}
#s-793b896d-c0f7-4c39-8716-899637cffb01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-793b896d-c0f7-4c39-8716-899637cffb01 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5ab0a3d4-7f1e-4de2-b8f6-f0d21576c7db {
  text-align: center;
}

#s-5ab0a3d4-7f1e-4de2-b8f6-f0d21576c7db .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ab0a3d4-7f1e-4de2-b8f6-f0d21576c7db .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5ab0a3d4-7f1e-4de2-b8f6-f0d21576c7db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-bcd6f2b6-5b80-4d78-a7e4-c117a275d842 {
  
}
}@media (max-width: 767px){#s-bcd6f2b6-5b80-4d78-a7e4-c117a275d842 {
  display: none;
}
#s-bcd6f2b6-5b80-4d78-a7e4-c117a275d842, #wrap-s-bcd6f2b6-5b80-4d78-a7e4-c117a275d842 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bcd6f2b6-5b80-4d78-a7e4-c117a275d842"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcd6f2b6-5b80-4d78-a7e4-c117a275d842"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bcd6f2b6-5b80-4d78-a7e4-c117a275d842"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcd6f2b6-5b80-4d78-a7e4-c117a275d842"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5acfd153-0c21-4610-9b3c-657519f2136a {
  text-align: left;
}



.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5acfd153-0c21-4610-9b3c-657519f2136a img.shogun-image {
  width: 100%;
}



}
#s-b2dad726-cdef-421d-aa1e-cfc47c6f8c11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2dad726-cdef-421d-aa1e-cfc47c6f8c11 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-de0563ce-b8aa-4eed-b4c6-55042af6ab29 {
  text-align: center;
}

#s-de0563ce-b8aa-4eed-b4c6-55042af6ab29 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-de0563ce-b8aa-4eed-b4c6-55042af6ab29 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-de0563ce-b8aa-4eed-b4c6-55042af6ab29 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-51126075-8fce-4482-bf18-4fb1b8da8c7e {
  text-align: left;
}



.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51126075-8fce-4482-bf18-4fb1b8da8c7e img.shogun-image {
  width: 100%;
}



}
#s-1c5edc41-2f6d-4b56-9693-49276992d2b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c5edc41-2f6d-4b56-9693-49276992d2b5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9a3b7f7c-4d70-430c-b02f-8cab3fd8e23e {
  text-align: center;
}

#s-9a3b7f7c-4d70-430c-b02f-8cab3fd8e23e .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9a3b7f7c-4d70-430c-b02f-8cab3fd8e23e .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9a3b7f7c-4d70-430c-b02f-8cab3fd8e23e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 {
  text-align: left;
}



.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61dbde2f-afc3-40e1-91ef-3f32427c3139 img.shogun-image {
  width: 100%;
}



}
#s-f48daf54-d408-4011-89f1-dfa2e55999ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f48daf54-d408-4011-89f1-dfa2e55999ac .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-239f21f0-76ab-432f-9f1a-fa77856da9d5 {
  text-align: center;
}

#s-239f21f0-76ab-432f-9f1a-fa77856da9d5 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-239f21f0-76ab-432f-9f1a-fa77856da9d5 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-239f21f0-76ab-432f-9f1a-fa77856da9d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-a17275a0-5d02-45c1-a13a-824d9bba8853 {
  display: none;
}
#s-a17275a0-5d02-45c1-a13a-824d9bba8853, #wrap-s-a17275a0-5d02-45c1-a13a-824d9bba8853 { display: none !important; }}@media (max-width: 767px){#s-a17275a0-5d02-45c1-a13a-824d9bba8853 {
  display: none;
}
#s-a17275a0-5d02-45c1-a13a-824d9bba8853, #wrap-s-a17275a0-5d02-45c1-a13a-824d9bba8853 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a17275a0-5d02-45c1-a13a-824d9bba8853"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a17275a0-5d02-45c1-a13a-824d9bba8853"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a17275a0-5d02-45c1-a13a-824d9bba8853"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a17275a0-5d02-45c1-a13a-824d9bba8853"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d8883045-1124-4724-af70-31be06727c2a {
  text-align: left;
}



.shg-c#s-d8883045-1124-4724-af70-31be06727c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8883045-1124-4724-af70-31be06727c2a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8883045-1124-4724-af70-31be06727c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8883045-1124-4724-af70-31be06727c2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8883045-1124-4724-af70-31be06727c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8883045-1124-4724-af70-31be06727c2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8883045-1124-4724-af70-31be06727c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8883045-1124-4724-af70-31be06727c2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8883045-1124-4724-af70-31be06727c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8883045-1124-4724-af70-31be06727c2a img.shogun-image {
  width: 100%;
}



}
#s-ad18c333-9539-4f2d-aee1-862f003656c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad18c333-9539-4f2d-aee1-862f003656c5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-54f04435-64d5-4e4d-ab8a-4b150823f932 {
  text-align: center;
}

#s-54f04435-64d5-4e4d-ab8a-4b150823f932 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-54f04435-64d5-4e4d-ab8a-4b150823f932 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-54f04435-64d5-4e4d-ab8a-4b150823f932 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 {
  text-align: left;
}



.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ed20ca-dbd6-41e0-a012-0e5f9024f728 img.shogun-image {
  width: 100%;
}



}
#s-fed8fb8f-6301-4456-a881-66f8896bda72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fed8fb8f-6301-4456-a881-66f8896bda72 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6ceb42cd-f879-467b-9afb-bceb043be5cb {
  text-align: center;
}

#s-6ceb42cd-f879-467b-9afb-bceb043be5cb .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ceb42cd-f879-467b-9afb-bceb043be5cb .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6ceb42cd-f879-467b-9afb-bceb043be5cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac {
  text-align: left;
}



.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9d50fa-20fd-466c-9695-cd20d3f695ac img.shogun-image {
  width: 100%;
}



}
#s-41604ade-389d-4e5b-9381-30b2b9a876fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41604ade-389d-4e5b-9381-30b2b9a876fd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9fa18b58-cc7f-4fc8-831b-bda94cb19bfa {
  text-align: center;
}

#s-9fa18b58-cc7f-4fc8-831b-bda94cb19bfa .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9fa18b58-cc7f-4fc8-831b-bda94cb19bfa .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9fa18b58-cc7f-4fc8-831b-bda94cb19bfa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-3aff4ce4-f50c-4716-92e5-62d5b16097f0 {
  display: none;
}
#s-3aff4ce4-f50c-4716-92e5-62d5b16097f0, #wrap-s-3aff4ce4-f50c-4716-92e5-62d5b16097f0 { display: none !important; }}@media (max-width: 767px){#s-3aff4ce4-f50c-4716-92e5-62d5b16097f0 {
  display: none;
}
#s-3aff4ce4-f50c-4716-92e5-62d5b16097f0, #wrap-s-3aff4ce4-f50c-4716-92e5-62d5b16097f0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3aff4ce4-f50c-4716-92e5-62d5b16097f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aff4ce4-f50c-4716-92e5-62d5b16097f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3aff4ce4-f50c-4716-92e5-62d5b16097f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aff4ce4-f50c-4716-92e5-62d5b16097f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 {
  text-align: left;
}



.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5ef990-8895-4ee0-a9d3-eed5ff6df4d2 img.shogun-image {
  width: 100%;
}



}
#s-fbcd36ef-efa2-457e-b31b-adfd94ec7d8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbcd36ef-efa2-457e-b31b-adfd94ec7d8a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b4093c1e-4583-4dbe-8720-8170babcfd31 {
  text-align: center;
}

#s-b4093c1e-4583-4dbe-8720-8170babcfd31 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b4093c1e-4583-4dbe-8720-8170babcfd31 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4093c1e-4583-4dbe-8720-8170babcfd31 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-585af4b6-1a26-46c1-b786-a72e5656e678 {
  text-align: left;
}



.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585af4b6-1a26-46c1-b786-a72e5656e678 img.shogun-image {
  width: 100%;
}



}
#s-5417e667-40c7-438b-b1b2-2f2fbd18baa2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5417e667-40c7-438b-b1b2-2f2fbd18baa2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a32784cd-a0b1-4259-8978-20c642172be0 {
  text-align: center;
}

#s-a32784cd-a0b1-4259-8978-20c642172be0 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a32784cd-a0b1-4259-8978-20c642172be0 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a32784cd-a0b1-4259-8978-20c642172be0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 {
  text-align: left;
}



.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f2abb7-168f-4c04-b7df-729db1e99ed5 img.shogun-image {
  width: 100%;
}



}
#s-0ef199ce-4c87-4a80-9ea0-c87504923643 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ef199ce-4c87-4a80-9ea0-c87504923643 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c3711ecb-82b5-4429-a7e3-ad4c92df018b {
  text-align: center;
}

#s-c3711ecb-82b5-4429-a7e3-ad4c92df018b .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c3711ecb-82b5-4429-a7e3-ad4c92df018b .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c3711ecb-82b5-4429-a7e3-ad4c92df018b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-6628b3eb-4172-4600-a003-9b1374fdb54a {
  display: none;
}
#s-6628b3eb-4172-4600-a003-9b1374fdb54a, #wrap-s-6628b3eb-4172-4600-a003-9b1374fdb54a { display: none !important; }}@media (max-width: 767px){#s-6628b3eb-4172-4600-a003-9b1374fdb54a {
  display: none;
}
#s-6628b3eb-4172-4600-a003-9b1374fdb54a, #wrap-s-6628b3eb-4172-4600-a003-9b1374fdb54a { display: none !important; }}
@media (min-width: 0px) {
[id="s-6628b3eb-4172-4600-a003-9b1374fdb54a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6628b3eb-4172-4600-a003-9b1374fdb54a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6628b3eb-4172-4600-a003-9b1374fdb54a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6628b3eb-4172-4600-a003-9b1374fdb54a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 {
  text-align: left;
}



.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06f3f44e-0050-4a59-bcd4-cde51d869dd6 img.shogun-image {
  width: 100%;
}



}
#s-fb674f71-b7eb-4250-902c-557d13080bef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb674f71-b7eb-4250-902c-557d13080bef .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c4aa8bb0-0b22-4088-bf33-bcd7a2ac0727 {
  text-align: center;
}

#s-c4aa8bb0-0b22-4088-bf33-bcd7a2ac0727 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c4aa8bb0-0b22-4088-bf33-bcd7a2ac0727 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c4aa8bb0-0b22-4088-bf33-bcd7a2ac0727 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 {
  text-align: left;
}



.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e5c8d77-b630-4296-ab54-3897bd57a9c1 img.shogun-image {
  width: 100%;
}



}
#s-91db952a-7fc0-47e8-a353-31e18c29631f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91db952a-7fc0-47e8-a353-31e18c29631f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-516b1287-aa9f-4b29-851a-8500be21d701 {
  text-align: center;
}

#s-516b1287-aa9f-4b29-851a-8500be21d701 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-516b1287-aa9f-4b29-851a-8500be21d701 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-516b1287-aa9f-4b29-851a-8500be21d701 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 {
  text-align: left;
}



.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e3132c0-5b4d-428f-af0a-8f16352c7132 img.shogun-image {
  width: 100%;
}



}
#s-e090bf7a-1d07-4fa8-b3a3-41ba56fe4d20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e090bf7a-1d07-4fa8-b3a3-41ba56fe4d20 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-19a497de-fcb3-4d59-bc67-71195d9afdb6 {
  text-align: center;
}

#s-19a497de-fcb3-4d59-bc67-71195d9afdb6 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19a497de-fcb3-4d59-bc67-71195d9afdb6 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-19a497de-fcb3-4d59-bc67-71195d9afdb6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
  max-width: 300px;
aspect-ratio: 300/100;
text-align: center;
}





  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image,
  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
    width: 100%;
    height: auto;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
    
    
  }


.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
      position: relative;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image,
  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
    width: 100%;
    height: auto;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
    
    
  }


.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
      position: relative;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image,
  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
    width: 100%;
    height: auto;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
    
    
  }


.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
      position: relative;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image,
  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
    width: 100%;
    height: auto;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
    
    
  }


.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
      position: relative;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image,
  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
    width: 100%;
    height: auto;
  }

  #s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
    
    
  }


.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container {
      position: relative;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1f4d9f9-fcec-45e1-961d-701b93bcd027 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
  max-width: 400px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image,
  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
    width: 100%;
    height: auto;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
    
    
  }


.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
      position: relative;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image,
  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
    width: 100%;
    height: auto;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
    
    
  }


.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
      position: relative;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image,
  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
    width: 100%;
    height: auto;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
    
    
  }


.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
      position: relative;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image,
  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
    width: 100%;
    height: auto;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
    
    
  }


.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
      position: relative;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image,
  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
    width: 100%;
    height: auto;
  }

  #s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
    
    
  }


.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container {
      position: relative;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5e7e43-2a7e-4679-b679-5795e8971ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b0592b68-0d50-4d91-83c6-b9c504c0668b {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(231, 233, 231, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b0592b68-0d50-4d91-83c6-b9c504c0668b {
  
}
}@media (max-width: 767px){#s-b0592b68-0d50-4d91-83c6-b9c504c0668b {
  display: none;
}
#s-b0592b68-0d50-4d91-83c6-b9c504c0668b, #wrap-s-b0592b68-0d50-4d91-83c6-b9c504c0668b { display: none !important; }}
#s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(42, 50, 68, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee {
  display: none;
}
#s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee, #wrap-s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee {
  display: none;
}
#s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee, #wrap-s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee { display: none !important; }}@media (max-width: 767px){#s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee {
  display: none;
}
#s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee, #wrap-s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee { display: none !important; }}







#s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e57fff5-b020-49e9-a547-7ca0eaaf73ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ded70217-8539-40cf-9aa1-21b1b82d15f2 {
  background-color: rgba(165, 179, 204, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-ded70217-8539-40cf-9aa1-21b1b82d15f2 {
  
}
}@media (max-width: 767px){#s-ded70217-8539-40cf-9aa1-21b1b82d15f2 {
  display: none;
}
#s-ded70217-8539-40cf-9aa1-21b1b82d15f2, #wrap-s-ded70217-8539-40cf-9aa1-21b1b82d15f2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ded70217-8539-40cf-9aa1-21b1b82d15f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ded70217-8539-40cf-9aa1-21b1b82d15f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ded70217-8539-40cf-9aa1-21b1b82d15f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ded70217-8539-40cf-9aa1-21b1b82d15f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ded70217-8539-40cf-9aa1-21b1b82d15f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ded70217-8539-40cf-9aa1-21b1b82d15f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ded70217-8539-40cf-9aa1-21b1b82d15f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b5af4320-a488-44d8-8c69-795f2c6d56be {
  max-width: 300px;
aspect-ratio: 300/100;
text-align: center;
}





  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image,
  #s-b5af4320-a488-44d8-8c69-795f2c6d56be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be {
    width: 100%;
    height: auto;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
    
    
  }


.s-b5af4320-a488-44d8-8c69-795f2c6d56be .shogun-image-content {
  
    align-items: center;
  
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5af4320-a488-44d8-8c69-795f2c6d56be {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
      position: relative;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image,
  #s-b5af4320-a488-44d8-8c69-795f2c6d56be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be {
    width: 100%;
    height: auto;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
    
    
  }


.s-b5af4320-a488-44d8-8c69-795f2c6d56be .shogun-image-content {
  
    align-items: center;
  
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5af4320-a488-44d8-8c69-795f2c6d56be {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
      position: relative;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image,
  #s-b5af4320-a488-44d8-8c69-795f2c6d56be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be {
    width: 100%;
    height: auto;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
    
    
  }


.s-b5af4320-a488-44d8-8c69-795f2c6d56be .shogun-image-content {
  
    align-items: center;
  
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5af4320-a488-44d8-8c69-795f2c6d56be {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
      position: relative;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image,
  #s-b5af4320-a488-44d8-8c69-795f2c6d56be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be {
    width: 100%;
    height: auto;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
    
    
  }


.s-b5af4320-a488-44d8-8c69-795f2c6d56be .shogun-image-content {
  
    align-items: center;
  
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5af4320-a488-44d8-8c69-795f2c6d56be {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
      position: relative;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image,
  #s-b5af4320-a488-44d8-8c69-795f2c6d56be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be {
    width: 100%;
    height: auto;
  }

  #s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
    
    
  }


.s-b5af4320-a488-44d8-8c69-795f2c6d56be .shogun-image-content {
  
    align-items: center;
  
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5af4320-a488-44d8-8c69-795f2c6d56be {
      --shg-aspect-ratio: calc(300/100); 
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container {
      position: relative;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5af4320-a488-44d8-8c69-795f2c6d56be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-28c8fd85-afca-459f-8706-99554ee4dd6d {
  max-width: 400px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image,
  #s-28c8fd85-afca-459f-8706-99554ee4dd6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d {
    width: 100%;
    height: auto;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
    
    
  }


.s-28c8fd85-afca-459f-8706-99554ee4dd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c8fd85-afca-459f-8706-99554ee4dd6d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
      position: relative;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image,
  #s-28c8fd85-afca-459f-8706-99554ee4dd6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d {
    width: 100%;
    height: auto;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
    
    
  }


.s-28c8fd85-afca-459f-8706-99554ee4dd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c8fd85-afca-459f-8706-99554ee4dd6d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
      position: relative;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image,
  #s-28c8fd85-afca-459f-8706-99554ee4dd6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d {
    width: 100%;
    height: auto;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
    
    
  }


.s-28c8fd85-afca-459f-8706-99554ee4dd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c8fd85-afca-459f-8706-99554ee4dd6d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
      position: relative;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image,
  #s-28c8fd85-afca-459f-8706-99554ee4dd6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d {
    width: 100%;
    height: auto;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
    
    
  }


.s-28c8fd85-afca-459f-8706-99554ee4dd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c8fd85-afca-459f-8706-99554ee4dd6d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
      position: relative;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image,
  #s-28c8fd85-afca-459f-8706-99554ee4dd6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d {
    width: 100%;
    height: auto;
  }

  #s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
    
    
  }


.s-28c8fd85-afca-459f-8706-99554ee4dd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c8fd85-afca-459f-8706-99554ee4dd6d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container {
      position: relative;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c8fd85-afca-459f-8706-99554ee4dd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-37a10f4c-19b8-43d2-98f5-1d7e30d28632 {
  margin-top: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-37a10f4c-19b8-43d2-98f5-1d7e30d28632 {
  
}
}@media (max-width: 767px){#s-37a10f4c-19b8-43d2-98f5-1d7e30d28632 {
  display: none;
}
#s-37a10f4c-19b8-43d2-98f5-1d7e30d28632, #wrap-s-37a10f4c-19b8-43d2-98f5-1d7e30d28632 { display: none !important; }}
#s-37a10f4c-19b8-43d2-98f5-1d7e30d28632 .shg-sld-dot {
  background-color: rgba(42, 50, 68, 1);
}

#s-37a10f4c-19b8-43d2-98f5-1d7e30d28632 .shg-sld-nav-button.shg-sld-left,
#s-37a10f4c-19b8-43d2-98f5-1d7e30d28632 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 50, 68, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-43c99441-91b0-4040-86ea-300fb88abca0 {
  
}
}@media (max-width: 767px){#s-43c99441-91b0-4040-86ea-300fb88abca0 {
  display: none;
}
#s-43c99441-91b0-4040-86ea-300fb88abca0, #wrap-s-43c99441-91b0-4040-86ea-300fb88abca0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-43c99441-91b0-4040-86ea-300fb88abca0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43c99441-91b0-4040-86ea-300fb88abca0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43c99441-91b0-4040-86ea-300fb88abca0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43c99441-91b0-4040-86ea-300fb88abca0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-758bdff9-83cb-47c1-878e-26f11b62353a {
  text-align: left;
}



.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758bdff9-83cb-47c1-878e-26f11b62353a img.shogun-image {
  width: 100%;
}



}
#s-13574d35-fead-41fb-ae8e-940924dab5a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13574d35-fead-41fb-ae8e-940924dab5a9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2292ac00-29ff-4def-a59a-dbd729b37474 {
  text-align: center;
}

#s-2292ac00-29ff-4def-a59a-dbd729b37474 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2292ac00-29ff-4def-a59a-dbd729b37474 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2292ac00-29ff-4def-a59a-dbd729b37474 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1baececf-3512-4445-a718-f3cf3891643d {
  text-align: left;
}



.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1baececf-3512-4445-a718-f3cf3891643d img.shogun-image {
  width: 100%;
}



}
#s-762e6c1b-4555-4e61-981f-c47c9ce36f22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-762e6c1b-4555-4e61-981f-c47c9ce36f22 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e3a7c5c9-fb6b-4d0e-bf16-f7270fd22982 {
  text-align: center;
}

#s-e3a7c5c9-fb6b-4d0e-bf16-f7270fd22982 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e3a7c5c9-fb6b-4d0e-bf16-f7270fd22982 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e3a7c5c9-fb6b-4d0e-bf16-f7270fd22982 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-000eecde-7084-4ce7-9bd8-7e50a5907918 {
  text-align: left;
}



.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000eecde-7084-4ce7-9bd8-7e50a5907918 img.shogun-image {
  width: 100%;
}



}
#s-7932329d-9dc1-474a-a47d-40f9188ed8e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7932329d-9dc1-474a-a47d-40f9188ed8e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-391e1148-e56e-49f8-8dc4-00f1aea568dc {
  text-align: center;
}

#s-391e1148-e56e-49f8-8dc4-00f1aea568dc .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-391e1148-e56e-49f8-8dc4-00f1aea568dc .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-391e1148-e56e-49f8-8dc4-00f1aea568dc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-783370ac-0949-40d1-9c3a-c0c1c2922b82 {
  
}
}@media (max-width: 767px){#s-783370ac-0949-40d1-9c3a-c0c1c2922b82 {
  display: none;
}
#s-783370ac-0949-40d1-9c3a-c0c1c2922b82, #wrap-s-783370ac-0949-40d1-9c3a-c0c1c2922b82 { display: none !important; }}
@media (min-width: 0px) {
[id="s-783370ac-0949-40d1-9c3a-c0c1c2922b82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-783370ac-0949-40d1-9c3a-c0c1c2922b82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-783370ac-0949-40d1-9c3a-c0c1c2922b82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-783370ac-0949-40d1-9c3a-c0c1c2922b82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-94510e06-5b90-48ca-b010-c44a9a17599e {
  text-align: left;
}



.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94510e06-5b90-48ca-b010-c44a9a17599e img.shogun-image {
  width: 100%;
}



}
#s-9942ff64-e729-4595-8336-4a170f61ad31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9942ff64-e729-4595-8336-4a170f61ad31 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3b58ab17-fb93-4ba7-ac92-a2aaf5e0338a {
  text-align: center;
}

#s-3b58ab17-fb93-4ba7-ac92-a2aaf5e0338a .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3b58ab17-fb93-4ba7-ac92-a2aaf5e0338a .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3b58ab17-fb93-4ba7-ac92-a2aaf5e0338a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e7a926be-9302-4294-a396-23c1866e74b9 {
  text-align: left;
}



.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7a926be-9302-4294-a396-23c1866e74b9 img.shogun-image {
  width: 100%;
}



}
#s-473933aa-f768-463c-a921-ff693d730d3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-473933aa-f768-463c-a921-ff693d730d3a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-21aea5a6-1621-47b1-9302-bbbce06070b0 {
  text-align: center;
}

#s-21aea5a6-1621-47b1-9302-bbbce06070b0 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-21aea5a6-1621-47b1-9302-bbbce06070b0 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-21aea5a6-1621-47b1-9302-bbbce06070b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e9d4d3e5-e263-4687-8246-50a28071f19a {
  text-align: left;
}



.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d4d3e5-e263-4687-8246-50a28071f19a img.shogun-image {
  width: 100%;
}



}
#s-a5904b42-4cdc-4022-bff4-e1638a5ba888 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5904b42-4cdc-4022-bff4-e1638a5ba888 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9907a0bf-688c-43b4-ac81-13a4cb463c33 {
  text-align: center;
}

#s-9907a0bf-688c-43b4-ac81-13a4cb463c33 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9907a0bf-688c-43b4-ac81-13a4cb463c33 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9907a0bf-688c-43b4-ac81-13a4cb463c33 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-317434f2-679a-4b5f-a3a0-b00e98962df7 {
  
}
}@media (max-width: 767px){#s-317434f2-679a-4b5f-a3a0-b00e98962df7 {
  display: none;
}
#s-317434f2-679a-4b5f-a3a0-b00e98962df7, #wrap-s-317434f2-679a-4b5f-a3a0-b00e98962df7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-317434f2-679a-4b5f-a3a0-b00e98962df7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-317434f2-679a-4b5f-a3a0-b00e98962df7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-317434f2-679a-4b5f-a3a0-b00e98962df7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-317434f2-679a-4b5f-a3a0-b00e98962df7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 {
  text-align: left;
}



.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be88ffa9-b07d-446a-b3d9-a69400ce87e2 img.shogun-image {
  width: 100%;
}



}
#s-a319d402-7ee7-4f6f-a9b6-157a71a37d27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a319d402-7ee7-4f6f-a9b6-157a71a37d27 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-15bc637e-c70e-4d69-8194-917d82d174df {
  text-align: center;
}

#s-15bc637e-c70e-4d69-8194-917d82d174df .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-15bc637e-c70e-4d69-8194-917d82d174df .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-15bc637e-c70e-4d69-8194-917d82d174df .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-68b30646-7791-48e8-8b83-3666d985c997 {
  text-align: left;
}



.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b30646-7791-48e8-8b83-3666d985c997 img.shogun-image {
  width: 100%;
}



}
#s-8b394073-13eb-478f-a844-27a34234fde3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b394073-13eb-478f-a844-27a34234fde3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-575f7d46-42ce-419a-a265-c4a7bdc84db3 {
  text-align: center;
}

#s-575f7d46-42ce-419a-a265-c4a7bdc84db3 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-575f7d46-42ce-419a-a265-c4a7bdc84db3 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-575f7d46-42ce-419a-a265-c4a7bdc84db3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-57c4ef34-d835-441f-955a-61451f3247a9 {
  text-align: left;
}



.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c4ef34-d835-441f-955a-61451f3247a9 img.shogun-image {
  width: 100%;
}



}
#s-2673157b-19b3-41fc-b5c1-267b01b06c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2673157b-19b3-41fc-b5c1-267b01b06c3c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2beefbcf-bff5-4d9f-be8e-df28db5aefa2 {
  text-align: center;
}

#s-2beefbcf-bff5-4d9f-be8e-df28db5aefa2 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2beefbcf-bff5-4d9f-be8e-df28db5aefa2 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2beefbcf-bff5-4d9f-be8e-df28db5aefa2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-0cf6ea00-f5a9-4bfb-9172-42f3037bd8c2 {
  
}
}@media (max-width: 767px){#s-0cf6ea00-f5a9-4bfb-9172-42f3037bd8c2 {
  display: none;
}
#s-0cf6ea00-f5a9-4bfb-9172-42f3037bd8c2, #wrap-s-0cf6ea00-f5a9-4bfb-9172-42f3037bd8c2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0cf6ea00-f5a9-4bfb-9172-42f3037bd8c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cf6ea00-f5a9-4bfb-9172-42f3037bd8c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0cf6ea00-f5a9-4bfb-9172-42f3037bd8c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cf6ea00-f5a9-4bfb-9172-42f3037bd8c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4e500173-cb51-4fed-af06-8f3e7acca742 {
  text-align: left;
}



.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e500173-cb51-4fed-af06-8f3e7acca742 img.shogun-image {
  width: 100%;
}



}
#s-c16db5d5-fb23-4f54-8992-5cdc018a9082 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c16db5d5-fb23-4f54-8992-5cdc018a9082 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-11a4c435-45c7-489f-838b-c8a367b12b74 {
  text-align: center;
}

#s-11a4c435-45c7-489f-838b-c8a367b12b74 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-11a4c435-45c7-489f-838b-c8a367b12b74 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-11a4c435-45c7-489f-838b-c8a367b12b74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde {
  text-align: left;
}



.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b93b1b8-f0b1-412d-9482-c99c0d8b7dde img.shogun-image {
  width: 100%;
}



}
#s-264ddcf5-a883-428c-acce-5d43b2afa09b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-264ddcf5-a883-428c-acce-5d43b2afa09b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-695cb7b1-d155-4c36-90bb-4c14b7a0153a {
  text-align: center;
}

#s-695cb7b1-d155-4c36-90bb-4c14b7a0153a .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-695cb7b1-d155-4c36-90bb-4c14b7a0153a .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-695cb7b1-d155-4c36-90bb-4c14b7a0153a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a {
  text-align: left;
}



.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73287a8c-1de4-4071-a593-f9c19a8e7d1a img.shogun-image {
  width: 100%;
}



}
#s-89cf5d52-5cba-466e-8cd2-20a46ffa894d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89cf5d52-5cba-466e-8cd2-20a46ffa894d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-0c0c7e08-2f70-46a7-95d7-fea803d0d0de {
  text-align: center;
}

#s-0c0c7e08-2f70-46a7-95d7-fea803d0d0de .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c0c7e08-2f70-46a7-95d7-fea803d0d0de .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0c0c7e08-2f70-46a7-95d7-fea803d0d0de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-83564b9b-54d3-4d48-9788-486131acf335 {
  display: none;
}
#s-83564b9b-54d3-4d48-9788-486131acf335, #wrap-s-83564b9b-54d3-4d48-9788-486131acf335 { display: none !important; }}@media (max-width: 767px){#s-83564b9b-54d3-4d48-9788-486131acf335 {
  display: none;
}
#s-83564b9b-54d3-4d48-9788-486131acf335, #wrap-s-83564b9b-54d3-4d48-9788-486131acf335 { display: none !important; }}
@media (min-width: 0px) {
[id="s-83564b9b-54d3-4d48-9788-486131acf335"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83564b9b-54d3-4d48-9788-486131acf335"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83564b9b-54d3-4d48-9788-486131acf335"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83564b9b-54d3-4d48-9788-486131acf335"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 {
  text-align: left;
}



.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37eb91dc-4ae8-4032-816b-344696ebe4c2 img.shogun-image {
  width: 100%;
}



}
#s-46418a48-4556-446a-837e-0482b5f122b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46418a48-4556-446a-837e-0482b5f122b4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-fc1dfd3e-de44-4baf-96f2-6ff36f335f67 {
  text-align: center;
}

#s-fc1dfd3e-de44-4baf-96f2-6ff36f335f67 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc1dfd3e-de44-4baf-96f2-6ff36f335f67 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fc1dfd3e-de44-4baf-96f2-6ff36f335f67 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f {
  text-align: left;
}



.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f4d1097-cb3c-499d-9865-2d3ef98a016f img.shogun-image {
  width: 100%;
}



}
#s-17247b48-1bb4-4e97-ae94-228a74cbb488 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17247b48-1bb4-4e97-ae94-228a74cbb488 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9847b52d-fc72-4d01-a7f3-69b7770a21b8 {
  text-align: center;
}

#s-9847b52d-fc72-4d01-a7f3-69b7770a21b8 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9847b52d-fc72-4d01-a7f3-69b7770a21b8 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9847b52d-fc72-4d01-a7f3-69b7770a21b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-cc561327-565a-46a0-8975-c1cea1304554 {
  text-align: left;
}



.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc561327-565a-46a0-8975-c1cea1304554 img.shogun-image {
  width: 100%;
}



}
#s-06561ce8-1cbb-4a38-b365-12d7c1da68ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06561ce8-1cbb-4a38-b365-12d7c1da68ed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a685cffc-1f22-4e03-a31b-c7c290d110f4 {
  text-align: center;
}

#s-a685cffc-1f22-4e03-a31b-c7c290d110f4 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a685cffc-1f22-4e03-a31b-c7c290d110f4 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a685cffc-1f22-4e03-a31b-c7c290d110f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-7929c688-93e4-4977-969c-1cde4dd05262 {
  display: none;
}
#s-7929c688-93e4-4977-969c-1cde4dd05262, #wrap-s-7929c688-93e4-4977-969c-1cde4dd05262 { display: none !important; }}@media (max-width: 767px){#s-7929c688-93e4-4977-969c-1cde4dd05262 {
  display: none;
}
#s-7929c688-93e4-4977-969c-1cde4dd05262, #wrap-s-7929c688-93e4-4977-969c-1cde4dd05262 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7929c688-93e4-4977-969c-1cde4dd05262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7929c688-93e4-4977-969c-1cde4dd05262"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7929c688-93e4-4977-969c-1cde4dd05262"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7929c688-93e4-4977-969c-1cde4dd05262"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-edd206ce-b648-4f4c-9257-92049012d7c3 {
  text-align: left;
}



.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edd206ce-b648-4f4c-9257-92049012d7c3 img.shogun-image {
  width: 100%;
}



}
#s-ab432151-0b8a-4c3d-bdd6-046929329ffa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab432151-0b8a-4c3d-bdd6-046929329ffa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-753b3a3f-ba58-4389-af39-cb84e1c1cd4e {
  text-align: center;
}

#s-753b3a3f-ba58-4389-af39-cb84e1c1cd4e .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-753b3a3f-ba58-4389-af39-cb84e1c1cd4e .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-753b3a3f-ba58-4389-af39-cb84e1c1cd4e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4715fe43-ad23-43ba-acba-02a1d997b33e {
  text-align: left;
}



.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4715fe43-ad23-43ba-acba-02a1d997b33e img.shogun-image {
  width: 100%;
}



}
#s-d99ae0f3-a027-4f44-a7e7-d7c621159b9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d99ae0f3-a027-4f44-a7e7-d7c621159b9c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7703fafc-0c34-40fc-b160-0b275121b0bf {
  text-align: center;
}

#s-7703fafc-0c34-40fc-b160-0b275121b0bf .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7703fafc-0c34-40fc-b160-0b275121b0bf .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7703fafc-0c34-40fc-b160-0b275121b0bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-8fbb3935-abf4-4388-8738-929f098d823e {
  text-align: left;
}



.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fbb3935-abf4-4388-8738-929f098d823e img.shogun-image {
  width: 100%;
}



}
#s-4900025f-6dbb-4f1e-8a2b-57a850cded6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4900025f-6dbb-4f1e-8a2b-57a850cded6b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8dec859d-d2ba-4caa-911f-e4f1350951b5 {
  text-align: center;
}

#s-8dec859d-d2ba-4caa-911f-e4f1350951b5 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8dec859d-d2ba-4caa-911f-e4f1350951b5 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8dec859d-d2ba-4caa-911f-e4f1350951b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7 {
  display: none;
}
#s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7, #wrap-s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7 { display: none !important; }}@media (max-width: 767px){#s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7 {
  display: none;
}
#s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7, #wrap-s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc7ac4f9-fc10-4671-b0e0-3d0f130939a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6af7ef26-89d7-40f8-9507-23240098e10e {
  text-align: left;
}



.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af7ef26-89d7-40f8-9507-23240098e10e img.shogun-image {
  width: 100%;
}



}
#s-1621550f-3dd3-4025-870e-633710ff470b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1621550f-3dd3-4025-870e-633710ff470b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9152c869-7edc-4dc8-965d-8e38903c7360 {
  text-align: center;
}

#s-9152c869-7edc-4dc8-965d-8e38903c7360 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9152c869-7edc-4dc8-965d-8e38903c7360 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9152c869-7edc-4dc8-965d-8e38903c7360 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0a500b16-b537-4fe2-b316-a94c9623e455 {
  text-align: left;
}



.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a500b16-b537-4fe2-b316-a94c9623e455 img.shogun-image {
  width: 100%;
}



}
#s-e70a634f-17a6-4266-908d-453e2501ae71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e70a634f-17a6-4266-908d-453e2501ae71 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a3d91f4a-a6ac-4f06-a4f4-47934a52f1b6 {
  text-align: center;
}

#s-a3d91f4a-a6ac-4f06-a4f4-47934a52f1b6 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3d91f4a-a6ac-4f06-a4f4-47934a52f1b6 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a3d91f4a-a6ac-4f06-a4f4-47934a52f1b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-76167294-8262-4016-8708-87cd061fc988 {
  text-align: left;
}



.shg-c#s-76167294-8262-4016-8708-87cd061fc988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76167294-8262-4016-8708-87cd061fc988 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-76167294-8262-4016-8708-87cd061fc988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76167294-8262-4016-8708-87cd061fc988 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76167294-8262-4016-8708-87cd061fc988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76167294-8262-4016-8708-87cd061fc988 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76167294-8262-4016-8708-87cd061fc988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76167294-8262-4016-8708-87cd061fc988 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76167294-8262-4016-8708-87cd061fc988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76167294-8262-4016-8708-87cd061fc988 img.shogun-image {
  width: 100%;
}



}
#s-566fb5c8-60ef-4906-8533-13a70589458f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-566fb5c8-60ef-4906-8533-13a70589458f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6628bb5f-1d65-4d83-835d-3d6534f3c299 {
  text-align: center;
}

#s-6628bb5f-1d65-4d83-835d-3d6534f3c299 .shg-product-sold-out {
  display: none;
  color: rgba(174, 15, 54, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6628bb5f-1d65-4d83-835d-3d6534f3c299 .shg-product-price {
  color: rgba(174, 15, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6628bb5f-1d65-4d83-835d-3d6534f3c299 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ac1d5c4a-ec09-497e-b833-25c73b1de6df {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(165, 179, 204, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-ac1d5c4a-ec09-497e-b833-25c73b1de6df {
  
}
}@media (max-width: 767px){#s-ac1d5c4a-ec09-497e-b833-25c73b1de6df {
  display: none;
}
#s-ac1d5c4a-ec09-497e-b833-25c73b1de6df, #wrap-s-ac1d5c4a-ec09-497e-b833-25c73b1de6df { display: none !important; }}
#s-163d8328-f2a0-4722-8d26-3cc8460cbbc7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-163d8328-f2a0-4722-8d26-3cc8460cbbc7 {
  display: none;
}
#s-163d8328-f2a0-4722-8d26-3cc8460cbbc7, #wrap-s-163d8328-f2a0-4722-8d26-3cc8460cbbc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-163d8328-f2a0-4722-8d26-3cc8460cbbc7 {
  display: none;
}
#s-163d8328-f2a0-4722-8d26-3cc8460cbbc7, #wrap-s-163d8328-f2a0-4722-8d26-3cc8460cbbc7 { display: none !important; }}@media (max-width: 767px){#s-163d8328-f2a0-4722-8d26-3cc8460cbbc7 {
  display: none;
}
#s-163d8328-f2a0-4722-8d26-3cc8460cbbc7, #wrap-s-163d8328-f2a0-4722-8d26-3cc8460cbbc7 { display: none !important; }}







#s-163d8328-f2a0-4722-8d26-3cc8460cbbc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-163d8328-f2a0-4722-8d26-3cc8460cbbc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cd9766b-4fba-40ba-827a-3fe4b9e33c59 {
  min-height: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8cd9766b-4fba-40ba-827a-3fe4b9e33c59 {
  
}
}@media (max-width: 767px){#s-8cd9766b-4fba-40ba-827a-3fe4b9e33c59 {
  display: none;
}
#s-8cd9766b-4fba-40ba-827a-3fe4b9e33c59, #wrap-s-8cd9766b-4fba-40ba-827a-3fe4b9e33c59 { display: none !important; }}







#s-8cd9766b-4fba-40ba-827a-3fe4b9e33c59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cd9766b-4fba-40ba-827a-3fe4b9e33c59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d445265c-226a-425f-bca5-ab91462baec0 {
  border-style: solid;
margin-top: 10px;
margin-left: 40px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (max-width: 767px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}
@media (min-width: 0px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-79d94e10-efb2-439f-bef7-d2a0a70e43ea .shogun-icon-wrapper {
  text-align: center;
}


#s-79d94e10-efb2-439f-bef7-d2a0a70e43ea .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(42, 50, 68, 1);
}

#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  
}
}@media (max-width: 767px){#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  
}
}
#s-53d656a7-0978-4e11-8701-0d838d56a615 .shogun-heading-component h6 {
  color: rgba(42, 50, 68, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-204d71ec-073f-4a11-bf77-1bda2e0cad8c .shogun-icon-wrapper {
  text-align: center;
}


#s-204d71ec-073f-4a11-bf77-1bda2e0cad8c .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(42, 50, 68, 1);
}

#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  
}
}@media (max-width: 767px){#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  
}
}
#s-e261377e-7463-49fd-bf44-4e611f7a8667 .shogun-heading-component h6 {
  color: rgba(42, 50, 68, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-96a43cfb-787e-4c5c-ace2-df947d574e5b .shogun-icon-wrapper {
  text-align: center;
}


#s-96a43cfb-787e-4c5c-ace2-df947d574e5b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(42, 50, 68, 1);
}

#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  
}
}@media (max-width: 767px){#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  
}
}
#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d .shogun-heading-component h6 {
  color: rgba(42, 50, 68, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-25c7be90-132e-4f21-9318-f149d21defc1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-25c7be90-132e-4f21-9318-f149d21defc1 {
  display: none;
}
#s-25c7be90-132e-4f21-9318-f149d21defc1, #wrap-s-25c7be90-132e-4f21-9318-f149d21defc1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25c7be90-132e-4f21-9318-f149d21defc1 {
  display: none;
}
#s-25c7be90-132e-4f21-9318-f149d21defc1, #wrap-s-25c7be90-132e-4f21-9318-f149d21defc1 { display: none !important; }}@media (max-width: 767px){#s-25c7be90-132e-4f21-9318-f149d21defc1 {
  display: none;
}
#s-25c7be90-132e-4f21-9318-f149d21defc1, #wrap-s-25c7be90-132e-4f21-9318-f149d21defc1 { display: none !important; }}







#s-25c7be90-132e-4f21-9318-f149d21defc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25c7be90-132e-4f21-9318-f149d21defc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31c75e3b-c76c-4af5-9925-433c3cc60f6c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-31c75e3b-c76c-4af5-9925-433c3cc60f6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31c75e3b-c76c-4af5-9925-433c3cc60f6c {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31c75e3b-c76c-4af5-9925-433c3cc60f6c {
  min-height: 400px;
}
}@media (max-width: 767px){#s-31c75e3b-c76c-4af5-9925-433c3cc60f6c {
  display: none;
}
#s-31c75e3b-c76c-4af5-9925-433c3cc60f6c, #wrap-s-31c75e3b-c76c-4af5-9925-433c3cc60f6c { display: none !important; }}







#s-31c75e3b-c76c-4af5-9925-433c3cc60f6c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-31c75e3b-c76c-4af5-9925-433c3cc60f6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (max-width: 767px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}
#s-b189cd1c-20b0-4842-b961-9952102a3eb4 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-b189cd1c-20b0-4842-b961-9952102a3eb4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b189cd1c-20b0-4842-b961-9952102a3eb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b189cd1c-20b0-4842-b961-9952102a3eb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b189cd1c-20b0-4842-b961-9952102a3eb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b189cd1c-20b0-4842-b961-9952102a3eb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b189cd1c-20b0-4842-b961-9952102a3eb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b189cd1c-20b0-4842-b961-9952102a3eb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 {
  box-shadow:00px 0px 0px 0px rgba(235, 207, 137, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 {
  
}
}@media (max-width: 767px){#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 {
  
}
}

  #s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0-root {
    text-align: center;
  }


#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0-root {
    text-align: center;
  }


#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0-root {
    text-align: center;
  }


#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0-root {
    text-align: center;
  }


#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0-root {
    text-align: center;
  }


#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-56773cea-75d7-4990-aca0-8b306784ed61 {
  box-shadow:00px 0px 0px 0px rgba(235, 207, 137, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-56773cea-75d7-4990-aca0-8b306784ed61:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-56773cea-75d7-4990-aca0-8b306784ed61:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(235, 207, 137, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-56773cea-75d7-4990-aca0-8b306784ed61 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56773cea-75d7-4990-aca0-8b306784ed61 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56773cea-75d7-4990-aca0-8b306784ed61 {
  
}
}@media (max-width: 767px){#s-56773cea-75d7-4990-aca0-8b306784ed61 {
  
}
}

  #s-56773cea-75d7-4990-aca0-8b306784ed61-root {
    text-align: center;
  }


#s-56773cea-75d7-4990-aca0-8b306784ed61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-56773cea-75d7-4990-aca0-8b306784ed61-root {
    text-align: center;
  }


#s-56773cea-75d7-4990-aca0-8b306784ed61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56773cea-75d7-4990-aca0-8b306784ed61-root {
    text-align: center;
  }


#s-56773cea-75d7-4990-aca0-8b306784ed61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56773cea-75d7-4990-aca0-8b306784ed61-root {
    text-align: center;
  }


#s-56773cea-75d7-4990-aca0-8b306784ed61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-56773cea-75d7-4990-aca0-8b306784ed61-root {
    text-align: center;
  }


#s-56773cea-75d7-4990-aca0-8b306784ed61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-782876ff-9549-4450-aad1-7a6f7ac10e72 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-782876ff-9549-4450-aad1-7a6f7ac10e72 {
  display: none;
}
#s-782876ff-9549-4450-aad1-7a6f7ac10e72, #wrap-s-782876ff-9549-4450-aad1-7a6f7ac10e72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-782876ff-9549-4450-aad1-7a6f7ac10e72 {
  display: none;
}
#s-782876ff-9549-4450-aad1-7a6f7ac10e72, #wrap-s-782876ff-9549-4450-aad1-7a6f7ac10e72 { display: none !important; }}@media (max-width: 767px){#s-782876ff-9549-4450-aad1-7a6f7ac10e72 {
  display: none;
}
#s-782876ff-9549-4450-aad1-7a6f7ac10e72, #wrap-s-782876ff-9549-4450-aad1-7a6f7ac10e72 { display: none !important; }}







#s-782876ff-9549-4450-aad1-7a6f7ac10e72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-782876ff-9549-4450-aad1-7a6f7ac10e72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-52a0e00a-e867-430e-9924-1a4dd7ce9e81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52a0e00a-e867-430e-9924-1a4dd7ce9e81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52a0e00a-e867-430e-9924-1a4dd7ce9e81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52a0e00a-e867-430e-9924-1a4dd7ce9e81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
  margin-left: 20%;
margin-right: 20%;
max-width: 500px;
aspect-ratio: 500/600;
text-align: center;
}





  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image,
  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
    width: 100%;
    height: auto;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
    
    
  }


.s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
      position: relative;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image,
  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
    width: 100%;
    height: auto;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
    
    
  }


.s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
      position: relative;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image,
  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
    width: 100%;
    height: auto;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
    
    
  }


.s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
      position: relative;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image,
  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
    width: 100%;
    height: auto;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
    
    
  }


.s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
      position: relative;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image,
  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
    width: 100%;
    height: auto;
  }

  #s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
    
    
  }


.s-5d4b2926-9f25-4976-a473-fb36c8629bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container {
      position: relative;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4b2926-9f25-4976-a473-fb36c8629bc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-aa9729b4-6d9b-4aef-8495-649910b24f56 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
  margin-left: 20%;
margin-right: 20%;
max-width: 500px;
aspect-ratio: 500/600;
text-align: center;
}





  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image,
  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
    width: 100%;
    height: auto;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
    
    
  }


.s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shogun-image-content {
  
    align-items: center;
  
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
      position: relative;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image,
  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
    width: 100%;
    height: auto;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
    
    
  }


.s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shogun-image-content {
  
    align-items: center;
  
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
      position: relative;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image,
  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
    width: 100%;
    height: auto;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
    
    
  }


.s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shogun-image-content {
  
    align-items: center;
  
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
      position: relative;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image,
  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
    width: 100%;
    height: auto;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
    
    
  }


.s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shogun-image-content {
  
    align-items: center;
  
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
      position: relative;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image,
  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
    width: 100%;
    height: auto;
  }

  #s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
    
    
  }


.s-08efc4b0-31ba-426f-8d64-b8c0941023bd .shogun-image-content {
  
    align-items: center;
  
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container {
      position: relative;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08efc4b0-31ba-426f-8d64-b8c0941023bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0bc9344d-3aa6-4255-87e2-2e321b23ecec {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-e6e43615-573c-4123-a0a3-a5260c548a01 {
  margin-left: 20%;
margin-right: 20%;
max-width: 500px;
aspect-ratio: 500/600;
text-align: center;
}





  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image,
  #s-e6e43615-573c-4123-a0a3-a5260c548a01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 {
    width: 100%;
    height: auto;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
    
    
  }


.s-e6e43615-573c-4123-a0a3-a5260c548a01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6e43615-573c-4123-a0a3-a5260c548a01 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
      position: relative;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image,
  #s-e6e43615-573c-4123-a0a3-a5260c548a01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 {
    width: 100%;
    height: auto;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
    
    
  }


.s-e6e43615-573c-4123-a0a3-a5260c548a01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6e43615-573c-4123-a0a3-a5260c548a01 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
      position: relative;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image,
  #s-e6e43615-573c-4123-a0a3-a5260c548a01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 {
    width: 100%;
    height: auto;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
    
    
  }


.s-e6e43615-573c-4123-a0a3-a5260c548a01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6e43615-573c-4123-a0a3-a5260c548a01 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
      position: relative;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image,
  #s-e6e43615-573c-4123-a0a3-a5260c548a01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 {
    width: 100%;
    height: auto;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
    
    
  }


.s-e6e43615-573c-4123-a0a3-a5260c548a01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6e43615-573c-4123-a0a3-a5260c548a01 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
      position: relative;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image,
  #s-e6e43615-573c-4123-a0a3-a5260c548a01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 {
    width: 100%;
    height: auto;
  }

  #s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
    
    
  }


.s-e6e43615-573c-4123-a0a3-a5260c548a01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6e43615-573c-4123-a0a3-a5260c548a01 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container {
      position: relative;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6e43615-573c-4123-a0a3-a5260c548a01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d6995347-187c-4a8e-9c85-2c33b22ddffc {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-ad49c8de-5e05-4804-bf04-0666cc5bf36f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ad49c8de-5e05-4804-bf04-0666cc5bf36f {
  display: none;
}
#s-ad49c8de-5e05-4804-bf04-0666cc5bf36f, #wrap-s-ad49c8de-5e05-4804-bf04-0666cc5bf36f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad49c8de-5e05-4804-bf04-0666cc5bf36f {
  display: none;
}
#s-ad49c8de-5e05-4804-bf04-0666cc5bf36f, #wrap-s-ad49c8de-5e05-4804-bf04-0666cc5bf36f { display: none !important; }}@media (max-width: 767px){#s-ad49c8de-5e05-4804-bf04-0666cc5bf36f {
  display: none;
}
#s-ad49c8de-5e05-4804-bf04-0666cc5bf36f, #wrap-s-ad49c8de-5e05-4804-bf04-0666cc5bf36f { display: none !important; }}







#s-ad49c8de-5e05-4804-bf04-0666cc5bf36f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad49c8de-5e05-4804-bf04-0666cc5bf36f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d30fd24-ccfc-42a4-b981-cb6a8526683f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3d30fd24-ccfc-42a4-b981-cb6a8526683f {
  
}
}@media (max-width: 767px){#s-3d30fd24-ccfc-42a4-b981-cb6a8526683f {
  display: none;
}
#s-3d30fd24-ccfc-42a4-b981-cb6a8526683f, #wrap-s-3d30fd24-ccfc-42a4-b981-cb6a8526683f { display: none !important; }}







#s-3d30fd24-ccfc-42a4-b981-cb6a8526683f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d30fd24-ccfc-42a4-b981-cb6a8526683f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e99828e2-dbf3-41d9-8469-4bc460038a7e {
  margin-left: 50px;
margin-right: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 1200px){#s-e99828e2-dbf3-41d9-8469-4bc460038a7e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e99828e2-dbf3-41d9-8469-4bc460038a7e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e99828e2-dbf3-41d9-8469-4bc460038a7e {
  display: none;
}
#s-e99828e2-dbf3-41d9-8469-4bc460038a7e, #wrap-s-e99828e2-dbf3-41d9-8469-4bc460038a7e { display: none !important; }}@media (max-width: 767px){#s-e99828e2-dbf3-41d9-8469-4bc460038a7e {
  
}
}
@media (min-width: 0px) {
[id="s-e99828e2-dbf3-41d9-8469-4bc460038a7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e99828e2-dbf3-41d9-8469-4bc460038a7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e99828e2-dbf3-41d9-8469-4bc460038a7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e99828e2-dbf3-41d9-8469-4bc460038a7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d0770c36-974d-4a54-b9c8-95c677deecd7 {
  text-align: left;
}



.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0770c36-974d-4a54-b9c8-95c677deecd7 img.shogun-image {
  width: 100%;
}



}
#s-dfc3b705-0104-4d63-bdee-781eee7fa16f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfc3b705-0104-4d63-bdee-781eee7fa16f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-17a9299b-fe67-41da-aa13-985fb716982c {
  text-align: center;
}

#s-17a9299b-fe67-41da-aa13-985fb716982c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-17a9299b-fe67-41da-aa13-985fb716982c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-17a9299b-fe67-41da-aa13-985fb716982c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-bf343e0c-0e21-472e-a710-f3201b311db0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf343e0c-0e21-472e-a710-f3201b311db0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf343e0c-0e21-472e-a710-f3201b311db0 {
  
}
}@media (max-width: 767px){#s-bf343e0c-0e21-472e-a710-f3201b311db0 {
  
}
}
#s-801b2273-b544-483a-b56d-77695248c292 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 1200px){#s-801b2273-b544-483a-b56d-77695248c292 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-801b2273-b544-483a-b56d-77695248c292 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-801b2273-b544-483a-b56d-77695248c292 {
  
}
}@media (max-width: 767px){#s-801b2273-b544-483a-b56d-77695248c292 {
  
}
}







#s-801b2273-b544-483a-b56d-77695248c292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-801b2273-b544-483a-b56d-77695248c292.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7560488d-b30d-4570-bad2-6a1843c050b6 {
  text-align: left;
}



.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7560488d-b30d-4570-bad2-6a1843c050b6 img.shogun-image {
  width: 100%;
}



}
#s-49d1af62-a48d-4571-b56f-30cf63a09ee0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49d1af62-a48d-4571-b56f-30cf63a09ee0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-72d8a9d4-6a34-46df-a889-f61e54427952 {
  text-align: center;
}

#s-72d8a9d4-6a34-46df-a889-f61e54427952 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-72d8a9d4-6a34-46df-a889-f61e54427952 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-72d8a9d4-6a34-46df-a889-f61e54427952 .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-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 {
  text-align: left;
}



.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d87dc76-8ad3-4081-b4a2-742f4f1113d9 img.shogun-image {
  width: 100%;
}



}
#s-768f80cd-e71b-4b7d-a040-e4d39ee52e55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-768f80cd-e71b-4b7d-a040-e4d39ee52e55 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c5bc7a9f-9aeb-4f19-bd73-4d53215e3c2a {
  text-align: center;
}

#s-c5bc7a9f-9aeb-4f19-bd73-4d53215e3c2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c5bc7a9f-9aeb-4f19-bd73-4d53215e3c2a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-c5bc7a9f-9aeb-4f19-bd73-4d53215e3c2a .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-d7439c39-c379-4da1-a52e-62b5d367834b {
  text-align: left;
}



.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7439c39-c379-4da1-a52e-62b5d367834b img.shogun-image {
  width: 100%;
}



}
#s-5ef84517-0a5f-4281-a0dc-e0d0aa6dcd43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ef84517-0a5f-4281-a0dc-e0d0aa6dcd43 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d95e407e-072e-43b8-9967-5153e1839219 {
  text-align: center;
}

#s-d95e407e-072e-43b8-9967-5153e1839219 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d95e407e-072e-43b8-9967-5153e1839219 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-d95e407e-072e-43b8-9967-5153e1839219 .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-a3a7bf6a-98ac-4ad8-b932-ab259da862c1 {
  margin-left: 8px;
margin-right: 8px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 1200px){#s-a3a7bf6a-98ac-4ad8-b932-ab259da862c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3a7bf6a-98ac-4ad8-b932-ab259da862c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3a7bf6a-98ac-4ad8-b932-ab259da862c1 {
  
}
}@media (max-width: 767px){#s-a3a7bf6a-98ac-4ad8-b932-ab259da862c1 {
  
}
}
@media (min-width: 0px) {
[id="s-a3a7bf6a-98ac-4ad8-b932-ab259da862c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a3a7bf6a-98ac-4ad8-b932-ab259da862c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3a7bf6a-98ac-4ad8-b932-ab259da862c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3a7bf6a-98ac-4ad8-b932-ab259da862c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-642ad1c8-0736-4077-a67e-68506d2a95c0 {
  text-align: left;
}



.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-642ad1c8-0736-4077-a67e-68506d2a95c0 img.shogun-image {
  width: 100%;
}



}
#s-df010ebb-2c27-4f64-a2ad-6e6ba64da596 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df010ebb-2c27-4f64-a2ad-6e6ba64da596 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-70760f39-7060-4d23-aadb-6bff3c62ec96 {
  text-align: center;
}

#s-70760f39-7060-4d23-aadb-6bff3c62ec96 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-70760f39-7060-4d23-aadb-6bff3c62ec96 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-70760f39-7060-4d23-aadb-6bff3c62ec96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-abcbf08e-87d5-438b-8320-746eff6bddd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abcbf08e-87d5-438b-8320-746eff6bddd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-abcbf08e-87d5-438b-8320-746eff6bddd1 {
  
}
}@media (max-width: 767px){#s-abcbf08e-87d5-438b-8320-746eff6bddd1 {
  
}
}
#s-3df2a433-c5a5-423e-8c04-ba5e6cc8c75a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(231, 233, 231, 1);
}
@media (min-width: 1200px){#s-3df2a433-c5a5-423e-8c04-ba5e6cc8c75a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3df2a433-c5a5-423e-8c04-ba5e6cc8c75a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3df2a433-c5a5-423e-8c04-ba5e6cc8c75a {
  
}
}@media (max-width: 767px){#s-3df2a433-c5a5-423e-8c04-ba5e6cc8c75a {
  
}
}







#s-3df2a433-c5a5-423e-8c04-ba5e6cc8c75a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df2a433-c5a5-423e-8c04-ba5e6cc8c75a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 {
  text-align: left;
}



.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4011c8b4-b601-4356-b8b3-5255e5f3ba71 img.shogun-image {
  width: 100%;
}



}
#s-251863c6-9fb9-4d58-91e7-147631156383 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-251863c6-9fb9-4d58-91e7-147631156383 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-fd1a6404-9ee3-435d-8618-15cce17ce9a0 {
  text-align: center;
}

#s-fd1a6404-9ee3-435d-8618-15cce17ce9a0 .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fd1a6404-9ee3-435d-8618-15cce17ce9a0 .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fd1a6404-9ee3-435d-8618-15cce17ce9a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b6a5342a-07af-4668-932c-f8419d66ab6c {
  text-align: left;
}



.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6a5342a-07af-4668-932c-f8419d66ab6c img.shogun-image {
  width: 100%;
}



}
#s-86ca2d69-ebee-4ee6-9602-f1a65c87d63e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86ca2d69-ebee-4ee6-9602-f1a65c87d63e .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-237d00d9-6c6a-4c7d-b5b9-55a5ca44646c {
  text-align: center;
}

#s-237d00d9-6c6a-4c7d-b5b9-55a5ca44646c .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-237d00d9-6c6a-4c7d-b5b9-55a5ca44646c .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-237d00d9-6c6a-4c7d-b5b9-55a5ca44646c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f30222a3-94db-48bf-bea4-0b281592cd62 {
  text-align: left;
}



.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f30222a3-94db-48bf-bea4-0b281592cd62 img.shogun-image {
  width: 100%;
}



}
#s-28c115f7-c0fd-41a7-a518-c0eb41d08467 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28c115f7-c0fd-41a7-a518-c0eb41d08467 .shg-product-title-component h1 {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-61a29b9f-a350-44f3-a87b-6c4da48e8e3d {
  text-align: center;
}

#s-61a29b9f-a350-44f3-a87b-6c4da48e8e3d .shg-product-sold-out {
  display: none;
  color: rgba(42, 50, 68, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61a29b9f-a350-44f3-a87b-6c4da48e8e3d .shg-product-price {
  color: rgba(42, 50, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-61a29b9f-a350-44f3-a87b-6c4da48e8e3d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-75c8463b-b98c-431f-8bda-7b9c60cb73c4 {
  margin-bottom: 2px;
padding-bottom: 20px;
background-color: rgba(231, 233, 231, 1);
}

/*
  $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}
