.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-36e6da5d-2578-4360-b69e-27480ab122d5 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
}








#s-36e6da5d-2578-4360-b69e-27480ab122d5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-36e6da5d-2578-4360-b69e-27480ab122d5.shg-box.shg-c {
  justify-content: flex-end;
}

.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: #252525;
  font-family: "Quattrocento";
  text-transform: none;
  font-weight: 400;
  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-44c99445-3f97-4d42-80e3-1649b23d6600 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44c99445-3f97-4d42-80e3-1649b23d6600 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



.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: 400;
  font-family: "Quattrocento";
}

.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-cce2286b-9adc-4ec0-8cae-782659ffeee6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
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: 30px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-cce2286b-9adc-4ec0-8cae-782659ffeee6:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(16, 232, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-cce2286b-9adc-4ec0-8cae-782659ffeee6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjBiYjFlZGQtMWU3ZC00MDVjLWE3ODUtMjhhZTM1ZjIzMjlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMGJiMWVkZC0xZTdkLTQwNWMtYTc4NS0yOGFlMzVmMjMyOWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-cce2286b-9adc-4ec0-8cae-782659ffeee6 {
  margin-top: 2px;
margin-bottom: 2px;
border-style: none;
text-align: left;
}
#s-cce2286b-9adc-4ec0-8cae-782659ffeee6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzdiMjk5M2EtMTlhMS00NzI0LTllYjMtZDE0MTc3ZmJjZTE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjN2IyOTkzYS0xOWExLTQ3MjQtOWViMy1kMTQxNzdmYmNlMTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}}

  #s-cce2286b-9adc-4ec0-8cae-782659ffeee6-root {
    text-align: left;
  }


#s-cce2286b-9adc-4ec0-8cae-782659ffeee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cce2286b-9adc-4ec0-8cae-782659ffeee6-root {
    text-align: left;
  }


#s-cce2286b-9adc-4ec0-8cae-782659ffeee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cce2286b-9adc-4ec0-8cae-782659ffeee6-root {
    text-align: left;
  }


#s-cce2286b-9adc-4ec0-8cae-782659ffeee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cce2286b-9adc-4ec0-8cae-782659ffeee6-root {
    text-align: left;
  }


#s-cce2286b-9adc-4ec0-8cae-782659ffeee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cce2286b-9adc-4ec0-8cae-782659ffeee6-root {
    text-align: left;
  }


#s-cce2286b-9adc-4ec0-8cae-782659ffeee6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  box-shadow:1px 1px 1px 1px rgba(250, 55, 55, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

@media (min-width: 0px) {
[id="s-51e29ff6-38a7-4195-9ef0-d3bb4e7128b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51e29ff6-38a7-4195-9ef0-d3bb4e7128b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51e29ff6-38a7-4195-9ef0-d3bb4e7128b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51e29ff6-38a7-4195-9ef0-d3bb4e7128b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-51e29ff6-38a7-4195-9ef0-d3bb4e7128b8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dd569b60-9719-4029-9fe9-e50edc316532 {
  min-height: 50px;
}








#s-dd569b60-9719-4029-9fe9-e50edc316532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd569b60-9719-4029-9fe9-e50edc316532.shg-box.shg-c {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20-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-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
  box-sizing: border-box;
}



.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
      position: relative;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20-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-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
  box-sizing: border-box;
}



.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
      position: relative;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20-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-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
  box-sizing: border-box;
}



.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
      position: relative;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20-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-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
  box-sizing: border-box;
}



.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
      position: relative;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20-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-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image {
  box-sizing: border-box;
}



.s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container {
      position: relative;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cbd5e7c-5d3b-4d1f-895e-c9deb20e9b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-31ab7426-53b9-45ff-bf66-ea5711e063ef {
  min-height: 50px;
}








#s-31ab7426-53b9-45ff-bf66-ea5711e063ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31ab7426-53b9-45ff-bf66-ea5711e063ef.shg-box.shg-c {
  justify-content: center;
}

#s-4d08f3da-d217-4e2e-afbd-bfe1b8df97d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d08f3da-d217-4e2e-afbd-bfe1b8df97d9 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  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: #252525;
  font-family: "Quattrocento";
  font-weight: 400;
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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: #252525;
  font-family: "Quattrocento";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #252525;
  font-family: "Quattrocento";
  font-weight: 400;
}

#s-be1f8c86-39c0-4831-8cb8-7d18dcd0b0fb {
  margin-left: 7%;
margin-right: 7%;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (max-width: 767px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}

  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.21);
  }
#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (max-width: 767px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}
@media (min-width: 0px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}@media (max-width: 767px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}
.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: -moz-max-content;
  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-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (max-width: 767px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}


.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





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

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





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

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





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

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: #252525;
  font-family: "Quattrocento";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f1964c6-f6c6-4761-9548-2b1121b95976 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  
}
}@media (max-width: 767px){#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  
}
}
#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-1936210d-2815-475a-a7ca-760320bf34bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1936210d-2815-475a-a7ca-760320bf34bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1936210d-2815-475a-a7ca-760320bf34bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1936210d-2815-475a-a7ca-760320bf34bf-root {
    text-align: center;
  }


#s-1936210d-2815-475a-a7ca-760320bf34bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1936210d-2815-475a-a7ca-760320bf34bf-root {
    text-align: center;
  }


#s-1936210d-2815-475a-a7ca-760320bf34bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1936210d-2815-475a-a7ca-760320bf34bf-root {
    text-align: center;
  }


#s-1936210d-2815-475a-a7ca-760320bf34bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1936210d-2815-475a-a7ca-760320bf34bf-root {
    text-align: center;
  }


#s-1936210d-2815-475a-a7ca-760320bf34bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1936210d-2815-475a-a7ca-760320bf34bf-root {
    text-align: center;
  }


#s-1936210d-2815-475a-a7ca-760320bf34bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  
}
}@media (max-width: 767px){#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  
}
}
#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  
}
}@media (max-width: 767px){#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  
}
}


.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  1365; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  1365; 
  height:  100%; 
}





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

.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  1365; 
  height:  100%; 
}





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

.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  1365; 
  height:  100%; 
}





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

.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  1365; 
  height:  100%; 
}





}
#s-8ca9378d-4622-4f95-9b32-700f81e58411 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ca9378d-4622-4f95-9b32-700f81e58411 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  
}
}@media (max-width: 767px){#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  
}
}
#s-280f125a-dc6a-4534-9254-c554c6c4ab96 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-280f125a-dc6a-4534-9254-c554c6c4ab96 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-280f125a-dc6a-4534-9254-c554c6c4ab96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-280f125a-dc6a-4534-9254-c554c6c4ab96 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-280f125a-dc6a-4534-9254-c554c6c4ab96 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-280f125a-dc6a-4534-9254-c554c6c4ab96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a-root {
    text-align: center;
  }


#s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a-root {
    text-align: center;
  }


#s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a-root {
    text-align: center;
  }


#s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a-root {
    text-align: center;
  }


#s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a-root {
    text-align: center;
  }


#s-1abcf902-cc17-4e89-98f7-e88a6f8ff53a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  
}
}@media (max-width: 767px){#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  
}
}
#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  
}
}@media (max-width: 767px){#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  
}
}


.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  1600; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  1600; 
  height:  100%; 
}





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

.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  1600; 
  height:  100%; 
}





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

.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  1600; 
  height:  100%; 
}





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

.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  1600; 
  height:  100%; 
}





}
#s-923900b6-ce4a-4200-801d-2c0db8a39ef5 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-923900b6-ce4a-4200-801d-2c0db8a39ef5 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  
}
}@media (max-width: 767px){#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  
}
}
#s-40d72495-ba29-4418-8e69-b230a0311bf1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-40d72495-ba29-4418-8e69-b230a0311bf1 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-40d72495-ba29-4418-8e69-b230a0311bf1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40d72495-ba29-4418-8e69-b230a0311bf1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-40d72495-ba29-4418-8e69-b230a0311bf1 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-40d72495-ba29-4418-8e69-b230a0311bf1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-66b3edae-7742-4c29-81d8-24ab7cd34c45 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-66b3edae-7742-4c29-81d8-24ab7cd34c45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66b3edae-7742-4c29-81d8-24ab7cd34c45:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66b3edae-7742-4c29-81d8-24ab7cd34c45-root {
    text-align: center;
  }


#s-66b3edae-7742-4c29-81d8-24ab7cd34c45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66b3edae-7742-4c29-81d8-24ab7cd34c45-root {
    text-align: center;
  }


#s-66b3edae-7742-4c29-81d8-24ab7cd34c45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66b3edae-7742-4c29-81d8-24ab7cd34c45-root {
    text-align: center;
  }


#s-66b3edae-7742-4c29-81d8-24ab7cd34c45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66b3edae-7742-4c29-81d8-24ab7cd34c45-root {
    text-align: center;
  }


#s-66b3edae-7742-4c29-81d8-24ab7cd34c45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66b3edae-7742-4c29-81d8-24ab7cd34c45-root {
    text-align: center;
  }


#s-66b3edae-7742-4c29-81d8-24ab7cd34c45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-2906f5e1-2436-4212-b67d-7f86233a2e0f {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-2906f5e1-2436-4212-b67d-7f86233a2e0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2906f5e1-2436-4212-b67d-7f86233a2e0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2906f5e1-2436-4212-b67d-7f86233a2e0f {
  
}
}@media (max-width: 767px){#s-2906f5e1-2436-4212-b67d-7f86233a2e0f {
  
}
}
#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 {
  
}
}@media (max-width: 767px){#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 {
  
}
}


.shg-c#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-0dc5fd8a-8da3-4f63-b1e8-e888dc8d9414 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-bf0c48bb-1bf4-42ba-a910-e10e156c7eb6 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf0c48bb-1bf4-42ba-a910-e10e156c7eb6 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-eac9d35b-24f0-489c-b5f6-c31b350b3a66 {
  margin-left: auto;
margin-right: auto;
}

#s-efa19709-a430-4ef0-acee-c8fed3651ddd {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-efa19709-a430-4ef0-acee-c8fed3651ddd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-efa19709-a430-4ef0-acee-c8fed3651ddd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-efa19709-a430-4ef0-acee-c8fed3651ddd {
  
}
}@media (max-width: 767px){#s-efa19709-a430-4ef0-acee-c8fed3651ddd {
  
}
}
#s-efa19709-a430-4ef0-acee-c8fed3651ddd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-efa19709-a430-4ef0-acee-c8fed3651ddd .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-efa19709-a430-4ef0-acee-c8fed3651ddd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efa19709-a430-4ef0-acee-c8fed3651ddd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-efa19709-a430-4ef0-acee-c8fed3651ddd .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-efa19709-a430-4ef0-acee-c8fed3651ddd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-b16f4427-0d8d-4935-9c37-1e9d49dd183b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b16f4427-0d8d-4935-9c37-1e9d49dd183b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b16f4427-0d8d-4935-9c37-1e9d49dd183b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b16f4427-0d8d-4935-9c37-1e9d49dd183b-root {
    text-align: center;
  }


#s-b16f4427-0d8d-4935-9c37-1e9d49dd183b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b16f4427-0d8d-4935-9c37-1e9d49dd183b-root {
    text-align: center;
  }


#s-b16f4427-0d8d-4935-9c37-1e9d49dd183b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b16f4427-0d8d-4935-9c37-1e9d49dd183b-root {
    text-align: center;
  }


#s-b16f4427-0d8d-4935-9c37-1e9d49dd183b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b16f4427-0d8d-4935-9c37-1e9d49dd183b-root {
    text-align: center;
  }


#s-b16f4427-0d8d-4935-9c37-1e9d49dd183b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b16f4427-0d8d-4935-9c37-1e9d49dd183b-root {
    text-align: center;
  }


#s-b16f4427-0d8d-4935-9c37-1e9d49dd183b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  
}
}@media (max-width: 767px){#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  
}
}
@media (min-width: 0px) {
[id="s-b274513e-3b3d-4c55-a9e0-2966fa562ca3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b274513e-3b3d-4c55-a9e0-2966fa562ca3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b274513e-3b3d-4c55-a9e0-2966fa562ca3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b274513e-3b3d-4c55-a9e0-2966fa562ca3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  margin-bottom: 30px;
opacity: 1;
text-align: right;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  
}
}@media (max-width: 767px){#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  
}
}
#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  margin: 0 !important;
  overflow: visible;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788-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-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add background color handling */
  
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
  box-sizing: border-box;
}



.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
      position: relative;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  margin: 0 !important;
  overflow: visible;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788-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-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add background color handling */
  
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
  box-sizing: border-box;
}



.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
      position: relative;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  margin: 0 !important;
  overflow: visible;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788-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-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add background color handling */
  
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
  box-sizing: border-box;
}



.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
      position: relative;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  margin: 0 !important;
  overflow: visible;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788-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-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add background color handling */
  
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
  box-sizing: border-box;
}



.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
      position: relative;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  margin: 0 !important;
  overflow: visible;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788-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-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add background color handling */
  
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image {
  box-sizing: border-box;
}



.s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container {
      position: relative;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a379fb0f-a0b0-4627-89d4-9ae95a44e788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-d294d633-8bc8-4aba-9309-1cb4cfadd4bb {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d294d633-8bc8-4aba-9309-1cb4cfadd4bb .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  
}
}@media (max-width: 767px){#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  
}
}
#s-755c7bf3-b64e-4953-a6c9-6be681bd350f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-755c7bf3-b64e-4953-a6c9-6be681bd350f .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-755c7bf3-b64e-4953-a6c9-6be681bd350f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-755c7bf3-b64e-4953-a6c9-6be681bd350f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-755c7bf3-b64e-4953-a6c9-6be681bd350f .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-755c7bf3-b64e-4953-a6c9-6be681bd350f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-069c88e2-2ac6-4def-8ca7-2ed11da51376 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-069c88e2-2ac6-4def-8ca7-2ed11da51376:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-069c88e2-2ac6-4def-8ca7-2ed11da51376:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-069c88e2-2ac6-4def-8ca7-2ed11da51376-root {
    text-align: center;
  }


#s-069c88e2-2ac6-4def-8ca7-2ed11da51376.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-069c88e2-2ac6-4def-8ca7-2ed11da51376-root {
    text-align: center;
  }


#s-069c88e2-2ac6-4def-8ca7-2ed11da51376.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-069c88e2-2ac6-4def-8ca7-2ed11da51376-root {
    text-align: center;
  }


#s-069c88e2-2ac6-4def-8ca7-2ed11da51376.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-069c88e2-2ac6-4def-8ca7-2ed11da51376-root {
    text-align: center;
  }


#s-069c88e2-2ac6-4def-8ca7-2ed11da51376.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-069c88e2-2ac6-4def-8ca7-2ed11da51376-root {
    text-align: center;
  }


#s-069c88e2-2ac6-4def-8ca7-2ed11da51376.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  
}
}@media (max-width: 767px){#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  
}
}
#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  
}
}@media (max-width: 767px){#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  
}
}


.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-7e30c083-b652-42a6-8c72-253fc96da94d {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e30c083-b652-42a6-8c72-253fc96da94d .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  
}
}@media (max-width: 767px){#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  
}
}
#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-f820fbfb-6097-474c-8637-d8f5deae0091 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f820fbfb-6097-474c-8637-d8f5deae0091:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f820fbfb-6097-474c-8637-d8f5deae0091:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f820fbfb-6097-474c-8637-d8f5deae0091-root {
    text-align: center;
  }


#s-f820fbfb-6097-474c-8637-d8f5deae0091.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f820fbfb-6097-474c-8637-d8f5deae0091-root {
    text-align: center;
  }


#s-f820fbfb-6097-474c-8637-d8f5deae0091.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f820fbfb-6097-474c-8637-d8f5deae0091-root {
    text-align: center;
  }


#s-f820fbfb-6097-474c-8637-d8f5deae0091.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f820fbfb-6097-474c-8637-d8f5deae0091-root {
    text-align: center;
  }


#s-f820fbfb-6097-474c-8637-d8f5deae0091.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f820fbfb-6097-474c-8637-d8f5deae0091-root {
    text-align: center;
  }


#s-f820fbfb-6097-474c-8637-d8f5deae0091.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  
}
}@media (max-width: 767px){#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  
}
}
#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  
}
}@media (max-width: 767px){#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  
}
}


.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





}
#s-7634cab4-ab2a-4c1f-87b2-7fa9424401d5 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7634cab4-ab2a-4c1f-87b2-7fa9424401d5 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  
}
}@media (max-width: 767px){#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  
}
}
#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1-root {
    text-align: center;
  }


#s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1-root {
    text-align: center;
  }


#s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1-root {
    text-align: center;
  }


#s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1-root {
    text-align: center;
  }


#s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1-root {
    text-align: center;
  }


#s-96ba49fd-8f99-4bf9-9b12-f680d2b8f1c1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-80f46f80-3bc7-4f39-b2c1-b8038ed58b0b {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-80f46f80-3bc7-4f39-b2c1-b8038ed58b0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80f46f80-3bc7-4f39-b2c1-b8038ed58b0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80f46f80-3bc7-4f39-b2c1-b8038ed58b0b {
  
}
}@media (max-width: 767px){#s-80f46f80-3bc7-4f39-b2c1-b8038ed58b0b {
  
}
}
#s-06961875-75c3-4d3f-a031-8654772c4e11 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-06961875-75c3-4d3f-a031-8654772c4e11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06961875-75c3-4d3f-a031-8654772c4e11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06961875-75c3-4d3f-a031-8654772c4e11 {
  
}
}@media (max-width: 767px){#s-06961875-75c3-4d3f-a031-8654772c4e11 {
  
}
}


.shg-c#s-06961875-75c3-4d3f-a031-8654772c4e11 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-06961875-75c3-4d3f-a031-8654772c4e11 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





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

.shg-c#s-06961875-75c3-4d3f-a031-8654772c4e11 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





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

.shg-c#s-06961875-75c3-4d3f-a031-8654772c4e11 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





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

.shg-c#s-06961875-75c3-4d3f-a031-8654772c4e11 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-ce9fc62e-aac4-4c26-958f-e19e31372ad9 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce9fc62e-aac4-4c26-958f-e19e31372ad9 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-78c7ea3c-d988-4903-9380-b34bb4644c7e {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-78c7ea3c-d988-4903-9380-b34bb4644c7e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78c7ea3c-d988-4903-9380-b34bb4644c7e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78c7ea3c-d988-4903-9380-b34bb4644c7e {
  
}
}@media (max-width: 767px){#s-78c7ea3c-d988-4903-9380-b34bb4644c7e {
  
}
}
#s-78c7ea3c-d988-4903-9380-b34bb4644c7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-78c7ea3c-d988-4903-9380-b34bb4644c7e .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-78c7ea3c-d988-4903-9380-b34bb4644c7e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78c7ea3c-d988-4903-9380-b34bb4644c7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-78c7ea3c-d988-4903-9380-b34bb4644c7e .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-78c7ea3c-d988-4903-9380-b34bb4644c7e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-ffc13eda-6682-4379-a974-485b1a8bd913 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ffc13eda-6682-4379-a974-485b1a8bd913:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffc13eda-6682-4379-a974-485b1a8bd913:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffc13eda-6682-4379-a974-485b1a8bd913-root {
    text-align: center;
  }


#s-ffc13eda-6682-4379-a974-485b1a8bd913.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffc13eda-6682-4379-a974-485b1a8bd913-root {
    text-align: center;
  }


#s-ffc13eda-6682-4379-a974-485b1a8bd913.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffc13eda-6682-4379-a974-485b1a8bd913-root {
    text-align: center;
  }


#s-ffc13eda-6682-4379-a974-485b1a8bd913.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffc13eda-6682-4379-a974-485b1a8bd913-root {
    text-align: center;
  }


#s-ffc13eda-6682-4379-a974-485b1a8bd913.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffc13eda-6682-4379-a974-485b1a8bd913-root {
    text-align: center;
  }


#s-ffc13eda-6682-4379-a974-485b1a8bd913.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  
}
}@media (max-width: 767px){#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  
}
}
@media (min-width: 0px) {
[id="s-1cc83306-e171-4422-a8c9-f345efaf4c71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1cc83306-e171-4422-a8c9-f345efaf4c71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-1cc83306-e171-4422-a8c9-f345efaf4c71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cc83306-e171-4422-a8c9-f345efaf4c71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  
}
}@media (max-width: 767px){#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  
}
}
#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  
}
}@media (max-width: 767px){#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  
}
}


.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-31f927f7-4e4a-4d52-9768-891032f67d9e {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31f927f7-4e4a-4d52-9768-891032f67d9e .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  
}
}@media (max-width: 767px){#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  
}
}
#s-ebd4a207-f623-4e86-b40d-9733ce300d92 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-ebd4a207-f623-4e86-b40d-9733ce300d92 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-ebd4a207-f623-4e86-b40d-9733ce300d92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebd4a207-f623-4e86-b40d-9733ce300d92 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-ebd4a207-f623-4e86-b40d-9733ce300d92 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-ebd4a207-f623-4e86-b40d-9733ce300d92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9-root {
    text-align: center;
  }


#s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9-root {
    text-align: center;
  }


#s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9-root {
    text-align: center;
  }


#s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9-root {
    text-align: center;
  }


#s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9-root {
    text-align: center;
  }


#s-6fb9dc9f-013b-475e-a560-7b2ecdb8edc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  
}
}@media (max-width: 767px){#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  
}
}
#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  
}
}@media (max-width: 767px){#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  
}
}


.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  857; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  857; 
  height:  100%; 
}





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

.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  857; 
  height:  100%; 
}





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

.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  857; 
  height:  100%; 
}





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

.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  857; 
  height:  100%; 
}





}
#s-50065392-1fb6-49fc-98fb-924f7eccb676 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50065392-1fb6-49fc-98fb-924f7eccb676 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-fada67e2-87cd-4178-a376-ad9809261bc0 {
  margin-left: auto;
margin-right: auto;
}

#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  
}
}@media (max-width: 767px){#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  
}
}
#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-005c6622-62a8-4616-90f1-0a9aa715b58e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-005c6622-62a8-4616-90f1-0a9aa715b58e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-005c6622-62a8-4616-90f1-0a9aa715b58e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-005c6622-62a8-4616-90f1-0a9aa715b58e-root {
    text-align: center;
  }


#s-005c6622-62a8-4616-90f1-0a9aa715b58e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-005c6622-62a8-4616-90f1-0a9aa715b58e-root {
    text-align: center;
  }


#s-005c6622-62a8-4616-90f1-0a9aa715b58e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-005c6622-62a8-4616-90f1-0a9aa715b58e-root {
    text-align: center;
  }


#s-005c6622-62a8-4616-90f1-0a9aa715b58e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-005c6622-62a8-4616-90f1-0a9aa715b58e-root {
    text-align: center;
  }


#s-005c6622-62a8-4616-90f1-0a9aa715b58e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-005c6622-62a8-4616-90f1-0a9aa715b58e-root {
    text-align: center;
  }


#s-005c6622-62a8-4616-90f1-0a9aa715b58e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  
}
}@media (max-width: 767px){#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  
}
}
#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  
}
}@media (max-width: 767px){#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  
}
}


.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





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

.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





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

.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





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

.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





}
#s-669ae404-2429-42b6-a82f-19356febca68 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-669ae404-2429-42b6-a82f-19356febca68 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-4d9705a6-c434-4f8d-9343-206cd17903df {
  margin-left: auto;
margin-right: auto;
}

#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  
}
}@media (max-width: 767px){#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  
}
}
#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-f120a90e-b200-453f-8fd4-746caef4b4fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f120a90e-b200-453f-8fd4-746caef4b4fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f120a90e-b200-453f-8fd4-746caef4b4fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f120a90e-b200-453f-8fd4-746caef4b4fb-root {
    text-align: center;
  }


#s-f120a90e-b200-453f-8fd4-746caef4b4fb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f120a90e-b200-453f-8fd4-746caef4b4fb-root {
    text-align: center;
  }


#s-f120a90e-b200-453f-8fd4-746caef4b4fb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f120a90e-b200-453f-8fd4-746caef4b4fb-root {
    text-align: center;
  }


#s-f120a90e-b200-453f-8fd4-746caef4b4fb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f120a90e-b200-453f-8fd4-746caef4b4fb-root {
    text-align: center;
  }


#s-f120a90e-b200-453f-8fd4-746caef4b4fb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f120a90e-b200-453f-8fd4-746caef4b4fb-root {
    text-align: center;
  }


#s-f120a90e-b200-453f-8fd4-746caef4b4fb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-8e04add5-6ca9-421b-a87e-863a8e6a1d7a {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-8e04add5-6ca9-421b-a87e-863a8e6a1d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e04add5-6ca9-421b-a87e-863a8e6a1d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e04add5-6ca9-421b-a87e-863a8e6a1d7a {
  
}
}@media (max-width: 767px){#s-8e04add5-6ca9-421b-a87e-863a8e6a1d7a {
  
}
}
#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef {
  
}
}@media (max-width: 767px){#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef {
  
}
}


.shg-c#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





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

.shg-c#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





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

.shg-c#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





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

.shg-c#s-47a9f05a-59e3-450c-9912-ca13dfb1f8ef .shg-image-zoom {
  width:  531; 
  height:  100%; 
}





}
#s-3833c29d-b5df-4b54-a708-8159c496f236 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3833c29d-b5df-4b54-a708-8159c496f236 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-bcd96d84-9316-4db4-84a0-2b82ddca7d5b {
  margin-left: auto;
margin-right: auto;
}

#s-fdf4c199-402c-42e5-9123-f30c5322446c {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-fdf4c199-402c-42e5-9123-f30c5322446c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdf4c199-402c-42e5-9123-f30c5322446c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdf4c199-402c-42e5-9123-f30c5322446c {
  
}
}@media (max-width: 767px){#s-fdf4c199-402c-42e5-9123-f30c5322446c {
  
}
}
#s-fdf4c199-402c-42e5-9123-f30c5322446c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-fdf4c199-402c-42e5-9123-f30c5322446c .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-fdf4c199-402c-42e5-9123-f30c5322446c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdf4c199-402c-42e5-9123-f30c5322446c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-fdf4c199-402c-42e5-9123-f30c5322446c .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-fdf4c199-402c-42e5-9123-f30c5322446c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-7565295f-4f4c-4262-92cb-fd291d22f0bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7565295f-4f4c-4262-92cb-fd291d22f0bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7565295f-4f4c-4262-92cb-fd291d22f0bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7565295f-4f4c-4262-92cb-fd291d22f0bd-root {
    text-align: center;
  }


#s-7565295f-4f4c-4262-92cb-fd291d22f0bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7565295f-4f4c-4262-92cb-fd291d22f0bd-root {
    text-align: center;
  }


#s-7565295f-4f4c-4262-92cb-fd291d22f0bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7565295f-4f4c-4262-92cb-fd291d22f0bd-root {
    text-align: center;
  }


#s-7565295f-4f4c-4262-92cb-fd291d22f0bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7565295f-4f4c-4262-92cb-fd291d22f0bd-root {
    text-align: center;
  }


#s-7565295f-4f4c-4262-92cb-fd291d22f0bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7565295f-4f4c-4262-92cb-fd291d22f0bd-root {
    text-align: center;
  }


#s-7565295f-4f4c-4262-92cb-fd291d22f0bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-5bc32d6c-0329-4989-b913-aab520286934 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-position: center center;
}








#s-5bc32d6c-0329-4989-b913-aab520286934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bc32d6c-0329-4989-b913-aab520286934.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9442a848-c3db-45da-afe0-1ddd1234d702"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9442a848-c3db-45da-afe0-1ddd1234d702"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9442a848-c3db-45da-afe0-1ddd1234d702"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9442a848-c3db-45da-afe0-1ddd1234d702"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9442a848-c3db-45da-afe0-1ddd1234d702"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4e316f5f-5e29-4396-9654-2830acf04a4f {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 40px;
}
@media (max-width: 767px){#s-4e316f5f-5e29-4396-9654-2830acf04a4f {
  margin-top: 40px;
margin-bottom: 40px;
}
}
#s-4e316f5f-5e29-4396-9654-2830acf04a4f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4e316f5f-5e29-4396-9654-2830acf04a4f .shg-sld-nav-button.shg-sld-left,
#s-4e316f5f-5e29-4396-9654-2830acf04a4f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-72625c8c-4b02-40f5-acfa-92052d7406e8 {
  margin-left: auto;
margin-right: auto;
}

#s-e8bc2cb0-55b3-4062-b6ea-5dcd8259f4ef {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e8bc2cb0-55b3-4062-b6ea-5dcd8259f4ef .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e8bc2cb0-55b3-4062-b6ea-5dcd8259f4ef .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-e8bc2cb0-55b3-4062-b6ea-5dcd8259f4ef .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-e8bc2cb0-55b3-4062-b6ea-5dcd8259f4ef .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-e8bc2cb0-55b3-4062-b6ea-5dcd8259f4ef .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





}
#s-8908b454-1d42-447d-94b5-0af300e791ea {
  margin-left: auto;
margin-right: auto;
}

#s-092b527a-0fbe-4957-a3f3-9ba21b4e6b9f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-092b527a-0fbe-4957-a3f3-9ba21b4e6b9f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-092b527a-0fbe-4957-a3f3-9ba21b4e6b9f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-092b527a-0fbe-4957-a3f3-9ba21b4e6b9f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-092b527a-0fbe-4957-a3f3-9ba21b4e6b9f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-092b527a-0fbe-4957-a3f3-9ba21b4e6b9f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-ae276861-eff5-443b-974c-663121e0fd9f {
  margin-left: auto;
margin-right: auto;
}

#s-bc6ecb06-a47a-4edc-867a-b08c3bf487a6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bc6ecb06-a47a-4edc-867a-b08c3bf487a6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-bc6ecb06-a47a-4edc-867a-b08c3bf487a6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-bc6ecb06-a47a-4edc-867a-b08c3bf487a6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-bc6ecb06-a47a-4edc-867a-b08c3bf487a6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-bc6ecb06-a47a-4edc-867a-b08c3bf487a6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-2a67e57c-a3fd-4717-b44d-59ced73fabc4 {
  margin-left: auto;
margin-right: auto;
}

#s-21508ca4-99eb-4700-ad09-38bc09aaf4f9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-21508ca4-99eb-4700-ad09-38bc09aaf4f9 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-21508ca4-99eb-4700-ad09-38bc09aaf4f9 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-21508ca4-99eb-4700-ad09-38bc09aaf4f9 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-21508ca4-99eb-4700-ad09-38bc09aaf4f9 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-21508ca4-99eb-4700-ad09-38bc09aaf4f9 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





}
#s-b73eb8e2-2711-4f95-a460-a060680da062 {
  min-height: 50px;
}








#s-b73eb8e2-2711-4f95-a460-a060680da062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b73eb8e2-2711-4f95-a460-a060680da062.shg-box.shg-c {
  justify-content: center;
}

#s-83429289-326e-4649-b495-4d8dcb0c043b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-53d76580-1403-48dc-9899-7819440a6c5b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42 {
  border-radius: 30px;
background-image: none;
background-color: rgba(255, 191, 0, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42:hover {background-color: rgba(50, 205, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(255, 191, 0, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42:hover {background-color: rgba(50, 205, 50, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(255, 191, 0, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(255, 191, 0, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42:hover {background-color: rgba(50, 205, 50, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}}

  #s-5554618e-ee93-4ede-abf1-c57d0ffdcf42-root {
    text-align: center;
  }


#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5554618e-ee93-4ede-abf1-c57d0ffdcf42-root {
    text-align: center;
  }


#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5554618e-ee93-4ede-abf1-c57d0ffdcf42-root {
    text-align: center;
  }


#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5554618e-ee93-4ede-abf1-c57d0ffdcf42-root {
    text-align: center;
  }


#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5554618e-ee93-4ede-abf1-c57d0ffdcf42-root {
    text-align: center;
  }


#s-5554618e-ee93-4ede-abf1-c57d0ffdcf42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-23101689-adb1-4688-ace7-14651ea4c890 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-23101689-adb1-4688-ace7-14651ea4c890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23101689-adb1-4688-ace7-14651ea4c890.shg-box.shg-c {
  justify-content: center;
}

#s-203bb1de-db5e-4243-8cf8-73b04a2dc2bb {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-203bb1de-db5e-4243-8cf8-73b04a2dc2bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-203bb1de-db5e-4243-8cf8-73b04a2dc2bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-203bb1de-db5e-4243-8cf8-73b04a2dc2bb {
  
}
}@media (max-width: 767px){#s-203bb1de-db5e-4243-8cf8-73b04a2dc2bb {
  
}
}
#s-203bb1de-db5e-4243-8cf8-73b04a2dc2bb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-8dd53f42-aebe-4073-ae50-0fcc69476a1d {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-8dd53f42-aebe-4073-ae50-0fcc69476a1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8dd53f42-aebe-4073-ae50-0fcc69476a1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8dd53f42-aebe-4073-ae50-0fcc69476a1d {
  
}
}@media (max-width: 767px){#s-8dd53f42-aebe-4073-ae50-0fcc69476a1d {
  
}
}

  #s-8dd53f42-aebe-4073-ae50-0fcc69476a1d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-8dd53f42-aebe-4073-ae50-0fcc69476a1d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.21);
  }
#s-8dd53f42-aebe-4073-ae50-0fcc69476a1d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-8dd53f42-aebe-4073-ae50-0fcc69476a1d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-8dd53f42-aebe-4073-ae50-0fcc69476a1d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-8dd53f42-aebe-4073-ae50-0fcc69476a1d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

#s-9d03bbec-2505-4718-88b1-2cf33f2c1e1d {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-9d03bbec-2505-4718-88b1-2cf33f2c1e1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d03bbec-2505-4718-88b1-2cf33f2c1e1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d03bbec-2505-4718-88b1-2cf33f2c1e1d {
  
}
}@media (max-width: 767px){#s-9d03bbec-2505-4718-88b1-2cf33f2c1e1d {
  
}
}
@media (min-width: 0px) {
[id="s-9d03bbec-2505-4718-88b1-2cf33f2c1e1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9d03bbec-2505-4718-88b1-2cf33f2c1e1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-9d03bbec-2505-4718-88b1-2cf33f2c1e1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d03bbec-2505-4718-88b1-2cf33f2c1e1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-33612816-e3fc-45ca-9400-24e3caef4612 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-33612816-e3fc-45ca-9400-24e3caef4612 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33612816-e3fc-45ca-9400-24e3caef4612 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33612816-e3fc-45ca-9400-24e3caef4612 {
  
}
}@media (max-width: 767px){#s-33612816-e3fc-45ca-9400-24e3caef4612 {
  
}
}
#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f {
  
}
}@media (max-width: 767px){#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f {
  
}
}


.shg-c#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





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

.shg-c#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





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

.shg-c#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





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

.shg-c#s-ac5fcffc-6f9f-43cd-b8e8-99ca24ffdd9f .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}
#s-ebf3a240-3eca-4c89-96e1-cd6ee7afada0 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebf3a240-3eca-4c89-96e1-cd6ee7afada0 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-add90f99-1159-44bd-96b7-d9e3886b91f8 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-add90f99-1159-44bd-96b7-d9e3886b91f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-add90f99-1159-44bd-96b7-d9e3886b91f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-add90f99-1159-44bd-96b7-d9e3886b91f8 {
  
}
}@media (max-width: 767px){#s-add90f99-1159-44bd-96b7-d9e3886b91f8 {
  
}
}
#s-add90f99-1159-44bd-96b7-d9e3886b91f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-add90f99-1159-44bd-96b7-d9e3886b91f8 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-add90f99-1159-44bd-96b7-d9e3886b91f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-add90f99-1159-44bd-96b7-d9e3886b91f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-add90f99-1159-44bd-96b7-d9e3886b91f8 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-add90f99-1159-44bd-96b7-d9e3886b91f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1-root {
    text-align: center;
  }


#s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1-root {
    text-align: center;
  }


#s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1-root {
    text-align: center;
  }


#s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1-root {
    text-align: center;
  }


#s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1-root {
    text-align: center;
  }


#s-a14ee100-fbd3-43f6-bc9a-a066a8e0bdd1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-68a56820-a1a0-42d0-8960-666b613501e1 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-68a56820-a1a0-42d0-8960-666b613501e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68a56820-a1a0-42d0-8960-666b613501e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68a56820-a1a0-42d0-8960-666b613501e1 {
  
}
}@media (max-width: 767px){#s-68a56820-a1a0-42d0-8960-666b613501e1 {
  
}
}
#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 {
  
}
}@media (max-width: 767px){#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 {
  
}
}


.shg-c#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-1bb0f790-71cd-46ab-8fbc-a571e16ee5d6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-9b1825cc-ed26-46a8-8262-36860f6946fd {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b1825cc-ed26-46a8-8262-36860f6946fd .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b {
  
}
}@media (max-width: 767px){#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b {
  
}
}
#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-e7e05ff8-7209-4bf4-852f-6678460dfc9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-4078b6f2-4222-497b-aaae-57f3243fe4ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4078b6f2-4222-497b-aaae-57f3243fe4ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4078b6f2-4222-497b-aaae-57f3243fe4ee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4078b6f2-4222-497b-aaae-57f3243fe4ee-root {
    text-align: center;
  }


#s-4078b6f2-4222-497b-aaae-57f3243fe4ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4078b6f2-4222-497b-aaae-57f3243fe4ee-root {
    text-align: center;
  }


#s-4078b6f2-4222-497b-aaae-57f3243fe4ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4078b6f2-4222-497b-aaae-57f3243fe4ee-root {
    text-align: center;
  }


#s-4078b6f2-4222-497b-aaae-57f3243fe4ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4078b6f2-4222-497b-aaae-57f3243fe4ee-root {
    text-align: center;
  }


#s-4078b6f2-4222-497b-aaae-57f3243fe4ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4078b6f2-4222-497b-aaae-57f3243fe4ee-root {
    text-align: center;
  }


#s-4078b6f2-4222-497b-aaae-57f3243fe4ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-a66c161e-479a-4050-899c-633bd22d0552 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-a66c161e-479a-4050-899c-633bd22d0552 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a66c161e-479a-4050-899c-633bd22d0552 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a66c161e-479a-4050-899c-633bd22d0552 {
  
}
}@media (max-width: 767px){#s-a66c161e-479a-4050-899c-633bd22d0552 {
  
}
}
#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 {
  
}
}@media (max-width: 767px){#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 {
  
}
}


.shg-c#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





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

.shg-c#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





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

.shg-c#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





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

.shg-c#s-7c2d70ed-48d9-46fa-bd20-1d0ccf80c515 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





}
#s-214795e7-5d8d-4f78-8a6f-d02d5ce59551 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-214795e7-5d8d-4f78-8a6f-d02d5ce59551 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 {
  
}
}@media (max-width: 767px){#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 {
  
}
}
#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-d15fbd91-b40c-4621-b6f0-f462f5ef9315 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249-root {
    text-align: center;
  }


#s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249-root {
    text-align: center;
  }


#s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249-root {
    text-align: center;
  }


#s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249-root {
    text-align: center;
  }


#s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249-root {
    text-align: center;
  }


#s-d06e78e6-af38-4ec9-abdb-f1c55b1cb249.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-a79402e2-3b17-4b57-a93c-63410886b03f {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-a79402e2-3b17-4b57-a93c-63410886b03f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a79402e2-3b17-4b57-a93c-63410886b03f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a79402e2-3b17-4b57-a93c-63410886b03f {
  
}
}@media (max-width: 767px){#s-a79402e2-3b17-4b57-a93c-63410886b03f {
  
}
}
#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 {
  
}
}@media (max-width: 767px){#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 {
  
}
}


.shg-c#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





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

.shg-c#s-42c06dc9-a1c7-4fbe-83c5-af636beea343 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





}
#s-f539847a-3f7e-4a7d-815d-28abf8ecbc3c {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f539847a-3f7e-4a7d-815d-28abf8ecbc3c .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 {
  
}
}@media (max-width: 767px){#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 {
  
}
}
#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-b18495de-ad21-4510-8748-2b5e0ce0b9a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-074ff4ea-f9e7-43a1-9d64-03470b862a0f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-074ff4ea-f9e7-43a1-9d64-03470b862a0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-074ff4ea-f9e7-43a1-9d64-03470b862a0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-074ff4ea-f9e7-43a1-9d64-03470b862a0f-root {
    text-align: center;
  }


#s-074ff4ea-f9e7-43a1-9d64-03470b862a0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-074ff4ea-f9e7-43a1-9d64-03470b862a0f-root {
    text-align: center;
  }


#s-074ff4ea-f9e7-43a1-9d64-03470b862a0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-074ff4ea-f9e7-43a1-9d64-03470b862a0f-root {
    text-align: center;
  }


#s-074ff4ea-f9e7-43a1-9d64-03470b862a0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-074ff4ea-f9e7-43a1-9d64-03470b862a0f-root {
    text-align: center;
  }


#s-074ff4ea-f9e7-43a1-9d64-03470b862a0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-074ff4ea-f9e7-43a1-9d64-03470b862a0f-root {
    text-align: center;
  }


#s-074ff4ea-f9e7-43a1-9d64-03470b862a0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-aa9ce66d-fe14-40ef-9b65-a8e833cf2d9d {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-aa9ce66d-fe14-40ef-9b65-a8e833cf2d9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa9ce66d-fe14-40ef-9b65-a8e833cf2d9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa9ce66d-fe14-40ef-9b65-a8e833cf2d9d {
  
}
}@media (max-width: 767px){#s-aa9ce66d-fe14-40ef-9b65-a8e833cf2d9d {
  
}
}
@media (min-width: 0px) {
[id="s-aa9ce66d-fe14-40ef-9b65-a8e833cf2d9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-aa9ce66d-fe14-40ef-9b65-a8e833cf2d9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-aa9ce66d-fe14-40ef-9b65-a8e833cf2d9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa9ce66d-fe14-40ef-9b65-a8e833cf2d9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-3b270461-ec38-4232-bc30-28c8a196a8a4 {
  margin-bottom: 30px;
opacity: 1;
text-align: right;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-3b270461-ec38-4232-bc30-28c8a196a8a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b270461-ec38-4232-bc30-28c8a196a8a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b270461-ec38-4232-bc30-28c8a196a8a4 {
  
}
}@media (max-width: 767px){#s-3b270461-ec38-4232-bc30-28c8a196a8a4 {
  
}
}
#s-44f6d496-c121-4732-aaaa-ff05592c68b7 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-44f6d496-c121-4732-aaaa-ff05592c68b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44f6d496-c121-4732-aaaa-ff05592c68b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44f6d496-c121-4732-aaaa-ff05592c68b7 {
  
}
}@media (max-width: 767px){#s-44f6d496-c121-4732-aaaa-ff05592c68b7 {
  
}
}


.shg-c#s-44f6d496-c121-4732-aaaa-ff05592c68b7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-44f6d496-c121-4732-aaaa-ff05592c68b7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-44f6d496-c121-4732-aaaa-ff05592c68b7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-44f6d496-c121-4732-aaaa-ff05592c68b7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-44f6d496-c121-4732-aaaa-ff05592c68b7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-153ad526-8e27-467a-a676-a29ed8c21e05 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-153ad526-8e27-467a-a676-a29ed8c21e05 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-d6b056ca-1be8-4778-9912-2a75d055d383 {
  text-align: center;
}

#s-4bec7691-cda7-453b-b747-26fff3923b37 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-4bec7691-cda7-453b-b747-26fff3923b37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bec7691-cda7-453b-b747-26fff3923b37 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bec7691-cda7-453b-b747-26fff3923b37 {
  
}
}@media (max-width: 767px){#s-4bec7691-cda7-453b-b747-26fff3923b37 {
  
}
}
#s-4bec7691-cda7-453b-b747-26fff3923b37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-4bec7691-cda7-453b-b747-26fff3923b37 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-4bec7691-cda7-453b-b747-26fff3923b37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4bec7691-cda7-453b-b747-26fff3923b37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-4bec7691-cda7-453b-b747-26fff3923b37 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-4bec7691-cda7-453b-b747-26fff3923b37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e7b48afb-09f6-41d8-924b-f731f1c867b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e7b48afb-09f6-41d8-924b-f731f1c867b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7b48afb-09f6-41d8-924b-f731f1c867b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7b48afb-09f6-41d8-924b-f731f1c867b1-root {
    text-align: center;
  }


#s-e7b48afb-09f6-41d8-924b-f731f1c867b1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7b48afb-09f6-41d8-924b-f731f1c867b1-root {
    text-align: center;
  }


#s-e7b48afb-09f6-41d8-924b-f731f1c867b1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7b48afb-09f6-41d8-924b-f731f1c867b1-root {
    text-align: center;
  }


#s-e7b48afb-09f6-41d8-924b-f731f1c867b1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7b48afb-09f6-41d8-924b-f731f1c867b1-root {
    text-align: center;
  }


#s-e7b48afb-09f6-41d8-924b-f731f1c867b1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7b48afb-09f6-41d8-924b-f731f1c867b1-root {
    text-align: center;
  }


#s-e7b48afb-09f6-41d8-924b-f731f1c867b1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-f801ad68-2bf1-4687-9542-c2330aefb213 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-f801ad68-2bf1-4687-9542-c2330aefb213 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f801ad68-2bf1-4687-9542-c2330aefb213 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f801ad68-2bf1-4687-9542-c2330aefb213 {
  
}
}@media (max-width: 767px){#s-f801ad68-2bf1-4687-9542-c2330aefb213 {
  
}
}
#s-691e6145-4884-466b-99aa-594587b86420 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-691e6145-4884-466b-99aa-594587b86420 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-691e6145-4884-466b-99aa-594587b86420 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-691e6145-4884-466b-99aa-594587b86420 {
  
}
}@media (max-width: 767px){#s-691e6145-4884-466b-99aa-594587b86420 {
  
}
}


.shg-c#s-691e6145-4884-466b-99aa-594587b86420 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-691e6145-4884-466b-99aa-594587b86420 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-691e6145-4884-466b-99aa-594587b86420 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-691e6145-4884-466b-99aa-594587b86420 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-691e6145-4884-466b-99aa-594587b86420 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-3f42162f-de3d-441b-a0df-7c08cfe647a7 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f42162f-de3d-441b-a0df-7c08cfe647a7 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-23a50669-095e-417c-9fdf-829c39c3ef17 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-23a50669-095e-417c-9fdf-829c39c3ef17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23a50669-095e-417c-9fdf-829c39c3ef17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23a50669-095e-417c-9fdf-829c39c3ef17 {
  
}
}@media (max-width: 767px){#s-23a50669-095e-417c-9fdf-829c39c3ef17 {
  
}
}
#s-23a50669-095e-417c-9fdf-829c39c3ef17 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-23a50669-095e-417c-9fdf-829c39c3ef17 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-23a50669-095e-417c-9fdf-829c39c3ef17 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-23a50669-095e-417c-9fdf-829c39c3ef17 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-23a50669-095e-417c-9fdf-829c39c3ef17 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-23a50669-095e-417c-9fdf-829c39c3ef17 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-d1c25b9f-43fe-4660-b16b-c1262cc524fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d1c25b9f-43fe-4660-b16b-c1262cc524fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1c25b9f-43fe-4660-b16b-c1262cc524fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1c25b9f-43fe-4660-b16b-c1262cc524fe-root {
    text-align: center;
  }


#s-d1c25b9f-43fe-4660-b16b-c1262cc524fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1c25b9f-43fe-4660-b16b-c1262cc524fe-root {
    text-align: center;
  }


#s-d1c25b9f-43fe-4660-b16b-c1262cc524fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1c25b9f-43fe-4660-b16b-c1262cc524fe-root {
    text-align: center;
  }


#s-d1c25b9f-43fe-4660-b16b-c1262cc524fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1c25b9f-43fe-4660-b16b-c1262cc524fe-root {
    text-align: center;
  }


#s-d1c25b9f-43fe-4660-b16b-c1262cc524fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1c25b9f-43fe-4660-b16b-c1262cc524fe-root {
    text-align: center;
  }


#s-d1c25b9f-43fe-4660-b16b-c1262cc524fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-393fcc6f-4b83-42da-bee5-0f24eae4d7d2 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-393fcc6f-4b83-42da-bee5-0f24eae4d7d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-393fcc6f-4b83-42da-bee5-0f24eae4d7d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-393fcc6f-4b83-42da-bee5-0f24eae4d7d2 {
  
}
}@media (max-width: 767px){#s-393fcc6f-4b83-42da-bee5-0f24eae4d7d2 {
  
}
}
#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b {
  
}
}@media (max-width: 767px){#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b {
  
}
}


.shg-c#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-c4aa3d40-c7f3-4ec1-8f07-d367c6123c2b .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-63c7f1dc-c4ad-4000-9a9b-cde979cf39ed {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63c7f1dc-c4ad-4000-9a9b-cde979cf39ed .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 {
  
}
}@media (max-width: 767px){#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 {
  
}
}
#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-c6f591c1-aa82-441d-b794-24ad0f2edae1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-2caf317d-458f-44dd-95b6-b178275fde75 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2caf317d-458f-44dd-95b6-b178275fde75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2caf317d-458f-44dd-95b6-b178275fde75:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2caf317d-458f-44dd-95b6-b178275fde75-root {
    text-align: center;
  }


#s-2caf317d-458f-44dd-95b6-b178275fde75.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2caf317d-458f-44dd-95b6-b178275fde75-root {
    text-align: center;
  }


#s-2caf317d-458f-44dd-95b6-b178275fde75.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2caf317d-458f-44dd-95b6-b178275fde75-root {
    text-align: center;
  }


#s-2caf317d-458f-44dd-95b6-b178275fde75.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2caf317d-458f-44dd-95b6-b178275fde75-root {
    text-align: center;
  }


#s-2caf317d-458f-44dd-95b6-b178275fde75.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2caf317d-458f-44dd-95b6-b178275fde75-root {
    text-align: center;
  }


#s-2caf317d-458f-44dd-95b6-b178275fde75.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-13d2b95e-ac64-45d0-9e0c-322b04e8035d {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-13d2b95e-ac64-45d0-9e0c-322b04e8035d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13d2b95e-ac64-45d0-9e0c-322b04e8035d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13d2b95e-ac64-45d0-9e0c-322b04e8035d {
  
}
}@media (max-width: 767px){#s-13d2b95e-ac64-45d0-9e0c-322b04e8035d {
  
}
}
#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf {
  
}
}@media (max-width: 767px){#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf {
  
}
}


.shg-c#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-e19fffb5-4fbe-4a83-865c-d4753c74cdbf .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-b1d62869-f214-4793-b788-490acc4d697c {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1d62869-f214-4793-b788-490acc4d697c .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-5dc9aff2-bd62-45e2-a518-781a595e380f {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-5dc9aff2-bd62-45e2-a518-781a595e380f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5dc9aff2-bd62-45e2-a518-781a595e380f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5dc9aff2-bd62-45e2-a518-781a595e380f {
  
}
}@media (max-width: 767px){#s-5dc9aff2-bd62-45e2-a518-781a595e380f {
  
}
}
#s-5dc9aff2-bd62-45e2-a518-781a595e380f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-5dc9aff2-bd62-45e2-a518-781a595e380f .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-5dc9aff2-bd62-45e2-a518-781a595e380f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5dc9aff2-bd62-45e2-a518-781a595e380f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-5dc9aff2-bd62-45e2-a518-781a595e380f .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-5dc9aff2-bd62-45e2-a518-781a595e380f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-636ba254-a12c-4812-bc12-2223ffd51167 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-636ba254-a12c-4812-bc12-2223ffd51167:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-636ba254-a12c-4812-bc12-2223ffd51167:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-636ba254-a12c-4812-bc12-2223ffd51167-root {
    text-align: center;
  }


#s-636ba254-a12c-4812-bc12-2223ffd51167.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-636ba254-a12c-4812-bc12-2223ffd51167-root {
    text-align: center;
  }


#s-636ba254-a12c-4812-bc12-2223ffd51167.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-636ba254-a12c-4812-bc12-2223ffd51167-root {
    text-align: center;
  }


#s-636ba254-a12c-4812-bc12-2223ffd51167.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-636ba254-a12c-4812-bc12-2223ffd51167-root {
    text-align: center;
  }


#s-636ba254-a12c-4812-bc12-2223ffd51167.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-636ba254-a12c-4812-bc12-2223ffd51167-root {
    text-align: center;
  }


#s-636ba254-a12c-4812-bc12-2223ffd51167.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-29390bc5-c38d-40bd-ad19-81f5c3b0e727 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-29390bc5-c38d-40bd-ad19-81f5c3b0e727 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29390bc5-c38d-40bd-ad19-81f5c3b0e727 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29390bc5-c38d-40bd-ad19-81f5c3b0e727 {
  
}
}@media (max-width: 767px){#s-29390bc5-c38d-40bd-ad19-81f5c3b0e727 {
  
}
}
@media (min-width: 0px) {
[id="s-29390bc5-c38d-40bd-ad19-81f5c3b0e727"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-29390bc5-c38d-40bd-ad19-81f5c3b0e727"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-29390bc5-c38d-40bd-ad19-81f5c3b0e727"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-29390bc5-c38d-40bd-ad19-81f5c3b0e727"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-dbea856e-cb7b-455c-b90f-8e258544b125 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-dbea856e-cb7b-455c-b90f-8e258544b125 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbea856e-cb7b-455c-b90f-8e258544b125 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbea856e-cb7b-455c-b90f-8e258544b125 {
  
}
}@media (max-width: 767px){#s-dbea856e-cb7b-455c-b90f-8e258544b125 {
  
}
}
#s-00983861-0499-4cae-b7c9-22376e6b3304 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-00983861-0499-4cae-b7c9-22376e6b3304 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00983861-0499-4cae-b7c9-22376e6b3304 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00983861-0499-4cae-b7c9-22376e6b3304 {
  
}
}@media (max-width: 767px){#s-00983861-0499-4cae-b7c9-22376e6b3304 {
  
}
}


.shg-c#s-00983861-0499-4cae-b7c9-22376e6b3304 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-00983861-0499-4cae-b7c9-22376e6b3304 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-00983861-0499-4cae-b7c9-22376e6b3304 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-00983861-0499-4cae-b7c9-22376e6b3304 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-00983861-0499-4cae-b7c9-22376e6b3304 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-f6886600-624d-4b2d-a731-f1659622a908 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6886600-624d-4b2d-a731-f1659622a908 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-e4a841c3-3482-4e90-b81b-db714b91ab0d {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-e4a841c3-3482-4e90-b81b-db714b91ab0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4a841c3-3482-4e90-b81b-db714b91ab0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4a841c3-3482-4e90-b81b-db714b91ab0d {
  
}
}@media (max-width: 767px){#s-e4a841c3-3482-4e90-b81b-db714b91ab0d {
  
}
}
#s-e4a841c3-3482-4e90-b81b-db714b91ab0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-e4a841c3-3482-4e90-b81b-db714b91ab0d .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-e4a841c3-3482-4e90-b81b-db714b91ab0d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4a841c3-3482-4e90-b81b-db714b91ab0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-e4a841c3-3482-4e90-b81b-db714b91ab0d .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-e4a841c3-3482-4e90-b81b-db714b91ab0d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-1567acaf-e79b-4fda-8432-100a52508557 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1567acaf-e79b-4fda-8432-100a52508557:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1567acaf-e79b-4fda-8432-100a52508557:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1567acaf-e79b-4fda-8432-100a52508557-root {
    text-align: center;
  }


#s-1567acaf-e79b-4fda-8432-100a52508557.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1567acaf-e79b-4fda-8432-100a52508557-root {
    text-align: center;
  }


#s-1567acaf-e79b-4fda-8432-100a52508557.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1567acaf-e79b-4fda-8432-100a52508557-root {
    text-align: center;
  }


#s-1567acaf-e79b-4fda-8432-100a52508557.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1567acaf-e79b-4fda-8432-100a52508557-root {
    text-align: center;
  }


#s-1567acaf-e79b-4fda-8432-100a52508557.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1567acaf-e79b-4fda-8432-100a52508557-root {
    text-align: center;
  }


#s-1567acaf-e79b-4fda-8432-100a52508557.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-8fa66aab-3cda-4b56-a340-67aab4501fb8 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-8fa66aab-3cda-4b56-a340-67aab4501fb8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fa66aab-3cda-4b56-a340-67aab4501fb8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fa66aab-3cda-4b56-a340-67aab4501fb8 {
  
}
}@media (max-width: 767px){#s-8fa66aab-3cda-4b56-a340-67aab4501fb8 {
  
}
}
#s-e338820b-c7de-4bde-89b5-4f20730089a9 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e338820b-c7de-4bde-89b5-4f20730089a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e338820b-c7de-4bde-89b5-4f20730089a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e338820b-c7de-4bde-89b5-4f20730089a9 {
  
}
}@media (max-width: 767px){#s-e338820b-c7de-4bde-89b5-4f20730089a9 {
  
}
}


.shg-c#s-e338820b-c7de-4bde-89b5-4f20730089a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e338820b-c7de-4bde-89b5-4f20730089a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-e338820b-c7de-4bde-89b5-4f20730089a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-e338820b-c7de-4bde-89b5-4f20730089a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-e338820b-c7de-4bde-89b5-4f20730089a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-34f296bf-2eb8-4f07-954a-0dbbd9fad940 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34f296bf-2eb8-4f07-954a-0dbbd9fad940 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 {
  
}
}@media (max-width: 767px){#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 {
  
}
}
#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-69ccb8a8-0ae9-4a0f-829f-ed3df7675482 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-c14f4b17-777e-4c3a-9d32-87b45f926ff8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c14f4b17-777e-4c3a-9d32-87b45f926ff8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c14f4b17-777e-4c3a-9d32-87b45f926ff8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c14f4b17-777e-4c3a-9d32-87b45f926ff8-root {
    text-align: center;
  }


#s-c14f4b17-777e-4c3a-9d32-87b45f926ff8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c14f4b17-777e-4c3a-9d32-87b45f926ff8-root {
    text-align: center;
  }


#s-c14f4b17-777e-4c3a-9d32-87b45f926ff8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c14f4b17-777e-4c3a-9d32-87b45f926ff8-root {
    text-align: center;
  }


#s-c14f4b17-777e-4c3a-9d32-87b45f926ff8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c14f4b17-777e-4c3a-9d32-87b45f926ff8-root {
    text-align: center;
  }


#s-c14f4b17-777e-4c3a-9d32-87b45f926ff8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c14f4b17-777e-4c3a-9d32-87b45f926ff8-root {
    text-align: center;
  }


#s-c14f4b17-777e-4c3a-9d32-87b45f926ff8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-238f243a-68e2-4529-b320-4f82f0e854f3 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-238f243a-68e2-4529-b320-4f82f0e854f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-238f243a-68e2-4529-b320-4f82f0e854f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-238f243a-68e2-4529-b320-4f82f0e854f3 {
  
}
}@media (max-width: 767px){#s-238f243a-68e2-4529-b320-4f82f0e854f3 {
  
}
}
#s-44d6d603-1f6c-429c-b6bd-852a212ad66c {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-44d6d603-1f6c-429c-b6bd-852a212ad66c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44d6d603-1f6c-429c-b6bd-852a212ad66c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44d6d603-1f6c-429c-b6bd-852a212ad66c {
  
}
}@media (max-width: 767px){#s-44d6d603-1f6c-429c-b6bd-852a212ad66c {
  
}
}


.shg-c#s-44d6d603-1f6c-429c-b6bd-852a212ad66c .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-44d6d603-1f6c-429c-b6bd-852a212ad66c .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-44d6d603-1f6c-429c-b6bd-852a212ad66c .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-44d6d603-1f6c-429c-b6bd-852a212ad66c .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





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

.shg-c#s-44d6d603-1f6c-429c-b6bd-852a212ad66c .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-bd9d89ed-5dca-4366-9dc0-3a0d8f1b1ddd {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd9d89ed-5dca-4366-9dc0-3a0d8f1b1ddd .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-03925283-5132-4e53-901c-78438bd34b6c {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-03925283-5132-4e53-901c-78438bd34b6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03925283-5132-4e53-901c-78438bd34b6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03925283-5132-4e53-901c-78438bd34b6c {
  
}
}@media (max-width: 767px){#s-03925283-5132-4e53-901c-78438bd34b6c {
  
}
}
#s-03925283-5132-4e53-901c-78438bd34b6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-03925283-5132-4e53-901c-78438bd34b6c .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-03925283-5132-4e53-901c-78438bd34b6c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-03925283-5132-4e53-901c-78438bd34b6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-03925283-5132-4e53-901c-78438bd34b6c .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-03925283-5132-4e53-901c-78438bd34b6c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e5f7b938-2d20-4bea-8e27-1b58bfc61257 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e5f7b938-2d20-4bea-8e27-1b58bfc61257:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5f7b938-2d20-4bea-8e27-1b58bfc61257:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e5f7b938-2d20-4bea-8e27-1b58bfc61257-root {
    text-align: center;
  }


#s-e5f7b938-2d20-4bea-8e27-1b58bfc61257.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5f7b938-2d20-4bea-8e27-1b58bfc61257-root {
    text-align: center;
  }


#s-e5f7b938-2d20-4bea-8e27-1b58bfc61257.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5f7b938-2d20-4bea-8e27-1b58bfc61257-root {
    text-align: center;
  }


#s-e5f7b938-2d20-4bea-8e27-1b58bfc61257.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5f7b938-2d20-4bea-8e27-1b58bfc61257-root {
    text-align: center;
  }


#s-e5f7b938-2d20-4bea-8e27-1b58bfc61257.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5f7b938-2d20-4bea-8e27-1b58bfc61257-root {
    text-align: center;
  }


#s-e5f7b938-2d20-4bea-8e27-1b58bfc61257.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-92df458f-2095-4e0d-8e56-b231ecc0e7b4 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-92df458f-2095-4e0d-8e56-b231ecc0e7b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92df458f-2095-4e0d-8e56-b231ecc0e7b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92df458f-2095-4e0d-8e56-b231ecc0e7b4 {
  
}
}@media (max-width: 767px){#s-92df458f-2095-4e0d-8e56-b231ecc0e7b4 {
  
}
}
#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a {
  
}
}@media (max-width: 767px){#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a {
  
}
}


.shg-c#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-548bc452-dc4b-41c9-a8e8-0e9be0013b2a .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-ddd1e92f-7a4a-4505-b361-54b8d8c54378 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddd1e92f-7a4a-4505-b361-54b8d8c54378 .shg-product-title-component h2 span {
  color: #000;
  
  font-family: Libre Baskerville;
  
  font-size: 28px;
  
  
  text-align: center;
}

#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd {
  
}
}@media (max-width: 767px){#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd {
  
}
}
#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 24px;
}

#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd .shg-product-price {
  color: #000;
  
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 20px;
}

#s-56d87d2c-9733-4c79-8b45-58062ef9c9bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-a42bee52-cf45-494e-863b-acbbb25c6a5c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a42bee52-cf45-494e-863b-acbbb25c6a5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a42bee52-cf45-494e-863b-acbbb25c6a5c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a42bee52-cf45-494e-863b-acbbb25c6a5c-root {
    text-align: center;
  }


#s-a42bee52-cf45-494e-863b-acbbb25c6a5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a42bee52-cf45-494e-863b-acbbb25c6a5c-root {
    text-align: center;
  }


#s-a42bee52-cf45-494e-863b-acbbb25c6a5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a42bee52-cf45-494e-863b-acbbb25c6a5c-root {
    text-align: center;
  }


#s-a42bee52-cf45-494e-863b-acbbb25c6a5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a42bee52-cf45-494e-863b-acbbb25c6a5c-root {
    text-align: center;
  }


#s-a42bee52-cf45-494e-863b-acbbb25c6a5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a42bee52-cf45-494e-863b-acbbb25c6a5c-root {
    text-align: center;
  }


#s-a42bee52-cf45-494e-863b-acbbb25c6a5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-878c22e6-fe05-4a24-9f8d-137c1975cc9d {
  min-height: 50px;
background-color: rgba(239, 236, 236, 1);
}








#s-878c22e6-fe05-4a24-9f8d-137c1975cc9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-878c22e6-fe05-4a24-9f8d-137c1975cc9d.shg-box.shg-c {
  justify-content: center;
}

#s-21dfd6f8-7bc2-454d-8e34-00f2515cad04 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-21dfd6f8-7bc2-454d-8e34-00f2515cad04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21dfd6f8-7bc2-454d-8e34-00f2515cad04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21dfd6f8-7bc2-454d-8e34-00f2515cad04 {
  
}
}@media (max-width: 767px){#s-21dfd6f8-7bc2-454d-8e34-00f2515cad04 {
  
}
}







#s-21dfd6f8-7bc2-454d-8e34-00f2515cad04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21dfd6f8-7bc2-454d-8e34-00f2515cad04.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c36385cd-5911-4e91-a59c-6d4090f8f4dc {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-c36385cd-5911-4e91-a59c-6d4090f8f4dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c36385cd-5911-4e91-a59c-6d4090f8f4dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c36385cd-5911-4e91-a59c-6d4090f8f4dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c36385cd-5911-4e91-a59c-6d4090f8f4dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  margin-bottom: 0px;
max-width: 2048px;
text-align: center;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813-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-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image {
  box-sizing: border-box;
}



.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813-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-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image {
  box-sizing: border-box;
}



.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813-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-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image {
  box-sizing: border-box;
}



.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813-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-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image {
  box-sizing: border-box;
}



.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813-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-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813.shogun-image {
  box-sizing: border-box;
}



.s-9a5af6fd-2e37-483d-bd9f-bc2e982cd813 img.shogun-image {
  
}


}
#s-efeb506c-724e-4a25-86ed-b2bd22b77274 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(253, 244, 235, 1);
}








#s-efeb506c-724e-4a25-86ed-b2bd22b77274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efeb506c-724e-4a25-86ed-b2bd22b77274.shg-box.shg-c {
  justify-content: flex-start;
}

#s-03c3a32d-053e-4b0b-be2b-d08fe49e06bb {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-03c3a32d-053e-4b0b-be2b-d08fe49e06bb .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}



#s-574ba954-4d21-4029-8af4-40a42c27249d {
  margin-bottom: 20px;
}

#s-0d4da9ed-9fb1-4778-921c-6fd13b906e91 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 12, 29, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(241, 12, 29, 1);
}
#s-0d4da9ed-9fb1-4778-921c-6fd13b906e91:hover {border-style: solid !important;
border-color: rgba(5, 152, 250, 1) !important;
background-color: rgba(5, 152, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0d4da9ed-9fb1-4778-921c-6fd13b906e91:active {border-style: solid !important;
border-color: rgba(5, 152, 250, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0d4da9ed-9fb1-4778-921c-6fd13b906e91-root {
    text-align: center;
  }


#s-0d4da9ed-9fb1-4778-921c-6fd13b906e91.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d4da9ed-9fb1-4778-921c-6fd13b906e91-root {
    text-align: center;
  }


#s-0d4da9ed-9fb1-4778-921c-6fd13b906e91.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d4da9ed-9fb1-4778-921c-6fd13b906e91-root {
    text-align: center;
  }


#s-0d4da9ed-9fb1-4778-921c-6fd13b906e91.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d4da9ed-9fb1-4778-921c-6fd13b906e91-root {
    text-align: center;
  }


#s-0d4da9ed-9fb1-4778-921c-6fd13b906e91.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d4da9ed-9fb1-4778-921c-6fd13b906e91-root {
    text-align: center;
  }


#s-0d4da9ed-9fb1-4778-921c-6fd13b906e91.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  margin-bottom: 0px;
max-width: 2048px;
text-align: center;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3-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-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image {
  box-sizing: border-box;
}



.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3-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-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image {
  box-sizing: border-box;
}



.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3-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-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image {
  box-sizing: border-box;
}



.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3-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-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image {
  box-sizing: border-box;
}



.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3-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-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f3afe69-9e36-4f6b-91d4-826125e081a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f3afe69-9e36-4f6b-91d4-826125e081a3.shogun-image {
  box-sizing: border-box;
}



.s-6f3afe69-9e36-4f6b-91d4-826125e081a3 img.shogun-image {
  
}


}
#s-1f048627-3012-462b-92c9-e9ef8d70642c {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(253, 244, 235, 1);
}








#s-1f048627-3012-462b-92c9-e9ef8d70642c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f048627-3012-462b-92c9-e9ef8d70642c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6094cde-92fa-4a22-9268-e3619c847175 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a6094cde-92fa-4a22-9268-e3619c847175 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}



#s-714885a4-eecd-4dba-9fed-b26ff44e1985 {
  margin-bottom: 20px;
}

#s-470cc8f0-92c0-4a10-a281-f19a48bca7a4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 12, 29, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(241, 12, 29, 1);
}
#s-470cc8f0-92c0-4a10-a281-f19a48bca7a4:hover {border-style: solid !important;
border-color: rgba(5, 152, 250, 1) !important;
background-color: rgba(5, 152, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-470cc8f0-92c0-4a10-a281-f19a48bca7a4:active {border-style: solid !important;
border-color: rgba(5, 152, 250, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-470cc8f0-92c0-4a10-a281-f19a48bca7a4-root {
    text-align: center;
  }


#s-470cc8f0-92c0-4a10-a281-f19a48bca7a4.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-470cc8f0-92c0-4a10-a281-f19a48bca7a4-root {
    text-align: center;
  }


#s-470cc8f0-92c0-4a10-a281-f19a48bca7a4.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-470cc8f0-92c0-4a10-a281-f19a48bca7a4-root {
    text-align: center;
  }


#s-470cc8f0-92c0-4a10-a281-f19a48bca7a4.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-470cc8f0-92c0-4a10-a281-f19a48bca7a4-root {
    text-align: center;
  }


#s-470cc8f0-92c0-4a10-a281-f19a48bca7a4.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-470cc8f0-92c0-4a10-a281-f19a48bca7a4-root {
    text-align: center;
  }


#s-470cc8f0-92c0-4a10-a281-f19a48bca7a4.shg-btn {
  color: rgba(241, 12, 29, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e0245579-44ca-40a9-bf5b-f06057ac4907 {
  margin-left: auto;
margin-right: auto;
}

#s-e0245579-44ca-40a9-bf5b-f06057ac4907 hr {
  border-top: 2px solid #ddd;
}

#s-413786ad-d57c-4470-a2b4-aec3b3401601 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-413786ad-d57c-4470-a2b4-aec3b3401601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-413786ad-d57c-4470-a2b4-aec3b3401601 {
  cursor: pointer;
}#s-413786ad-d57c-4470-a2b4-aec3b3401601.shg-box.shg-c {
  justify-content: center;
}

#s-cc144d28-4bf0-42ec-a11a-e5811273d852 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cc144d28-4bf0-42ec-a11a-e5811273d852 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 39px;
  
  
  
}



#s-27eb8f3d-3d9c-4614-9a4e-90981594c909 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-27eb8f3d-3d9c-4614-9a4e-90981594c909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27eb8f3d-3d9c-4614-9a4e-90981594c909.shg-box.shg-c {
  justify-content: center;
}

#s-eaa4e935-b073-4c9c-9a45-b0804dcc27e8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaa4e935-b073-4c9c-9a45-b0804dcc27e8 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



@media (min-width: 0px) {
[id="s-53425c53-fca0-477e-9cfb-c2f77afb1a54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-53425c53-fca0-477e-9cfb-c2f77afb1a54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-53425c53-fca0-477e-9cfb-c2f77afb1a54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-53425c53-fca0-477e-9cfb-c2f77afb1a54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9acb9fb1-cfd5-450e-8146-fbcce5245e06 {
  margin-bottom: 10px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9acb9fb1-cfd5-450e-8146-fbcce5245e06 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9acb9fb1-cfd5-450e-8146-fbcce5245e06 img.shogun-image,
  #s-9acb9fb1-cfd5-450e-8146-fbcce5245e06 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9acb9fb1-cfd5-450e-8146-fbcce5245e06 {
    width: 100%;
    height: auto;
  }



  #s-9acb9fb1-cfd5-450e-8146-fbcce5245e06 img.shogun-image {
    

    
    
    
  }


#s-9acb9fb1-cfd5-450e-8146-fbcce5245e06 .shogun-image-content {
  
    justify-content: center;
  
}

#s-200342ee-8702-4130-9d76-3332b2ae64e0 {
  margin-bottom: 10px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-200342ee-8702-4130-9d76-3332b2ae64e0 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-200342ee-8702-4130-9d76-3332b2ae64e0 img.shogun-image,
  #s-200342ee-8702-4130-9d76-3332b2ae64e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-200342ee-8702-4130-9d76-3332b2ae64e0 {
    width: 100%;
    height: auto;
  }



  #s-200342ee-8702-4130-9d76-3332b2ae64e0 img.shogun-image {
    

    
    
    
  }


#s-200342ee-8702-4130-9d76-3332b2ae64e0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a67524d8-430c-4f61-b465-b7fcce8d0f00 {
  margin-bottom: 10px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a67524d8-430c-4f61-b465-b7fcce8d0f00 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a67524d8-430c-4f61-b465-b7fcce8d0f00 img.shogun-image,
  #s-a67524d8-430c-4f61-b465-b7fcce8d0f00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a67524d8-430c-4f61-b465-b7fcce8d0f00 {
    width: 100%;
    height: auto;
  }



  #s-a67524d8-430c-4f61-b465-b7fcce8d0f00 img.shogun-image {
    

    
    
    
  }


#s-a67524d8-430c-4f61-b465-b7fcce8d0f00 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0ac6aa3d-d9ae-4336-addc-d29bc54c275b {
  margin-bottom: 10px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0ac6aa3d-d9ae-4336-addc-d29bc54c275b {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0ac6aa3d-d9ae-4336-addc-d29bc54c275b img.shogun-image,
  #s-0ac6aa3d-d9ae-4336-addc-d29bc54c275b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ac6aa3d-d9ae-4336-addc-d29bc54c275b {
    width: 100%;
    height: auto;
  }



  #s-0ac6aa3d-d9ae-4336-addc-d29bc54c275b img.shogun-image {
    

    
    
    
  }


#s-0ac6aa3d-d9ae-4336-addc-d29bc54c275b .shogun-image-content {
  
    justify-content: center;
  
}

#s-eeab0abd-cefd-4a3b-82ed-ecb7a8fc9431 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-eeab0abd-cefd-4a3b-82ed-ecb7a8fc9431"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eeab0abd-cefd-4a3b-82ed-ecb7a8fc9431"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eeab0abd-cefd-4a3b-82ed-ecb7a8fc9431"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eeab0abd-cefd-4a3b-82ed-ecb7a8fc9431"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1a7207ab-ab65-48e5-8de8-4fe84ad62355 {
  margin-left: auto;
margin-right: auto;
}

#s-30dffdb5-6e46-4533-bbb3-28eca6d5a5e9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-30dffdb5-6e46-4533-bbb3-28eca6d5a5e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30dffdb5-6e46-4533-bbb3-28eca6d5a5e9.shg-box.shg-c {
  justify-content: center;
}

#s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60-root {
    text-align: center;
  }


#s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60-root {
    text-align: center;
  }


#s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60-root {
    text-align: center;
  }


#s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60-root {
    text-align: center;
  }


#s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60-root {
    text-align: center;
  }


#s-c881cdb3-0ac4-4dd2-aa37-b83ec4889e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e6b2553a-472f-4304-84b4-eab9c4b790af {
  margin-left: auto;
margin-right: auto;
}

#s-6a11b957-57c9-42df-b3a7-7ede2d256dcb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6a11b957-57c9-42df-b3a7-7ede2d256dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a11b957-57c9-42df-b3a7-7ede2d256dcb.shg-box.shg-c {
  justify-content: center;
}

#s-3d63255e-bcae-46d9-9335-85ed482ae3a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3d63255e-bcae-46d9-9335-85ed482ae3a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d63255e-bcae-46d9-9335-85ed482ae3a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d63255e-bcae-46d9-9335-85ed482ae3a6-root {
    text-align: center;
  }


#s-3d63255e-bcae-46d9-9335-85ed482ae3a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d63255e-bcae-46d9-9335-85ed482ae3a6-root {
    text-align: center;
  }


#s-3d63255e-bcae-46d9-9335-85ed482ae3a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d63255e-bcae-46d9-9335-85ed482ae3a6-root {
    text-align: center;
  }


#s-3d63255e-bcae-46d9-9335-85ed482ae3a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d63255e-bcae-46d9-9335-85ed482ae3a6-root {
    text-align: center;
  }


#s-3d63255e-bcae-46d9-9335-85ed482ae3a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d63255e-bcae-46d9-9335-85ed482ae3a6-root {
    text-align: center;
  }


#s-3d63255e-bcae-46d9-9335-85ed482ae3a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fe012e31-4740-4520-b8bc-6cc00bdf6bce {
  margin-left: auto;
margin-right: auto;
}

#s-1ce40ee0-9038-4215-82ca-1cc4a5f9496a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1ce40ee0-9038-4215-82ca-1cc4a5f9496a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ce40ee0-9038-4215-82ca-1cc4a5f9496a.shg-box.shg-c {
  justify-content: center;
}

#s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8-root {
    text-align: center;
  }


#s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8-root {
    text-align: center;
  }


#s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8-root {
    text-align: center;
  }


#s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8-root {
    text-align: center;
  }


#s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8-root {
    text-align: center;
  }


#s-48c2e323-bd18-4347-b8ae-1dc6af56bdb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-07e32f88-53c0-4dd3-b611-baf3e4efe9f3 {
  margin-left: auto;
margin-right: auto;
}

#s-886a781c-b7e6-457d-9cfb-f61c3ce154b1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-886a781c-b7e6-457d-9cfb-f61c3ce154b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-886a781c-b7e6-457d-9cfb-f61c3ce154b1.shg-box.shg-c {
  justify-content: center;
}

#s-3ae8a7da-ecf9-49f1-970d-1cc240892338 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3ae8a7da-ecf9-49f1-970d-1cc240892338:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ae8a7da-ecf9-49f1-970d-1cc240892338:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ae8a7da-ecf9-49f1-970d-1cc240892338-root {
    text-align: center;
  }


#s-3ae8a7da-ecf9-49f1-970d-1cc240892338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ae8a7da-ecf9-49f1-970d-1cc240892338-root {
    text-align: center;
  }


#s-3ae8a7da-ecf9-49f1-970d-1cc240892338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ae8a7da-ecf9-49f1-970d-1cc240892338-root {
    text-align: center;
  }


#s-3ae8a7da-ecf9-49f1-970d-1cc240892338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ae8a7da-ecf9-49f1-970d-1cc240892338-root {
    text-align: center;
  }


#s-3ae8a7da-ecf9-49f1-970d-1cc240892338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ae8a7da-ecf9-49f1-970d-1cc240892338-root {
    text-align: center;
  }


#s-3ae8a7da-ecf9-49f1-970d-1cc240892338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-864783e8-54ef-4496-be42-b95aa035e484 {
  min-height: 50px;
}








#s-864783e8-54ef-4496-be42-b95aa035e484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-864783e8-54ef-4496-be42-b95aa035e484.shg-box.shg-c {
  justify-content: center;
}

#s-01c245c1-3e29-402b-8e60-b05daf7ead71 hr {
  border-top: 2px solid #ddd;
}

#s-01ecb3e7-80a6-4afe-ab8e-a38e5a50d762 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-01ecb3e7-80a6-4afe-ab8e-a38e5a50d762 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
}
}
#s-01ecb3e7-80a6-4afe-ab8e-a38e5a50d762 {
  background-image: url();
}








#s-01ecb3e7-80a6-4afe-ab8e-a38e5a50d762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01ecb3e7-80a6-4afe-ab8e-a38e5a50d762.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-01ecb3e7-80a6-4afe-ab8e-a38e5a50d762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01ecb3e7-80a6-4afe-ab8e-a38e5a50d762.shg-box.shg-c {
  justify-content: center;
}
}
#s-6f8750f3-38ae-4bc0-9d2e-d34ebc1feded {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6f8750f3-38ae-4bc0-9d2e-d34ebc1feded {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f8750f3-38ae-4bc0-9d2e-d34ebc1feded {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f8750f3-38ae-4bc0-9d2e-d34ebc1feded {
  
}
}@media (max-width: 767px){#s-6f8750f3-38ae-4bc0-9d2e-d34ebc1feded {
  
}
}
#s-6f8750f3-38ae-4bc0-9d2e-d34ebc1feded .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-6f8750f3-38ae-4bc0-9d2e-d34ebc1feded .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-84b0e890-65bd-4696-b3a8-8123baa643af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-84b0e890-65bd-4696-b3a8-8123baa643af"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-84b0e890-65bd-4696-b3a8-8123baa643af"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-84b0e890-65bd-4696-b3a8-8123baa643af"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-6ebb871f-5a8e-4bc5-80e6-2eed23d90d23 {
  border-radius: 200px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6ebb871f-5a8e-4bc5-80e6-2eed23d90d23 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6ebb871f-5a8e-4bc5-80e6-2eed23d90d23 img.shogun-image,
  #s-6ebb871f-5a8e-4bc5-80e6-2eed23d90d23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ebb871f-5a8e-4bc5-80e6-2eed23d90d23 {
    width: 100%;
    height: auto;
  }



  #s-6ebb871f-5a8e-4bc5-80e6-2eed23d90d23 img.shogun-image {
    

    
    
    
  }


#s-6ebb871f-5a8e-4bc5-80e6-2eed23d90d23 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5011fdee-2a19-46aa-813d-3d268017642c {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5011fdee-2a19-46aa-813d-3d268017642c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5011fdee-2a19-46aa-813d-3d268017642c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5011fdee-2a19-46aa-813d-3d268017642c {
  
}
}@media (max-width: 767px){#s-5011fdee-2a19-46aa-813d-3d268017642c {
  
}
}
#s-5011fdee-2a19-46aa-813d-3d268017642c .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5011fdee-2a19-46aa-813d-3d268017642c .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-449ae622-94e2-4daf-84a0-c0b2ed2a6af4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-449ae622-94e2-4daf-84a0-c0b2ed2a6af4 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-449ae622-94e2-4daf-84a0-c0b2ed2a6af4 img.shogun-image,
  #s-449ae622-94e2-4daf-84a0-c0b2ed2a6af4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-449ae622-94e2-4daf-84a0-c0b2ed2a6af4 {
    width: 100%;
    height: auto;
  }



  #s-449ae622-94e2-4daf-84a0-c0b2ed2a6af4 img.shogun-image {
    

    
    
    
  }


#s-449ae622-94e2-4daf-84a0-c0b2ed2a6af4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dce2177b-704a-4d80-9365-80078d0d61a7 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-dce2177b-704a-4d80-9365-80078d0d61a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dce2177b-704a-4d80-9365-80078d0d61a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dce2177b-704a-4d80-9365-80078d0d61a7 {
  
}
}@media (max-width: 767px){#s-dce2177b-704a-4d80-9365-80078d0d61a7 {
  
}
}
#s-dce2177b-704a-4d80-9365-80078d0d61a7 .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dce2177b-704a-4d80-9365-80078d0d61a7 .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-02a2dfc2-92fb-4988-80ef-4c8a6139350a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-02a2dfc2-92fb-4988-80ef-4c8a6139350a {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-02a2dfc2-92fb-4988-80ef-4c8a6139350a img.shogun-image,
  #s-02a2dfc2-92fb-4988-80ef-4c8a6139350a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02a2dfc2-92fb-4988-80ef-4c8a6139350a {
    width: 100%;
    height: auto;
  }



  #s-02a2dfc2-92fb-4988-80ef-4c8a6139350a img.shogun-image {
    

    
    
    
  }


#s-02a2dfc2-92fb-4988-80ef-4c8a6139350a .shogun-image-content {
  
    justify-content: center;
  
}

#s-20060f09-057b-4087-9d86-cec6c8a4a396 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-20060f09-057b-4087-9d86-cec6c8a4a396 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20060f09-057b-4087-9d86-cec6c8a4a396 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20060f09-057b-4087-9d86-cec6c8a4a396 {
  
}
}@media (max-width: 767px){#s-20060f09-057b-4087-9d86-cec6c8a4a396 {
  
}
}
#s-20060f09-057b-4087-9d86-cec6c8a4a396 .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-20060f09-057b-4087-9d86-cec6c8a4a396 .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-9f034df7-a8f1-4370-8032-dde0a1ac2c82 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9f034df7-a8f1-4370-8032-dde0a1ac2c82 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9f034df7-a8f1-4370-8032-dde0a1ac2c82 img.shogun-image,
  #s-9f034df7-a8f1-4370-8032-dde0a1ac2c82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f034df7-a8f1-4370-8032-dde0a1ac2c82 {
    width: 100%;
    height: auto;
  }



  #s-9f034df7-a8f1-4370-8032-dde0a1ac2c82 img.shogun-image {
    

    
    
    
  }


#s-9f034df7-a8f1-4370-8032-dde0a1ac2c82 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6fc18d32-4895-4657-b4a5-ea634763b8c5 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6fc18d32-4895-4657-b4a5-ea634763b8c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fc18d32-4895-4657-b4a5-ea634763b8c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fc18d32-4895-4657-b4a5-ea634763b8c5 {
  
}
}@media (max-width: 767px){#s-6fc18d32-4895-4657-b4a5-ea634763b8c5 {
  
}
}
#s-6fc18d32-4895-4657-b4a5-ea634763b8c5 .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6fc18d32-4895-4657-b4a5-ea634763b8c5 .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-800980cb-2485-4b38-961e-5a856694403b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-800980cb-2485-4b38-961e-5a856694403b {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-800980cb-2485-4b38-961e-5a856694403b img.shogun-image,
  #s-800980cb-2485-4b38-961e-5a856694403b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-800980cb-2485-4b38-961e-5a856694403b {
    width: 100%;
    height: auto;
  }



  #s-800980cb-2485-4b38-961e-5a856694403b img.shogun-image {
    

    
    
    
  }


#s-800980cb-2485-4b38-961e-5a856694403b .shogun-image-content {
  
    justify-content: center;
  
}

#s-0fe7d572-17f9-4e15-8730-c9b0b0fed627 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0fe7d572-17f9-4e15-8730-c9b0b0fed627 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fe7d572-17f9-4e15-8730-c9b0b0fed627 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fe7d572-17f9-4e15-8730-c9b0b0fed627 {
  
}
}@media (max-width: 767px){#s-0fe7d572-17f9-4e15-8730-c9b0b0fed627 {
  
}
}
#s-0fe7d572-17f9-4e15-8730-c9b0b0fed627 .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0fe7d572-17f9-4e15-8730-c9b0b0fed627 .shogun-heading-component h3 {
  color: rgba(26, 138, 155, 1);
  font-weight:  700 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
