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

.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-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 20px;
}
}







#s-c24cae56-690d-488f-aa88-0341c4a57924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c24cae56-690d-488f-aa88-0341c4a57924.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  background-image: url();
}








#s-f99b33b4-f66c-4836-b70b-5472a538ca00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f99b33b4-f66c-4836-b70b-5472a538ca00.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;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-25e05277-f066-4104-b418-b8584b48f472 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/535;
text-align: center;
}

#s-25e05277-f066-4104-b418-b8584b48f472 {
  margin: 0 !important;
  overflow: visible;
}

#s-25e05277-f066-4104-b418-b8584b48f472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add background color handling */
  
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }

    #s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-link {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25e05277-f066-4104-b418-b8584b48f472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
  box-sizing: border-box;
}



.s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25e05277-f066-4104-b418-b8584b48f472 {
      --shg-aspect-ratio: calc(3000/535); 
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
      position: relative;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-25e05277-f066-4104-b418-b8584b48f472 {
  margin: 0 !important;
  overflow: visible;
}

#s-25e05277-f066-4104-b418-b8584b48f472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add background color handling */
  
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }

    #s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-link {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25e05277-f066-4104-b418-b8584b48f472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
  box-sizing: border-box;
}



.s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25e05277-f066-4104-b418-b8584b48f472 {
      --shg-aspect-ratio: calc(3000/535); 
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
      position: relative;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-25e05277-f066-4104-b418-b8584b48f472 {
  margin: 0 !important;
  overflow: visible;
}

#s-25e05277-f066-4104-b418-b8584b48f472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add background color handling */
  
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }

    #s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-link {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25e05277-f066-4104-b418-b8584b48f472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
  box-sizing: border-box;
}



.s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25e05277-f066-4104-b418-b8584b48f472 {
      --shg-aspect-ratio: calc(3000/535); 
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
      position: relative;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-25e05277-f066-4104-b418-b8584b48f472 {
  margin: 0 !important;
  overflow: visible;
}

#s-25e05277-f066-4104-b418-b8584b48f472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add background color handling */
  
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }

    #s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-link {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25e05277-f066-4104-b418-b8584b48f472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
  box-sizing: border-box;
}



.s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25e05277-f066-4104-b418-b8584b48f472 {
      --shg-aspect-ratio: calc(3000/535); 
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
      position: relative;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-25e05277-f066-4104-b418-b8584b48f472 {
  margin: 0 !important;
  overflow: visible;
}

#s-25e05277-f066-4104-b418-b8584b48f472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25e05277-f066-4104-b418-b8584b48f472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add background color handling */
  
}

#s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }

    #s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-link {
      aspect-ratio: 3000/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25e05277-f066-4104-b418-b8584b48f472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-25e05277-f066-4104-b418-b8584b48f472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25e05277-f066-4104-b418-b8584b48f472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e05277-f066-4104-b418-b8584b48f472.shogun-image {
  box-sizing: border-box;
}



.s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25e05277-f066-4104-b418-b8584b48f472 {
      --shg-aspect-ratio: calc(3000/535); 
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container {
      position: relative;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e05277-f066-4104-b418-b8584b48f472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e05277-f066-4104-b418-b8584b48f472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-892ac623-1fc4-4871-a06f-15611aa437a6 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-892ac623-1fc4-4871-a06f-15611aa437a6 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-892ac623-1fc4-4871-a06f-15611aa437a6 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-892ac623-1fc4-4871-a06f-15611aa437a6 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-892ac623-1fc4-4871-a06f-15611aa437a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-892ac623-1fc4-4871-a06f-15611aa437a6.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-8cb6b794-2fd8-4571-b434-64dd03df8735 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cb6b794-2fd8-4571-b434-64dd03df8735 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (max-width: 767px){#s-8cb6b794-2fd8-4571-b434-64dd03df8735 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9d3ff80a-6850-4663-9e41-96d4bdfba94a {
  margin-left: auto;
margin-right: auto;
}

#s-f857bafe-3d4a-4fa3-b29a-e6e1249ebf95 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f857bafe-3d4a-4fa3-b29a-e6e1249ebf95 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f857bafe-3d4a-4fa3-b29a-e6e1249ebf95 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-f857bafe-3d4a-4fa3-b29a-e6e1249ebf95 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-f857bafe-3d4a-4fa3-b29a-e6e1249ebf95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f857bafe-3d4a-4fa3-b29a-e6e1249ebf95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-e7487d8c-24a8-4bbe-bffd-64d230b252c1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e7487d8c-24a8-4bbe-bffd-64d230b252c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e7487d8c-24a8-4bbe-bffd-64d230b252c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e7487d8c-24a8-4bbe-bffd-64d230b252c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e7487d8c-24a8-4bbe-bffd-64d230b252c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  margin: 0 !important;
  overflow: visible;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add background color handling */
  
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-content {
  
    justify-content: center;
  
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
  box-sizing: border-box;
}



.s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-423088bc-7959-4ff8-99f0-8b22ba217477 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
      position: relative;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  margin: 0 !important;
  overflow: visible;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add background color handling */
  
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-content {
  
    justify-content: center;
  
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
  box-sizing: border-box;
}



.s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-423088bc-7959-4ff8-99f0-8b22ba217477 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
      position: relative;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  margin: 0 !important;
  overflow: visible;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add background color handling */
  
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-content {
  
    justify-content: center;
  
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
  box-sizing: border-box;
}



.s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-423088bc-7959-4ff8-99f0-8b22ba217477 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
      position: relative;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  margin: 0 !important;
  overflow: visible;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add background color handling */
  
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-content {
  
    justify-content: center;
  
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
  box-sizing: border-box;
}



.s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-423088bc-7959-4ff8-99f0-8b22ba217477 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
      position: relative;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  margin: 0 !important;
  overflow: visible;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-423088bc-7959-4ff8-99f0-8b22ba217477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add background color handling */
  
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-423088bc-7959-4ff8-99f0-8b22ba217477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-423088bc-7959-4ff8-99f0-8b22ba217477 .shogun-image-content {
  
    justify-content: center;
  
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image {
  box-sizing: border-box;
}



.s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-423088bc-7959-4ff8-99f0-8b22ba217477 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container {
      position: relative;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-423088bc-7959-4ff8-99f0-8b22ba217477 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-deeecc80-08ff-4f84-8a16-a17b718e7ce3 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-deeecc80-08ff-4f84-8a16-a17b718e7ce3 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-deeecc80-08ff-4f84-8a16-a17b718e7ce3 .shogun-heading-component h3 a {
  color: ;
}


#s-b1b4bbbc-dfcc-4b79-a53a-2d7b50dbfb4a {
  margin-left: auto;
margin-right: auto;
}

#s-129ee2df-680e-4b88-924a-807ef51dfed6 {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-129ee2df-680e-4b88-924a-807ef51dfed6 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-129ee2df-680e-4b88-924a-807ef51dfed6 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-129ee2df-680e-4b88-924a-807ef51dfed6 .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-1caa300e-d23c-451a-aaef-dc9c0457efe0 {
  margin-left: auto;
margin-right: auto;
}

.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-84b1e195-6a4e-4916-9809-3a502fe08875 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-84b1e195-6a4e-4916-9809-3a502fe08875:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84b1e195-6a4e-4916-9809-3a502fe08875:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-84b1e195-6a4e-4916-9809-3a502fe08875 {
  margin-bottom: 25px;
}
}

  #s-84b1e195-6a4e-4916-9809-3a502fe08875-root {
    text-align: center;
  }


#s-84b1e195-6a4e-4916-9809-3a502fe08875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-84b1e195-6a4e-4916-9809-3a502fe08875-root {
    text-align: center;
  }


#s-84b1e195-6a4e-4916-9809-3a502fe08875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84b1e195-6a4e-4916-9809-3a502fe08875-root {
    text-align: center;
  }


#s-84b1e195-6a4e-4916-9809-3a502fe08875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84b1e195-6a4e-4916-9809-3a502fe08875-root {
    text-align: center;
  }


#s-84b1e195-6a4e-4916-9809-3a502fe08875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-84b1e195-6a4e-4916-9809-3a502fe08875-root {
    text-align: center;
  }


#s-84b1e195-6a4e-4916-9809-3a502fe08875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
  box-sizing: border-box;
}



.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
      position: relative;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
  box-sizing: border-box;
}



.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
      position: relative;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
  box-sizing: border-box;
}



.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
      position: relative;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
  box-sizing: border-box;
}



.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
      position: relative;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image {
  box-sizing: border-box;
}



.s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container {
      position: relative;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c50e7df-681b-460b-877b-0c25e9a0e7e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-0f98efd4-3fd1-420b-812e-682665d487c3 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f98efd4-3fd1-420b-812e-682665d487c3 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-0f98efd4-3fd1-420b-812e-682665d487c3 .shogun-heading-component h3 a {
  color: ;
}


#s-3508cc82-ce3e-45fe-8960-bb660c4f1266 {
  margin-left: auto;
margin-right: auto;
}

#s-362da9df-5ca2-4eaf-8bbf-dfc7a352430c {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-362da9df-5ca2-4eaf-8bbf-dfc7a352430c .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-362da9df-5ca2-4eaf-8bbf-dfc7a352430c .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-362da9df-5ca2-4eaf-8bbf-dfc7a352430c .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-d337783e-3ba8-4839-a01d-98389fb0a6eb {
  margin-left: auto;
margin-right: auto;
}

#s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730 {
  margin-bottom: 25px;
}
}

  #s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730-root {
    text-align: center;
  }


#s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730-root {
    text-align: center;
  }


#s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730-root {
    text-align: center;
  }


#s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730-root {
    text-align: center;
  }


#s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730-root {
    text-align: center;
  }


#s-d83c6a3f-bc03-430c-aa01-fb2fb0f6b730.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
  box-sizing: border-box;
}



.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
      position: relative;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
  box-sizing: border-box;
}



.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
      position: relative;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
  box-sizing: border-box;
}



.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
      position: relative;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
  box-sizing: border-box;
}



.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
      position: relative;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image {
  box-sizing: border-box;
}



.s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container {
      position: relative;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45ee9c51-f00e-4bb9-a0f2-ac861bb936f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-8f309d73-cac4-4425-a21e-59ebdd492502 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f309d73-cac4-4425-a21e-59ebdd492502 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-8f309d73-cac4-4425-a21e-59ebdd492502 .shogun-heading-component h3 a {
  color: ;
}


#s-23616a70-7ab5-49ce-9537-b1a4ca074541 {
  margin-left: auto;
margin-right: auto;
}

#s-0c3ff860-f7fe-484e-85c3-8b28c0646809 {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0c3ff860-f7fe-484e-85c3-8b28c0646809 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0c3ff860-f7fe-484e-85c3-8b28c0646809 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-0c3ff860-f7fe-484e-85c3-8b28c0646809 .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-65754b86-3f3f-4270-bb47-632fc57152de {
  margin-left: auto;
margin-right: auto;
}

#s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0 {
  margin-bottom: 25px;
}
}

  #s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0-root {
    text-align: center;
  }


#s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0-root {
    text-align: center;
  }


#s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0-root {
    text-align: center;
  }


#s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0-root {
    text-align: center;
  }


#s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0-root {
    text-align: center;
  }


#s-c3bb78e9-a834-4cb9-8cad-1eb0d7677ce0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  margin: 0 !important;
  overflow: visible;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add background color handling */
  
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-content {
  
    justify-content: center;
  
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
  box-sizing: border-box;
}



.s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
      position: relative;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  margin: 0 !important;
  overflow: visible;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add background color handling */
  
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-content {
  
    justify-content: center;
  
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
  box-sizing: border-box;
}



.s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
      position: relative;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  margin: 0 !important;
  overflow: visible;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add background color handling */
  
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-content {
  
    justify-content: center;
  
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
  box-sizing: border-box;
}



.s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
      position: relative;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  margin: 0 !important;
  overflow: visible;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add background color handling */
  
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-content {
  
    justify-content: center;
  
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
  box-sizing: border-box;
}



.s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
      position: relative;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  margin: 0 !important;
  overflow: visible;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add background color handling */
  
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-449a4a38-9545-4b7b-a7a1-62226f39e13f .shogun-image-content {
  
    justify-content: center;
  
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image {
  box-sizing: border-box;
}



.s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container {
      position: relative;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-449a4a38-9545-4b7b-a7a1-62226f39e13f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-0f70fdc8-9e28-4bc3-8d98-e2573848bb6a {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f70fdc8-9e28-4bc3-8d98-e2573848bb6a .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-0f70fdc8-9e28-4bc3-8d98-e2573848bb6a .shogun-heading-component h3 a {
  color: ;
}


#s-01c00aef-1c19-41ba-b285-3d56354addf4 {
  margin-left: auto;
margin-right: auto;
}

#s-ec4f3fbf-1a36-4a45-9d70-06b16cd8ce42 {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ec4f3fbf-1a36-4a45-9d70-06b16cd8ce42 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ec4f3fbf-1a36-4a45-9d70-06b16cd8ce42 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-ec4f3fbf-1a36-4a45-9d70-06b16cd8ce42 .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-003cf980-567a-4ba5-9859-5b2044b064db {
  margin-left: auto;
margin-right: auto;
}

#s-03b0ca8d-8c13-4163-b53d-dbc215d999c9 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-03b0ca8d-8c13-4163-b53d-dbc215d999c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03b0ca8d-8c13-4163-b53d-dbc215d999c9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-03b0ca8d-8c13-4163-b53d-dbc215d999c9 {
  margin-bottom: 25px;
}
}

  #s-03b0ca8d-8c13-4163-b53d-dbc215d999c9-root {
    text-align: center;
  }


#s-03b0ca8d-8c13-4163-b53d-dbc215d999c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-03b0ca8d-8c13-4163-b53d-dbc215d999c9-root {
    text-align: center;
  }


#s-03b0ca8d-8c13-4163-b53d-dbc215d999c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03b0ca8d-8c13-4163-b53d-dbc215d999c9-root {
    text-align: center;
  }


#s-03b0ca8d-8c13-4163-b53d-dbc215d999c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03b0ca8d-8c13-4163-b53d-dbc215d999c9-root {
    text-align: center;
  }


#s-03b0ca8d-8c13-4163-b53d-dbc215d999c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-03b0ca8d-8c13-4163-b53d-dbc215d999c9-root {
    text-align: center;
  }


#s-03b0ca8d-8c13-4163-b53d-dbc215d999c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-9392eb4f-bb19-4617-b9ac-3e19c2df9ba4 {
  margin-top: 40px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9392eb4f-bb19-4617-b9ac-3e19c2df9ba4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9392eb4f-bb19-4617-b9ac-3e19c2df9ba4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9392eb4f-bb19-4617-b9ac-3e19c2df9ba4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9392eb4f-bb19-4617-b9ac-3e19c2df9ba4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-266dc0d9-7c76-42ad-87e5-f5cf1d307086 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-266dc0d9-7c76-42ad-87e5-f5cf1d307086 {
  padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-266dc0d9-7c76-42ad-87e5-f5cf1d307086 {
  padding-right: 3%;
}
}
#s-266dc0d9-7c76-42ad-87e5-f5cf1d307086 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6feb30bd-7a31-4a23-8fab-21d71e82ff2d {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6feb30bd-7a31-4a23-8fab-21d71e82ff2d {
  padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6feb30bd-7a31-4a23-8fab-21d71e82ff2d {
  padding-left: 0%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-6feb30bd-7a31-4a23-8fab-21d71e82ff2d {
  margin-bottom: 20px;
}
}
#s-9317d71a-499a-49f8-8815-72a32f90d483 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-9317d71a-499a-49f8-8815-72a32f90d483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9317d71a-499a-49f8-8815-72a32f90d483.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b42f5ae-5082-4803-bf4f-c67c416b605a {
  margin-left: auto;
margin-right: auto;
}

#s-6ab805db-a70e-42e3-9479-c87a391a2607 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 177, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-6ab805db-a70e-42e3-9479-c87a391a2607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ab805db-a70e-42e3-9479-c87a391a2607.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14179186-d898-4521-b3af-5311d3f08404 {
  margin-left: auto;
margin-right: auto;
}

#s-c8a3c1a3-83a7-48b4-bfc1-8622e6106eab {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c8a3c1a3-83a7-48b4-bfc1-8622e6106eab {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8a3c1a3-83a7-48b4-bfc1-8622e6106eab {
  margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-c8a3c1a3-83a7-48b4-bfc1-8622e6106eab {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-c8a3c1a3-83a7-48b4-bfc1-8622e6106eab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8a3c1a3-83a7-48b4-bfc1-8622e6106eab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc50c8ad-9f58-4a25-b875-7d2b4a5e19b0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fc50c8ad-9f58-4a25-b875-7d2b4a5e19b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fc50c8ad-9f58-4a25-b875-7d2b4a5e19b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc50c8ad-9f58-4a25-b875-7d2b4a5e19b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc50c8ad-9f58-4a25-b875-7d2b4a5e19b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-348b1f58-793b-431d-ab22-60d6eff8461b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-348b1f58-793b-431d-ab22-60d6eff8461b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-348b1f58-793b-431d-ab22-60d6eff8461b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-348b1f58-793b-431d-ab22-60d6eff8461b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-348b1f58-793b-431d-ab22-60d6eff8461b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-348b1f58-793b-431d-ab22-60d6eff8461b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-348b1f58-793b-431d-ab22-60d6eff8461b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-348b1f58-793b-431d-ab22-60d6eff8461b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1ff41024-edcb-4b26-8abf-32e2d256a00b {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-e27163cc-0993-4cdc-94a8-688c375bf4be {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e27163cc-0993-4cdc-94a8-688c375bf4be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6be63e21-daff-4e0e-9be2-c3f7eb6f71ed {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6be63e21-daff-4e0e-9be2-c3f7eb6f71ed {
  margin-top: 20px;
}
}
#s-6be63e21-daff-4e0e-9be2-c3f7eb6f71ed .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-6be63e21-daff-4e0e-9be2-c3f7eb6f71ed .shogun-heading-component h1 a {
  color: ;
}


#s-ce702772-ca7f-4852-a718-62a1b618aa4d {
  margin-left: auto;
margin-right: auto;
}

#s-5662ca75-3ad1-4c1a-88c7-a1bdd96363b2 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5662ca75-3ad1-4c1a-88c7-a1bdd96363b2 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5662ca75-3ad1-4c1a-88c7-a1bdd96363b2 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-5662ca75-3ad1-4c1a-88c7-a1bdd96363b2 .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-729c1465-438a-4b7d-abb3-bae842600c1f {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-729c1465-438a-4b7d-abb3-bae842600c1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-729c1465-438a-4b7d-abb3-bae842600c1f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-729c1465-438a-4b7d-abb3-bae842600c1f {
  margin-bottom: 25px;
}
}

  #s-729c1465-438a-4b7d-abb3-bae842600c1f-root {
    text-align: center;
  }


#s-729c1465-438a-4b7d-abb3-bae842600c1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-729c1465-438a-4b7d-abb3-bae842600c1f-root {
    text-align: center;
  }


#s-729c1465-438a-4b7d-abb3-bae842600c1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-729c1465-438a-4b7d-abb3-bae842600c1f-root {
    text-align: center;
  }


#s-729c1465-438a-4b7d-abb3-bae842600c1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-729c1465-438a-4b7d-abb3-bae842600c1f-root {
    text-align: center;
  }


#s-729c1465-438a-4b7d-abb3-bae842600c1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-729c1465-438a-4b7d-abb3-bae842600c1f-root {
    text-align: center;
  }


#s-729c1465-438a-4b7d-abb3-bae842600c1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0656423d-abb9-459c-9ad4-f554ec2bddfb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-0656423d-abb9-459c-9ad4-f554ec2bddfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0656423d-abb9-459c-9ad4-f554ec2bddfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29d67d37-2acf-4401-b15c-a03633b6dff0 {
  margin-left: auto;
margin-right: auto;
}

#s-53484ff9-b6c8-4cbc-9e33-eb36ae36f673 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-53484ff9-b6c8-4cbc-9e33-eb36ae36f673 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-53484ff9-b6c8-4cbc-9e33-eb36ae36f673 {
  margin-left: 2%;
margin-right: 1%;
}
}
#s-53484ff9-b6c8-4cbc-9e33-eb36ae36f673 {
  background-image: url();
}








#s-53484ff9-b6c8-4cbc-9e33-eb36ae36f673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53484ff9-b6c8-4cbc-9e33-eb36ae36f673.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85ba6274-7294-45c8-bcd9-8c92303781a6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-85ba6274-7294-45c8-bcd9-8c92303781a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-85ba6274-7294-45c8-bcd9-8c92303781a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-85ba6274-7294-45c8-bcd9-8c92303781a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-85ba6274-7294-45c8-bcd9-8c92303781a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9c463999-6f39-43f6-bd41-0a91643c026a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 25px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9c463999-6f39-43f6-bd41-0a91643c026a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c463999-6f39-43f6-bd41-0a91643c026a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c926970-8824-418e-bac7-94689bf217da {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0c926970-8824-418e-bac7-94689bf217da {
  margin: 0 !important;
  overflow: visible;
}

#s-0c926970-8824-418e-bac7-94689bf217da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add background color handling */
  
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c926970-8824-418e-bac7-94689bf217da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
  box-sizing: border-box;
}



.s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c926970-8824-418e-bac7-94689bf217da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
      position: relative;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-0c926970-8824-418e-bac7-94689bf217da {
  margin: 0 !important;
  overflow: visible;
}

#s-0c926970-8824-418e-bac7-94689bf217da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add background color handling */
  
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c926970-8824-418e-bac7-94689bf217da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
  box-sizing: border-box;
}



.s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c926970-8824-418e-bac7-94689bf217da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
      position: relative;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0c926970-8824-418e-bac7-94689bf217da {
  margin: 0 !important;
  overflow: visible;
}

#s-0c926970-8824-418e-bac7-94689bf217da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add background color handling */
  
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c926970-8824-418e-bac7-94689bf217da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
  box-sizing: border-box;
}



.s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c926970-8824-418e-bac7-94689bf217da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
      position: relative;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0c926970-8824-418e-bac7-94689bf217da {
  margin: 0 !important;
  overflow: visible;
}

#s-0c926970-8824-418e-bac7-94689bf217da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add background color handling */
  
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c926970-8824-418e-bac7-94689bf217da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
  box-sizing: border-box;
}



.s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c926970-8824-418e-bac7-94689bf217da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
      position: relative;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-0c926970-8824-418e-bac7-94689bf217da {
  margin: 0 !important;
  overflow: visible;
}

#s-0c926970-8824-418e-bac7-94689bf217da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c926970-8824-418e-bac7-94689bf217da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add background color handling */
  
}

#s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c926970-8824-418e-bac7-94689bf217da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0c926970-8824-418e-bac7-94689bf217da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c926970-8824-418e-bac7-94689bf217da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c926970-8824-418e-bac7-94689bf217da.shogun-image {
  box-sizing: border-box;
}



.s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c926970-8824-418e-bac7-94689bf217da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container {
      position: relative;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c926970-8824-418e-bac7-94689bf217da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c926970-8824-418e-bac7-94689bf217da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-06d76015-dd69-4442-b207-c1f69aefa721 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06d76015-dd69-4442-b207-c1f69aefa721 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-06d76015-dd69-4442-b207-c1f69aefa721 .shogun-heading-component h3 a {
  color: ;
}


#s-205b7bc2-d131-43b4-97b7-484dab765eb3 {
  margin-left: auto;
margin-right: auto;
}

#s-3d9e8c60-693e-43eb-b275-0cd6dc2200d9 {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3d9e8c60-693e-43eb-b275-0cd6dc2200d9 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3d9e8c60-693e-43eb-b275-0cd6dc2200d9 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-3d9e8c60-693e-43eb-b275-0cd6dc2200d9 .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-77814d3d-7798-427b-8411-5c6b6142b644 {
  margin-left: auto;
margin-right: auto;
}

#s-3b1c0c6b-25b8-41ab-aa25-995146b2cc6f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-3b1c0c6b-25b8-41ab-aa25-995146b2cc6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b1c0c6b-25b8-41ab-aa25-995146b2cc6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58c88ef3-1162-4f56-af06-97bf630f699f {
  margin-left: auto;
margin-right: auto;
}

#s-58bba5f3-38f1-4c56-a43d-6b9e9dfa07dd {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-58bba5f3-38f1-4c56-a43d-6b9e9dfa07dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58bba5f3-38f1-4c56-a43d-6b9e9dfa07dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b15bd61-4843-4f54-a66a-dd2ff1e1f213 {
  margin-left: auto;
margin-right: auto;
}

#s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd {
  margin-bottom: 0px;
}
}

  #s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd-root {
    text-align: center;
  }


#s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd-root {
    text-align: center;
  }


#s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd-root {
    text-align: center;
  }


#s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd-root {
    text-align: center;
  }


#s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd-root {
    text-align: center;
  }


#s-35755069-2eb7-4e8d-bbad-dbdd10d08cbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a42deec8-b557-4e0a-a19f-048ebcd713be {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 25px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a42deec8-b557-4e0a-a19f-048ebcd713be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a42deec8-b557-4e0a-a19f-048ebcd713be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  margin: 0 !important;
  overflow: visible;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add background color handling */
  
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
  box-sizing: border-box;
}



.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
      position: relative;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  margin: 0 !important;
  overflow: visible;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add background color handling */
  
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
  box-sizing: border-box;
}



.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
      position: relative;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  margin: 0 !important;
  overflow: visible;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add background color handling */
  
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
  box-sizing: border-box;
}



.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
      position: relative;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  margin: 0 !important;
  overflow: visible;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add background color handling */
  
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
  box-sizing: border-box;
}



.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
      position: relative;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  margin: 0 !important;
  overflow: visible;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add background color handling */
  
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image {
  box-sizing: border-box;
}



.s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container {
      position: relative;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f5d0e69-4e15-436e-a44d-d4f84e87601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-92d212c2-0061-49a2-9a4e-74400af3579b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92d212c2-0061-49a2-9a4e-74400af3579b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-92d212c2-0061-49a2-9a4e-74400af3579b .shogun-heading-component h1 a {
  color: ;
}


#s-f3b6e9c5-f497-40a8-85dd-51c3d024f846 {
  margin-left: auto;
margin-right: auto;
}

#s-96afefee-fb3a-49cc-a570-c459f1a7b35d {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-96afefee-fb3a-49cc-a570-c459f1a7b35d .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-96afefee-fb3a-49cc-a570-c459f1a7b35d .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-96afefee-fb3a-49cc-a570-c459f1a7b35d .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-0c6ec1bf-ac35-46da-87df-ffbb00226690 {
  margin-left: auto;
margin-right: auto;
}

#s-4bffa17e-f12e-4aec-a59b-e247192098d7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-4bffa17e-f12e-4aec-a59b-e247192098d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bffa17e-f12e-4aec-a59b-e247192098d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89c1abcc-a4a5-4994-8635-d9d8281f266e {
  margin-left: auto;
margin-right: auto;
}

#s-1ca4ffa9-9cdc-4561-bc67-a4875e689d9a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-1ca4ffa9-9cdc-4561-bc67-a4875e689d9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ca4ffa9-9cdc-4561-bc67-a4875e689d9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4aa9df8-7250-4ec9-baa9-955b945c1cbf {
  margin-left: auto;
margin-right: auto;
}

#s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a {
  margin-bottom: 0px;
}
}

  #s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a-root {
    text-align: center;
  }


#s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a-root {
    text-align: center;
  }


#s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a-root {
    text-align: center;
  }


#s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a-root {
    text-align: center;
  }


#s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a-root {
    text-align: center;
  }


#s-e0305c3f-dfe0-4d3a-89f3-d7b07ba8531a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fd1617ae-c09b-4174-80ee-fcae7a2aa095 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 25px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-fd1617ae-c09b-4174-80ee-fcae7a2aa095 {
  margin-top: 10px;
}
}







#s-fd1617ae-c09b-4174-80ee-fcae7a2aa095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd1617ae-c09b-4174-80ee-fcae7a2aa095.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
  box-sizing: border-box;
}



.s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a050257-c073-4d5e-b940-17cdf506b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
      position: relative;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-7a050257-c073-4d5e-b940-17cdf506b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
  box-sizing: border-box;
}



.s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a050257-c073-4d5e-b940-17cdf506b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
      position: relative;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7a050257-c073-4d5e-b940-17cdf506b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
  box-sizing: border-box;
}



.s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a050257-c073-4d5e-b940-17cdf506b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
      position: relative;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7a050257-c073-4d5e-b940-17cdf506b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
  box-sizing: border-box;
}



.s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a050257-c073-4d5e-b940-17cdf506b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
      position: relative;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-7a050257-c073-4d5e-b940-17cdf506b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a050257-c073-4d5e-b940-17cdf506b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a050257-c073-4d5e-b940-17cdf506b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7a050257-c073-4d5e-b940-17cdf506b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image {
  box-sizing: border-box;
}



.s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a050257-c073-4d5e-b940-17cdf506b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container {
      position: relative;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a050257-c073-4d5e-b940-17cdf506b61e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-a003ea16-5ed4-4e07-a4c8-b01e3c373855 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a003ea16-5ed4-4e07-a4c8-b01e3c373855 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-a003ea16-5ed4-4e07-a4c8-b01e3c373855 .shogun-heading-component h1 a {
  color: ;
}


#s-67e03e23-b152-44cf-9442-aa1c4c681958 {
  margin-left: auto;
margin-right: auto;
}

#s-e93d8b7d-0b4f-4905-9111-ace1b47dc4bb {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e93d8b7d-0b4f-4905-9111-ace1b47dc4bb .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e93d8b7d-0b4f-4905-9111-ace1b47dc4bb .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-e93d8b7d-0b4f-4905-9111-ace1b47dc4bb .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-2a762424-4178-47ba-81f1-9ef2a9e6a341 {
  margin-left: auto;
margin-right: auto;
}

#s-e904e59d-f9c3-43e7-808c-c93de0b88cac {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-e904e59d-f9c3-43e7-808c-c93de0b88cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e904e59d-f9c3-43e7-808c-c93de0b88cac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc9baedb-b288-4086-88eb-56b4d4161228 {
  margin-left: auto;
margin-right: auto;
}

#s-7d0c59dd-93f6-4d36-833f-5a78d6aa7aac {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-7d0c59dd-93f6-4d36-833f-5a78d6aa7aac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d0c59dd-93f6-4d36-833f-5a78d6aa7aac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4be37f4-b02a-4a01-b21d-bbb47662e204 {
  margin-left: auto;
margin-right: auto;
}

#s-06e50ec1-8251-4dea-a499-8aa65b53f78e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06e50ec1-8251-4dea-a499-8aa65b53f78e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06e50ec1-8251-4dea-a499-8aa65b53f78e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-06e50ec1-8251-4dea-a499-8aa65b53f78e {
  margin-bottom: 0px;
}
}

  #s-06e50ec1-8251-4dea-a499-8aa65b53f78e-root {
    text-align: center;
  }


#s-06e50ec1-8251-4dea-a499-8aa65b53f78e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-06e50ec1-8251-4dea-a499-8aa65b53f78e-root {
    text-align: center;
  }


#s-06e50ec1-8251-4dea-a499-8aa65b53f78e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06e50ec1-8251-4dea-a499-8aa65b53f78e-root {
    text-align: center;
  }


#s-06e50ec1-8251-4dea-a499-8aa65b53f78e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06e50ec1-8251-4dea-a499-8aa65b53f78e-root {
    text-align: center;
  }


#s-06e50ec1-8251-4dea-a499-8aa65b53f78e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-06e50ec1-8251-4dea-a499-8aa65b53f78e-root {
    text-align: center;
  }


#s-06e50ec1-8251-4dea-a499-8aa65b53f78e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-19fb4eac-3a9a-4245-a0af-e0697dee7d73 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 25px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-19fb4eac-3a9a-4245-a0af-e0697dee7d73 {
  margin-top: 10px;
}
}







#s-19fb4eac-3a9a-4245-a0af-e0697dee7d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19fb4eac-3a9a-4245-a0af-e0697dee7d73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
  box-sizing: border-box;
}



.s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd01774-2531-4886-87c0-1a16bae66a95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
      position: relative;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
  box-sizing: border-box;
}



.s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd01774-2531-4886-87c0-1a16bae66a95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
      position: relative;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
  box-sizing: border-box;
}



.s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd01774-2531-4886-87c0-1a16bae66a95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
      position: relative;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
  box-sizing: border-box;
}



.s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd01774-2531-4886-87c0-1a16bae66a95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
      position: relative;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd01774-2531-4886-87c0-1a16bae66a95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd01774-2531-4886-87c0-1a16bae66a95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5cd01774-2531-4886-87c0-1a16bae66a95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image {
  box-sizing: border-box;
}



.s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd01774-2531-4886-87c0-1a16bae66a95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container {
      position: relative;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd01774-2531-4886-87c0-1a16bae66a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-2d9ee29e-0957-4e38-8ca9-f2f1389b15ea {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d9ee29e-0957-4e38-8ca9-f2f1389b15ea .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-2d9ee29e-0957-4e38-8ca9-f2f1389b15ea .shogun-heading-component h1 a {
  color: ;
}


#s-dc5752df-d22e-470d-815d-8544446bfc7b {
  margin-left: auto;
margin-right: auto;
}

#s-d6fbad1e-a82f-4109-bf80-eae27ed6591c {
  margin-top: -7px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d6fbad1e-a82f-4109-bf80-eae27ed6591c .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d6fbad1e-a82f-4109-bf80-eae27ed6591c .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-d6fbad1e-a82f-4109-bf80-eae27ed6591c .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-79caeecd-5ea9-4180-bdeb-2941e1bee6bb {
  margin-left: auto;
margin-right: auto;
}

#s-209366eb-3118-4717-af62-b3b42e688051 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-209366eb-3118-4717-af62-b3b42e688051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-209366eb-3118-4717-af62-b3b42e688051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f32f932a-abdf-46c8-a27d-21ae3ac049e5 {
  margin-left: auto;
margin-right: auto;
}

#s-24afddd8-2250-4907-afd1-0f61ea2417a8 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-24afddd8-2250-4907-afd1-0f61ea2417a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24afddd8-2250-4907-afd1-0f61ea2417a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0365b9a-5b7c-4919-aa84-cfca386488c8 {
  margin-left: auto;
margin-right: auto;
}

#s-e926f5a0-1b99-4205-bdc7-3d864c720ea5 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e926f5a0-1b99-4205-bdc7-3d864c720ea5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e926f5a0-1b99-4205-bdc7-3d864c720ea5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e926f5a0-1b99-4205-bdc7-3d864c720ea5 {
  margin-bottom: 0px;
}
}

  #s-e926f5a0-1b99-4205-bdc7-3d864c720ea5-root {
    text-align: center;
  }


#s-e926f5a0-1b99-4205-bdc7-3d864c720ea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e926f5a0-1b99-4205-bdc7-3d864c720ea5-root {
    text-align: center;
  }


#s-e926f5a0-1b99-4205-bdc7-3d864c720ea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e926f5a0-1b99-4205-bdc7-3d864c720ea5-root {
    text-align: center;
  }


#s-e926f5a0-1b99-4205-bdc7-3d864c720ea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e926f5a0-1b99-4205-bdc7-3d864c720ea5-root {
    text-align: center;
  }


#s-e926f5a0-1b99-4205-bdc7-3d864c720ea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e926f5a0-1b99-4205-bdc7-3d864c720ea5-root {
    text-align: center;
  }


#s-e926f5a0-1b99-4205-bdc7-3d864c720ea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-11b0d009-1325-4104-b67d-5b6c3565df9d {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-11b0d009-1325-4104-b67d-5b6c3565df9d {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-11b0d009-1325-4104-b67d-5b6c3565df9d {
  margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-11b0d009-1325-4104-b67d-5b6c3565df9d {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-11b0d009-1325-4104-b67d-5b6c3565df9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11b0d009-1325-4104-b67d-5b6c3565df9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01e41fa7-6c85-40fd-a558-caa4e97e215a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-01e41fa7-6c85-40fd-a558-caa4e97e215a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-01e41fa7-6c85-40fd-a558-caa4e97e215a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01e41fa7-6c85-40fd-a558-caa4e97e215a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01e41fa7-6c85-40fd-a558-caa4e97e215a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-068e246f-530c-4146-b266-d05b8d120ada {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-068e246f-530c-4146-b266-d05b8d120ada"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-068e246f-530c-4146-b266-d05b8d120ada"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-068e246f-530c-4146-b266-d05b8d120ada"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-068e246f-530c-4146-b266-d05b8d120ada"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-068e246f-530c-4146-b266-d05b8d120ada"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-068e246f-530c-4146-b266-d05b8d120ada"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-068e246f-530c-4146-b266-d05b8d120ada"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7057c94b-20a3-41f5-91a2-53775fdf3e8b {
  margin-left: auto;
margin-right: auto;
}

#s-a9d3969d-920e-4109-9cb2-30235433259c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d3969d-920e-4109-9cb2-30235433259c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6f161404-1c9f-48f9-b4ea-73570ac64c48 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6f161404-1c9f-48f9-b4ea-73570ac64c48 {
  margin-top: 10px;
}
}
#s-6f161404-1c9f-48f9-b4ea-73570ac64c48 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-6f161404-1c9f-48f9-b4ea-73570ac64c48 .shogun-heading-component h1 a {
  color: ;
}


#s-e636f663-b509-480a-8d7b-b2a08e87f6ef {
  margin-left: auto;
margin-right: auto;
}

#s-49c1240d-ebd3-4d76-ab8a-77ac89d52b15 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-49c1240d-ebd3-4d76-ab8a-77ac89d52b15 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-49c1240d-ebd3-4d76-ab8a-77ac89d52b15 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-49c1240d-ebd3-4d76-ab8a-77ac89d52b15 .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-b91da7a2-9c41-4d75-bf57-1b392e803de6 {
  margin-left: auto;
margin-right: auto;
}

#s-14bfa5f9-75b5-48f3-90df-42c233f18e9c {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-14bfa5f9-75b5-48f3-90df-42c233f18e9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-14bfa5f9-75b5-48f3-90df-42c233f18e9c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-14bfa5f9-75b5-48f3-90df-42c233f18e9c {
  margin-bottom: 25px;
}
}

  #s-14bfa5f9-75b5-48f3-90df-42c233f18e9c-root {
    text-align: center;
  }


#s-14bfa5f9-75b5-48f3-90df-42c233f18e9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-14bfa5f9-75b5-48f3-90df-42c233f18e9c-root {
    text-align: center;
  }


#s-14bfa5f9-75b5-48f3-90df-42c233f18e9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14bfa5f9-75b5-48f3-90df-42c233f18e9c-root {
    text-align: center;
  }


#s-14bfa5f9-75b5-48f3-90df-42c233f18e9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14bfa5f9-75b5-48f3-90df-42c233f18e9c-root {
    text-align: center;
  }


#s-14bfa5f9-75b5-48f3-90df-42c233f18e9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-14bfa5f9-75b5-48f3-90df-42c233f18e9c-root {
    text-align: center;
  }


#s-14bfa5f9-75b5-48f3-90df-42c233f18e9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-55cb0677-369d-4fde-974b-eb6eb3ee27ff {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-55cb0677-369d-4fde-974b-eb6eb3ee27ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55cb0677-369d-4fde-974b-eb6eb3ee27ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55cb0677-369d-4fde-974b-eb6eb3ee27ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55cb0677-369d-4fde-974b-eb6eb3ee27ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55cb0677-369d-4fde-974b-eb6eb3ee27ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55cb0677-369d-4fde-974b-eb6eb3ee27ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55cb0677-369d-4fde-974b-eb6eb3ee27ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1a202631-160b-4c03-bb12-0d68f2705ffa {
  margin-left: auto;
margin-right: auto;
}

#s-5cadb30d-abb2-44e7-b846-36129d33900e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cadb30d-abb2-44e7-b846-36129d33900e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-866c4e24-e26b-48bc-b3f3-9bcbdcbe5a01 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-866c4e24-e26b-48bc-b3f3-9bcbdcbe5a01 {
  margin-top: 10px;
}
}
#s-866c4e24-e26b-48bc-b3f3-9bcbdcbe5a01 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-866c4e24-e26b-48bc-b3f3-9bcbdcbe5a01 .shogun-heading-component h1 a {
  color: ;
}


#s-93e73633-c645-4e4d-8fc8-09ce09c19396 {
  margin-left: auto;
margin-right: auto;
}

#s-69f4f5c2-6682-4c16-8ccb-b4e158e938c4 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-69f4f5c2-6682-4c16-8ccb-b4e158e938c4 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-69f4f5c2-6682-4c16-8ccb-b4e158e938c4 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-69f4f5c2-6682-4c16-8ccb-b4e158e938c4 .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-992f9302-b84a-45f6-8436-d878458495ce {
  margin-left: auto;
margin-right: auto;
}

#s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b {
  margin-bottom: 25px;
}
}

  #s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b-root {
    text-align: center;
  }


#s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b-root {
    text-align: center;
  }


#s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b-root {
    text-align: center;
  }


#s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b-root {
    text-align: center;
  }


#s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b-root {
    text-align: center;
  }


#s-9cefc9a7-e41c-4a3c-8d96-48f0601d0f9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-537d4da8-d58f-4bf8-a41b-c74842996261 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-537d4da8-d58f-4bf8-a41b-c74842996261"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-537d4da8-d58f-4bf8-a41b-c74842996261"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-537d4da8-d58f-4bf8-a41b-c74842996261"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-537d4da8-d58f-4bf8-a41b-c74842996261"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-237118db-419e-41a0-8906-0458e1dde991 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-237118db-419e-41a0-8906-0458e1dde991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-237118db-419e-41a0-8906-0458e1dde991"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-237118db-419e-41a0-8906-0458e1dde991"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-237118db-419e-41a0-8906-0458e1dde991"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-237118db-419e-41a0-8906-0458e1dde991"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-237118db-419e-41a0-8906-0458e1dde991"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-237118db-419e-41a0-8906-0458e1dde991"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a4a2bf70-78bb-4e34-8e0b-ff984e43b812 {
  margin-left: auto;
margin-right: auto;
}

#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4cb25-03b0-4114-904e-21f4455dd8e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-93171251-bffe-4b99-bebe-c16b392e41fb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-93171251-bffe-4b99-bebe-c16b392e41fb {
  margin-top: 20px;
}
}
#s-93171251-bffe-4b99-bebe-c16b392e41fb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-93171251-bffe-4b99-bebe-c16b392e41fb .shogun-heading-component h1 a {
  color: ;
}


#s-391b076c-78a7-4bf8-b6f4-3a42fc00b549 {
  margin-left: auto;
margin-right: auto;
}

#s-10f60902-9c5f-4407-8940-b9d773c609de {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-10f60902-9c5f-4407-8940-b9d773c609de .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-10f60902-9c5f-4407-8940-b9d773c609de .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-10f60902-9c5f-4407-8940-b9d773c609de .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-7557be90-58ed-4fed-b038-5e160a896f7b {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7557be90-58ed-4fed-b038-5e160a896f7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7557be90-58ed-4fed-b038-5e160a896f7b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7557be90-58ed-4fed-b038-5e160a896f7b {
  margin-bottom: 0px;
}
}

  #s-7557be90-58ed-4fed-b038-5e160a896f7b-root {
    text-align: center;
  }


#s-7557be90-58ed-4fed-b038-5e160a896f7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7557be90-58ed-4fed-b038-5e160a896f7b-root {
    text-align: center;
  }


#s-7557be90-58ed-4fed-b038-5e160a896f7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7557be90-58ed-4fed-b038-5e160a896f7b-root {
    text-align: center;
  }


#s-7557be90-58ed-4fed-b038-5e160a896f7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7557be90-58ed-4fed-b038-5e160a896f7b-root {
    text-align: center;
  }


#s-7557be90-58ed-4fed-b038-5e160a896f7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7557be90-58ed-4fed-b038-5e160a896f7b-root {
    text-align: center;
  }


#s-7557be90-58ed-4fed-b038-5e160a896f7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-53bc7017-e8e7-4e8a-8613-70b544c28723 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-53bc7017-e8e7-4e8a-8613-70b544c28723 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53bc7017-e8e7-4e8a-8613-70b544c28723.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e992cf5b-740b-45e6-8475-63eaf0aaa4d1 {
  margin-left: auto;
margin-right: auto;
}

#s-922f8d6b-4e44-430c-a241-21f39fa5af2c {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-922f8d6b-4e44-430c-a241-21f39fa5af2c {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-922f8d6b-4e44-430c-a241-21f39fa5af2c {
  margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-922f8d6b-4e44-430c-a241-21f39fa5af2c {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-922f8d6b-4e44-430c-a241-21f39fa5af2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-922f8d6b-4e44-430c-a241-21f39fa5af2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f9f3751-815d-482a-b4a3-e3b111fda382 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4f9f3751-815d-482a-b4a3-e3b111fda382"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f9f3751-815d-482a-b4a3-e3b111fda382"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4f9f3751-815d-482a-b4a3-e3b111fda382"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f9f3751-815d-482a-b4a3-e3b111fda382"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e2e1d405-4c38-4ffc-b337-337201a5e467 {
  margin-left: auto;
margin-right: auto;
}

#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe8e27b6-df0f-406d-8ba7-aa02f3be947b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-72d3fcc3-9420-497c-83c1-27017ef65d58 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-72d3fcc3-9420-497c-83c1-27017ef65d58 {
  margin-top: 10px;
}
}
#s-72d3fcc3-9420-497c-83c1-27017ef65d58 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-72d3fcc3-9420-497c-83c1-27017ef65d58 .shogun-heading-component h1 a {
  color: ;
}


#s-c1ddd392-4a06-474a-9e4c-09764002efe2 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c1ddd392-4a06-474a-9e4c-09764002efe2 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c1ddd392-4a06-474a-9e4c-09764002efe2 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-c1ddd392-4a06-474a-9e4c-09764002efe2 .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-f0561037-1dff-480b-80d9-8269854adb7e {
  margin-left: auto;
margin-right: auto;
}

#s-3406de1a-4844-4055-be47-fa17e5a7fbd6 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3406de1a-4844-4055-be47-fa17e5a7fbd6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3406de1a-4844-4055-be47-fa17e5a7fbd6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3406de1a-4844-4055-be47-fa17e5a7fbd6 {
  margin-bottom: 25px;
}
}

  #s-3406de1a-4844-4055-be47-fa17e5a7fbd6-root {
    text-align: center;
  }


#s-3406de1a-4844-4055-be47-fa17e5a7fbd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3406de1a-4844-4055-be47-fa17e5a7fbd6-root {
    text-align: center;
  }


#s-3406de1a-4844-4055-be47-fa17e5a7fbd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3406de1a-4844-4055-be47-fa17e5a7fbd6-root {
    text-align: center;
  }


#s-3406de1a-4844-4055-be47-fa17e5a7fbd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3406de1a-4844-4055-be47-fa17e5a7fbd6-root {
    text-align: center;
  }


#s-3406de1a-4844-4055-be47-fa17e5a7fbd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3406de1a-4844-4055-be47-fa17e5a7fbd6-root {
    text-align: center;
  }


#s-3406de1a-4844-4055-be47-fa17e5a7fbd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6daf2f6a-6727-4112-8c1b-cc67b98c4da4 {
  margin-left: auto;
margin-right: auto;
}

#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd195113-14ba-48f0-b7c5-2d51fa5fb8a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8d4a3ca8-8cb5-4d8d-a946-7cbc5ddcfe43 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8d4a3ca8-8cb5-4d8d-a946-7cbc5ddcfe43 {
  margin-top: 10px;
}
}
#s-8d4a3ca8-8cb5-4d8d-a946-7cbc5ddcfe43 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-8d4a3ca8-8cb5-4d8d-a946-7cbc5ddcfe43 .shogun-heading-component h1 a {
  color: ;
}


#s-ba41d29d-a294-4ccb-854a-a54a117652a4 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ba41d29d-a294-4ccb-854a-a54a117652a4 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ba41d29d-a294-4ccb-854a-a54a117652a4 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-ba41d29d-a294-4ccb-854a-a54a117652a4 .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-a9ee557f-6603-47cc-85bc-70ea1c433909 {
  margin-left: auto;
margin-right: auto;
}

#s-3de100c0-678e-43bf-91f0-792370d821ec {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3de100c0-678e-43bf-91f0-792370d821ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3de100c0-678e-43bf-91f0-792370d821ec:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3de100c0-678e-43bf-91f0-792370d821ec {
  margin-bottom: 25px;
}
}

  #s-3de100c0-678e-43bf-91f0-792370d821ec-root {
    text-align: center;
  }


#s-3de100c0-678e-43bf-91f0-792370d821ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3de100c0-678e-43bf-91f0-792370d821ec-root {
    text-align: center;
  }


#s-3de100c0-678e-43bf-91f0-792370d821ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3de100c0-678e-43bf-91f0-792370d821ec-root {
    text-align: center;
  }


#s-3de100c0-678e-43bf-91f0-792370d821ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3de100c0-678e-43bf-91f0-792370d821ec-root {
    text-align: center;
  }


#s-3de100c0-678e-43bf-91f0-792370d821ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3de100c0-678e-43bf-91f0-792370d821ec-root {
    text-align: center;
  }


#s-3de100c0-678e-43bf-91f0-792370d821ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fad1bd2b-0c1b-46b3-97f9-123ce79a84c0 {
  margin-left: auto;
margin-right: auto;
}

#s-ed296179-ff11-45e6-a856-5296b3a0ab16 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed296179-ff11-45e6-a856-5296b3a0ab16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c710c74c-fce7-40ee-931d-e33c3c4536e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c710c74c-fce7-40ee-931d-e33c3c4536e5 {
  margin-top: 10px;
}
}
#s-c710c74c-fce7-40ee-931d-e33c3c4536e5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-c710c74c-fce7-40ee-931d-e33c3c4536e5 .shogun-heading-component h1 a {
  color: ;
}


#s-e56fa1d6-f39d-4b28-975d-65da34cd41b3 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e56fa1d6-f39d-4b28-975d-65da34cd41b3 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e56fa1d6-f39d-4b28-975d-65da34cd41b3 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-e56fa1d6-f39d-4b28-975d-65da34cd41b3 .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-3702c2d1-af54-45ca-9d74-87d40d44a86f {
  margin-left: auto;
margin-right: auto;
}

#s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19 {
  margin-bottom: 25px;
}
}

  #s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19-root {
    text-align: center;
  }


#s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19-root {
    text-align: center;
  }


#s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19-root {
    text-align: center;
  }


#s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19-root {
    text-align: center;
  }


#s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19-root {
    text-align: center;
  }


#s-d8a9d6a2-8c73-4589-b3a5-ff0ba8da8d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c4360a4f-0275-49f8-836e-daec389b0e4b {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c4360a4f-0275-49f8-836e-daec389b0e4b {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-c4360a4f-0275-49f8-836e-daec389b0e4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4360a4f-0275-49f8-836e-daec389b0e4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4360a4f-0275-49f8-836e-daec389b0e4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4360a4f-0275-49f8-836e-daec389b0e4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-297dfac0-0d6c-45c7-97fb-f57c58706db8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-297dfac0-0d6c-45c7-97fb-f57c58706db8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-297dfac0-0d6c-45c7-97fb-f57c58706db8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd46942f-cc10-4b51-b859-974569943796 {
  margin-left: auto;
margin-right: auto;
}

#s-beddee3a-d1c6-4d4c-a499-6210297b91c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-beddee3a-d1c6-4d4c-a499-6210297b91c3 {
  margin-top: 10px;
}
}







#s-beddee3a-d1c6-4d4c-a499-6210297b91c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-beddee3a-d1c6-4d4c-a499-6210297b91c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-689dc491-3860-4c77-bd6c-a9fbeb135fe3 {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
