.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-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}

#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-image: url(https://i.shgcdn.com/81f91dd3-5155-4cec-8a3b-00b4aff4de00/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-image: url(https://i.shgcdn.com/81f91dd3-5155-4cec-8a3b-00b4aff4de00/-/resize/480x/);
}
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-image: url(https://i.shgcdn.com/81f91dd3-5155-4cec-8a3b-00b4aff4de00/-/resize/960x/);
}
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-image: url(https://i.shgcdn.com/81f91dd3-5155-4cec-8a3b-00b4aff4de00/-/resize/768x/);
}
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-image: url(https://i.shgcdn.com/81f91dd3-5155-4cec-8a3b-00b4aff4de00/-/resize/1536x/);
}
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-image: url(https://i.shgcdn.com/81f91dd3-5155-4cec-8a3b-00b4aff4de00/-/resize/1024x/);
}
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-image: url(https://i.shgcdn.com/81f91dd3-5155-4cec-8a3b-00b4aff4de00/-/resize/2048x/);
}
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-image: url(https://i.shgcdn.com/81f91dd3-5155-4cec-8a3b-00b4aff4de00/-/resize/1200x/);
}
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 {
  background-image: url(https://i.shgcdn.com/81f91dd3-5155-4cec-8a3b-00b4aff4de00/-/resize/2048x/);
}
#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e5fd295-09bc-4938-bc1a-8fdc61cc3442.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-e92a48e8-53bf-49c7-a05e-ab7db68592c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}

#s-e92a48e8-53bf-49c7-a05e-ab7db68592c2 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



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

#s-2cd3c028-ce9b-4c9b-88d8-801544dd6d21 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 24px;
padding-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-2cd3c028-ce9b-4c9b-88d8-801544dd6d21"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2cd3c028-ce9b-4c9b-88d8-801544dd6d21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2cd3c028-ce9b-4c9b-88d8-801544dd6d21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2cd3c028-ce9b-4c9b-88d8-801544dd6d21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1836ef6f-1915-4bad-977a-17612d08ee6c {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

.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-d56e5dd7-0d06-4203-90d1-5a98de519c7c {
  margin-top: 17px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
text-align: left;
}



.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  aspect-ratio: 2/;
  
  
  
  
  
  
  
}



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

.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  aspect-ratio: 2/;
  
  
  
  
  
  
  
}



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

.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  aspect-ratio: 2/;
  
  
  
  
  
  
  
}



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

.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  aspect-ratio: 2/;
  
  
  
  
  
  
  
}



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

.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c .shg-image-zoom,
.shg-c#s-d56e5dd7-0d06-4203-90d1-5a98de519c7c img.shogun-image {
  aspect-ratio: 2/;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.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;
  
  
  text-transform: none;
  
  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-e3e99ce1-86d0-4010-a9ba-1346b1f5333f {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
}

#s-e3e99ce1-86d0-4010-a9ba-1346b1f5333f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-665d9dab-e44d-458a-907e-0a786b8bf7e9 {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
text-align: left;
}



.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88f1b42-eb74-444a-9b5e-5d108eaa9cde img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f8c8cb4e-c471-45da-b00b-ae7b7eb4635e {
  margin-left: auto;
margin-right: auto;
padding-top: 18px;
padding-bottom: 18px;
text-align: center;
}

#s-f8c8cb4e-c471-45da-b00b-ae7b7eb4635e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-08e6c797-c298-4bed-bb0e-84264efbc457 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 9px;
padding-bottom: 9px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-72b8a756-cde5-4b6c-b1a2-549c1e62b68b {
  margin-left: auto;
margin-right: auto;
}

#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}



.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9456de62-5a61-4f2d-a2f0-b9967e46a28f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-587e37ee-44f3-4235-9d08-7a8e803b4b98 {
  margin-top: -3px;
margin-left: auto;
margin-bottom: -3px;
margin-right: auto;
padding-top: 9px;
padding-bottom: 9px;
text-align: center;
}

#s-587e37ee-44f3-4235-9d08-7a8e803b4b98 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-36084040-96cf-4af3-a72f-22bbead49daa {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-bottom: 4px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-564fa61c-2a1e-40b0-b489-542c487ebfeb {
  margin-top: 17px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
text-align: left;
}



.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564fa61c-2a1e-40b0-b489-542c487ebfeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-82c82646-d176-480a-9ce8-0247eb8ce1f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
}

#s-82c82646-d176-480a-9ce8-0247eb8ce1f9 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-54584bb4-4371-458b-8fbf-516d9bf577ee {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-54584bb4-4371-458b-8fbf-516d9bf577ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-54584bb4-4371-458b-8fbf-516d9bf577ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-54584bb4-4371-458b-8fbf-516d9bf577ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-54584bb4-4371-458b-8fbf-516d9bf577ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9697e379-1a43-4e6b-90df-c8ed8c664747 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
text-align: left;
}



.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  aspect-ratio: 1;
  
  
  
  
  
  
  
}



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

.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  aspect-ratio: 1;
  
  
  
  
  
  
  
}



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

.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  aspect-ratio: 1;
  
  
  
  
  
  
  
}



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

.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  aspect-ratio: 1;
  
  
  
  
  
  
  
}



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

.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 .shg-image-zoom,
.shg-c#s-10ae3716-185d-4cbb-81c0-fb675fb530a9 img.shogun-image {
  aspect-ratio: 1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-abbee044-9131-4f27-aad8-10dc942c1395 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-abbee044-9131-4f27-aad8-10dc942c1395 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-83134487-a76a-41c9-868d-b1418de912e1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 {
  margin-top: 49px;
margin-left: auto;
margin-bottom: 49px;
margin-right: auto;
text-align: left;
}



.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a609cde-7cdf-4900-8d9f-5e6e4085bdc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6b57e93c-5de5-42ae-a120-5d7eb6e8d2b4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-6b57e93c-5de5-42ae-a120-5d7eb6e8d2b4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-72029afb-4d8f-4b39-b0f5-edf71c495e5e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
text-align: left;
}



.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-095b817e-09eb-4357-8ed9-3eb6d3a7a553 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e1cf1c5-cefe-49a7-9d39-fa7f020fc2b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 13px;
padding-bottom: 13px;
text-align: center;
}

#s-8e1cf1c5-cefe-49a7-9d39-fa7f020fc2b9 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-3bf73ad0-2525-4416-99a3-6331ecbc1245 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}



.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a6ca1f-cf25-43f5-a965-d6db81048f07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4c32c038-0c92-47ce-bbc5-0604381f28a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}

#s-4c32c038-0c92-47ce-bbc5-0604381f28a0 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-9fc023f0-65cf-4510-9e96-19f46acd7e67 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 24px;
padding-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-9fc023f0-65cf-4510-9e96-19f46acd7e67"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9fc023f0-65cf-4510-9e96-19f46acd7e67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9fc023f0-65cf-4510-9e96-19f46acd7e67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9fc023f0-65cf-4510-9e96-19f46acd7e67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3da1042b-9bed-43dc-ad72-946b7ae5a3d8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fd93c45-f218-47bf-a34b-666d0bd3dffd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-920f89be-b0b9-4723-867a-88aa927ced95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-920f89be-b0b9-4723-867a-88aa927ced95 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-73c3471f-5982-45e8-90a7-92ee42a9bd57 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-d8aef7a4-e003-491f-a904-d12bca3841c8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}



.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8aef7a4-e003-491f-a904-d12bca3841c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5205045b-28b4-4c43-946f-d651b172c3a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-5205045b-28b4-4c43-946f-d651b172c3a7 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-e15b75ee-0b4f-4e90-82ba-ee2ad98ca34b {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
min-height: 50px;
}








#s-e15b75ee-0b4f-4e90-82ba-ee2ad98ca34b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e15b75ee-0b4f-4e90-82ba-ee2ad98ca34b.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd654b21-b68f-4083-9e8c-f407bb2e5025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd654b21-b68f-4083-9e8c-f407bb2e5025 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd654b21-b68f-4083-9e8c-f407bb2e5025.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ebb947d7-6acd-4852-a87a-f18d704eba32 {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 18px;
padding-bottom: 18px;
}

@media (min-width: 0px) {
[id="s-ebb947d7-6acd-4852-a87a-f18d704eba32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ebb947d7-6acd-4852-a87a-f18d704eba32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ebb947d7-6acd-4852-a87a-f18d704eba32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ebb947d7-6acd-4852-a87a-f18d704eba32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f34e3797-744c-4c1d-9bd8-35be7c4a3e26 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}



.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9799b84-c432-4afa-becd-23cc6dd1ac19 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f21d5fe0-cd0e-44dc-a9ed-a6e494f3a015 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}

#s-f21d5fe0-cd0e-44dc-a9ed-a6e494f3a015 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-c7bfc231-d54f-4e72-a1cd-a76b88e41f8f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a {
  margin-top: 23px;
margin-left: auto;
margin-bottom: 23px;
margin-right: auto;
padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}



.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ffb5276-ee5d-42a9-a3cf-1cbb4de1526a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-02fc40c3-4af1-4c79-9e04-08f7626b1b77 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-bottom: 24px;
text-align: center;
}

#s-02fc40c3-4af1-4c79-9e04-08f7626b1b77 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-3288d0a2-175d-472f-bdcc-59cd2f34cc78 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 9px;
padding-bottom: 9px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}



.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a6827b1-fa59-4ced-b9bb-300a0ae5c6bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8fac3421-e0a6-4d2d-99e5-3dea6fff9fc5 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}

#s-8fac3421-e0a6-4d2d-99e5-3dea6fff9fc5 .shg-product-title-component h1 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-c6717e24-893f-4416-8eb1-c5aaf44df352 {
  margin-top: -3px;
margin-left: auto;
margin-bottom: -3px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-15e6658b-918c-49d7-a8df-e17b5d781c40 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: left;
}



.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e6658b-918c-49d7-a8df-e17b5d781c40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e9b8882a-7914-41e6-a248-ae6b32cbca40 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-e9b8882a-7914-41e6-a248-ae6b32cbca40 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-25159f9a-ae3f-4825-872f-c4cfbb0facf6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-25159f9a-ae3f-4825-872f-c4cfbb0facf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25159f9a-ae3f-4825-872f-c4cfbb0facf6.shg-box.shg-c {
  justify-content: center;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-74493f25-8472-4fd1-8342-a1ef05aba3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-74493f25-8472-4fd1-8342-a1ef05aba3b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74493f25-8472-4fd1-8342-a1ef05aba3b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8bb8757c-69b4-475e-9870-bd912986ed4c {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8bb8757c-69b4-475e-9870-bd912986ed4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8bb8757c-69b4-475e-9870-bd912986ed4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8bb8757c-69b4-475e-9870-bd912986ed4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8bb8757c-69b4-475e-9870-bd912986ed4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ed9042f2-d366-4203-8822-180fedcc1840 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-092ec2c3-8177-46ac-96eb-6c0119687c5c {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 6px;
margin-right: auto;
text-align: left;
}



.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092ec2c3-8177-46ac-96eb-6c0119687c5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-24638d04-2cbd-4d2b-8c81-57f4b4c5cb53 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24638d04-2cbd-4d2b-8c81-57f4b4c5cb53 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-8c0b2d5b-6528-4228-9f6f-4e34de7792df {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
text-align: left;
}



.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4af5cbe-ac1e-4d1f-9c10-8f85978de164 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6a42b02-5e42-4cf7-a1d9-783dd862c917 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6a42b02-5e42-4cf7-a1d9-783dd862c917 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 15px;
  
  
  
}

/*
  $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;
}
