.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-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}

#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-image: url(https://i.shgcdn.com/ae593667-81e0-4a06-8872-297281029e99/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-image: url(https://i.shgcdn.com/ae593667-81e0-4a06-8872-297281029e99/-/resize/480x/);
}
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-image: url(https://i.shgcdn.com/ae593667-81e0-4a06-8872-297281029e99/-/resize/960x/);
}
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-image: url(https://i.shgcdn.com/ae593667-81e0-4a06-8872-297281029e99/-/resize/768x/);
}
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-image: url(https://i.shgcdn.com/ae593667-81e0-4a06-8872-297281029e99/-/resize/1536x/);
}
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-image: url(https://i.shgcdn.com/ae593667-81e0-4a06-8872-297281029e99/-/resize/1024x/);
}
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-image: url(https://i.shgcdn.com/ae593667-81e0-4a06-8872-297281029e99/-/resize/2048x/);
}
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-image: url(https://i.shgcdn.com/ae593667-81e0-4a06-8872-297281029e99/-/resize/1200x/);
}
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 {
  background-image: url(https://i.shgcdn.com/ae593667-81e0-4a06-8872-297281029e99/-/resize/2048x/);
}
#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfc0bccc-7db4-4ca3-930e-6617111d53d5.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-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}
}
#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8-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-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add background color handling */
  background: rgba(255, 255, 255, 0);
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image {
  box-sizing: border-box;
}



.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8-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-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  
  
}

.shg-image-content-margin-container-s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image {
  box-sizing: border-box;
}



.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8-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-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image {
  box-sizing: border-box;
}



.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8-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-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image {
  box-sizing: border-box;
}



.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8-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-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3674c19-87dc-48af-83ca-00b4fbbef7f8.shogun-image {
  box-sizing: border-box;
}



.s-a3674c19-87dc-48af-83ca-00b4fbbef7f8 img.shogun-image {
  
}


}
#s-286e9f20-95a4-43ca-9c74-369e95a67146 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 25px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
min-height: 50px;
background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-286e9f20-95a4-43ca-9c74-369e95a67146 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-286e9f20-95a4-43ca-9c74-369e95a67146 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-286e9f20-95a4-43ca-9c74-369e95a67146.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;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-9e83c2d6-dced-4a25-8209-76f6ed60a317 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 87, 87, 1);
}

#s-9e83c2d6-dced-4a25-8209-76f6ed60a317 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-c93dc864-3015-4f4b-8c59-91325f230ee8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c93dc864-3015-4f4b-8c59-91325f230ee8 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c93dc864-3015-4f4b-8c59-91325f230ee8 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-c93dc864-3015-4f4b-8c59-91325f230ee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c93dc864-3015-4f4b-8c59-91325f230ee8.shg-box.shg-c {
  justify-content: center;
}

#s-dccc63d5-b73a-4245-9aeb-74d65fb89491 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(98, 98, 98, 1);
border-style: none;
text-align: center;
background-color: rgba(239, 196, 46, 0);
}
@media (max-width: 767px){#s-dccc63d5-b73a-4245-9aeb-74d65fb89491 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dccc63d5-b73a-4245-9aeb-74d65fb89491 .shogun-heading-component h3 {
  color: rgba(98, 98, 98, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-37461d4c-8baf-4217-b420-2b3cbdc50764 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 14, 27, 1);
border-style: none;
text-align: center;
background-color: rgba(239, 196, 46, 0);
}
@media (max-width: 767px){#s-37461d4c-8baf-4217-b420-2b3cbdc50764 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-37461d4c-8baf-4217-b420-2b3cbdc50764 .shogun-heading-component h3 {
  color: rgba(201, 14, 27, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.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-275e15a9-5106-4f9e-b4d3-d41eb93bb345 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-275e15a9-5106-4f9e-b4d3-d41eb93bb345"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-275e15a9-5106-4f9e-b4d3-d41eb93bb345"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-275e15a9-5106-4f9e-b4d3-d41eb93bb345"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-275e15a9-5106-4f9e-b4d3-d41eb93bb345"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-89901a9f-5c61-4430-8028-92dfc3eff94f {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 87, 87, 1);
border-style: solid;
min-height: 50px;
}








#s-89901a9f-5c61-4430-8028-92dfc3eff94f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89901a9f-5c61-4430-8028-92dfc3eff94f.shg-box.shg-c {
  justify-content: center;
}

#s-a65145ee-254e-4b5f-80a0-89ad51fe2b33 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a65145ee-254e-4b5f-80a0-89ad51fe2b33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a65145ee-254e-4b5f-80a0-89ad51fe2b33.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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  margin-left: auto;
margin-right: auto;
max-width: 1794px;
text-align: center;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07-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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1794px;

      
    max-width: 1794px;

  /* 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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07-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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1794px;

      
    max-width: 1794px;

  /* 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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07-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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1794px;

      
    max-width: 1794px;

  /* 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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07-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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1794px;

      
    max-width: 1794px;

  /* 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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07-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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1794px;

      
    max-width: 1794px;

  /* 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-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a9ed31-967d-4a6b-8eb4-1d56a6c07b07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4ecfc93b-6c35-4ed5-a66d-be9421dc80b2 {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9a1b0e94-90ec-4677-8eb1-d3887e0a6145 {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 87, 87, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-9a1b0e94-90ec-4677-8eb1-d3887e0a6145 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-9a1b0e94-90ec-4677-8eb1-d3887e0a6145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a1b0e94-90ec-4677-8eb1-d3887e0a6145.shg-box.shg-c {
  justify-content: center;
}

#s-1e498f2b-2baf-4f90-a385-aa0e1a7aec48 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1e498f2b-2baf-4f90-a385-aa0e1a7aec48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e498f2b-2baf-4f90-a385-aa0e1a7aec48.shg-box.shg-c {
  justify-content: center;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
text-align: center;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e-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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e .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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-3d76cbfe-2ee2-4554-a59c-fa91f864564e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e-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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e .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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-3d76cbfe-2ee2-4554-a59c-fa91f864564e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e-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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e .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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-3d76cbfe-2ee2-4554-a59c-fa91f864564e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e-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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e .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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-3d76cbfe-2ee2-4554-a59c-fa91f864564e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e-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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e .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-3d76cbfe-2ee2-4554-a59c-fa91f864564e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-3d76cbfe-2ee2-4554-a59c-fa91f864564e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d76cbfe-2ee2-4554-a59c-fa91f864564e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-73e6e5af-0bcd-48d8-9937-18e79921401f {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c57070af-1fc7-4b5b-805d-40c8f653ef5b {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 87, 87, 1);
border-style: solid;
min-height: 50px;
}








#s-c57070af-1fc7-4b5b-805d-40c8f653ef5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c57070af-1fc7-4b5b-805d-40c8f653ef5b.shg-box.shg-c {
  justify-content: center;
}

#s-abe41336-f818-443b-b227-00fa0068e372 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-abe41336-f818-443b-b227-00fa0068e372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abe41336-f818-443b-b227-00fa0068e372.shg-box.shg-c {
  justify-content: center;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
text-align: center;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26-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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26-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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26-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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26-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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26-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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-8e4fc4a4-87db-4de2-86f6-6e08295d3a26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e4fc4a4-87db-4de2-86f6-6e08295d3a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5b25999d-46cc-4b20-a76f-46512899ee2f {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-cbf444e3-52af-4cf6-98d0-9f4c8db801cf {
  background-color: rgba(239, 196, 46, 0);
}
@media (max-width: 767px){#s-cbf444e3-52af-4cf6-98d0-9f4c8db801cf {
  margin-left: 3%;
margin-right: 3%;
}
}
.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: normal;
  font-family: "Assistant, sans-serif";
}

.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-b36b476f-d2a5-4cee-939c-fbb37c0242d3 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(63, 93, 117, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(63, 93, 117, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b36b476f-d2a5-4cee-939c-fbb37c0242d3:hover {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b36b476f-d2a5-4cee-939c-fbb37c0242d3:active {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-b36b476f-d2a5-4cee-939c-fbb37c0242d3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDRlY2UyOTQtNzg2ZC00YTM0LTg5NzItNmFkMzU5N2I1MGZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NGVjZTI5NC03ODZkLTRhMzQtODk3Mi02YWQzNTk3YjUwZmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-left: 10%;
padding-right: 10%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 93, 4, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
}
}

  #s-b36b476f-d2a5-4cee-939c-fbb37c0242d3-root {
    text-align: center;
  }


#s-b36b476f-d2a5-4cee-939c-fbb37c0242d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b36b476f-d2a5-4cee-939c-fbb37c0242d3-root {
    text-align: center;
  }


#s-b36b476f-d2a5-4cee-939c-fbb37c0242d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b36b476f-d2a5-4cee-939c-fbb37c0242d3-root {
    text-align: center;
  }


#s-b36b476f-d2a5-4cee-939c-fbb37c0242d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b36b476f-d2a5-4cee-939c-fbb37c0242d3-root {
    text-align: center;
  }


#s-b36b476f-d2a5-4cee-939c-fbb37c0242d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b36b476f-d2a5-4cee-939c-fbb37c0242d3-root {
    text-align: center;
  }


#s-b36b476f-d2a5-4cee-939c-fbb37c0242d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-76b540dc-8dad-4d38-b4fb-c0c7889ba743 {
  margin-left: auto;
margin-right: auto;
}

#s-76b540dc-8dad-4d38-b4fb-c0c7889ba743 hr {
  border-top: 2px solid #ddd;
}

#s-2f4b5dfa-fa56-4c76-92e2-5653057de20d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2f4b5dfa-fa56-4c76-92e2-5653057de20d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f4b5dfa-fa56-4c76-92e2-5653057de20d.shg-box.shg-c {
  justify-content: center;
}

#s-1f4f9cc4-b314-4370-a2ae-b996241b4bf8 {
  min-height: 50px;
background-color: rgba(231, 231, 231, 1);
}








#s-1f4f9cc4-b314-4370-a2ae-b996241b4bf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f4f9cc4-b314-4370-a2ae-b996241b4bf8.shg-box.shg-c {
  justify-content: center;
}

#s-c8804827-9e5c-4508-8e2c-79141211f18d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(242, 243, 145, 0);
}

#s-c8804827-9e5c-4508-8e2c-79141211f18d .shogun-heading-component h1 {
  color: rgba(237, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 1200px){#s-c8804827-9e5c-4508-8e2c-79141211f18d .shogun-heading-component h1 {
  color: rgba(128, 74, 74, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c8804827-9e5c-4508-8e2c-79141211f18d .shogun-heading-component h1 {
  color: rgba(237, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-c8804827-9e5c-4508-8e2c-79141211f18d .shogun-heading-component h1 {
  color: rgba(237, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-3e4c7a76-9df7-4d9f-89a6-65f6f1375006 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(225, 226, 230, 0);
}








#s-3e4c7a76-9df7-4d9f-89a6-65f6f1375006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e4c7a76-9df7-4d9f-89a6-65f6f1375006.shg-box.shg-c {
  justify-content: center;
}

#s-1514e043-3c06-4aad-aa80-f73973ceafbb {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-1514e043-3c06-4aad-aa80-f73973ceafbb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1514e043-3c06-4aad-aa80-f73973ceafbb {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-1514e043-3c06-4aad-aa80-f73973ceafbb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1514e043-3c06-4aad-aa80-f73973ceafbb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1514e043-3c06-4aad-aa80-f73973ceafbb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1514e043-3c06-4aad-aa80-f73973ceafbb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8dc67be7-a866-4b3d-b978-6bbfe2599976 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8dc67be7-a866-4b3d-b978-6bbfe2599976 {
  margin-bottom: 15px;
}
}
.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-f55bdd5a-d822-4883-919c-8ad17f13d019 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f55bdd5a-d822-4883-919c-8ad17f13d019 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55bdd5a-d822-4883-919c-8ad17f13d019 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-77cbe2e8-c2b6-4bcb-baec-8305a61275f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-99d073bc-fcae-4ca3-8167-57337f8f23fb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-99d073bc-fcae-4ca3-8167-57337f8f23fb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-99d073bc-fcae-4ca3-8167-57337f8f23fb .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-d9c67380-6564-4e60-95e7-0f0e6b4552a2 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d9c67380-6564-4e60-95e7-0f0e6b4552a2 {
  margin-bottom: 15px;
}
}
#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865f1dc1-e6b1-4ade-9c7e-a795c0eb6a59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-4a571e6a-11ef-48a4-adb4-f44cbcf77b1d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-5a2b77f6-ecbd-4f3d-85da-e2cf25eecb59 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-5a2b77f6-ecbd-4f3d-85da-e2cf25eecb59 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-5a2b77f6-ecbd-4f3d-85da-e2cf25eecb59 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-9ef0b43d-82e8-4353-8457-16bebab639d8 {
  background-color: rgba(255, 255, 255, 1);
}

#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dc0fedf-b44c-4c3a-be63-7e07095aa922 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d2afa2e6-b53f-4576-83ad-e2fb7c5a61e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-dd5068c4-7733-49b8-a1aa-8298368fd361 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-dd5068c4-7733-49b8-a1aa-8298368fd361 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-dd5068c4-7733-49b8-a1aa-8298368fd361 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-0d7c81ee-1d56-4141-94ec-7444fcf31ff4 {
  min-height: 380px;
background-color: rgba(255, 255, 255, 1);
}

#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe79d4bd-34a2-4e1b-b13d-ee8197e84cef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-98f4f1b9-0b2f-44d7-8827-54585b3082b7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-e45047b0-4538-4c07-9e9b-7b5229c32d67 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e45047b0-4538-4c07-9e9b-7b5229c32d67 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-e45047b0-4538-4c07-9e9b-7b5229c32d67 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-90aec74b-83f3-4b50-8d83-8d3b9d73e720 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(225, 226, 230, 0);
}








#s-90aec74b-83f3-4b50-8d83-8d3b9d73e720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90aec74b-83f3-4b50-8d83-8d3b9d73e720.shg-box.shg-c {
  justify-content: center;
}

#s-43e9c0ac-c09f-4883-bd11-b3f5e2774379 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-43e9c0ac-c09f-4883-bd11-b3f5e2774379 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43e9c0ac-c09f-4883-bd11-b3f5e2774379 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-43e9c0ac-c09f-4883-bd11-b3f5e2774379"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-43e9c0ac-c09f-4883-bd11-b3f5e2774379"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43e9c0ac-c09f-4883-bd11-b3f5e2774379"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43e9c0ac-c09f-4883-bd11-b3f5e2774379"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8f7979b0-ac34-4c6b-af74-6a530b859a7e {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8f7979b0-ac34-4c6b-af74-6a530b859a7e {
  margin-bottom: 15px;
}
}
#s-7fd09496-0de6-4cfc-85db-6a39abb90383 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7fd09496-0de6-4cfc-85db-6a39abb90383 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd09496-0de6-4cfc-85db-6a39abb90383 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-255c6b7d-5bc9-47ee-acb6-7febafa2cdab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-8eb917de-6615-4f09-b17f-945498ff6425 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-8eb917de-6615-4f09-b17f-945498ff6425 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-8eb917de-6615-4f09-b17f-945498ff6425 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-d346d781-343d-41e9-b96f-f30d095dfb7e {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d346d781-343d-41e9-b96f-f30d095dfb7e {
  margin-bottom: 15px;
}
}
#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36752c9-4fb1-4a71-8a43-a8624bcf30d2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d5d210a-69bc-494b-9892-aa25662351a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d5d210a-69bc-494b-9892-aa25662351a6 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-3d5d210a-69bc-494b-9892-aa25662351a6 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-3d5d210a-69bc-494b-9892-aa25662351a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3d5d210a-69bc-494b-9892-aa25662351a6 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-3d5d210a-69bc-494b-9892-aa25662351a6 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-3d5d210a-69bc-494b-9892-aa25662351a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-3d5d210a-69bc-494b-9892-aa25662351a6 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-3d5d210a-69bc-494b-9892-aa25662351a6 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-3d5d210a-69bc-494b-9892-aa25662351a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-e65b31cb-64e8-4c22-b4b0-5acf9179e300 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e65b31cb-64e8-4c22-b4b0-5acf9179e300 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-e65b31cb-64e8-4c22-b4b0-5acf9179e300 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-3b649181-434b-4788-9372-355f81c7c3b0 {
  background-color: rgba(255, 255, 255, 1);
}

#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b414d8d9-d7ac-493e-9641-600a335ab9e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9b4e8b3c-8f4a-4e99-8301-f323452ad00e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-45a17f12-a9ab-4552-9d90-35af4d76b5b1 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-45a17f12-a9ab-4552-9d90-35af4d76b5b1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-45a17f12-a9ab-4552-9d90-35af4d76b5b1 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-f43e8efc-4fcb-4168-b361-61f9ba8e9397 {
  min-height: 380px;
background-color: rgba(255, 255, 255, 1);
}

#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be13fa50-76d1-4ae2-ae55-8b710f00d109 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d1d5f7ea-39ce-49bc-9e90-3e84e024ea13 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-bf403ec8-3d2f-49c3-b2a4-38b7bf0ffaed {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-bf403ec8-3d2f-49c3-b2a4-38b7bf0ffaed .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-bf403ec8-3d2f-49c3-b2a4-38b7bf0ffaed .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-f0eeb61a-8a41-4ba1-8b08-94ed296dad7d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(225, 226, 230, 0);
}








#s-f0eeb61a-8a41-4ba1-8b08-94ed296dad7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0eeb61a-8a41-4ba1-8b08-94ed296dad7d.shg-box.shg-c {
  justify-content: center;
}

#s-0dc9d840-db7c-4bc8-949a-8add9bd903b8 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-0dc9d840-db7c-4bc8-949a-8add9bd903b8 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0dc9d840-db7c-4bc8-949a-8add9bd903b8 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-0dc9d840-db7c-4bc8-949a-8add9bd903b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0dc9d840-db7c-4bc8-949a-8add9bd903b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0dc9d840-db7c-4bc8-949a-8add9bd903b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dc9d840-db7c-4bc8-949a-8add9bd903b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6398ce18-1fd2-4a00-b17c-50bbaee18274 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6398ce18-1fd2-4a00-b17c-50bbaee18274 {
  margin-bottom: 15px;
}
}
#s-9d8d6ab0-30f9-4fda-8028-687029a76802 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9d8d6ab0-30f9-4fda-8028-687029a76802 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8d6ab0-30f9-4fda-8028-687029a76802 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-36e3816a-57c9-4137-a15d-405f3798b079 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36e3816a-57c9-4137-a15d-405f3798b079 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-36e3816a-57c9-4137-a15d-405f3798b079 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-36e3816a-57c9-4137-a15d-405f3798b079 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-36e3816a-57c9-4137-a15d-405f3798b079 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-36e3816a-57c9-4137-a15d-405f3798b079 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-36e3816a-57c9-4137-a15d-405f3798b079 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-36e3816a-57c9-4137-a15d-405f3798b079 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-36e3816a-57c9-4137-a15d-405f3798b079 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-36e3816a-57c9-4137-a15d-405f3798b079 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-00b33a3b-f073-4694-8c7d-3b752acd5ed5 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-00b33a3b-f073-4694-8c7d-3b752acd5ed5 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-00b33a3b-f073-4694-8c7d-3b752acd5ed5 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-a8d8be27-d853-43db-a91c-44b29daad368 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a8d8be27-d853-43db-a91c-44b29daad368 {
  margin-bottom: 15px;
}
}
#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa7bd5a-7647-4d6e-bd2d-6f117929941e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-14cb9c62-dc59-4076-bf0a-eb66a1d45c94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-f7d75021-8424-4442-893d-25a9bbfc3db4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-f7d75021-8424-4442-893d-25a9bbfc3db4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-f7d75021-8424-4442-893d-25a9bbfc3db4 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-4ffcc492-dac4-4d3d-90ea-f11da1d950d1 {
  background-color: rgba(255, 255, 255, 1);
}

#s-f0530970-ada1-40e6-9e75-2c6e2f368318 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f0530970-ada1-40e6-9e75-2c6e2f368318 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0530970-ada1-40e6-9e75-2c6e2f368318 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0891767d-e282-46b1-a413-af683ce39c9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0891767d-e282-46b1-a413-af683ce39c9e .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-0891767d-e282-46b1-a413-af683ce39c9e .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-0891767d-e282-46b1-a413-af683ce39c9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0891767d-e282-46b1-a413-af683ce39c9e .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-0891767d-e282-46b1-a413-af683ce39c9e .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-0891767d-e282-46b1-a413-af683ce39c9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-0891767d-e282-46b1-a413-af683ce39c9e .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-0891767d-e282-46b1-a413-af683ce39c9e .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-0891767d-e282-46b1-a413-af683ce39c9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-60076412-ca0f-468c-ba5c-104baafdfc84 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-60076412-ca0f-468c-ba5c-104baafdfc84 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-60076412-ca0f-468c-ba5c-104baafdfc84 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-6453bc8a-abf1-4281-a953-8c4e83915453 {
  min-height: 380px;
background-color: rgba(255, 255, 255, 1);
}

#s-3987d6df-53a2-4068-b018-7824ae52ae70 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3987d6df-53a2-4068-b018-7824ae52ae70 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987d6df-53a2-4068-b018-7824ae52ae70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-162b5f3a-8cc8-476d-bae8-ff239eb1754c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-e00d361d-6ab2-46af-9d03-7abcb8909e1b {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e00d361d-6ab2-46af-9d03-7abcb8909e1b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-e00d361d-6ab2-46af-9d03-7abcb8909e1b .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-6c2505a1-df37-4b3a-b96a-c7c5a309c852 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(63, 93, 117, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(63, 93, 117, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6c2505a1-df37-4b3a-b96a-c7c5a309c852:hover {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6c2505a1-df37-4b3a-b96a-c7c5a309c852:active {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-6c2505a1-df37-4b3a-b96a-c7c5a309c852 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDRlY2UyOTQtNzg2ZC00YTM0LTg5NzItNmFkMzU5N2I1MGZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NGVjZTI5NC03ODZkLTRhMzQtODk3Mi02YWQzNTk3YjUwZmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-left: 10%;
padding-right: 10%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 93, 4, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
}
}

  #s-6c2505a1-df37-4b3a-b96a-c7c5a309c852-root {
    text-align: center;
  }


#s-6c2505a1-df37-4b3a-b96a-c7c5a309c852.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c2505a1-df37-4b3a-b96a-c7c5a309c852-root {
    text-align: center;
  }


#s-6c2505a1-df37-4b3a-b96a-c7c5a309c852.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c2505a1-df37-4b3a-b96a-c7c5a309c852-root {
    text-align: center;
  }


#s-6c2505a1-df37-4b3a-b96a-c7c5a309c852.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c2505a1-df37-4b3a-b96a-c7c5a309c852-root {
    text-align: center;
  }


#s-6c2505a1-df37-4b3a-b96a-c7c5a309c852.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c2505a1-df37-4b3a-b96a-c7c5a309c852-root {
    text-align: center;
  }


#s-6c2505a1-df37-4b3a-b96a-c7c5a309c852.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-7fa27937-b728-40b3-a1ea-895c758ecc8b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7fa27937-b728-40b3-a1ea-895c758ecc8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fa27937-b728-40b3-a1ea-895c758ecc8b.shg-box.shg-c {
  justify-content: center;
}

#s-d81b17cc-666c-4762-bf76-ad6657a5a2c3 {
  min-height: 50px;
background-color: rgba(231, 231, 231, 1);
}








#s-d81b17cc-666c-4762-bf76-ad6657a5a2c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d81b17cc-666c-4762-bf76-ad6657a5a2c3.shg-box.shg-c {
  justify-content: center;
}

#s-9cda4191-fd5b-4113-9bc4-c6769ce21629 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(242, 243, 145, 0);
}

#s-9cda4191-fd5b-4113-9bc4-c6769ce21629 .shogun-heading-component h1 {
  color: rgba(237, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 1200px){#s-9cda4191-fd5b-4113-9bc4-c6769ce21629 .shogun-heading-component h1 {
  color: rgba(128, 74, 74, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9cda4191-fd5b-4113-9bc4-c6769ce21629 .shogun-heading-component h1 {
  color: rgba(237, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-9cda4191-fd5b-4113-9bc4-c6769ce21629 .shogun-heading-component h1 {
  color: rgba(237, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-93da471e-9cac-4ada-9129-f254b328c9b1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(225, 226, 230, 0);
}








#s-93da471e-9cac-4ada-9129-f254b328c9b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93da471e-9cac-4ada-9129-f254b328c9b1.shg-box.shg-c {
  justify-content: center;
}

#s-b7246685-2d06-448e-b543-34648c8fc3dd {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b7246685-2d06-448e-b543-34648c8fc3dd {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7246685-2d06-448e-b543-34648c8fc3dd {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-b7246685-2d06-448e-b543-34648c8fc3dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b7246685-2d06-448e-b543-34648c8fc3dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7246685-2d06-448e-b543-34648c8fc3dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7246685-2d06-448e-b543-34648c8fc3dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-90d1cb7c-01cc-4c3e-a430-951e850496db {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-90d1cb7c-01cc-4c3e-a430-951e850496db {
  margin-bottom: 15px;
}
}
#s-0d4dde4e-aa2f-4c33-845b-686afc57495d {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0d4dde4e-aa2f-4c33-845b-686afc57495d {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d4dde4e-aa2f-4c33-845b-686afc57495d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8ad7058e-a092-4984-bf8a-c3bb91044489 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ad7058e-a092-4984-bf8a-c3bb91044489 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-8ad7058e-a092-4984-bf8a-c3bb91044489 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-8ad7058e-a092-4984-bf8a-c3bb91044489 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8ad7058e-a092-4984-bf8a-c3bb91044489 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-8ad7058e-a092-4984-bf8a-c3bb91044489 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-8ad7058e-a092-4984-bf8a-c3bb91044489 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-8ad7058e-a092-4984-bf8a-c3bb91044489 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-8ad7058e-a092-4984-bf8a-c3bb91044489 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-8ad7058e-a092-4984-bf8a-c3bb91044489 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-9fcbb9da-da69-47b0-880f-2534aaa47974 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-9fcbb9da-da69-47b0-880f-2534aaa47974 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-9fcbb9da-da69-47b0-880f-2534aaa47974 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-64b832c7-a599-4cbe-9820-44bc3ce5432b {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-64b832c7-a599-4cbe-9820-44bc3ce5432b {
  margin-bottom: 15px;
}
}
#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f13427-7e42-48e7-b8b4-0c8b9e5b149b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f15d5957-d655-42d9-baf1-5b8efbce1919 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f15d5957-d655-42d9-baf1-5b8efbce1919 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f15d5957-d655-42d9-baf1-5b8efbce1919 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-f15d5957-d655-42d9-baf1-5b8efbce1919 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f15d5957-d655-42d9-baf1-5b8efbce1919 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f15d5957-d655-42d9-baf1-5b8efbce1919 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f15d5957-d655-42d9-baf1-5b8efbce1919 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-f15d5957-d655-42d9-baf1-5b8efbce1919 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-f15d5957-d655-42d9-baf1-5b8efbce1919 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f15d5957-d655-42d9-baf1-5b8efbce1919 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-d863334d-d080-428d-a4f9-143fa7844340 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-d863334d-d080-428d-a4f9-143fa7844340 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-d863334d-d080-428d-a4f9-143fa7844340 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-b9c2c93e-a844-408c-8efd-486117cf6084 {
  background-color: rgba(255, 255, 255, 1);
}

#s-bad4764b-13b9-4db7-8317-1e877b90dd3f {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bad4764b-13b9-4db7-8317-1e877b90dd3f {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad4764b-13b9-4db7-8317-1e877b90dd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-bc0ec1e3-0fce-4295-9bd1-39eb1f12ea8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-c22775ca-cdce-4980-a962-5d48aa14ede4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-c22775ca-cdce-4980-a962-5d48aa14ede4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-c22775ca-cdce-4980-a962-5d48aa14ede4 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-224ea0f3-fddc-4bee-b6e8-4785660e2460 {
  min-height: 380px;
background-color: rgba(255, 255, 255, 1);
}

#s-da0337e5-a429-498d-8258-58ff26d0a5b3 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-da0337e5-a429-498d-8258-58ff26d0a5b3 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da0337e5-a429-498d-8258-58ff26d0a5b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2536f368-7174-4d00-aad4-569703719b6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2536f368-7174-4d00-aad4-569703719b6d .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-2536f368-7174-4d00-aad4-569703719b6d .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-2536f368-7174-4d00-aad4-569703719b6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2536f368-7174-4d00-aad4-569703719b6d .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-2536f368-7174-4d00-aad4-569703719b6d .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-2536f368-7174-4d00-aad4-569703719b6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-2536f368-7174-4d00-aad4-569703719b6d .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-2536f368-7174-4d00-aad4-569703719b6d .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-2536f368-7174-4d00-aad4-569703719b6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-ea392fae-7064-4d2d-af93-535a6aeea9ed {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-ea392fae-7064-4d2d-af93-535a6aeea9ed .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-ea392fae-7064-4d2d-af93-535a6aeea9ed .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-9e0bc097-10a8-4edc-97bd-798515aeaa62 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(225, 226, 230, 0);
}








#s-9e0bc097-10a8-4edc-97bd-798515aeaa62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e0bc097-10a8-4edc-97bd-798515aeaa62.shg-box.shg-c {
  justify-content: center;
}

#s-bd2b9db9-92a2-4471-9d11-28ad239e7b80 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-bd2b9db9-92a2-4471-9d11-28ad239e7b80 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd2b9db9-92a2-4471-9d11-28ad239e7b80 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-bd2b9db9-92a2-4471-9d11-28ad239e7b80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-bd2b9db9-92a2-4471-9d11-28ad239e7b80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd2b9db9-92a2-4471-9d11-28ad239e7b80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd2b9db9-92a2-4471-9d11-28ad239e7b80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-724a6289-3b5f-457b-ab3a-b6315b19f80d {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-724a6289-3b5f-457b-ab3a-b6315b19f80d {
  margin-bottom: 15px;
}
}
#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68bd7eab-5eef-4056-ad54-46fad2e446d1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-33417529-00cd-49fd-b48e-cca3ee449143 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33417529-00cd-49fd-b48e-cca3ee449143 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-33417529-00cd-49fd-b48e-cca3ee449143 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-33417529-00cd-49fd-b48e-cca3ee449143 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-33417529-00cd-49fd-b48e-cca3ee449143 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-33417529-00cd-49fd-b48e-cca3ee449143 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-33417529-00cd-49fd-b48e-cca3ee449143 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-33417529-00cd-49fd-b48e-cca3ee449143 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-33417529-00cd-49fd-b48e-cca3ee449143 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-33417529-00cd-49fd-b48e-cca3ee449143 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-14f0b153-2e20-410a-93c6-a2e2631c709c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-14f0b153-2e20-410a-93c6-a2e2631c709c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-14f0b153-2e20-410a-93c6-a2e2631c709c .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-aa9d6100-6067-4d7e-ba48-0f72ca8dff41 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-aa9d6100-6067-4d7e-ba48-0f72ca8dff41 {
  margin-bottom: 15px;
}
}
#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1d6b47a-5fd7-42fa-b89f-635c98699f8b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-03634e75-d1e3-498a-8c29-64e8bd339336 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03634e75-d1e3-498a-8c29-64e8bd339336 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-03634e75-d1e3-498a-8c29-64e8bd339336 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-03634e75-d1e3-498a-8c29-64e8bd339336 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-03634e75-d1e3-498a-8c29-64e8bd339336 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-03634e75-d1e3-498a-8c29-64e8bd339336 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-03634e75-d1e3-498a-8c29-64e8bd339336 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-03634e75-d1e3-498a-8c29-64e8bd339336 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-03634e75-d1e3-498a-8c29-64e8bd339336 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-03634e75-d1e3-498a-8c29-64e8bd339336 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-8d757179-ac57-43da-98b9-d094337259cb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-8d757179-ac57-43da-98b9-d094337259cb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-8d757179-ac57-43da-98b9-d094337259cb .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-ee6324e1-64cc-447d-bb08-0342a24d39b9 {
  background-color: rgba(255, 255, 255, 1);
}

#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03d7b928-6965-4837-b7f1-e2a03cbc95f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-2a438222-0abf-4f7f-a9d7-93a1249cb1f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-a43a408f-bf97-4bcf-a0b0-3009f3981c5d {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-a43a408f-bf97-4bcf-a0b0-3009f3981c5d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-a43a408f-bf97-4bcf-a0b0-3009f3981c5d .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-856797dd-82b4-4bc1-8613-811a93736e48 {
  min-height: 380px;
background-color: rgba(255, 255, 255, 1);
}

#s-5992ea68-c6b6-40fc-b28b-527da4be1973 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5992ea68-c6b6-40fc-b28b-527da4be1973 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992ea68-c6b6-40fc-b28b-527da4be1973 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-942069ac-b917-4bcf-be43-477ad7174cbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-942069ac-b917-4bcf-be43-477ad7174cbd .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-942069ac-b917-4bcf-be43-477ad7174cbd .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-942069ac-b917-4bcf-be43-477ad7174cbd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-942069ac-b917-4bcf-be43-477ad7174cbd .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-942069ac-b917-4bcf-be43-477ad7174cbd .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-942069ac-b917-4bcf-be43-477ad7174cbd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-942069ac-b917-4bcf-be43-477ad7174cbd .shg-product-sold-out {
  display: none;
  color: rgba(201, 14, 27, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-942069ac-b917-4bcf-be43-477ad7174cbd .shg-product-price {
  color: rgba(201, 14, 27, 1);
  font-weight:  700 ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-942069ac-b917-4bcf-be43-477ad7174cbd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-0824e38e-97ef-4662-ad35-83e44fe04e15 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-0824e38e-97ef-4662-ad35-83e44fe04e15 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-0824e38e-97ef-4662-ad35-83e44fe04e15 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-841aa79c-4f58-4e6e-9868-10b30c845d21 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(63, 93, 117, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(63, 93, 117, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-841aa79c-4f58-4e6e-9868-10b30c845d21:hover {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-841aa79c-4f58-4e6e-9868-10b30c845d21:active {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-841aa79c-4f58-4e6e-9868-10b30c845d21 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDRlY2UyOTQtNzg2ZC00YTM0LTg5NzItNmFkMzU5N2I1MGZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NGVjZTI5NC03ODZkLTRhMzQtODk3Mi02YWQzNTk3YjUwZmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-left: 10%;
padding-right: 10%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 93, 4, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
}
}

  #s-841aa79c-4f58-4e6e-9868-10b30c845d21-root {
    text-align: center;
  }


#s-841aa79c-4f58-4e6e-9868-10b30c845d21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-841aa79c-4f58-4e6e-9868-10b30c845d21-root {
    text-align: center;
  }


#s-841aa79c-4f58-4e6e-9868-10b30c845d21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-841aa79c-4f58-4e6e-9868-10b30c845d21-root {
    text-align: center;
  }


#s-841aa79c-4f58-4e6e-9868-10b30c845d21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-841aa79c-4f58-4e6e-9868-10b30c845d21-root {
    text-align: center;
  }


#s-841aa79c-4f58-4e6e-9868-10b30c845d21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-841aa79c-4f58-4e6e-9868-10b30c845d21-root {
    text-align: center;
  }


#s-841aa79c-4f58-4e6e-9868-10b30c845d21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-4d5088b0-0f27-433f-9be4-75a4eef63b70 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4d5088b0-0f27-433f-9be4-75a4eef63b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d5088b0-0f27-433f-9be4-75a4eef63b70.shg-box.shg-c {
  justify-content: center;
}

#s-c3376ed5-850d-4858-95d5-83824fddaf0c {
  min-height: 50px;
background-color: rgba(231, 231, 231, 1);
}








#s-c3376ed5-850d-4858-95d5-83824fddaf0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3376ed5-850d-4858-95d5-83824fddaf0c.shg-box.shg-c {
  justify-content: center;
}

#s-4c2b9984-da2e-4156-893a-e056455f1b3d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(242, 243, 145, 0);
}

#s-4c2b9984-da2e-4156-893a-e056455f1b3d .shogun-heading-component h1 {
  color: rgba(237, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 1200px){#s-4c2b9984-da2e-4156-893a-e056455f1b3d .shogun-heading-component h1 {
  color: rgba(128, 74, 74, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4c2b9984-da2e-4156-893a-e056455f1b3d .shogun-heading-component h1 {
  color: rgba(237, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-4c2b9984-da2e-4156-893a-e056455f1b3d .shogun-heading-component h1 {
  color: rgba(237, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-f6f88ffe-07dd-491c-8746-bf96a8fd0e6d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6f88ffe-07dd-491c-8746-bf96a8fd0e6d {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-f6f88ffe-07dd-491c-8746-bf96a8fd0e6d {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-f6f88ffe-07dd-491c-8746-bf96a8fd0e6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6f88ffe-07dd-491c-8746-bf96a8fd0e6d.shg-box.shg-c {
  justify-content: center;
}

#s-33e2f282-32a6-45e4-ac38-3e108eb7a3be {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(98, 98, 98, 1);
border-style: none;
text-align: center;
background-color: rgba(239, 196, 46, 0);
}
@media (max-width: 767px){#s-33e2f282-32a6-45e4-ac38-3e108eb7a3be {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-33e2f282-32a6-45e4-ac38-3e108eb7a3be .shogun-heading-component h3 {
  color: rgba(98, 98, 98, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-4ba0b7b1-44f4-450a-93fa-9a0571956779 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 14, 27, 1);
border-style: none;
text-align: center;
background-color: rgba(239, 196, 46, 0);
}
@media (max-width: 767px){#s-4ba0b7b1-44f4-450a-93fa-9a0571956779 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4ba0b7b1-44f4-450a-93fa-9a0571956779 .shogun-heading-component h3 {
  color: rgba(201, 14, 27, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-b0f0c32a-85db-4d11-b0b0-cf3254aa865f {
  margin-left: 30%;
margin-right: 30%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(239, 89, 1, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-b0f0c32a-85db-4d11-b0b0-cf3254aa865f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
}







#s-b0f0c32a-85db-4d11-b0b0-cf3254aa865f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0f0c32a-85db-4d11-b0b0-cf3254aa865f.shg-box.shg-c {
  justify-content: center;
}

#s-f75ba96a-f1b3-45d8-bdee-aa3167b9cf6c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f75ba96a-f1b3-45d8-bdee-aa3167b9cf6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f75ba96a-f1b3-45d8-bdee-aa3167b9cf6c.shg-box.shg-c {
  justify-content: center;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
text-align: center;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693-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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693 .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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fef1ae49-a645-4665-96ff-551dee4a1693 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-fef1ae49-a645-4665-96ff-551dee4a1693 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fef1ae49-a645-4665-96ff-551dee4a1693 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693-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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693 .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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fef1ae49-a645-4665-96ff-551dee4a1693 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-fef1ae49-a645-4665-96ff-551dee4a1693 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fef1ae49-a645-4665-96ff-551dee4a1693 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693-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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693 .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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fef1ae49-a645-4665-96ff-551dee4a1693 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-fef1ae49-a645-4665-96ff-551dee4a1693 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fef1ae49-a645-4665-96ff-551dee4a1693 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693-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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693 .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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fef1ae49-a645-4665-96ff-551dee4a1693 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-fef1ae49-a645-4665-96ff-551dee4a1693 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fef1ae49-a645-4665-96ff-551dee4a1693 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693-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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693 .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-fef1ae49-a645-4665-96ff-551dee4a1693 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fef1ae49-a645-4665-96ff-551dee4a1693 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

      
    max-width: 1800px;

  /* 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-fef1ae49-a645-4665-96ff-551dee4a1693 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef1ae49-a645-4665-96ff-551dee4a1693.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ba1a1196-af70-4523-82d7-babf5192fc2f {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e9f13921-7c1c-4c2a-9a37-ebc8d59790a2 {
  background-color: rgba(239, 196, 46, 0);
}
@media (max-width: 767px){#s-e9f13921-7c1c-4c2a-9a37-ebc8d59790a2 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-46c55ecd-6509-4c9e-9d2e-20c525347e0f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(225, 226, 230, 0);
}








#s-46c55ecd-6509-4c9e-9d2e-20c525347e0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46c55ecd-6509-4c9e-9d2e-20c525347e0f.shg-box.shg-c {
  justify-content: center;
}

#s-e83b49ef-b11b-4e01-ae85-bb0c4c99a536 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-e83b49ef-b11b-4e01-ae85-bb0c4c99a536 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e83b49ef-b11b-4e01-ae85-bb0c4c99a536 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-e83b49ef-b11b-4e01-ae85-bb0c4c99a536"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e83b49ef-b11b-4e01-ae85-bb0c4c99a536"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e83b49ef-b11b-4e01-ae85-bb0c4c99a536"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e83b49ef-b11b-4e01-ae85-bb0c4c99a536"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-beea2f11-58d9-4e93-9bda-960874a70416 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-beea2f11-58d9-4e93-9bda-960874a70416 {
  margin-bottom: 15px;
}
}
#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f0df5c-98f0-498a-9dc8-411c96a065fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-36b5198e-1c90-43fc-a622-deae21c4af32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36b5198e-1c90-43fc-a622-deae21c4af32 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-36b5198e-1c90-43fc-a622-deae21c4af32 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-36b5198e-1c90-43fc-a622-deae21c4af32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-36b5198e-1c90-43fc-a622-deae21c4af32 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-36b5198e-1c90-43fc-a622-deae21c4af32 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-36b5198e-1c90-43fc-a622-deae21c4af32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-36b5198e-1c90-43fc-a622-deae21c4af32 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-36b5198e-1c90-43fc-a622-deae21c4af32 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-36b5198e-1c90-43fc-a622-deae21c4af32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-39d9cefb-69f2-4de9-863b-08c4d4b11807 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-39d9cefb-69f2-4de9-863b-08c4d4b11807 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-39d9cefb-69f2-4de9-863b-08c4d4b11807 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-9dd663a6-4dcc-4aec-a306-c0707af6dd7c {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9dd663a6-4dcc-4aec-a306-c0707af6dd7c {
  margin-bottom: 15px;
}
}
#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed5d96c-826d-4b90-b347-c7e7794b2dd5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a2a288cb-583f-4bfb-a84b-c7fd1b23cd8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-e3679229-791b-465c-aca5-9ad437d72a6b {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e3679229-791b-465c-aca5-9ad437d72a6b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-e3679229-791b-465c-aca5-9ad437d72a6b .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-f5bad724-9ba6-4254-8a6e-d8d566f8b711 {
  background-color: rgba(255, 255, 255, 1);
}

#s-154e86e6-7fde-422c-8de8-affd3f299604 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-154e86e6-7fde-422c-8de8-affd3f299604 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154e86e6-7fde-422c-8de8-affd3f299604 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-779282b0-419a-493c-9680-110dd003de77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-779282b0-419a-493c-9680-110dd003de77 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-779282b0-419a-493c-9680-110dd003de77 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-779282b0-419a-493c-9680-110dd003de77 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-779282b0-419a-493c-9680-110dd003de77 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-779282b0-419a-493c-9680-110dd003de77 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-779282b0-419a-493c-9680-110dd003de77 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-779282b0-419a-493c-9680-110dd003de77 .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-779282b0-419a-493c-9680-110dd003de77 .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-779282b0-419a-493c-9680-110dd003de77 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-e45fbe0d-04f4-4cd7-8599-93e2e9b49e77 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e45fbe0d-04f4-4cd7-8599-93e2e9b49e77 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-e45fbe0d-04f4-4cd7-8599-93e2e9b49e77 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-ab26f248-1e35-4dfb-8e2a-cc5325f24c64 {
  min-height: 380px;
background-color: rgba(255, 255, 255, 1);
}

#s-d61a4a84-19a4-4433-9b2a-38a16261d288 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d61a4a84-19a4-4433-9b2a-38a16261d288 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}


.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61a4a84-19a4-4433-9b2a-38a16261d288 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc .shg-product-sold-out {
  display: none;
  color: rgba(76, 67, 67, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
}

#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc .shg-product-price {
  color: rgba(76, 67, 67, 1);
  font-weight:  normal ;
  font-family: Noto Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-7c39d607-b1b2-44fd-954e-d4c02dcee2fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
}
#s-76d06e01-43a3-4b8c-85e3-13ebf059dfd1 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-76d06e01-43a3-4b8c-85e3-13ebf059dfd1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 16px;
  
  
  
}
@media (max-width: 767px){#s-76d06e01-43a3-4b8c-85e3-13ebf059dfd1 .shg-product-title-component h3 span {
  
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  
  
  
}
}
#s-2c9ccd7b-623e-449d-9f41-b614b32dcb56 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(63, 93, 117, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(63, 93, 117, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2c9ccd7b-623e-449d-9f41-b614b32dcb56:hover {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2c9ccd7b-623e-449d-9f41-b614b32dcb56:active {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-2c9ccd7b-623e-449d-9f41-b614b32dcb56 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDRlY2UyOTQtNzg2ZC00YTM0LTg5NzItNmFkMzU5N2I1MGZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NGVjZTI5NC03ODZkLTRhMzQtODk3Mi02YWQzNTk3YjUwZmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-left: 10%;
padding-right: 10%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 93, 4, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
}
}

  #s-2c9ccd7b-623e-449d-9f41-b614b32dcb56-root {
    text-align: center;
  }


#s-2c9ccd7b-623e-449d-9f41-b614b32dcb56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c9ccd7b-623e-449d-9f41-b614b32dcb56-root {
    text-align: center;
  }


#s-2c9ccd7b-623e-449d-9f41-b614b32dcb56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c9ccd7b-623e-449d-9f41-b614b32dcb56-root {
    text-align: center;
  }


#s-2c9ccd7b-623e-449d-9f41-b614b32dcb56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c9ccd7b-623e-449d-9f41-b614b32dcb56-root {
    text-align: center;
  }


#s-2c9ccd7b-623e-449d-9f41-b614b32dcb56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c9ccd7b-623e-449d-9f41-b614b32dcb56-root {
    text-align: center;
  }


#s-2c9ccd7b-623e-449d-9f41-b614b32dcb56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-bf13f206-3052-4f6f-85ce-c893fc0992d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bf13f206-3052-4f6f-85ce-c893fc0992d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf13f206-3052-4f6f-85ce-c893fc0992d4.shg-box.shg-c {
  justify-content: center;
}

#s-8e65c9ba-2988-4666-adb8-c0f0b654a085 {
  margin-left: auto;
margin-right: auto;
}

#s-8e65c9ba-2988-4666-adb8-c0f0b654a085 hr {
  border-top: 2px solid #ddd;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  margin-left: 20%;
margin-right: 20%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77-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-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  
  
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 .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-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 img.shogun-image {
  width: 100%;
  
  
  max-width: 1040px;

      
    max-width: 1040px;

  /* 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-40c4fbae-ca14-457d-bc6d-3016f4669e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77-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-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 .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-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 img.shogun-image {
  width: 100%;
  
  
  max-width: 1040px;

      
    max-width: 1040px;

  /* 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-40c4fbae-ca14-457d-bc6d-3016f4669e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77-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-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 .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-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 img.shogun-image {
  width: 100%;
  
  
  max-width: 1040px;

      
    max-width: 1040px;

  /* 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-40c4fbae-ca14-457d-bc6d-3016f4669e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77-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-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 .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-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 img.shogun-image {
  width: 100%;
  
  
  max-width: 1040px;

      
    max-width: 1040px;

  /* 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-40c4fbae-ca14-457d-bc6d-3016f4669e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77-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-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
}


.shg-image-content-margin-container-s-40c4fbae-ca14-457d-bc6d-3016f4669e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77 img.shogun-image {
  width: 100%;
  
  
  max-width: 1040px;

      
    max-width: 1040px;

  /* 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-40c4fbae-ca14-457d-bc6d-3016f4669e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c4fbae-ca14-457d-bc6d-3016f4669e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-219dc2b7-8200-4dc1-b76c-3b593eb966de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-219dc2b7-8200-4dc1-b76c-3b593eb966de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-219dc2b7-8200-4dc1-b76c-3b593eb966de.shg-box.shg-c {
  justify-content: center;
}

#s-538cb241-8f1c-408a-8384-dbd173b63285 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-538cb241-8f1c-408a-8384-dbd173b63285 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-538cb241-8f1c-408a-8384-dbd173b63285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-538cb241-8f1c-408a-8384-dbd173b63285.shg-box.shg-c {
  justify-content: center;
}

#s-39a80f75-31c7-48fe-ab92-fe0fadbb022e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(64, 88, 113, 1);
}

#s-39a80f75-31c7-48fe-ab92-fe0fadbb022e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a85afd56-04ad-4a5a-991d-ae777c470683 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a85afd56-04ad-4a5a-991d-ae777c470683"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a85afd56-04ad-4a5a-991d-ae777c470683"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a85afd56-04ad-4a5a-991d-ae777c470683"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a85afd56-04ad-4a5a-991d-ae777c470683"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a85afd56-04ad-4a5a-991d-ae777c470683"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a85afd56-04ad-4a5a-991d-ae777c470683"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a85afd56-04ad-4a5a-991d-ae777c470683"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-ddc985b8-d92d-4e8d-807c-72afc1b673f3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ddc985b8-d92d-4e8d-807c-72afc1b673f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ddc985b8-d92d-4e8d-807c-72afc1b673f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ddc985b8-d92d-4e8d-807c-72afc1b673f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ddc985b8-d92d-4e8d-807c-72afc1b673f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fa5165a1-a2c7-4cb3-bb61-29557bb401e8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5336d55a-b765-46ac-ba01-dc575d53e53b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ac06f1d0-bd33-4a91-bb98-474fde4e27c5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-57008c93-4e23-4fcb-af79-68124e5b5d55 {
  min-height: 50px;
}








#s-57008c93-4e23-4fcb-af79-68124e5b5d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57008c93-4e23-4fcb-af79-68124e5b5d55.shg-box.shg-c {
  justify-content: center;
}

#s-1167eff3-3064-47c1-a497-0cbb9d5cbbd3 {
  min-height: 50px;
}








#s-1167eff3-3064-47c1-a497-0cbb9d5cbbd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1167eff3-3064-47c1-a497-0cbb9d5cbbd3.shg-box.shg-c {
  justify-content: center;
}

#s-4057177f-dce8-46a6-bc04-5833ad01ef3e {
  min-height: 50px;
}








#s-4057177f-dce8-46a6-bc04-5833ad01ef3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4057177f-dce8-46a6-bc04-5833ad01ef3e.shg-box.shg-c {
  justify-content: center;
}

#s-ce44f027-329c-4592-a6c5-341a64daa19f hr {
  border-top: 2px solid #ddd;
}

#s-85c6dc03-3f03-4bba-b47c-aa4d5383b6b7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-85c6dc03-3f03-4bba-b47c-aa4d5383b6b7 .shogun-heading-component h4 {
  color: rgba(34, 28, 22, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



#s-ea42b070-dec2-4321-ade4-eabb5057cf1c {
  min-height: 50px;
}








#s-ea42b070-dec2-4321-ade4-eabb5057cf1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea42b070-dec2-4321-ade4-eabb5057cf1c.shg-box.shg-c {
  justify-content: center;
}

#s-a24988a4-6972-4e14-b521-37ebd0f45a04 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-a24988a4-6972-4e14-b521-37ebd0f45a04 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a24988a4-6972-4e14-b521-37ebd0f45a04 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a24988a4-6972-4e14-b521-37ebd0f45a04 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-a24988a4-6972-4e14-b521-37ebd0f45a04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a24988a4-6972-4e14-b521-37ebd0f45a04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a24988a4-6972-4e14-b521-37ebd0f45a04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a24988a4-6972-4e14-b521-37ebd0f45a04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2af46ee2-b720-4325-bcba-0b2d5bf487f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2af46ee2-b720-4325-bcba-0b2d5bf487f4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-70698c2d-9101-4c16-92ef-9579aca9b2c8 {
  max-width: 1040px;
text-align: center;
}

#s-70698c2d-9101-4c16-92ef-9579aca9b2c8 {
  overflow: hidden;
  
  
      max-width: 1040px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-70698c2d-9101-4c16-92ef-9579aca9b2c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9e624aa1-9962-4fbb-9714-ad8ca78f341d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e624aa1-9962-4fbb-9714-ad8ca78f341d .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6b412b06-4acd-4979-987b-91caedb87f56 {
  max-width: 1040px;
text-align: center;
}

#s-6b412b06-4acd-4979-987b-91caedb87f56 {
  overflow: hidden;
  
  
      max-width: 1040px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-6b412b06-4acd-4979-987b-91caedb87f56 .shogun-image-content {
  
    justify-content: center;
  
}

#s-84a50291-c4d4-4a9e-8e66-683bba988811 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-84a50291-c4d4-4a9e-8e66-683bba988811 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84a50291-c4d4-4a9e-8e66-683bba988811 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-84a50291-c4d4-4a9e-8e66-683bba988811 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-84a50291-c4d4-4a9e-8e66-683bba988811"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84a50291-c4d4-4a9e-8e66-683bba988811"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84a50291-c4d4-4a9e-8e66-683bba988811"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84a50291-c4d4-4a9e-8e66-683bba988811"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-838efeb4-3332-4afe-a6c3-54be3725ec87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-838efeb4-3332-4afe-a6c3-54be3725ec87 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-89be3722-467a-4604-9a1f-b303312e1294 {
  max-width: 1040px;
text-align: center;
}

#s-89be3722-467a-4604-9a1f-b303312e1294 {
  overflow: hidden;
  
  
      max-width: 1040px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-89be3722-467a-4604-9a1f-b303312e1294 .shogun-image-content {
  
    justify-content: center;
  
}

#s-48bc6345-e3ab-4e70-afbe-df4a8311d8c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48bc6345-e3ab-4e70-afbe-df4a8311d8c7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-eb9d4206-01a6-4798-afd5-b18ddeac9bd0 {
  max-width: 1040px;
text-align: center;
}

#s-eb9d4206-01a6-4798-afd5-b18ddeac9bd0 {
  overflow: hidden;
  
  
      max-width: 1040px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-eb9d4206-01a6-4798-afd5-b18ddeac9bd0 .shogun-image-content {
  
    justify-content: center;
  
}

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}