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

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

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

#s-d14291b5-b378-4258-998e-575bf31cd123 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}@media (max-width: 767px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}
@media (min-width: 0px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-06baa603-ddad-4968-af28-db3d265d40f6 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-06baa603-ddad-4968-af28-db3d265d40f6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-06baa603-ddad-4968-af28-db3d265d40f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ec83c410-34d0-4df9-91a3-e0da1eb01abf {
  margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-ec83c410-34d0-4df9-91a3-e0da1eb01abf .shogun-heading-component h6 {
  color: rgba(159, 92, 93, 1);
  font-weight:  600 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-155b1a80-e81f-4dc6-8998-a44752165ae7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-155b1a80-e81f-4dc6-8998-a44752165ae7 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 64px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-155b1a80-e81f-4dc6-8998-a44752165ae7 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-155b1a80-e81f-4dc6-8998-a44752165ae7 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
.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-a3ef1778-233c-4469-8684-2fe098c5efc4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-a3ef1778-233c-4469-8684-2fe098c5efc4 img.shogun-image {
    

    
    
    
  }


#s-a3ef1778-233c-4469-8684-2fe098c5efc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bb35534-603e-4b04-a17c-fa5dafecbb90 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2bb35534-603e-4b04-a17c-fa5dafecbb90 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  min-height: 360px;
}
}
#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  background-image: url(https://i.shgcdn.com/6e664990-6504-4f6d-b98b-2d509503b012/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d1fbfa03-e98b-4cf8-af28-556d34f21456.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c {
  padding-top: 100px;
padding-left: 25%;
padding-bottom: 100px;
padding-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c {
  padding-top: 60px;
padding-left: 20%;
padding-bottom: 60px;
padding-right: 20%;
}
}@media (max-width: 767px){#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c57d5eb8-b57e-46ce-8bfb-c3cb86f3ef60 {
  padding-bottom: 30px;
text-align: left;
}

#s-c57d5eb8-b57e-46ce-8bfb-c3cb86f3ef60 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-52a8b6dc-a629-45a6-9fe1-da1c0e793b70 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-52a8b6dc-a629-45a6-9fe1-da1c0e793b70 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-1db42b89-01fb-4a4d-b62a-d13574963486 {
  min-height: 50px;
}








#s-1db42b89-01fb-4a4d-b62a-d13574963486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db42b89-01fb-4a4d-b62a-d13574963486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
  max-width: 3000px;
aspect-ratio: 3000/1551;
text-align: center;
}





  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image,
  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
    width: 100%;
    height: auto;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
    
    
  }


.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
      --shg-aspect-ratio: calc(3000/1551); 
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
      position: relative;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image,
  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
    width: 100%;
    height: auto;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
    
    
  }


.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
      --shg-aspect-ratio: calc(3000/1551); 
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
      position: relative;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image,
  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
    width: 100%;
    height: auto;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
    
    
  }


.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
      --shg-aspect-ratio: calc(3000/1551); 
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
      position: relative;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image,
  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
    width: 100%;
    height: auto;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
    
    
  }


.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
      --shg-aspect-ratio: calc(3000/1551); 
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
      position: relative;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image,
  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
    width: 100%;
    height: auto;
  }

  #s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
    
    
  }


.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e {
      --shg-aspect-ratio: calc(3000/1551); 
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container {
      position: relative;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a1740c-7a41-471a-9df7-f3645c9cf22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e7cb3766-4191-453e-9103-3ed86d9ba92b {
  padding-top: 100px;
padding-left: 25%;
padding-bottom: 100px;
padding-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e7cb3766-4191-453e-9103-3ed86d9ba92b {
  padding-top: 60px;
padding-left: 20%;
padding-bottom: 60px;
padding-right: 20%;
}
}@media (max-width: 767px){#s-e7cb3766-4191-453e-9103-3ed86d9ba92b {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-e7cb3766-4191-453e-9103-3ed86d9ba92b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7cb3766-4191-453e-9103-3ed86d9ba92b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f102d67-1752-49bb-a223-d9554bd3f79f {
  padding-bottom: 30px;
text-align: left;
}

#s-7f102d67-1752-49bb-a223-d9554bd3f79f .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-a3fd937e-b5e6-45d2-883e-116e1ac235ae {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a3fd937e-b5e6-45d2-883e-116e1ac235ae .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-dee661c9-59d4-4d93-879e-5a7719fb6004"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dee661c9-59d4-4d93-879e-5a7719fb6004"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dee661c9-59d4-4d93-879e-5a7719fb6004"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dee661c9-59d4-4d93-879e-5a7719fb6004"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-de403b3e-a24c-47ef-b8da-088015e79d20 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-de403b3e-a24c-47ef-b8da-088015e79d20 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-de403b3e-a24c-47ef-b8da-088015e79d20 .shg-sld-nav-button.shg-sld-left,
#s-de403b3e-a24c-47ef-b8da-088015e79d20 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image,
  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
    width: 100%;
    height: auto;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
    
    
  }


.s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shogun-image-content {
  
    align-items: center;
  
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
      position: relative;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image,
  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
    width: 100%;
    height: auto;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
    
    
  }


.s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shogun-image-content {
  
    align-items: center;
  
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
      position: relative;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image,
  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
    width: 100%;
    height: auto;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
    
    
  }


.s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shogun-image-content {
  
    align-items: center;
  
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
      position: relative;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image,
  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
    width: 100%;
    height: auto;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
    
    
  }


.s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shogun-image-content {
  
    align-items: center;
  
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
      position: relative;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image,
  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
    width: 100%;
    height: auto;
  }

  #s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
    
    
  }


.s-0846eaf2-2025-4ac5-8964-75ff4dd84616 .shogun-image-content {
  
    align-items: center;
  
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container {
      position: relative;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0846eaf2-2025-4ac5-8964-75ff4dd84616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
  max-width: 2000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image,
  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
    width: 100%;
    height: auto;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
    
    
  }


.s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
      position: relative;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image,
  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
    width: 100%;
    height: auto;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
    
    
  }


.s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
      position: relative;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image,
  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
    width: 100%;
    height: auto;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
    
    
  }


.s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
      position: relative;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image,
  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
    width: 100%;
    height: auto;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
    
    
  }


.s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
      position: relative;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image,
  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
    width: 100%;
    height: auto;
  }

  #s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
    
    
  }


.s-c04650cd-a2dd-4771-b4d0-18c134114c3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container {
      position: relative;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c04650cd-a2dd-4771-b4d0-18c134114c3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image,
  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
    width: 100%;
    height: auto;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
    
    
  }


.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
      position: relative;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image,
  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
    width: 100%;
    height: auto;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
    
    
  }


.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
      position: relative;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image,
  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
    width: 100%;
    height: auto;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
    
    
  }


.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
      position: relative;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image,
  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
    width: 100%;
    height: auto;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
    
    
  }


.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
      position: relative;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image,
  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
    width: 100%;
    height: auto;
  }

  #s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
    
    
  }


.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container {
      position: relative;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa01c8c4-3215-4d17-9b9d-172c98d3bd13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a8ba1a84-1169-4f7a-a916-38ad9431ee5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8ba1a84-1169-4f7a-a916-38ad9431ee5a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-a97a7ff0-d912-4d6f-8147-98b79a967deb {
  min-height: 50px;
}








#s-a97a7ff0-d912-4d6f-8147-98b79a967deb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a97a7ff0-d912-4d6f-8147-98b79a967deb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.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-bf11fd83-2ddc-4e6b-a186-b41c23b82728 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bf11fd83-2ddc-4e6b-a186-b41c23b82728:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf11fd83-2ddc-4e6b-a186-b41c23b82728:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf11fd83-2ddc-4e6b-a186-b41c23b82728-root {
    text-align: center;
  }


#s-bf11fd83-2ddc-4e6b-a186-b41c23b82728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf11fd83-2ddc-4e6b-a186-b41c23b82728-root {
    text-align: center;
  }


#s-bf11fd83-2ddc-4e6b-a186-b41c23b82728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf11fd83-2ddc-4e6b-a186-b41c23b82728-root {
    text-align: center;
  }


#s-bf11fd83-2ddc-4e6b-a186-b41c23b82728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf11fd83-2ddc-4e6b-a186-b41c23b82728-root {
    text-align: center;
  }


#s-bf11fd83-2ddc-4e6b-a186-b41c23b82728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf11fd83-2ddc-4e6b-a186-b41c23b82728-root {
    text-align: center;
  }


#s-bf11fd83-2ddc-4e6b-a186-b41c23b82728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0cf6c670-c32f-4833-8c91-6aeae1267f8b {
  min-height: 50px;
}








#s-0cf6c670-c32f-4833-8c91-6aeae1267f8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cf6c670-c32f-4833-8c91-6aeae1267f8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-45d1b9d0-0969-453c-af9e-8e904178a219 {
  text-align: left;
}



.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d1b9d0-0969-453c-af9e-8e904178a219 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-79329708-8b61-4e24-adfc-a1a2939e754e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79329708-8b61-4e24-adfc-a1a2939e754e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cdd06c84-bc45-4ada-b0b8-5dfb31603ba6 {
  text-align: center;
}

#s-cdd06c84-bc45-4ada-b0b8-5dfb31603ba6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cdd06c84-bc45-4ada-b0b8-5dfb31603ba6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cdd06c84-bc45-4ada-b0b8-5dfb31603ba6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-aa7b48e9-60ae-4815-82fd-94bebcf51720 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aa7b48e9-60ae-4815-82fd-94bebcf51720:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa7b48e9-60ae-4815-82fd-94bebcf51720:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa7b48e9-60ae-4815-82fd-94bebcf51720 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa7b48e9-60ae-4815-82fd-94bebcf51720.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa7b48e9-60ae-4815-82fd-94bebcf51720.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aa7b48e9-60ae-4815-82fd-94bebcf51720.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-38fe9d53-3060-4948-89fa-3a704c87769b {
  text-align: left;
}



.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38fe9d53-3060-4948-89fa-3a704c87769b img.shogun-image {
  width: 100%;
}



}
#s-da42a8c1-ccb4-450f-953f-d6ed3c845fae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da42a8c1-ccb4-450f-953f-d6ed3c845fae .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d9d3ded0-2528-45da-8071-141252b550ea {
  text-align: center;
}

#s-d9d3ded0-2528-45da-8071-141252b550ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d9d3ded0-2528-45da-8071-141252b550ea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d9d3ded0-2528-45da-8071-141252b550ea .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-a08e2ca9-8dd3-449e-b987-5bf4b141e569 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a08e2ca9-8dd3-449e-b987-5bf4b141e569:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a08e2ca9-8dd3-449e-b987-5bf4b141e569:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a08e2ca9-8dd3-449e-b987-5bf4b141e569 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a08e2ca9-8dd3-449e-b987-5bf4b141e569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a08e2ca9-8dd3-449e-b987-5bf4b141e569.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a08e2ca9-8dd3-449e-b987-5bf4b141e569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-61025da5-682d-4819-9930-9c2ce11816b2 {
  text-align: left;
}



.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61025da5-682d-4819-9930-9c2ce11816b2 img.shogun-image {
  width: 100%;
}



}
#s-d25af458-4da7-4dce-a552-332043f6e003 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d25af458-4da7-4dce-a552-332043f6e003 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7f9c1806-226d-476d-98d7-17c18e262b78 {
  text-align: center;
}

#s-7f9c1806-226d-476d-98d7-17c18e262b78 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f9c1806-226d-476d-98d7-17c18e262b78 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7f9c1806-226d-476d-98d7-17c18e262b78 .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-a99c16e6-dff1-4e89-b3f6-5943714626bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a99c16e6-dff1-4e89-b3f6-5943714626bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a99c16e6-dff1-4e89-b3f6-5943714626bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a99c16e6-dff1-4e89-b3f6-5943714626bf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a99c16e6-dff1-4e89-b3f6-5943714626bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a99c16e6-dff1-4e89-b3f6-5943714626bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a99c16e6-dff1-4e89-b3f6-5943714626bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 {
  text-align: left;
}



.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d21a2b12-3d7f-40e8-a26e-0f2cee8d91d7 img.shogun-image {
  width: 100%;
}



}
#s-8e98664f-a003-427b-a597-96f0e9462974 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e98664f-a003-427b-a597-96f0e9462974 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5db7d5e9-6f7a-4ea7-8766-0bf35ccea800 {
  text-align: center;
}

#s-5db7d5e9-6f7a-4ea7-8766-0bf35ccea800 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5db7d5e9-6f7a-4ea7-8766-0bf35ccea800 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5db7d5e9-6f7a-4ea7-8766-0bf35ccea800 .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-a6fc4318-ba4d-40d7-b02b-f70ac4fa96d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a6fc4318-ba4d-40d7-b02b-f70ac4fa96d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6fc4318-ba4d-40d7-b02b-f70ac4fa96d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6fc4318-ba4d-40d7-b02b-f70ac4fa96d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6fc4318-ba4d-40d7-b02b-f70ac4fa96d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6fc4318-ba4d-40d7-b02b-f70ac4fa96d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a6fc4318-ba4d-40d7-b02b-f70ac4fa96d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a {
  text-align: left;
}



.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ba98465-10f5-43be-8a0d-d4473e56bb3a img.shogun-image {
  width: 100%;
}



}
#s-bc761a56-9afa-4950-8506-1d51cfa46427 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc761a56-9afa-4950-8506-1d51cfa46427 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-66be4ead-7244-48f6-ad98-1dd41041dc1e {
  text-align: center;
}

#s-66be4ead-7244-48f6-ad98-1dd41041dc1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-66be4ead-7244-48f6-ad98-1dd41041dc1e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-66be4ead-7244-48f6-ad98-1dd41041dc1e .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-ab8992b5-1e52-4f7a-9f2d-46f06abe15df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ab8992b5-1e52-4f7a-9f2d-46f06abe15df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab8992b5-1e52-4f7a-9f2d-46f06abe15df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab8992b5-1e52-4f7a-9f2d-46f06abe15df {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab8992b5-1e52-4f7a-9f2d-46f06abe15df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab8992b5-1e52-4f7a-9f2d-46f06abe15df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab8992b5-1e52-4f7a-9f2d-46f06abe15df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-95fcc759-4e38-414e-8b86-c671b9a6c55a {
  min-height: 50px;
}








#s-95fcc759-4e38-414e-8b86-c671b9a6c55a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95fcc759-4e38-414e-8b86-c671b9a6c55a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-4f125f09-7ffe-4004-824e-0cd068a44e19 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-3ef99b38-5e07-4c84-9b2e-2c44e2a32d5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ef99b38-5e07-4c84-9b2e-2c44e2a32d5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ef99b38-5e07-4c84-9b2e-2c44e2a32d5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ef99b38-5e07-4c84-9b2e-2c44e2a32d5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35704311-16aa-41d3-9c30-b6bb668327a6 {
  min-height: 50px;
}








#s-35704311-16aa-41d3-9c30-b6bb668327a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35704311-16aa-41d3-9c30-b6bb668327a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7bb4b7b-3482-44f3-9d4a-f075f33061d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7bb4b7b-3482-44f3-9d4a-f075f33061d5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-00249018-152c-43b8-8127-7b6a32f473b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-00249018-152c-43b8-8127-7b6a32f473b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00249018-152c-43b8-8127-7b6a32f473b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00249018-152c-43b8-8127-7b6a32f473b6-root {
    text-align: center;
  }


#s-00249018-152c-43b8-8127-7b6a32f473b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00249018-152c-43b8-8127-7b6a32f473b6-root {
    text-align: center;
  }


#s-00249018-152c-43b8-8127-7b6a32f473b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00249018-152c-43b8-8127-7b6a32f473b6-root {
    text-align: center;
  }


#s-00249018-152c-43b8-8127-7b6a32f473b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00249018-152c-43b8-8127-7b6a32f473b6-root {
    text-align: center;
  }


#s-00249018-152c-43b8-8127-7b6a32f473b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00249018-152c-43b8-8127-7b6a32f473b6-root {
    text-align: center;
  }


#s-00249018-152c-43b8-8127-7b6a32f473b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4be2b462-f1b2-4d25-843b-b5a7d7c8c683 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4be2b462-f1b2-4d25-843b-b5a7d7c8c683 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4be2b462-f1b2-4d25-843b-b5a7d7c8c683 .shg-sld-nav-button.shg-sld-left,
#s-4be2b462-f1b2-4d25-843b-b5a7d7c8c683 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1293749d-f667-4333-b872-826719009e31 {
  max-width: 1687px;
aspect-ratio: 1687/2271;
text-align: center;
}





  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image,
  #s-1293749d-f667-4333-b872-826719009e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1293749d-f667-4333-b872-826719009e31 {
    width: 100%;
    height: auto;
  }

  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1293749d-f667-4333-b872-826719009e31.shogun-image {
    
    
  }


.s-1293749d-f667-4333-b872-826719009e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-1293749d-f667-4333-b872-826719009e31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1293749d-f667-4333-b872-826719009e31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1293749d-f667-4333-b872-826719009e31 {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
      position: relative;
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1293749d-f667-4333-b872-826719009e31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image,
  #s-1293749d-f667-4333-b872-826719009e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1293749d-f667-4333-b872-826719009e31 {
    width: 100%;
    height: auto;
  }

  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1293749d-f667-4333-b872-826719009e31.shogun-image {
    
    
  }


.s-1293749d-f667-4333-b872-826719009e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-1293749d-f667-4333-b872-826719009e31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1293749d-f667-4333-b872-826719009e31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1293749d-f667-4333-b872-826719009e31 {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
      position: relative;
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1293749d-f667-4333-b872-826719009e31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image,
  #s-1293749d-f667-4333-b872-826719009e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1293749d-f667-4333-b872-826719009e31 {
    width: 100%;
    height: auto;
  }

  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1293749d-f667-4333-b872-826719009e31.shogun-image {
    
    
  }


.s-1293749d-f667-4333-b872-826719009e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-1293749d-f667-4333-b872-826719009e31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1293749d-f667-4333-b872-826719009e31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1293749d-f667-4333-b872-826719009e31 {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
      position: relative;
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1293749d-f667-4333-b872-826719009e31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image,
  #s-1293749d-f667-4333-b872-826719009e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1293749d-f667-4333-b872-826719009e31 {
    width: 100%;
    height: auto;
  }

  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1293749d-f667-4333-b872-826719009e31.shogun-image {
    
    
  }


.s-1293749d-f667-4333-b872-826719009e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-1293749d-f667-4333-b872-826719009e31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1293749d-f667-4333-b872-826719009e31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1293749d-f667-4333-b872-826719009e31 {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
      position: relative;
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1293749d-f667-4333-b872-826719009e31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image,
  #s-1293749d-f667-4333-b872-826719009e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1293749d-f667-4333-b872-826719009e31 {
    width: 100%;
    height: auto;
  }

  #s-1293749d-f667-4333-b872-826719009e31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1293749d-f667-4333-b872-826719009e31.shogun-image {
    
    
  }


.s-1293749d-f667-4333-b872-826719009e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-1293749d-f667-4333-b872-826719009e31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1293749d-f667-4333-b872-826719009e31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1293749d-f667-4333-b872-826719009e31 {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container {
      position: relative;
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1293749d-f667-4333-b872-826719009e31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1293749d-f667-4333-b872-826719009e31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d70cd941-284a-4460-8550-ab08596b0d50 {
  max-width: 1490px;
aspect-ratio: 1490/1862;
text-align: center;
}





  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image,
  #s-d70cd941-284a-4460-8550-ab08596b0d50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 {
    width: 100%;
    height: auto;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
    
    
  }


.s-d70cd941-284a-4460-8550-ab08596b0d50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d70cd941-284a-4460-8550-ab08596b0d50 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
      position: relative;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image,
  #s-d70cd941-284a-4460-8550-ab08596b0d50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 {
    width: 100%;
    height: auto;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
    
    
  }


.s-d70cd941-284a-4460-8550-ab08596b0d50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d70cd941-284a-4460-8550-ab08596b0d50 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
      position: relative;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image,
  #s-d70cd941-284a-4460-8550-ab08596b0d50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 {
    width: 100%;
    height: auto;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
    
    
  }


.s-d70cd941-284a-4460-8550-ab08596b0d50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d70cd941-284a-4460-8550-ab08596b0d50 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
      position: relative;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image,
  #s-d70cd941-284a-4460-8550-ab08596b0d50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 {
    width: 100%;
    height: auto;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
    
    
  }


.s-d70cd941-284a-4460-8550-ab08596b0d50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d70cd941-284a-4460-8550-ab08596b0d50 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
      position: relative;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image,
  #s-d70cd941-284a-4460-8550-ab08596b0d50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 {
    width: 100%;
    height: auto;
  }

  #s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
    
    
  }


.s-d70cd941-284a-4460-8550-ab08596b0d50 .shogun-image-content {
  
    align-items: center;
  
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d70cd941-284a-4460-8550-ab08596b0d50 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container {
      position: relative;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d70cd941-284a-4460-8550-ab08596b0d50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c79b5f33-682b-48f1-a936-fd1a58687357 {
  max-width: 1490px;
aspect-ratio: 1490/1862;
text-align: center;
}





  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image,
  #s-c79b5f33-682b-48f1-a936-fd1a58687357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 {
    width: 100%;
    height: auto;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
    
    
  }


.s-c79b5f33-682b-48f1-a936-fd1a58687357 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79b5f33-682b-48f1-a936-fd1a58687357 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
      position: relative;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image,
  #s-c79b5f33-682b-48f1-a936-fd1a58687357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 {
    width: 100%;
    height: auto;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
    
    
  }


.s-c79b5f33-682b-48f1-a936-fd1a58687357 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79b5f33-682b-48f1-a936-fd1a58687357 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
      position: relative;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image,
  #s-c79b5f33-682b-48f1-a936-fd1a58687357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 {
    width: 100%;
    height: auto;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
    
    
  }


.s-c79b5f33-682b-48f1-a936-fd1a58687357 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79b5f33-682b-48f1-a936-fd1a58687357 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
      position: relative;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image,
  #s-c79b5f33-682b-48f1-a936-fd1a58687357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 {
    width: 100%;
    height: auto;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
    
    
  }


.s-c79b5f33-682b-48f1-a936-fd1a58687357 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79b5f33-682b-48f1-a936-fd1a58687357 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
      position: relative;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image,
  #s-c79b5f33-682b-48f1-a936-fd1a58687357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 {
    width: 100%;
    height: auto;
  }

  #s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
    
    
  }


.s-c79b5f33-682b-48f1-a936-fd1a58687357 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79b5f33-682b-48f1-a936-fd1a58687357 {
      --shg-aspect-ratio: calc(1490/1862); 
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container {
      position: relative;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79b5f33-682b-48f1-a936-fd1a58687357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd {
  text-align: left;
}



.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2cffee9-757e-4f0e-a3d3-d9eb19b8b3bd img.shogun-image {
  width: 100%;
}



}
#s-08f0530e-c199-44cc-8f5b-283e56336a5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08f0530e-c199-44cc-8f5b-283e56336a5c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-68529aeb-7e8e-40c5-95d2-b4859522f248 {
  text-align: center;
}

#s-68529aeb-7e8e-40c5-95d2-b4859522f248 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-68529aeb-7e8e-40c5-95d2-b4859522f248 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-68529aeb-7e8e-40c5-95d2-b4859522f248 .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-c504aff8-5d8d-4827-acaa-9725d6c1f8bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c504aff8-5d8d-4827-acaa-9725d6c1f8bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c504aff8-5d8d-4827-acaa-9725d6c1f8bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c504aff8-5d8d-4827-acaa-9725d6c1f8bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c504aff8-5d8d-4827-acaa-9725d6c1f8bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c504aff8-5d8d-4827-acaa-9725d6c1f8bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c504aff8-5d8d-4827-acaa-9725d6c1f8bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d02964d1-7d2c-4201-84e7-da9eec94f27b {
  text-align: left;
}



.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d02964d1-7d2c-4201-84e7-da9eec94f27b img.shogun-image {
  width: 100%;
}



}
#s-9f3038aa-6744-4abc-948e-8f7b0c0a1433 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f3038aa-6744-4abc-948e-8f7b0c0a1433 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-eae4dd60-d3b1-42e0-ae69-858cc2b4548b {
  text-align: center;
}

#s-eae4dd60-d3b1-42e0-ae69-858cc2b4548b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eae4dd60-d3b1-42e0-ae69-858cc2b4548b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-eae4dd60-d3b1-42e0-ae69-858cc2b4548b .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-4f41c012-86b3-4c6c-976e-36ae7707a440 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4f41c012-86b3-4c6c-976e-36ae7707a440:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f41c012-86b3-4c6c-976e-36ae7707a440:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f41c012-86b3-4c6c-976e-36ae7707a440 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4f41c012-86b3-4c6c-976e-36ae7707a440.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f41c012-86b3-4c6c-976e-36ae7707a440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4f41c012-86b3-4c6c-976e-36ae7707a440.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 {
  text-align: left;
}



.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb1c5db-9b08-43ea-9057-1f9fd56f83d9 img.shogun-image {
  width: 100%;
}



}
#s-e90d9446-5374-4dca-b176-470fc4d00c65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e90d9446-5374-4dca-b176-470fc4d00c65 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-943c7a28-7697-4b83-b4ce-f0413b561210 {
  text-align: center;
}

#s-943c7a28-7697-4b83-b4ce-f0413b561210 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-943c7a28-7697-4b83-b4ce-f0413b561210 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-943c7a28-7697-4b83-b4ce-f0413b561210 .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-992beab3-ae52-4ea7-97c9-9219de845c2d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-992beab3-ae52-4ea7-97c9-9219de845c2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-992beab3-ae52-4ea7-97c9-9219de845c2d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-992beab3-ae52-4ea7-97c9-9219de845c2d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-992beab3-ae52-4ea7-97c9-9219de845c2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-992beab3-ae52-4ea7-97c9-9219de845c2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-992beab3-ae52-4ea7-97c9-9219de845c2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf {
  text-align: left;
}



.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f400ff7-1e58-4c2e-acde-3a13fd76bdbf img.shogun-image {
  width: 100%;
}



}
#s-56447854-1a5c-4fc5-8327-2c6ffa380629 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56447854-1a5c-4fc5-8327-2c6ffa380629 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-61991037-f701-4330-8d08-1e3086f3a906 {
  text-align: center;
}

#s-61991037-f701-4330-8d08-1e3086f3a906 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61991037-f701-4330-8d08-1e3086f3a906 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-61991037-f701-4330-8d08-1e3086f3a906 .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-6cbcc80a-0bd9-4480-a2d9-94ef0a003658 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6cbcc80a-0bd9-4480-a2d9-94ef0a003658:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6cbcc80a-0bd9-4480-a2d9-94ef0a003658:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6cbcc80a-0bd9-4480-a2d9-94ef0a003658 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6cbcc80a-0bd9-4480-a2d9-94ef0a003658.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6cbcc80a-0bd9-4480-a2d9-94ef0a003658.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6cbcc80a-0bd9-4480-a2d9-94ef0a003658.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1754ce45-121c-476a-86f5-1514dc41391e {
  text-align: left;
}



.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1754ce45-121c-476a-86f5-1514dc41391e img.shogun-image {
  width: 100%;
}



}
#s-a3e082e9-2003-4ff6-b5aa-885f946bdc14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3e082e9-2003-4ff6-b5aa-885f946bdc14 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-be5c250d-3bb6-49ee-82a8-fe6537b65020 {
  text-align: center;
}

#s-be5c250d-3bb6-49ee-82a8-fe6537b65020 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be5c250d-3bb6-49ee-82a8-fe6537b65020 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-be5c250d-3bb6-49ee-82a8-fe6537b65020 .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-a1ed356e-8e19-47f0-8a74-63ae3cb101c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a1ed356e-8e19-47f0-8a74-63ae3cb101c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1ed356e-8e19-47f0-8a74-63ae3cb101c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1ed356e-8e19-47f0-8a74-63ae3cb101c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1ed356e-8e19-47f0-8a74-63ae3cb101c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1ed356e-8e19-47f0-8a74-63ae3cb101c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a1ed356e-8e19-47f0-8a74-63ae3cb101c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ce99e786-8080-439b-ba84-6982217479a3 {
  min-height: 50px;
}








#s-ce99e786-8080-439b-ba84-6982217479a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce99e786-8080-439b-ba84-6982217479a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0c158d1-15d3-4ea0-a9dc-c9debdaa0585 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-0fab392f-ceaa-4187-b908-f21a9aa27e7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fab392f-ceaa-4187-b908-f21a9aa27e7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fab392f-ceaa-4187-b908-f21a9aa27e7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fab392f-ceaa-4187-b908-f21a9aa27e7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8afcea41-6302-4ece-9f53-4bc5e1f829db {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8afcea41-6302-4ece-9f53-4bc5e1f829db .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8afcea41-6302-4ece-9f53-4bc5e1f829db .shg-sld-nav-button.shg-sld-left,
#s-8afcea41-6302-4ece-9f53-4bc5e1f829db .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-077bdfac-737d-4c29-ab79-a4754dc2febf {
  max-width: 1687px;
aspect-ratio: 1687/2271;
text-align: center;
}





  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image,
  #s-077bdfac-737d-4c29-ab79-a4754dc2febf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf {
    width: 100%;
    height: auto;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
    
    
  }


.s-077bdfac-737d-4c29-ab79-a4754dc2febf .shogun-image-content {
  
    align-items: center;
  
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077bdfac-737d-4c29-ab79-a4754dc2febf {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
      position: relative;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image,
  #s-077bdfac-737d-4c29-ab79-a4754dc2febf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf {
    width: 100%;
    height: auto;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
    
    
  }


.s-077bdfac-737d-4c29-ab79-a4754dc2febf .shogun-image-content {
  
    align-items: center;
  
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077bdfac-737d-4c29-ab79-a4754dc2febf {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
      position: relative;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image,
  #s-077bdfac-737d-4c29-ab79-a4754dc2febf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf {
    width: 100%;
    height: auto;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
    
    
  }


.s-077bdfac-737d-4c29-ab79-a4754dc2febf .shogun-image-content {
  
    align-items: center;
  
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077bdfac-737d-4c29-ab79-a4754dc2febf {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
      position: relative;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image,
  #s-077bdfac-737d-4c29-ab79-a4754dc2febf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf {
    width: 100%;
    height: auto;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
    
    
  }


.s-077bdfac-737d-4c29-ab79-a4754dc2febf .shogun-image-content {
  
    align-items: center;
  
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077bdfac-737d-4c29-ab79-a4754dc2febf {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
      position: relative;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image,
  #s-077bdfac-737d-4c29-ab79-a4754dc2febf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf {
    width: 100%;
    height: auto;
  }

  #s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
    
    
  }


.s-077bdfac-737d-4c29-ab79-a4754dc2febf .shogun-image-content {
  
    align-items: center;
  
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077bdfac-737d-4c29-ab79-a4754dc2febf {
      --shg-aspect-ratio: calc(1687/2271); 
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container {
      position: relative;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077bdfac-737d-4c29-ab79-a4754dc2febf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
  max-width: 1241px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image,
  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
    width: 100%;
    height: auto;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
    
    
  }


.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
      position: relative;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image,
  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
    width: 100%;
    height: auto;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
    
    
  }


.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
      position: relative;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image,
  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
    width: 100%;
    height: auto;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
    
    
  }


.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
      position: relative;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image,
  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
    width: 100%;
    height: auto;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
    
    
  }


.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
      position: relative;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image,
  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
    width: 100%;
    height: auto;
  }

  #s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
    
    
  }


.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container {
      position: relative;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa1d6ab-bc1f-4f88-85a5-44441acee401 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ed6b2307-ca20-4027-a681-870ebbaef916 {
  max-width: 1350px;
aspect-ratio: 1350/1984;
text-align: center;
}





  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image,
  #s-ed6b2307-ca20-4027-a681-870ebbaef916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 {
    width: 100%;
    height: auto;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
    
    
  }


.s-ed6b2307-ca20-4027-a681-870ebbaef916 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed6b2307-ca20-4027-a681-870ebbaef916 {
      --shg-aspect-ratio: calc(1350/1984); 
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
      position: relative;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image,
  #s-ed6b2307-ca20-4027-a681-870ebbaef916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 {
    width: 100%;
    height: auto;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
    
    
  }


.s-ed6b2307-ca20-4027-a681-870ebbaef916 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed6b2307-ca20-4027-a681-870ebbaef916 {
      --shg-aspect-ratio: calc(1350/1984); 
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
      position: relative;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image,
  #s-ed6b2307-ca20-4027-a681-870ebbaef916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 {
    width: 100%;
    height: auto;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
    
    
  }


.s-ed6b2307-ca20-4027-a681-870ebbaef916 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed6b2307-ca20-4027-a681-870ebbaef916 {
      --shg-aspect-ratio: calc(1350/1984); 
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
      position: relative;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image,
  #s-ed6b2307-ca20-4027-a681-870ebbaef916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 {
    width: 100%;
    height: auto;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
    
    
  }


.s-ed6b2307-ca20-4027-a681-870ebbaef916 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed6b2307-ca20-4027-a681-870ebbaef916 {
      --shg-aspect-ratio: calc(1350/1984); 
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
      position: relative;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image,
  #s-ed6b2307-ca20-4027-a681-870ebbaef916 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 {
    width: 100%;
    height: auto;
  }

  #s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
    
    
  }


.s-ed6b2307-ca20-4027-a681-870ebbaef916 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed6b2307-ca20-4027-a681-870ebbaef916 {
      --shg-aspect-ratio: calc(1350/1984); 
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container {
      position: relative;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed6b2307-ca20-4027-a681-870ebbaef916 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4a5b7c07-0f23-465a-bedb-b2146462dc0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a5b7c07-0f23-465a-bedb-b2146462dc0c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e286c4b1-9fff-4e68-98fa-3d923a5100e2 {
  min-height: 50px;
}








#s-e286c4b1-9fff-4e68-98fa-3d923a5100e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e286c4b1-9fff-4e68-98fa-3d923a5100e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bf7535b-3cd6-4b89-b043-4b61e29222dc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5bf7535b-3cd6-4b89-b043-4b61e29222dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5bf7535b-3cd6-4b89-b043-4b61e29222dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5bf7535b-3cd6-4b89-b043-4b61e29222dc-root {
    text-align: center;
  }


#s-5bf7535b-3cd6-4b89-b043-4b61e29222dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5bf7535b-3cd6-4b89-b043-4b61e29222dc-root {
    text-align: center;
  }


#s-5bf7535b-3cd6-4b89-b043-4b61e29222dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bf7535b-3cd6-4b89-b043-4b61e29222dc-root {
    text-align: center;
  }


#s-5bf7535b-3cd6-4b89-b043-4b61e29222dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bf7535b-3cd6-4b89-b043-4b61e29222dc-root {
    text-align: center;
  }


#s-5bf7535b-3cd6-4b89-b043-4b61e29222dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5bf7535b-3cd6-4b89-b043-4b61e29222dc-root {
    text-align: center;
  }


#s-5bf7535b-3cd6-4b89-b043-4b61e29222dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 {
  text-align: left;
}



.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb7f9c8d-a1ab-4846-b2d8-1d78c00a9aa3 img.shogun-image {
  width: 100%;
}



}
#s-3dbe67d3-d2ce-44fa-bc1e-8cb572b956fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3dbe67d3-d2ce-44fa-bc1e-8cb572b956fc .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5ef886da-b1cc-45d3-9d80-4a697e3b1d38 {
  text-align: center;
}

#s-5ef886da-b1cc-45d3-9d80-4a697e3b1d38 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ef886da-b1cc-45d3-9d80-4a697e3b1d38 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5ef886da-b1cc-45d3-9d80-4a697e3b1d38 .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-9fb45c23-9f9d-4b74-a028-036067248a2a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9fb45c23-9f9d-4b74-a028-036067248a2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fb45c23-9f9d-4b74-a028-036067248a2a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fb45c23-9f9d-4b74-a028-036067248a2a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fb45c23-9f9d-4b74-a028-036067248a2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fb45c23-9f9d-4b74-a028-036067248a2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9fb45c23-9f9d-4b74-a028-036067248a2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd {
  text-align: left;
}



.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f3d188-c667-47bd-9dc2-51b14e8035bd img.shogun-image {
  width: 100%;
}



}
#s-96314822-7c52-4d41-8736-48c53d40d478 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96314822-7c52-4d41-8736-48c53d40d478 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8586fcf4-9c4d-453d-95ba-3d568c5087db {
  text-align: center;
}

#s-8586fcf4-9c4d-453d-95ba-3d568c5087db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8586fcf4-9c4d-453d-95ba-3d568c5087db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8586fcf4-9c4d-453d-95ba-3d568c5087db .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-4e5403b0-12cd-4663-8538-908553c27e8a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4e5403b0-12cd-4663-8538-908553c27e8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e5403b0-12cd-4663-8538-908553c27e8a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4e5403b0-12cd-4663-8538-908553c27e8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e5403b0-12cd-4663-8538-908553c27e8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e5403b0-12cd-4663-8538-908553c27e8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e5403b0-12cd-4663-8538-908553c27e8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 {
  text-align: left;
}



.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed7848b1-845c-45eb-b801-1bf29bcc5b06 img.shogun-image {
  width: 100%;
}



}
#s-54b0640a-8b53-4a61-ad40-e0376456281e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54b0640a-8b53-4a61-ad40-e0376456281e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-08197a01-9399-442d-aa41-064d4fc9630f {
  text-align: center;
}

#s-08197a01-9399-442d-aa41-064d4fc9630f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-08197a01-9399-442d-aa41-064d4fc9630f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-08197a01-9399-442d-aa41-064d4fc9630f .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-48326a65-85d9-4fd7-928e-9d35d05129c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-48326a65-85d9-4fd7-928e-9d35d05129c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48326a65-85d9-4fd7-928e-9d35d05129c4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48326a65-85d9-4fd7-928e-9d35d05129c4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48326a65-85d9-4fd7-928e-9d35d05129c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48326a65-85d9-4fd7-928e-9d35d05129c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-48326a65-85d9-4fd7-928e-9d35d05129c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 {
  text-align: left;
}



.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c18a428-9e16-4c21-a6b4-003183e7eeb1 img.shogun-image {
  width: 100%;
}



}
#s-af870307-dc76-40f3-97e0-5f4cd42dd847 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af870307-dc76-40f3-97e0-5f4cd42dd847 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cc6688f8-9ecb-4b3b-b271-358a75f3de77 {
  text-align: center;
}

#s-cc6688f8-9ecb-4b3b-b271-358a75f3de77 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc6688f8-9ecb-4b3b-b271-358a75f3de77 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cc6688f8-9ecb-4b3b-b271-358a75f3de77 .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-92b9443c-c679-42b4-8916-4ab957ac6529 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-92b9443c-c679-42b4-8916-4ab957ac6529:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92b9443c-c679-42b4-8916-4ab957ac6529:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92b9443c-c679-42b4-8916-4ab957ac6529 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92b9443c-c679-42b4-8916-4ab957ac6529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92b9443c-c679-42b4-8916-4ab957ac6529.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92b9443c-c679-42b4-8916-4ab957ac6529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 {
  text-align: left;
}



.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10c545f-4c86-4dff-a9cd-0cce4096da53 img.shogun-image {
  width: 100%;
}



}
#s-202f96d8-548f-404d-8656-81fe060032c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-202f96d8-548f-404d-8656-81fe060032c4 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-674c07e2-1f16-4c99-a98f-9fb45729fcfc {
  text-align: center;
}

#s-674c07e2-1f16-4c99-a98f-9fb45729fcfc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-674c07e2-1f16-4c99-a98f-9fb45729fcfc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-674c07e2-1f16-4c99-a98f-9fb45729fcfc .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-43e8fdb3-37e4-45ba-b782-95520c1aca51 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-43e8fdb3-37e4-45ba-b782-95520c1aca51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-43e8fdb3-37e4-45ba-b782-95520c1aca51:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-43e8fdb3-37e4-45ba-b782-95520c1aca51 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-43e8fdb3-37e4-45ba-b782-95520c1aca51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43e8fdb3-37e4-45ba-b782-95520c1aca51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-43e8fdb3-37e4-45ba-b782-95520c1aca51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e582a83e-89bd-418f-8cf8-e25f9e681141 {
  min-height: 50px;
}








#s-e582a83e-89bd-418f-8cf8-e25f9e681141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e582a83e-89bd-418f-8cf8-e25f9e681141.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-717a500e-feaa-48c7-a2e8-1a286b6e617b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-b166c068-0d87-463c-a445-8db66760b55c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b166c068-0d87-463c-a445-8db66760b55c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b166c068-0d87-463c-a445-8db66760b55c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b166c068-0d87-463c-a445-8db66760b55c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-67cfcb12-6648-4b9c-b196-f2ccdfad462c {
  margin-top: -50px;
margin-bottom: -50px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-67cfcb12-6648-4b9c-b196-f2ccdfad462c hr {
  border-top: 1px solid rgba(236, 223, 223, 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}
