.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-03e1357c-79ea-4058-9d18-ee624bff22d6 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-03e1357c-79ea-4058-9d18-ee624bff22d6 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-03e1357c-79ea-4058-9d18-ee624bff22d6 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-03e1357c-79ea-4058-9d18-ee624bff22d6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
}







#s-03e1357c-79ea-4058-9d18-ee624bff22d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03e1357c-79ea-4058-9d18-ee624bff22d6.shg-box.shg-c {
  justify-content: center;
}

#s-671a0783-b8ea-4721-9394-39f7ac36d517 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-671a0783-b8ea-4721-9394-39f7ac36d517 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-671a0783-b8ea-4721-9394-39f7ac36d517 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-671a0783-b8ea-4721-9394-39f7ac36d517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-671a0783-b8ea-4721-9394-39f7ac36d517.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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  display: none;
}
#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6, #wrap-s-32352ea6-bd7e-4cc9-957c-0037cb6daba6, #wrap-content-s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 { display: none !important; }}
#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6-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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6-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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6-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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6-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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6-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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .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-32352ea6-bd7e-4cc9-957c-0037cb6daba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32352ea6-bd7e-4cc9-957c-0037cb6daba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
text-align: center;
}
@media (min-width: 1200px){#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  display: none;
}
#s-b0e6b47e-4bac-44e3-89de-884c64f3f887, #wrap-s-b0e6b47e-4bac-44e3-89de-884c64f3f887, #wrap-content-s-b0e6b47e-4bac-44e3-89de-884c64f3f887 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  display: none;
}
#s-b0e6b47e-4bac-44e3-89de-884c64f3f887, #wrap-s-b0e6b47e-4bac-44e3-89de-884c64f3f887, #wrap-content-s-b0e6b47e-4bac-44e3-89de-884c64f3f887 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  display: none;
}
#s-b0e6b47e-4bac-44e3-89de-884c64f3f887, #wrap-s-b0e6b47e-4bac-44e3-89de-884c64f3f887, #wrap-content-s-b0e6b47e-4bac-44e3-89de-884c64f3f887 { display: none !important; }}
#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887-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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 .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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

  /* 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-b0e6b47e-4bac-44e3-89de-884c64f3f887 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887-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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 .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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

  /* 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-b0e6b47e-4bac-44e3-89de-884c64f3f887 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887-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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 .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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

  /* 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-b0e6b47e-4bac-44e3-89de-884c64f3f887 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887-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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 .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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

  /* 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-b0e6b47e-4bac-44e3-89de-884c64f3f887 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887-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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 .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-b0e6b47e-4bac-44e3-89de-884c64f3f887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

  /* 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-b0e6b47e-4bac-44e3-89de-884c64f3f887 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e6b47e-4bac-44e3-89de-884c64f3f887.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 40px;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}







#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 {
  padding-bottom: 0px;
}
}
#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


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

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 .shg-proportional-font-size,
#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-88b3b913-60a6-470d-b2e1-efbc04a3b084 {
  min-height: 50px;
background-color: rgba(245, 246, 247, 1);
}
@media (max-width: 767px){#s-88b3b913-60a6-470d-b2e1-efbc04a3b084 {
  display: none;
}
#s-88b3b913-60a6-470d-b2e1-efbc04a3b084, #wrap-s-88b3b913-60a6-470d-b2e1-efbc04a3b084, #wrap-content-s-88b3b913-60a6-470d-b2e1-efbc04a3b084 { display: none !important; }}







#s-88b3b913-60a6-470d-b2e1-efbc04a3b084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88b3b913-60a6-470d-b2e1-efbc04a3b084.shg-box.shg-c {
  justify-content: center;
}

#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-top: 20px;
}
}
#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


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

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-76eed5c8-e954-4d08-8d8e-972a7108f37a {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-76eed5c8-e954-4d08-8d8e-972a7108f37a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-76eed5c8-e954-4d08-8d8e-972a7108f37a {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-76eed5c8-e954-4d08-8d8e-972a7108f37a .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a > .swiper-button-prev,
#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a > .swiper-button-next {
  
}

#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a > .swiper-button-prev svg,
#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-76eed5c8-e954-4d08-8d8e-972a7108f37a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-dcb429cc-8f64-486f-92c5-680100810f2b {
  margin-left: auto;
margin-right: auto;
}

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

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -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-398777bf-c23f-4378-9f64-997c30eeb82c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c {
  max-width:  100%;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c {
  max-width:  100%;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c {
  max-width:  100%;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c {
  max-width:  100%;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c {
  max-width:  100%;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c .shg-image-zoom,
.shg-c#s-398777bf-c23f-4378-9f64-997c30eeb82c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-72629edd-5176-4950-8067-0a77e71abca8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72629edd-5176-4950-8067-0a77e71abca8 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-f840839d-1d7e-4ee4-9313-615234d85187 {
  margin-left: auto;
margin-right: auto;
}

#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a {
  max-width:  100%;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a {
  max-width:  100%;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a {
  max-width:  100%;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a {
  max-width:  100%;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a {
  max-width:  100%;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a .shg-image-zoom,
.shg-c#s-27a67308-0138-4bc2-8c79-f3e2fbb63f3a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e9b7add-1a00-4de5-b872-981a01dfd749 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e9b7add-1a00-4de5-b872-981a01dfd749 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-3c0a4a05-fbcc-43ed-a79e-1304fe3c5711 {
  margin-left: auto;
margin-right: auto;
}

#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed {
  max-width:  100%;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed {
  max-width:  100%;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed {
  max-width:  100%;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed {
  max-width:  100%;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed {
  max-width:  100%;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed .shg-image-zoom,
.shg-c#s-cad98ecc-7748-4951-8eb1-9a3e08a6c6ed img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-10c135bf-995d-4592-9858-ded433646d71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10c135bf-995d-4592-9858-ded433646d71 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-57a237a0-45c4-412b-a201-732b9321f729 {
  margin-left: auto;
margin-right: auto;
}

#s-ffe24965-a54b-42e2-b69c-85b428401f4e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e {
  max-width:  100%;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e {
  max-width:  100%;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e {
  max-width:  100%;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e {
  max-width:  100%;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e {
  max-width:  100%;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e .shg-image-zoom,
.shg-c#s-ffe24965-a54b-42e2-b69c-85b428401f4e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c1c5d2d5-a376-47a0-9c7c-9f6209f1312c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1c5d2d5-a376-47a0-9c7c-9f6209f1312c .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-ca3ebe22-87ca-4adb-8fe2-821d8f12c1f0 {
  margin-left: auto;
margin-right: auto;
}

#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 {
  max-width:  100%;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 {
  max-width:  100%;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 {
  max-width:  100%;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 {
  max-width:  100%;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 {
  max-width:  100%;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 .shg-image-zoom,
.shg-c#s-185d4eeb-58c6-43d1-b02a-ed350ea16bf4 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3182f046-a1fb-4dea-a47a-808c85b383d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3182f046-a1fb-4dea-a47a-808c85b383d2 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-c5c4f538-8bcf-47ff-a8d6-1c56644a730b {
  margin-left: auto;
margin-right: auto;
}

#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 {
  max-width:  100%;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 {
  max-width:  100%;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 {
  max-width:  100%;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 {
  max-width:  100%;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 {
  max-width:  100%;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 .shg-image-zoom,
.shg-c#s-6fec94d8-7d90-4446-a06f-8df631db1bd2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d8aeeb54-5008-4b94-9119-042fcb400372 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8aeeb54-5008-4b94-9119-042fcb400372 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-f9b83b04-d3dd-4b1e-9fb0-a7b12d7b14e1 {
  margin-left: auto;
margin-right: auto;
}

#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c {
  max-width:  100%;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c {
  max-width:  100%;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c {
  max-width:  100%;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c {
  max-width:  100%;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c {
  max-width:  100%;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c .shg-image-zoom,
.shg-c#s-f02b3e6b-f7e2-4891-a1a0-a5c7b4f8b94c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eb1f9682-5e03-4e0e-bf7b-fb3c952c08d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb1f9682-5e03-4e0e-bf7b-fb3c952c08d5 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-328e0649-232b-465b-a04e-9e0abe3703c5 {
  margin-left: auto;
margin-right: auto;
}

#s-04d3cde6-66fc-4e29-90c7-449f49c74894 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 {
  max-width:  100%;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 {
  max-width:  100%;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 {
  max-width:  100%;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 {
  max-width:  100%;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 {
  max-width:  100%;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 .shg-image-zoom,
.shg-c#s-04d3cde6-66fc-4e29-90c7-449f49c74894 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf8708d2-7417-4102-911c-3b62a04ae340 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf8708d2-7417-4102-911c-3b62a04ae340 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-1280f213-25b3-4065-862e-cb89cf3a61e3 {
  margin-left: auto;
margin-right: auto;
}

#s-fe69d97f-380b-487f-93b3-a47339894216 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 {
  max-width:  100%;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 {
  max-width:  100%;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 {
  max-width:  100%;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 {
  max-width:  100%;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 {
  max-width:  100%;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 .shg-image-zoom,
.shg-c#s-fe69d97f-380b-487f-93b3-a47339894216 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b1b52a0d-e2b2-49a5-a671-42cb979393ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1b52a0d-e2b2-49a5-a671-42cb979393ad .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

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

.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-bce1de86-bdc1-4bcf-9de9-94716386301c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDc1ZjU3YjYtZThkZi00YjlmLTgyNjctNThhODc1MDY1MDQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NzVmNTdiNi1lOGRmLTRiOWYtODI2Ny01OGE4NzUwNjUwNDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-bce1de86-bdc1-4bcf-9de9-94716386301c:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bce1de86-bdc1-4bcf-9de9-94716386301c:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bce1de86-bdc1-4bcf-9de9-94716386301c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bce1de86-bdc1-4bcf-9de9-94716386301c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-bce1de86-bdc1-4bcf-9de9-94716386301c:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-bce1de86-bdc1-4bcf-9de9-94716386301c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-bce1de86-bdc1-4bcf-9de9-94716386301c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6 {
  min-height: 50px;
background-color: rgba(245, 246, 247, 1);
}
@media (min-width: 1200px){#s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6 {
  display: none;
}
#s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6, #wrap-s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6, #wrap-content-s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6 {
  display: none;
}
#s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6, #wrap-s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6, #wrap-content-s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6 {
  display: none;
}
#s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6, #wrap-s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6, #wrap-content-s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6 { display: none !important; }}







#s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c203cb6e-a8de-4e4f-b6ef-6ff2df1344e6.shg-box.shg-c {
  justify-content: center;
}

#s-e05e8347-79c0-4d3d-90b1-f1b2773abe85 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e05e8347-79c0-4d3d-90b1-f1b2773abe85 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e05e8347-79c0-4d3d-90b1-f1b2773abe85 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e05e8347-79c0-4d3d-90b1-f1b2773abe85 {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-e05e8347-79c0-4d3d-90b1-f1b2773abe85 {
  margin-top: 20px;
}
}
#s-e05e8347-79c0-4d3d-90b1-f1b2773abe85 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-e05e8347-79c0-4d3d-90b1-f1b2773abe85 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-1434fddc-ddaa-45b3-a36f-63d99055c0af {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-1434fddc-ddaa-45b3-a36f-63d99055c0af {
  display: none;
}
#s-1434fddc-ddaa-45b3-a36f-63d99055c0af, #wrap-s-1434fddc-ddaa-45b3-a36f-63d99055c0af, #wrap-content-s-1434fddc-ddaa-45b3-a36f-63d99055c0af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1434fddc-ddaa-45b3-a36f-63d99055c0af {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-1434fddc-ddaa-45b3-a36f-63d99055c0af, #wrap-s-1434fddc-ddaa-45b3-a36f-63d99055c0af, #wrap-content-s-1434fddc-ddaa-45b3-a36f-63d99055c0af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1434fddc-ddaa-45b3-a36f-63d99055c0af {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-1434fddc-ddaa-45b3-a36f-63d99055c0af, #wrap-s-1434fddc-ddaa-45b3-a36f-63d99055c0af, #wrap-content-s-1434fddc-ddaa-45b3-a36f-63d99055c0af { display: none !important; }}@media (max-width: 767px){#s-1434fddc-ddaa-45b3-a36f-63d99055c0af {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1434fddc-ddaa-45b3-a36f-63d99055c0af .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-prev,
#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-next {
  
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-prev svg,
#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-1434fddc-ddaa-45b3-a36f-63d99055c0af .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-prev,
#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-next {
  
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-prev svg,
#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1434fddc-ddaa-45b3-a36f-63d99055c0af .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-eb520fb0-d891-4e9b-b9e9-c9387f1919b3 {
  margin-left: auto;
margin-right: auto;
}

#s-1d4ab29f-c626-46c5-acc5-1e56d157581a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a {
  max-width:  100%;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a {
  max-width:  100%;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a {
  max-width:  100%;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a {
  max-width:  100%;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a {
  max-width:  100%;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a .shg-image-zoom,
.shg-c#s-1d4ab29f-c626-46c5-acc5-1e56d157581a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-348378fd-52a8-4fae-b0c3-df03bb6c4e95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-348378fd-52a8-4fae-b0c3-df03bb6c4e95 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-b3acfc02-fc10-4f85-981b-0fbb138dd8ee {
  margin-left: auto;
margin-right: auto;
}

#s-3b698bbf-af20-4ac5-93ec-d0bff828009d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d {
  max-width:  100%;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d {
  max-width:  100%;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d {
  max-width:  100%;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d {
  max-width:  100%;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d {
  max-width:  100%;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d .shg-image-zoom,
.shg-c#s-3b698bbf-af20-4ac5-93ec-d0bff828009d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-938b6eaa-018d-4350-b505-e03c96bfb014 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-938b6eaa-018d-4350-b505-e03c96bfb014 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-e967c5cf-8325-4b87-8a5c-7786852e1975 {
  margin-left: auto;
margin-right: auto;
}

#s-e64ff29f-0cca-4f49-a103-64119050c7d3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 {
  max-width:  100%;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 {
  max-width:  100%;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 {
  max-width:  100%;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 {
  max-width:  100%;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 {
  max-width:  100%;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 .shg-image-zoom,
.shg-c#s-e64ff29f-0cca-4f49-a103-64119050c7d3 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-080678d7-6cf9-463f-b9f8-d9992f342692 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-080678d7-6cf9-463f-b9f8-d9992f342692 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-7722fb28-126c-4fdd-9fd9-117e18970140 {
  margin-left: auto;
margin-right: auto;
}

#s-f633bf51-f697-4f12-a7a5-694a5d063609 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 {
  max-width:  100%;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 {
  max-width:  100%;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 {
  max-width:  100%;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 {
  max-width:  100%;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 {
  max-width:  100%;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 .shg-image-zoom,
.shg-c#s-f633bf51-f697-4f12-a7a5-694a5d063609 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f3b9d780-3ef7-42a4-a85c-a95f3e49f47a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3b9d780-3ef7-42a4-a85c-a95f3e49f47a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-16d1ea78-d04f-473c-a094-16c377713d52 {
  margin-left: auto;
margin-right: auto;
}

#s-df23c120-8c76-44c7-94ff-92b1903cc9eb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb {
  max-width:  100%;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb {
  max-width:  100%;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb {
  max-width:  100%;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb {
  max-width:  100%;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb {
  max-width:  100%;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb .shg-image-zoom,
.shg-c#s-df23c120-8c76-44c7-94ff-92b1903cc9eb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2602fc66-998b-4020-982e-a01972bb49a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2602fc66-998b-4020-982e-a01972bb49a6 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-df1829af-8248-46ad-bdc2-715395675fbc {
  margin-left: auto;
margin-right: auto;
}

#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 {
  max-width:  100%;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 {
  max-width:  100%;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 {
  max-width:  100%;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 {
  max-width:  100%;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 {
  max-width:  100%;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 .shg-image-zoom,
.shg-c#s-8496c3f2-1b6d-4096-8f62-b3f86cfa7fd6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2751622d-44d8-4540-ac70-768059cbb461 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2751622d-44d8-4540-ac70-768059cbb461 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-739b401a-c6a9-417b-acef-e3cab88bb547 {
  margin-left: auto;
margin-right: auto;
}

#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 {
  max-width:  100%;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 {
  max-width:  100%;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 {
  max-width:  100%;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 {
  max-width:  100%;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 {
  max-width:  100%;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 .shg-image-zoom,
.shg-c#s-70dd3b25-532b-4389-aa6d-043ad78c64f7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-223f776b-f54d-4315-bd35-852c09b603bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-223f776b-f54d-4315-bd35-852c09b603bb .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-ca6893bd-f68c-40a3-97b9-37b4d62f9596 {
  margin-left: auto;
margin-right: auto;
}

#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 {
  max-width:  100%;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 {
  max-width:  100%;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 {
  max-width:  100%;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 {
  max-width:  100%;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 {
  max-width:  100%;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 .shg-image-zoom,
.shg-c#s-ec8e7950-d9ab-4aa5-a94d-bfc63c57b002 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2356e0ba-8f39-4c38-bd9a-81754bdff900 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2356e0ba-8f39-4c38-bd9a-81754bdff900 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-ce950098-e6f7-49a5-af16-9c0cd530f716 {
  margin-left: auto;
margin-right: auto;
}

#s-bb0f5efa-faa4-495a-89f8-381696da90d2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 {
  max-width:  100%;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 {
  max-width:  100%;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 {
  max-width:  100%;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 {
  max-width:  100%;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 {
  max-width:  100%;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 .shg-image-zoom,
.shg-c#s-bb0f5efa-faa4-495a-89f8-381696da90d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1e44b6b9-b2de-45ed-87d3-ca28a030c6ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e44b6b9-b2de-45ed-87d3-ca28a030c6ed .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-ec2b0542-32d4-4a0c-a70f-e6b5e451ae67 {
  margin-left: auto;
margin-right: auto;
}

#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec {
  max-width:  100%;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec {
  max-width:  100%;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec {
  max-width:  100%;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec {
  max-width:  100%;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec {
  max-width:  100%;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec .shg-image-zoom,
.shg-c#s-326e027e-ed2e-4d54-83a4-d2b2d44850ec img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fee6813b-c1f8-4306-8427-3cc4969ce60e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fee6813b-c1f8-4306-8427-3cc4969ce60e .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-8a00948d-3502-4a35-9315-2bbd42f9de15 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDc1ZjU3YjYtZThkZi00YjlmLTgyNjctNThhODc1MDY1MDQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NzVmNTdiNi1lOGRmLTRiOWYtODI2Ny01OGE4NzUwNjUwNDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-8a00948d-3502-4a35-9315-2bbd42f9de15:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a00948d-3502-4a35-9315-2bbd42f9de15:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8a00948d-3502-4a35-9315-2bbd42f9de15 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a00948d-3502-4a35-9315-2bbd42f9de15 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-8a00948d-3502-4a35-9315-2bbd42f9de15:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-8a00948d-3502-4a35-9315-2bbd42f9de15 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-8a00948d-3502-4a35-9315-2bbd42f9de15 {
  margin-top: 0px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-8a00948d-3502-4a35-9315-2bbd42f9de15-root {
    text-align: center;
  }


#s-8a00948d-3502-4a35-9315-2bbd42f9de15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a00948d-3502-4a35-9315-2bbd42f9de15-root {
    text-align: center;
  }


#s-8a00948d-3502-4a35-9315-2bbd42f9de15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a00948d-3502-4a35-9315-2bbd42f9de15-root {
    text-align: center;
  }


#s-8a00948d-3502-4a35-9315-2bbd42f9de15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a00948d-3502-4a35-9315-2bbd42f9de15-root {
    text-align: center;
  }


#s-8a00948d-3502-4a35-9315-2bbd42f9de15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a00948d-3502-4a35-9315-2bbd42f9de15-root {
    text-align: center;
  }


#s-8a00948d-3502-4a35-9315-2bbd42f9de15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50 {
  display: none;
}
#s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50, #wrap-s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50, #wrap-content-s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50 { display: none !important; }}







#s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50.shg-box.shg-c {
  justify-content: center;
}

#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-top: 20px;
}
}
#s-fb331c92-f730-47fb-b1d3-55f7c59af47d .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c8999272-1fd0-4145-9b0a-ae2f5f053409 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c8999272-1fd0-4145-9b0a-ae2f5f053409 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8999272-1fd0-4145-9b0a-ae2f5f053409 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-c8999272-1fd0-4145-9b0a-ae2f5f053409 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 > .swiper-button-prev,
#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 > .swiper-button-next {
  
}

#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 > .swiper-button-prev svg,
#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c8999272-1fd0-4145-9b0a-ae2f5f053409 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-bef97a14-6053-41bf-98ec-0d6590af7b7e {
  margin-left: auto;
margin-right: auto;
}

#s-aff59218-ddbe-4bf9-8978-d88693316dfd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd {
  max-width:  100%;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd {
  max-width:  100%;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd {
  max-width:  100%;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd {
  max-width:  100%;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd {
  max-width:  100%;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd .shg-image-zoom,
.shg-c#s-aff59218-ddbe-4bf9-8978-d88693316dfd img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1a5d1cab-dcf9-4e15-9b51-922d21b14687 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a5d1cab-dcf9-4e15-9b51-922d21b14687 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-ca2a0750-7933-44bc-a8d1-15c7e5043e70 {
  margin-left: auto;
margin-right: auto;
}

#s-20c05533-7488-43ae-854f-1e4b5fb53c25 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 {
  max-width:  100%;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 {
  max-width:  100%;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 {
  max-width:  100%;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 {
  max-width:  100%;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 {
  max-width:  100%;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 .shg-image-zoom,
.shg-c#s-20c05533-7488-43ae-854f-1e4b5fb53c25 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6163f9ec-3be3-4620-8c4c-d2fce65f0085 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6163f9ec-3be3-4620-8c4c-d2fce65f0085 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-242842ad-cfe1-48e4-bda7-8657f57b1718 {
  margin-left: auto;
margin-right: auto;
}

#s-62014551-dd8c-49cf-ba94-901c943f91d5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 {
  max-width:  100%;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 {
  max-width:  100%;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 {
  max-width:  100%;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 {
  max-width:  100%;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 {
  max-width:  100%;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 .shg-image-zoom,
.shg-c#s-62014551-dd8c-49cf-ba94-901c943f91d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-295afb79-38a7-4f19-b1b8-330efd8d807c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-295afb79-38a7-4f19-b1b8-330efd8d807c .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-42c1bcc5-38f3-446e-a915-f616ae8e894e {
  margin-left: auto;
margin-right: auto;
}

#s-c08741f2-3f7d-4417-8364-19e92deae9bc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc {
  max-width:  100%;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc {
  max-width:  100%;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc {
  max-width:  100%;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc {
  max-width:  100%;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc {
  max-width:  100%;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc .shg-image-zoom,
.shg-c#s-c08741f2-3f7d-4417-8364-19e92deae9bc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6d1cf00-0e7b-4c6e-8a9c-24fd538a015a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6d1cf00-0e7b-4c6e-8a9c-24fd538a015a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-005d5c77-46cd-480e-9a85-311e21c75e52 {
  margin-left: auto;
margin-right: auto;
}

#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 {
  max-width:  100%;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 {
  max-width:  100%;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 {
  max-width:  100%;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 {
  max-width:  100%;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 {
  max-width:  100%;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 .shg-image-zoom,
.shg-c#s-2e7d9b11-bbe9-48ca-93df-5e9b1ec9b901 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fb1004e6-7da8-4b75-9a70-78d80dc0a555 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb1004e6-7da8-4b75-9a70-78d80dc0a555 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-2845f563-7b15-479c-8e70-d4f2c069c0be {
  margin-left: auto;
margin-right: auto;
}

#s-ae786ff6-efa4-4b5e-92f4-24099a105113 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 {
  max-width:  100%;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 {
  max-width:  100%;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 {
  max-width:  100%;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 {
  max-width:  100%;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 {
  max-width:  100%;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 .shg-image-zoom,
.shg-c#s-ae786ff6-efa4-4b5e-92f4-24099a105113 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3b280794-841e-4c0f-9aec-f4f864a58449 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b280794-841e-4c0f-9aec-f4f864a58449 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-58cde6aa-9757-4d22-bf45-b0028da87832 {
  margin-left: auto;
margin-right: auto;
}

#s-c5fa89c5-8130-49a3-ba55-baab24cb820a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a {
  max-width:  100%;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a {
  max-width:  100%;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a {
  max-width:  100%;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a {
  max-width:  100%;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a {
  max-width:  100%;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a .shg-image-zoom,
.shg-c#s-c5fa89c5-8130-49a3-ba55-baab24cb820a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d36a405b-a485-4254-b7c9-d18b58bdcd62 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d36a405b-a485-4254-b7c9-d18b58bdcd62 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-1bc01907-7e14-4990-abb0-9ccd2aaee030 {
  margin-left: auto;
margin-right: auto;
}

#s-d43c9a9b-b768-4d03-aabf-01033c637666 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 {
  max-width:  100%;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 {
  max-width:  100%;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 {
  max-width:  100%;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 {
  max-width:  100%;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 {
  max-width:  100%;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 .shg-image-zoom,
.shg-c#s-d43c9a9b-b768-4d03-aabf-01033c637666 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-edbdd676-10f8-491a-8fe9-a4d43e755bb1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edbdd676-10f8-491a-8fe9-a4d43e755bb1 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-442dfaab-3476-44d4-bc61-2128aa521cc0 {
  margin-left: auto;
margin-right: auto;
}

#s-5ab6408f-246a-4047-a2f0-da43e0983558 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 {
  max-width:  100%;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 {
  max-width:  100%;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 {
  max-width:  100%;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 {
  max-width:  100%;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 {
  max-width:  100%;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 .shg-image-zoom,
.shg-c#s-5ab6408f-246a-4047-a2f0-da43e0983558 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c3e31b5-564f-40dc-95f1-35c618914760 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c3e31b5-564f-40dc-95f1-35c618914760 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzg2YzAwNzQtYTg0ZC00ZjcxLWE3ZWYtNjM3NWY1MDBhMzMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ODZjMDA3NC1hODRkLTRmNzEtYTdlZi02Mzc1ZjUwMGEzMzApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-dfb4921a-86bf-4d89-8395-6d131a1911fb:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dfb4921a-86bf-4d89-8395-6d131a1911fb:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  border-style: solid;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-dfb4921a-86bf-4d89-8395-6d131a1911fb:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-12018f2b-2660-4801-8736-671d8be4cf2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-12018f2b-2660-4801-8736-671d8be4cf2c {
  display: none;
}
#s-12018f2b-2660-4801-8736-671d8be4cf2c, #wrap-s-12018f2b-2660-4801-8736-671d8be4cf2c, #wrap-content-s-12018f2b-2660-4801-8736-671d8be4cf2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12018f2b-2660-4801-8736-671d8be4cf2c {
  display: none;
}
#s-12018f2b-2660-4801-8736-671d8be4cf2c, #wrap-s-12018f2b-2660-4801-8736-671d8be4cf2c, #wrap-content-s-12018f2b-2660-4801-8736-671d8be4cf2c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12018f2b-2660-4801-8736-671d8be4cf2c {
  display: none;
}
#s-12018f2b-2660-4801-8736-671d8be4cf2c, #wrap-s-12018f2b-2660-4801-8736-671d8be4cf2c, #wrap-content-s-12018f2b-2660-4801-8736-671d8be4cf2c { display: none !important; }}@media (max-width: 767px){#s-12018f2b-2660-4801-8736-671d8be4cf2c {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-12018f2b-2660-4801-8736-671d8be4cf2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12018f2b-2660-4801-8736-671d8be4cf2c.shg-box.shg-c {
  justify-content: center;
}

#s-c96c7f8c-acf8-4ace-af66-46de61dafa82 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c96c7f8c-acf8-4ace-af66-46de61dafa82 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c96c7f8c-acf8-4ace-af66-46de61dafa82 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c96c7f8c-acf8-4ace-af66-46de61dafa82 {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-c96c7f8c-acf8-4ace-af66-46de61dafa82 {
  margin-top: 20px;
}
}
#s-c96c7f8c-acf8-4ace-af66-46de61dafa82 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-c96c7f8c-acf8-4ace-af66-46de61dafa82 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-dd424292-f0c3-4893-883a-bd2a414deb9a {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-dd424292-f0c3-4893-883a-bd2a414deb9a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd424292-f0c3-4893-883a-bd2a414deb9a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-dd424292-f0c3-4893-883a-bd2a414deb9a {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-dd424292-f0c3-4893-883a-bd2a414deb9a .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-prev,
#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-next {
  
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-prev svg,
#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-dd424292-f0c3-4893-883a-bd2a414deb9a .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-prev,
#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-next {
  
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-prev svg,
#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-dd424292-f0c3-4893-883a-bd2a414deb9a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-60458e24-216d-42a8-a1ce-59dc8420a77f {
  margin-left: auto;
margin-right: auto;
}

#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c {
  max-width:  100%;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c {
  max-width:  100%;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c {
  max-width:  100%;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c {
  max-width:  100%;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c {
  max-width:  100%;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c .shg-image-zoom,
.shg-c#s-5242a0e2-5053-4b01-bdc6-be95208e0c7c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-31b6fa02-1b90-42f0-b022-a12d3c3a524a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31b6fa02-1b90-42f0-b022-a12d3c3a524a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-175b2668-c067-4900-ae73-91cb20383513 {
  margin-left: auto;
margin-right: auto;
}

#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 {
  max-width:  100%;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 {
  max-width:  100%;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 {
  max-width:  100%;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 {
  max-width:  100%;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 {
  max-width:  100%;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 .shg-image-zoom,
.shg-c#s-39b764fe-3deb-4f4f-81ea-33fbd0382154 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-97ad09c0-cfd7-4fbe-97f9-cbeebc4e286b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97ad09c0-cfd7-4fbe-97f9-cbeebc4e286b .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-c561975a-29ac-48cb-8cbb-921753c963f1 {
  margin-left: auto;
margin-right: auto;
}

#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 {
  max-width:  100%;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 {
  max-width:  100%;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 {
  max-width:  100%;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 {
  max-width:  100%;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 {
  max-width:  100%;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 .shg-image-zoom,
.shg-c#s-31323f3d-e9d0-4686-9d37-0f2c8ad05533 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c91123fa-93b0-4191-aaa9-0c0fdb506a15 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c91123fa-93b0-4191-aaa9-0c0fdb506a15 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-42bb12a2-3aca-4bb0-b90e-5f176137a54d {
  margin-left: auto;
margin-right: auto;
}

#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 {
  max-width:  100%;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 {
  max-width:  100%;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 {
  max-width:  100%;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 {
  max-width:  100%;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 {
  max-width:  100%;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 .shg-image-zoom,
.shg-c#s-91381d5d-f18a-43f6-a75c-1c4175ae75a8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d2924087-9e80-4547-affc-3c3216727be0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2924087-9e80-4547-affc-3c3216727be0 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-3e60080d-b937-4388-b542-9e9d11e93601 {
  margin-left: auto;
margin-right: auto;
}

#s-f953ba44-53fe-461f-a183-82ae0a3420b1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 {
  max-width:  100%;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 {
  max-width:  100%;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 {
  max-width:  100%;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 {
  max-width:  100%;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 {
  max-width:  100%;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 .shg-image-zoom,
.shg-c#s-f953ba44-53fe-461f-a183-82ae0a3420b1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-32f30e18-3489-4c65-ab23-ae764eb09855 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32f30e18-3489-4c65-ab23-ae764eb09855 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-7c716553-d289-4d97-a613-65f28b9f4ba8 {
  margin-left: auto;
margin-right: auto;
}

#s-efe8a722-3026-4929-ad27-3de614057ad7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 {
  max-width:  100%;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 {
  max-width:  100%;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 {
  max-width:  100%;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 {
  max-width:  100%;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 {
  max-width:  100%;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 .shg-image-zoom,
.shg-c#s-efe8a722-3026-4929-ad27-3de614057ad7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-134ce2bf-6d00-4516-b43c-dfd37255891a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-134ce2bf-6d00-4516-b43c-dfd37255891a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-3fd6a0d1-a97a-4129-8eb5-af81cddcc1fd {
  margin-left: auto;
margin-right: auto;
}

#s-048df3eb-6a12-4a7f-a346-e34b051c668b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b {
  max-width:  100%;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b {
  max-width:  100%;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b {
  max-width:  100%;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b {
  max-width:  100%;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b {
  max-width:  100%;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b .shg-image-zoom,
.shg-c#s-048df3eb-6a12-4a7f-a346-e34b051c668b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c914147b-cb5f-4efa-a5a5-71996b2f11ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c914147b-cb5f-4efa-a5a5-71996b2f11ae .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-8dc0e2a1-b66c-40dd-bf2a-324a78a50639 {
  margin-left: auto;
margin-right: auto;
}

#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 {
  max-width:  100%;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 {
  max-width:  100%;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 {
  max-width:  100%;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 {
  max-width:  100%;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 {
  max-width:  100%;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 .shg-image-zoom,
.shg-c#s-5baf1acc-60ec-4ac9-bb93-5af36ffaa944 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-47026819-8e3e-4793-bcde-d7be92027024 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47026819-8e3e-4793-bcde-d7be92027024 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-09ed1fdd-7835-483e-9ab9-654b9c9da173 {
  margin-left: auto;
margin-right: auto;
}

#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb {
  max-width:  100%;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb {
  max-width:  100%;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb {
  max-width:  100%;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb {
  max-width:  100%;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb {
  max-width:  100%;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb .shg-image-zoom,
.shg-c#s-5e0e4e6b-f60b-480e-bc92-811ac65b65bb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e217e5d-c143-4bdf-8655-0d79257a733c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e217e5d-c143-4bdf-8655-0d79257a733c .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-07dc0337-3692-4498-9da9-5829c85c94f8 {
  margin-left: auto;
margin-right: auto;
}

#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 {
  max-width:  100%;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 {
  max-width:  100%;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 {
  max-width:  100%;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 {
  max-width:  100%;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 {
  max-width:  100%;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 .shg-image-zoom,
.shg-c#s-bc393998-b0bf-4f36-a8c5-14aa13d13bb8 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7607ea3-1d48-4b94-9d17-380716739f4c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7607ea3-1d48-4b94-9d17-380716739f4c .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-399d9daa-61c0-4938-9eb1-9d137b795773 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzg2YzAwNzQtYTg0ZC00ZjcxLWE3ZWYtNjM3NWY1MDBhMzMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ODZjMDA3NC1hODRkLTRmNzEtYTdlZi02Mzc1ZjUwMGEzMzApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-399d9daa-61c0-4938-9eb1-9d137b795773:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-399d9daa-61c0-4938-9eb1-9d137b795773:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-399d9daa-61c0-4938-9eb1-9d137b795773 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-399d9daa-61c0-4938-9eb1-9d137b795773 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-399d9daa-61c0-4938-9eb1-9d137b795773:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-399d9daa-61c0-4938-9eb1-9d137b795773 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-399d9daa-61c0-4938-9eb1-9d137b795773 {
  margin-top: 0px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-399d9daa-61c0-4938-9eb1-9d137b795773-root {
    text-align: center;
  }


#s-399d9daa-61c0-4938-9eb1-9d137b795773.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-399d9daa-61c0-4938-9eb1-9d137b795773-root {
    text-align: center;
  }


#s-399d9daa-61c0-4938-9eb1-9d137b795773.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-399d9daa-61c0-4938-9eb1-9d137b795773-root {
    text-align: center;
  }


#s-399d9daa-61c0-4938-9eb1-9d137b795773.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-399d9daa-61c0-4938-9eb1-9d137b795773-root {
    text-align: center;
  }


#s-399d9daa-61c0-4938-9eb1-9d137b795773.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-399d9daa-61c0-4938-9eb1-9d137b795773-root {
    text-align: center;
  }


#s-399d9daa-61c0-4938-9eb1-9d137b795773.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(245, 246, 247, 1);
}
@media (max-width: 767px){#s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab {
  display: none;
}
#s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab, #wrap-s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab, #wrap-content-s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab { display: none !important; }}







#s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab.shg-box.shg-c {
  justify-content: center;
}

#s-545223f1-c2e4-4786-884e-69c93201be0b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-545223f1-c2e4-4786-884e-69c93201be0b {
  padding-bottom: 0px;
}
}
#s-545223f1-c2e4-4786-884e-69c93201be0b .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-545223f1-c2e4-4786-884e-69c93201be0b .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b > .swiper-button-prev,
#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b > .swiper-button-next {
  
}

#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b > .swiper-button-prev svg,
#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c1507ca3-c850-4a0c-8d4d-ef2d76c3037b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-233bfa4b-42d7-409e-8e04-78a80b4a88f4 {
  margin-left: auto;
margin-right: auto;
}

#s-e7c1fc08-6d36-455b-a312-70bf789db135 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 {
  max-width:  100%;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 {
  max-width:  100%;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 {
  max-width:  100%;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 {
  max-width:  100%;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 {
  max-width:  100%;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 .shg-image-zoom,
.shg-c#s-e7c1fc08-6d36-455b-a312-70bf789db135 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cc8b7b29-c212-46ac-ae93-69962a6a0399 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc8b7b29-c212-46ac-ae93-69962a6a0399 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-bfeb1bd1-0c9b-4e24-9a34-316ce0211020 {
  margin-left: auto;
margin-right: auto;
}

#s-0443a944-5422-46ad-941d-8235fa43a31f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f {
  max-width:  100%;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f {
  max-width:  100%;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f {
  max-width:  100%;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f {
  max-width:  100%;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f {
  max-width:  100%;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f .shg-image-zoom,
.shg-c#s-0443a944-5422-46ad-941d-8235fa43a31f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5a47a77e-8ef6-4845-b4c7-52d9b8df1ef0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a47a77e-8ef6-4845-b4c7-52d9b8df1ef0 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-f89f33df-6df3-4e1f-8548-34a420e5fb7f {
  margin-left: auto;
margin-right: auto;
}

#s-4e642fb4-4430-420b-8882-ec969cfc9a96 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 {
  max-width:  100%;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 {
  max-width:  100%;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 {
  max-width:  100%;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 {
  max-width:  100%;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 {
  max-width:  100%;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 .shg-image-zoom,
.shg-c#s-4e642fb4-4430-420b-8882-ec969cfc9a96 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed45dd7f-dcb3-4e05-bf0c-bf679b6d00db {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed45dd7f-dcb3-4e05-bf0c-bf679b6d00db .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-1f6559e1-f4fa-42ff-b7e8-c32e10ea8b83 {
  margin-left: auto;
margin-right: auto;
}

#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 {
  max-width:  100%;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 {
  max-width:  100%;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 {
  max-width:  100%;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 {
  max-width:  100%;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 {
  max-width:  100%;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 .shg-image-zoom,
.shg-c#s-cbc3f31d-9fbd-4d15-b7e9-42c981972a98 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b52feb69-b099-4fba-a8f6-30825a7976f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b52feb69-b099-4fba-a8f6-30825a7976f1 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-80af6a75-2c8e-4d55-b53c-e26403fcff84 {
  margin-left: auto;
margin-right: auto;
}

#s-354a593c-f061-4317-b6ce-e1791013d0c7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 {
  max-width:  100%;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 {
  max-width:  100%;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 {
  max-width:  100%;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 {
  max-width:  100%;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 {
  max-width:  100%;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 .shg-image-zoom,
.shg-c#s-354a593c-f061-4317-b6ce-e1791013d0c7 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aa0e34a3-9511-4e50-9f2d-785a228b5db5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa0e34a3-9511-4e50-9f2d-785a228b5db5 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-8ec097e4-9f06-4826-9788-ba6f8b6802c2 {
  margin-left: auto;
margin-right: auto;
}

#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 {
  max-width:  100%;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 {
  max-width:  100%;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 {
  max-width:  100%;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 {
  max-width:  100%;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 {
  max-width:  100%;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 .shg-image-zoom,
.shg-c#s-1f90ab37-20d4-4f2d-b4ca-c1536179a096 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1ff32c50-2fd7-4dc0-a474-618d95906da5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ff32c50-2fd7-4dc0-a474-618d95906da5 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-4e6fe904-75be-490b-853c-abdaeeabadd1 {
  margin-left: auto;
margin-right: auto;
}

#s-586faa80-9ca9-4776-8e0b-0eeda725a685 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 {
  max-width:  100%;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 {
  max-width:  100%;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 {
  max-width:  100%;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 {
  max-width:  100%;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 {
  max-width:  100%;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 .shg-image-zoom,
.shg-c#s-586faa80-9ca9-4776-8e0b-0eeda725a685 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d4198d4f-cfe3-479b-a19c-b70d7e1c0b88 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4198d4f-cfe3-479b-a19c-b70d7e1c0b88 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-f58af272-04c5-4a9c-887f-ae291c5eb413 {
  margin-left: auto;
margin-right: auto;
}

#s-12c6fc40-28cd-43b9-ba7d-353e28721418 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 {
  max-width:  100%;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 {
  max-width:  100%;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 {
  max-width:  100%;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 {
  max-width:  100%;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 {
  max-width:  100%;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 .shg-image-zoom,
.shg-c#s-12c6fc40-28cd-43b9-ba7d-353e28721418 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d515120e-1385-4180-9b59-1cf1b1ef730a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d515120e-1385-4180-9b59-1cf1b1ef730a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-27399f69-ce17-4226-b2f9-03a48a2bda83 {
  margin-left: auto;
margin-right: auto;
}

#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 {
  max-width:  100%;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 {
  max-width:  100%;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 {
  max-width:  100%;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 {
  max-width:  100%;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 {
  max-width:  100%;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 .shg-image-zoom,
.shg-c#s-ea067ba7-b9c1-4fef-82df-eb9ce8389883 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e9f4ad3e-c4ae-4ded-a144-bd4fac3980a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9f4ad3e-c4ae-4ded-a144-bd4fac3980a2 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2VmODg4YjQtMDY3Zi00ZTU5LTgzMTctZTNiZDY4MTVhY2IwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZWY4ODhiNC0wNjdmLTRlNTktODMxNy1lM2JkNjgxNWFjYjApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-9ffa1388-1b35-4190-aa24-41d0a252b06c:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9ffa1388-1b35-4190-aa24-41d0a252b06c:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-9ffa1388-1b35-4190-aa24-41d0a252b06c:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-08d490b8-2b91-45e8-bf0b-053680e3c403 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(245, 246, 247, 1);
}
@media (min-width: 1200px){#s-08d490b8-2b91-45e8-bf0b-053680e3c403 {
  display: none;
}
#s-08d490b8-2b91-45e8-bf0b-053680e3c403, #wrap-s-08d490b8-2b91-45e8-bf0b-053680e3c403, #wrap-content-s-08d490b8-2b91-45e8-bf0b-053680e3c403 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08d490b8-2b91-45e8-bf0b-053680e3c403 {
  display: none;
}
#s-08d490b8-2b91-45e8-bf0b-053680e3c403, #wrap-s-08d490b8-2b91-45e8-bf0b-053680e3c403, #wrap-content-s-08d490b8-2b91-45e8-bf0b-053680e3c403 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08d490b8-2b91-45e8-bf0b-053680e3c403 {
  display: none;
}
#s-08d490b8-2b91-45e8-bf0b-053680e3c403, #wrap-s-08d490b8-2b91-45e8-bf0b-053680e3c403, #wrap-content-s-08d490b8-2b91-45e8-bf0b-053680e3c403 { display: none !important; }}







#s-08d490b8-2b91-45e8-bf0b-053680e3c403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08d490b8-2b91-45e8-bf0b-053680e3c403.shg-box.shg-c {
  justify-content: center;
}

#s-4fbb41de-9559-4b9b-b961-51c44e37b39a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fbb41de-9559-4b9b-b961-51c44e37b39a {
  padding-bottom: 0px;
}
}
#s-4fbb41de-9559-4b9b-b961-51c44e37b39a .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-4fbb41de-9559-4b9b-b961-51c44e37b39a .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-768b35ea-6aac-4d78-b48a-cfdf094f2125 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-768b35ea-6aac-4d78-b48a-cfdf094f2125 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-768b35ea-6aac-4d78-b48a-cfdf094f2125 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-768b35ea-6aac-4d78-b48a-cfdf094f2125 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-768b35ea-6aac-4d78-b48a-cfdf094f2125 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-prev,
#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-next {
  
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-prev svg,
#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-768b35ea-6aac-4d78-b48a-cfdf094f2125 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-prev,
#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-next {
  
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-prev svg,
#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-768b35ea-6aac-4d78-b48a-cfdf094f2125 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-52daffaf-7f68-4220-8911-7debdbe6c9ca {
  margin-left: auto;
margin-right: auto;
}

#s-5e82b767-efce-4ee3-a753-b80275e9db70 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 {
  max-width:  100%;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 {
  max-width:  100%;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 {
  max-width:  100%;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 {
  max-width:  100%;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 {
  max-width:  100%;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 .shg-image-zoom,
.shg-c#s-5e82b767-efce-4ee3-a753-b80275e9db70 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-24ca3d3a-1dfa-45a9-8bb1-f722ec695b6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24ca3d3a-1dfa-45a9-8bb1-f722ec695b6d .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-d2d7612d-3194-4270-baf4-3946121b97e0 {
  margin-left: auto;
margin-right: auto;
}

#s-8cf3c306-19c0-481a-802d-fea930ed6fbc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc {
  max-width:  100%;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc {
  max-width:  100%;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc {
  max-width:  100%;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc {
  max-width:  100%;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc {
  max-width:  100%;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc .shg-image-zoom,
.shg-c#s-8cf3c306-19c0-481a-802d-fea930ed6fbc img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-99b407cf-552e-48d3-8432-850533c065c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99b407cf-552e-48d3-8432-850533c065c2 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-754ee401-4c22-472c-9476-6b22f682ed0c {
  margin-left: auto;
margin-right: auto;
}

#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 {
  max-width:  100%;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 {
  max-width:  100%;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 {
  max-width:  100%;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 {
  max-width:  100%;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 {
  max-width:  100%;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 .shg-image-zoom,
.shg-c#s-c35b4540-de69-432a-8cc3-31a4a559b6a1 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1caa9621-aea4-4439-85bb-b0d63d5e636a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1caa9621-aea4-4439-85bb-b0d63d5e636a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-d684a64a-11cb-4b3e-a4e5-166be345aee9 {
  margin-left: auto;
margin-right: auto;
}

#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 {
  max-width:  100%;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 {
  max-width:  100%;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 {
  max-width:  100%;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 {
  max-width:  100%;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 {
  max-width:  100%;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 .shg-image-zoom,
.shg-c#s-2b08cfc1-8470-4c96-87d8-397e2f77f260 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6aae69b0-2579-4acc-b8b5-824f044ab82a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aae69b0-2579-4acc-b8b5-824f044ab82a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-2c1c2158-8466-485a-91bb-2251807bddd9 {
  margin-left: auto;
margin-right: auto;
}

#s-b85733c5-a460-41a1-b20c-8469b7e16d7e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e {
  max-width:  100%;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e {
  max-width:  100%;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e {
  max-width:  100%;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e {
  max-width:  100%;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e {
  max-width:  100%;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e .shg-image-zoom,
.shg-c#s-b85733c5-a460-41a1-b20c-8469b7e16d7e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8d70417-738f-4265-a155-1e25eeb13ffa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d70417-738f-4265-a155-1e25eeb13ffa .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-97d9bd50-bb2b-45ef-82b1-1f1bd473168a {
  margin-left: auto;
margin-right: auto;
}

#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 {
  max-width:  100%;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 {
  max-width:  100%;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 {
  max-width:  100%;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 {
  max-width:  100%;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 {
  max-width:  100%;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 .shg-image-zoom,
.shg-c#s-6ce65727-4b7d-4193-9cf1-84d62cae9b99 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5e0c86d7-e64f-4ffb-8d47-de363cff6be7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e0c86d7-e64f-4ffb-8d47-de363cff6be7 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-b7fc6105-d74e-4a68-856c-b5d78cc17896 {
  margin-left: auto;
margin-right: auto;
}

#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 {
  max-width:  100%;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 {
  max-width:  100%;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 {
  max-width:  100%;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 {
  max-width:  100%;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 {
  max-width:  100%;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 .shg-image-zoom,
.shg-c#s-5ba71bdc-0a55-4da9-b95c-bb084c342ed6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5f6442a0-edd2-4f63-b70f-64607891b67b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f6442a0-edd2-4f63-b70f-64607891b67b .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-ec993a44-5098-4491-9a1a-5a01e91235b1 {
  margin-left: auto;
margin-right: auto;
}

#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 {
  max-width:  100%;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 {
  max-width:  100%;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 {
  max-width:  100%;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 {
  max-width:  100%;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 {
  max-width:  100%;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 .shg-image-zoom,
.shg-c#s-b7c0bea5-73f5-48a8-b526-e6899ae057d5 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-152c49c0-db9d-49f2-a0fe-29e570a3f2ea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-152c49c0-db9d-49f2-a0fe-29e570a3f2ea .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-7661b6f0-3551-42fd-a6e1-827cb9db1378 {
  margin-left: auto;
margin-right: auto;
}

#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 {
  max-width:  100%;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 {
  max-width:  100%;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 {
  max-width:  100%;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 {
  max-width:  100%;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 {
  max-width:  100%;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 .shg-image-zoom,
.shg-c#s-1bb96b98-bb1e-4068-ad0f-ef85f38105b0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0db80c86-3255-4eac-9a8d-a7e5211fcdc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0db80c86-3255-4eac-9a8d-a7e5211fcdc1 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-e65430ba-fb5e-43e2-8774-a9df8e9a4728 {
  margin-left: auto;
margin-right: auto;
}

#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b {
  max-width:  100%;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b {
  max-width:  100%;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b {
  max-width:  100%;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b {
  max-width:  100%;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b {
  max-width:  100%;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b .shg-image-zoom,
.shg-c#s-d575ae4e-4378-4c5f-905e-b8c2bdcf4b0b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6152a203-993e-41a3-8ac6-c4bea10ca3b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6152a203-993e-41a3-8ac6-c4bea10ca3b4 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-5879fd5e-edbc-4a20-9e56-9618714b8b36 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2VmODg4YjQtMDY3Zi00ZTU5LTgzMTctZTNiZDY4MTVhY2IwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZWY4ODhiNC0wNjdmLTRlNTktODMxNy1lM2JkNjgxNWFjYjApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-5879fd5e-edbc-4a20-9e56-9618714b8b36:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5879fd5e-edbc-4a20-9e56-9618714b8b36:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5879fd5e-edbc-4a20-9e56-9618714b8b36 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5879fd5e-edbc-4a20-9e56-9618714b8b36 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-5879fd5e-edbc-4a20-9e56-9618714b8b36:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-5879fd5e-edbc-4a20-9e56-9618714b8b36 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-5879fd5e-edbc-4a20-9e56-9618714b8b36 {
  margin-top: 0px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-5879fd5e-edbc-4a20-9e56-9618714b8b36-root {
    text-align: center;
  }


#s-5879fd5e-edbc-4a20-9e56-9618714b8b36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5879fd5e-edbc-4a20-9e56-9618714b8b36-root {
    text-align: center;
  }


#s-5879fd5e-edbc-4a20-9e56-9618714b8b36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5879fd5e-edbc-4a20-9e56-9618714b8b36-root {
    text-align: center;
  }


#s-5879fd5e-edbc-4a20-9e56-9618714b8b36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5879fd5e-edbc-4a20-9e56-9618714b8b36-root {
    text-align: center;
  }


#s-5879fd5e-edbc-4a20-9e56-9618714b8b36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5879fd5e-edbc-4a20-9e56-9618714b8b36-root {
    text-align: center;
  }


#s-5879fd5e-edbc-4a20-9e56-9618714b8b36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-6a5946a9-7749-4790-b8cc-150e25a6c5b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6a5946a9-7749-4790-b8cc-150e25a6c5b4 {
  display: none;
}
#s-6a5946a9-7749-4790-b8cc-150e25a6c5b4, #wrap-s-6a5946a9-7749-4790-b8cc-150e25a6c5b4, #wrap-content-s-6a5946a9-7749-4790-b8cc-150e25a6c5b4 { display: none !important; }}







#s-6a5946a9-7749-4790-b8cc-150e25a6c5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a5946a9-7749-4790-b8cc-150e25a6c5b4.shg-box.shg-c {
  justify-content: center;
}

#s-261151ea-cfe8-4745-8000-f424f2b66a75 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-261151ea-cfe8-4745-8000-f424f2b66a75 {
  padding-bottom: 0px;
}
}
#s-261151ea-cfe8-4745-8000-f424f2b66a75 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-261151ea-cfe8-4745-8000-f424f2b66a75 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-7a53d148-4944-4935-a494-3cc08dbdcff8 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7a53d148-4944-4935-a494-3cc08dbdcff8 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a53d148-4944-4935-a494-3cc08dbdcff8 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-7a53d148-4944-4935-a494-3cc08dbdcff8 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 > .swiper-button-prev,
#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 > .swiper-button-next {
  
}

#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 > .swiper-button-prev svg,
#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-7a53d148-4944-4935-a494-3cc08dbdcff8 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-47709266-7590-4d39-a767-09d88496842a {
  margin-left: auto;
margin-right: auto;
}

#s-f929455c-0883-4902-9106-55ff0f299435 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 {
  max-width:  100%;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 {
  max-width:  100%;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 {
  max-width:  100%;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 {
  max-width:  100%;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 {
  max-width:  100%;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 .shg-image-zoom,
.shg-c#s-f929455c-0883-4902-9106-55ff0f299435 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ef2ed13a-4919-4ac4-bb6b-344719123175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef2ed13a-4919-4ac4-bb6b-344719123175 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-e5e10384-b817-472f-ae54-55848a5ce489 {
  margin-left: auto;
margin-right: auto;
}

#s-a19e9df4-6785-457e-a4d5-9dca8251c54c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c {
  max-width:  100%;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c {
  max-width:  100%;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c {
  max-width:  100%;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c {
  max-width:  100%;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c {
  max-width:  100%;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c .shg-image-zoom,
.shg-c#s-a19e9df4-6785-457e-a4d5-9dca8251c54c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-80ec1854-e072-426a-ae6a-c1d42fbe0044 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80ec1854-e072-426a-ae6a-c1d42fbe0044 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-b4c7bb3b-2e96-4e38-9fa1-a4995fa284f1 {
  margin-left: auto;
margin-right: auto;
}

#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b {
  max-width:  100%;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b {
  max-width:  100%;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b {
  max-width:  100%;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b {
  max-width:  100%;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b {
  max-width:  100%;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b .shg-image-zoom,
.shg-c#s-5c7fa491-b34d-474c-ad95-93f5b6daa18b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1dc4a5fe-04f1-481a-8b58-fbe667cdebd4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dc4a5fe-04f1-481a-8b58-fbe667cdebd4 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-fba34366-03e1-4d98-9961-ff8908fd8ac3 {
  margin-left: auto;
margin-right: auto;
}

#s-138137d9-eb77-469d-b43c-56c322b9f1c6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 {
  max-width:  100%;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 {
  max-width:  100%;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 {
  max-width:  100%;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 {
  max-width:  100%;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 {
  max-width:  100%;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 .shg-image-zoom,
.shg-c#s-138137d9-eb77-469d-b43c-56c322b9f1c6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6be9498a-c24b-4884-86c8-e441ad5ea0f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6be9498a-c24b-4884-86c8-e441ad5ea0f1 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-f0805c32-0ce0-441d-b326-c173bcba2554 {
  margin-left: auto;
margin-right: auto;
}

#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 {
  max-width:  100%;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 {
  max-width:  100%;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 {
  max-width:  100%;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 {
  max-width:  100%;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 {
  max-width:  100%;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 .shg-image-zoom,
.shg-c#s-a3a2baaa-a738-4c74-b5cc-5c55a9299a03 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d056e0b8-2330-4ddd-8ed2-31ac4cabfeb9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d056e0b8-2330-4ddd-8ed2-31ac4cabfeb9 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-839959f8-b25e-4da9-bf5d-ee6a685762c5 {
  margin-left: auto;
margin-right: auto;
}

#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb {
  max-width:  100%;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb {
  max-width:  100%;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb {
  max-width:  100%;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb {
  max-width:  100%;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb {
  max-width:  100%;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb .shg-image-zoom,
.shg-c#s-2df84b1a-c469-4b6f-98f1-b5d26e63fbbb img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-78522617-df4b-4bd0-849d-ca4a707f666d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78522617-df4b-4bd0-849d-ca4a707f666d .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-884b82e0-c69f-4740-8ec4-61313ad17390 {
  margin-left: auto;
margin-right: auto;
}

#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a {
  max-width:  100%;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a {
  max-width:  100%;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a {
  max-width:  100%;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a {
  max-width:  100%;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a {
  max-width:  100%;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a .shg-image-zoom,
.shg-c#s-2a9c7bfb-c0bb-4d77-b771-47a4d818ce4a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a41cea01-307d-483a-b4c9-4b5405227af2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a41cea01-307d-483a-b4c9-4b5405227af2 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-5408bbb6-fe40-4101-81e1-b16e8f3b2f9d {
  margin-left: auto;
margin-right: auto;
}

#s-81c337bb-e098-4da9-a8c4-d42be669f0cf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf {
  max-width:  100%;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf {
  max-width:  100%;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf {
  max-width:  100%;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf {
  max-width:  100%;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf {
  max-width:  100%;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf .shg-image-zoom,
.shg-c#s-81c337bb-e098-4da9-a8c4-d42be669f0cf img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f0a4cab5-9920-46ff-9247-15cfc8aaa9a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0a4cab5-9920-46ff-9247-15cfc8aaa9a3 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-1da753fb-45df-4324-9cc8-6a4990b6fdfa {
  margin-left: auto;
margin-right: auto;
}

#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 {
  max-width:  100%;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 {
  max-width:  100%;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 {
  max-width:  100%;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 {
  max-width:  100%;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 {
  max-width:  100%;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 .shg-image-zoom,
.shg-c#s-b25d9e53-b07b-4a88-97c6-05f092cc5a38 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3a15c029-9f39-4d00-92ca-932567fa0bbf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a15c029-9f39-4d00-92ca-932567fa0bbf .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjE4ZTBiZTAtNDczNC00MTk3LWJiMmQtYmJkMjNhZWIzMTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMThlMGJlMC00NzM0LTQxOTctYmIyZC1iYmQyM2FlYjMxNWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-ea350b2e-8d18-4977-88ed-cd224c741233:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ea350b2e-8d18-4977-88ed-cd224c741233:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-ea350b2e-8d18-4977-88ed-cd224c741233:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-55147cae-13d9-4cde-9820-b79e9ed0df01 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-55147cae-13d9-4cde-9820-b79e9ed0df01 {
  max-width: 1200px;
display: none;
}
#s-55147cae-13d9-4cde-9820-b79e9ed0df01, #wrap-s-55147cae-13d9-4cde-9820-b79e9ed0df01, #wrap-content-s-55147cae-13d9-4cde-9820-b79e9ed0df01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55147cae-13d9-4cde-9820-b79e9ed0df01 {
  display: none;
}
#s-55147cae-13d9-4cde-9820-b79e9ed0df01, #wrap-s-55147cae-13d9-4cde-9820-b79e9ed0df01, #wrap-content-s-55147cae-13d9-4cde-9820-b79e9ed0df01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55147cae-13d9-4cde-9820-b79e9ed0df01 {
  display: none;
}
#s-55147cae-13d9-4cde-9820-b79e9ed0df01, #wrap-s-55147cae-13d9-4cde-9820-b79e9ed0df01, #wrap-content-s-55147cae-13d9-4cde-9820-b79e9ed0df01 { display: none !important; }}







#s-55147cae-13d9-4cde-9820-b79e9ed0df01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55147cae-13d9-4cde-9820-b79e9ed0df01.shg-box.shg-c {
  justify-content: center;
}

#s-d998c6a7-36af-4e7a-9193-6105ba777c1b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d998c6a7-36af-4e7a-9193-6105ba777c1b {
  padding-bottom: 0px;
}
}
#s-d998c6a7-36af-4e7a-9193-6105ba777c1b .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-d998c6a7-36af-4e7a-9193-6105ba777c1b .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-1601fd2b-5ecd-4431-989d-f87fa62e37bf {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1601fd2b-5ecd-4431-989d-f87fa62e37bf {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1601fd2b-5ecd-4431-989d-f87fa62e37bf {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-1601fd2b-5ecd-4431-989d-f87fa62e37bf {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1601fd2b-5ecd-4431-989d-f87fa62e37bf .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-prev,
#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-next {
  
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-prev svg,
#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-1601fd2b-5ecd-4431-989d-f87fa62e37bf .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-prev,
#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-next {
  
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-prev svg,
#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1601fd2b-5ecd-4431-989d-f87fa62e37bf .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-a2614ca4-d381-4784-81d3-be759be37bd6 {
  margin-left: auto;
margin-right: auto;
}

#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f {
  max-width:  100%;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f {
  max-width:  100%;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f {
  max-width:  100%;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f {
  max-width:  100%;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f {
  max-width:  100%;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f .shg-image-zoom,
.shg-c#s-71b00873-0f04-4c1d-b7d2-d6a28f716e4f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-201c432b-c7ea-4744-9d6a-73fcc8bf54f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-201c432b-c7ea-4744-9d6a-73fcc8bf54f7 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-d91a5201-b049-4878-9943-b034272ba85f {
  margin-left: auto;
margin-right: auto;
}

#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae {
  max-width:  100%;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae {
  max-width:  100%;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae {
  max-width:  100%;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae {
  max-width:  100%;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae {
  max-width:  100%;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae .shg-image-zoom,
.shg-c#s-bd5f7504-c666-46ba-916b-8e8ca04e0aae img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-66da0aad-18e6-4d7e-8806-4aa60b1e69d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66da0aad-18e6-4d7e-8806-4aa60b1e69d6 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-939e42d3-b5f5-400e-b5c1-8f386cc8b7e2 {
  margin-left: auto;
margin-right: auto;
}

#s-c1983745-4f24-4f90-b309-6b81dd81618b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b {
  max-width:  100%;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b {
  max-width:  100%;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b {
  max-width:  100%;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b {
  max-width:  100%;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b {
  max-width:  100%;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b .shg-image-zoom,
.shg-c#s-c1983745-4f24-4f90-b309-6b81dd81618b img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eeefa804-a3ef-4098-9358-8fd36a1d0393 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eeefa804-a3ef-4098-9358-8fd36a1d0393 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-9eca98e8-bed9-450c-a5ea-7bbc799b0099 {
  margin-left: auto;
margin-right: auto;
}

#s-37a6d732-6098-4323-9bea-68e042036754 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 {
  max-width:  100%;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 {
  max-width:  100%;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 {
  max-width:  100%;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 {
  max-width:  100%;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 {
  max-width:  100%;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 .shg-image-zoom,
.shg-c#s-37a6d732-6098-4323-9bea-68e042036754 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0c185d39-9feb-4edd-92ec-638541713c71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c185d39-9feb-4edd-92ec-638541713c71 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-40cdadbf-489f-4cae-a8bc-3c013b6f5ba1 {
  margin-left: auto;
margin-right: auto;
}

#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 {
  max-width:  100%;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 {
  max-width:  100%;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 {
  max-width:  100%;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 {
  max-width:  100%;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 {
  max-width:  100%;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 .shg-image-zoom,
.shg-c#s-4d3e567d-d0cc-4682-90c5-8f4813f16d69 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0de74051-842c-44d3-9aa3-6530945b12b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0de74051-842c-44d3-9aa3-6530945b12b4 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-292775f0-104e-4801-a0cc-6fdea6a42305 {
  margin-left: auto;
margin-right: auto;
}

#s-0dbddd25-2b60-467c-9922-cd52acdd21ab {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab {
  max-width:  100%;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab {
  max-width:  100%;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab {
  max-width:  100%;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab {
  max-width:  100%;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab {
  max-width:  100%;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab .shg-image-zoom,
.shg-c#s-0dbddd25-2b60-467c-9922-cd52acdd21ab img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eea5248a-3fe0-4165-9d2c-6a9628d9ff01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eea5248a-3fe0-4165-9d2c-6a9628d9ff01 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-8ac4cf79-dd8c-4b43-baf6-e0c1db2984b6 {
  margin-left: auto;
margin-right: auto;
}

#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d {
  max-width:  100%;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d {
  max-width:  100%;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d {
  max-width:  100%;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d {
  max-width:  100%;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d {
  max-width:  100%;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d .shg-image-zoom,
.shg-c#s-c7ad06eb-c540-4ec9-932f-3be7469e2f3d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-53ac2a97-a215-468f-b1d5-59ed7092fea3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53ac2a97-a215-468f-b1d5-59ed7092fea3 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-1f3f17a3-c4f0-4b8b-8948-a383dfa79da9 {
  margin-left: auto;
margin-right: auto;
}

#s-00a096cf-bd61-41a3-939e-4c0d5c56462e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e {
  max-width:  100%;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e {
  max-width:  100%;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e {
  max-width:  100%;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e {
  max-width:  100%;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e {
  max-width:  100%;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e .shg-image-zoom,
.shg-c#s-00a096cf-bd61-41a3-939e-4c0d5c56462e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ae6bf18e-402b-42c5-bc27-5ba8d1bf41bd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae6bf18e-402b-42c5-bc27-5ba8d1bf41bd .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-1b9ed4bf-eb2c-4255-abcd-1034a2b49747 {
  margin-left: auto;
margin-right: auto;
}

#s-a515bfcd-8032-4b47-adeb-547e14fa228e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e {
  max-width:  100%;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e {
  max-width:  100%;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e {
  max-width:  100%;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e {
  max-width:  100%;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e {
  max-width:  100%;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e .shg-image-zoom,
.shg-c#s-a515bfcd-8032-4b47-adeb-547e14fa228e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eb58e636-ce51-4bfc-8373-e2e467734971 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb58e636-ce51-4bfc-8373-e2e467734971 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-b55fdc7c-9939-48ad-a87a-a14e6f326966 {
  margin-left: auto;
margin-right: auto;
}

#s-87cc6b10-c6af-42c5-8102-5e3df617dcff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff {
  max-width:  100%;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff {
  max-width:  100%;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff {
  max-width:  100%;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff {
  max-width:  100%;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff {
  max-width:  100%;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff .shg-image-zoom,
.shg-c#s-87cc6b10-c6af-42c5-8102-5e3df617dcff img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d7f71cee-21b2-413d-b7a4-9a617a0cf735 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7f71cee-21b2-413d-b7a4-9a617a0cf735 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjE4ZTBiZTAtNDczNC00MTk3LWJiMmQtYmJkMjNhZWIzMTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMThlMGJlMC00NzM0LTQxOTctYmIyZC1iYmQyM2FlYjMxNWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64 {
  margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64-root {
    text-align: center;
  }


#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64-root {
    text-align: center;
  }


#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64-root {
    text-align: center;
  }


#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64-root {
    text-align: center;
  }


#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64-root {
    text-align: center;
  }


#s-0a47c07c-68b5-4a0b-ad82-1e5de5a4eb64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-8b01ed92-e19e-4523-b9df-f03cb472cacd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(245, 246, 247, 1);
}
@media (min-width: 1200px){#s-8b01ed92-e19e-4523-b9df-f03cb472cacd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b01ed92-e19e-4523-b9df-f03cb472cacd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b01ed92-e19e-4523-b9df-f03cb472cacd {
  
}
}@media (max-width: 767px){#s-8b01ed92-e19e-4523-b9df-f03cb472cacd {
  display: none;
}
#s-8b01ed92-e19e-4523-b9df-f03cb472cacd, #wrap-s-8b01ed92-e19e-4523-b9df-f03cb472cacd, #wrap-content-s-8b01ed92-e19e-4523-b9df-f03cb472cacd { display: none !important; }}







#s-8b01ed92-e19e-4523-b9df-f03cb472cacd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b01ed92-e19e-4523-b9df-f03cb472cacd.shg-box.shg-c {
  justify-content: center;
}

#s-b16bdd35-bead-4bab-b22b-50c6facc70d1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b16bdd35-bead-4bab-b22b-50c6facc70d1 {
  padding-bottom: 0px;
}
}
#s-b16bdd35-bead-4bab-b22b-50c6facc70d1 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-b16bdd35-bead-4bab-b22b-50c6facc70d1 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c0000f88-ee70-44f1-819e-e0c03c97e489 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c0000f88-ee70-44f1-819e-e0c03c97e489 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0000f88-ee70-44f1-819e-e0c03c97e489 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-c0000f88-ee70-44f1-819e-e0c03c97e489 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 > .swiper-button-prev,
#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 > .swiper-button-next {
  
}

#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 > .swiper-button-prev svg,
#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c0000f88-ee70-44f1-819e-e0c03c97e489 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-14026642-5f1c-4ecc-8a48-2b5e641ce1b8 {
  margin-left: auto;
margin-right: auto;
}

#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f {
  max-width:  100%;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f {
  max-width:  100%;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f {
  max-width:  100%;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f {
  max-width:  100%;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f {
  max-width:  100%;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f .shg-image-zoom,
.shg-c#s-02513f06-90ff-4e67-9e33-7eefd10ddd3f img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c2ecdfd2-f576-4a9b-a58b-cf1c1c6aba5f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2ecdfd2-f576-4a9b-a58b-cf1c1c6aba5f .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-d90c20b6-4b6e-4101-9842-e047a034d193 {
  margin-left: auto;
margin-right: auto;
}

#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d {
  max-width:  100%;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d {
  max-width:  100%;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d {
  max-width:  100%;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d {
  max-width:  100%;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d {
  max-width:  100%;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d .shg-image-zoom,
.shg-c#s-fb0a3e7b-04ed-411b-bd86-1e9ce941016d img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-994ac34c-af7c-4f86-bf99-983db5ec1407 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-994ac34c-af7c-4f86-bf99-983db5ec1407 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-81adaef1-932a-4d5b-9d1f-fd34fe5d48b0 {
  margin-left: auto;
margin-right: auto;
}

#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 {
  max-width:  100%;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 {
  max-width:  100%;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 {
  max-width:  100%;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 {
  max-width:  100%;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 {
  max-width:  100%;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 .shg-image-zoom,
.shg-c#s-d6185bea-cb5e-49f6-9a82-785e7e1495a6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-65214dcd-1dc9-4c90-a889-fc0f9109fa00 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65214dcd-1dc9-4c90-a889-fc0f9109fa00 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-483d0fde-ddee-49ff-bfb0-f8d28144e57c {
  margin-left: auto;
margin-right: auto;
}

#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c {
  max-width:  100%;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c {
  max-width:  100%;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c {
  max-width:  100%;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c {
  max-width:  100%;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c {
  max-width:  100%;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c .shg-image-zoom,
.shg-c#s-fca5b39a-b2fd-4917-8d82-870bb3dd602c img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a03e393a-1261-4ec1-975d-9512bf0e1de8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a03e393a-1261-4ec1-975d-9512bf0e1de8 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-670fd226-bcf9-43df-9da8-236ddd9c3dcd {
  margin-left: auto;
margin-right: auto;
}

#s-86005796-8148-4fe1-9b2c-684bbbf0c3af {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af {
  max-width:  100%;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af {
  max-width:  100%;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af {
  max-width:  100%;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af {
  max-width:  100%;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af {
  max-width:  100%;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af .shg-image-zoom,
.shg-c#s-86005796-8148-4fe1-9b2c-684bbbf0c3af img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-91adb50f-3856-475d-a846-7fc7412b4324 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91adb50f-3856-475d-a846-7fc7412b4324 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-f8651c64-ae03-4989-99ab-cc336a41f12a {
  margin-left: auto;
margin-right: auto;
}

#s-fac59731-ae12-4620-b5d3-9ac68ec285ef {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef {
  max-width:  100%;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef {
  max-width:  100%;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef {
  max-width:  100%;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef {
  max-width:  100%;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef {
  max-width:  100%;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef .shg-image-zoom,
.shg-c#s-fac59731-ae12-4620-b5d3-9ac68ec285ef img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a86c592f-fa7b-4f80-8f54-1dae5a8c03d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a86c592f-fa7b-4f80-8f54-1dae5a8c03d7 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-c791bfd5-976d-452c-9aab-6176dc89767e {
  margin-left: auto;
margin-right: auto;
}

#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 {
  max-width:  100%;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 {
  max-width:  100%;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 {
  max-width:  100%;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 {
  max-width:  100%;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 {
  max-width:  100%;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 .shg-image-zoom,
.shg-c#s-0d86ecd1-8836-4df7-ba91-f51e9404b452 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-42cef156-e938-4c6e-b2ef-492ff9daaa2c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42cef156-e938-4c6e-b2ef-492ff9daaa2c .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-2e1e4087-83a3-4780-a93e-1b24a5690735 {
  margin-left: auto;
margin-right: auto;
}

#s-65363e77-1d6d-49da-981d-9171e732e3f0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 {
  max-width:  100%;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 {
  max-width:  100%;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 {
  max-width:  100%;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 {
  max-width:  100%;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 {
  max-width:  100%;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 .shg-image-zoom,
.shg-c#s-65363e77-1d6d-49da-981d-9171e732e3f0 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3bb4bfac-f197-464c-b9b1-35f167aa7d07 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bb4bfac-f197-464c-b9b1-35f167aa7d07 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-a4106e36-ff11-47ad-9880-fe8a9000884f {
  margin-left: auto;
margin-right: auto;
}

#s-a9aefba4-9d79-4182-bb88-54688ac9b377 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 {
  max-width:  100%;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 {
  max-width:  100%;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 {
  max-width:  100%;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 {
  max-width:  100%;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 {
  max-width:  100%;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 .shg-image-zoom,
.shg-c#s-a9aefba4-9d79-4182-bb88-54688ac9b377 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4eee3608-06fe-4f12-b83f-e987c5bd3b85 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4eee3608-06fe-4f12-b83f-e987c5bd3b85 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2NkNjU4ZDUtZmZmYy00YTg3LTgzNzYtZGM2NTM4ZTg4YTlmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjY2Q2NThkNS1mZmZjLTRhODctODM3Ni1kYzY1MzhlODhhOWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-d6c51d30-4c0a-423e-be04-70b30b186f6a:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d6c51d30-4c0a-423e-be04-70b30b186f6a:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-d6c51d30-4c0a-423e-be04-70b30b186f6a:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-7df62753-59db-452b-8086-159dfad8e2ee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(245, 246, 247, 1);
}
@media (min-width: 1200px){#s-7df62753-59db-452b-8086-159dfad8e2ee {
  display: none;
}
#s-7df62753-59db-452b-8086-159dfad8e2ee, #wrap-s-7df62753-59db-452b-8086-159dfad8e2ee, #wrap-content-s-7df62753-59db-452b-8086-159dfad8e2ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7df62753-59db-452b-8086-159dfad8e2ee {
  display: none;
}
#s-7df62753-59db-452b-8086-159dfad8e2ee, #wrap-s-7df62753-59db-452b-8086-159dfad8e2ee, #wrap-content-s-7df62753-59db-452b-8086-159dfad8e2ee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7df62753-59db-452b-8086-159dfad8e2ee {
  display: none;
}
#s-7df62753-59db-452b-8086-159dfad8e2ee, #wrap-s-7df62753-59db-452b-8086-159dfad8e2ee, #wrap-content-s-7df62753-59db-452b-8086-159dfad8e2ee { display: none !important; }}@media (max-width: 767px){#s-7df62753-59db-452b-8086-159dfad8e2ee {
  
}
}







#s-7df62753-59db-452b-8086-159dfad8e2ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7df62753-59db-452b-8086-159dfad8e2ee.shg-box.shg-c {
  justify-content: center;
}

#s-b342a7ad-03e2-4bd0-83a9-773c88cb829b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b342a7ad-03e2-4bd0-83a9-773c88cb829b {
  padding-bottom: 0px;
}
}
#s-b342a7ad-03e2-4bd0-83a9-773c88cb829b .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-b342a7ad-03e2-4bd0-83a9-773c88cb829b .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-f33ad950-f167-415e-add4-871286d534a3 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f33ad950-f167-415e-add4-871286d534a3 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f33ad950-f167-415e-add4-871286d534a3 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-f33ad950-f167-415e-add4-871286d534a3 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-f33ad950-f167-415e-add4-871286d534a3 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-prev,
#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-next {
  
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-prev svg,
#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-f33ad950-f167-415e-add4-871286d534a3 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 {
  --swiper-pagination-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 103, 130, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 103, 130, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-prev,
#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-next {
  
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-prev svg,
#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(0, 103, 130, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 .swiper-pagination-bullet-active {
  background-color: rgba(0, 103, 130, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-f33ad950-f167-415e-add4-871286d534a3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-e10500d0-afbb-41f0-974e-89764b79fc22 {
  margin-left: auto;
margin-right: auto;
}

#s-959e6853-7f75-4c92-b975-83467c175e54 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 {
  max-width:  100%;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 {
  max-width:  100%;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 {
  max-width:  100%;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 {
  max-width:  100%;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 {
  max-width:  100%;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 .shg-image-zoom,
.shg-c#s-959e6853-7f75-4c92-b975-83467c175e54 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e556247c-8d65-4b2a-8cc6-bd626e127d1a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e556247c-8d65-4b2a-8cc6-bd626e127d1a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-0d15358f-df08-4ca4-b36e-c38a3843ced5 {
  margin-left: auto;
margin-right: auto;
}

#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 {
  max-width:  100%;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 {
  max-width:  100%;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 {
  max-width:  100%;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 {
  max-width:  100%;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 {
  max-width:  100%;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 .shg-image-zoom,
.shg-c#s-c465e9f6-6010-41ef-a003-cb1a2d668fa9 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-111d4e1d-7dc1-4172-a0d0-d573f05a08a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-111d4e1d-7dc1-4172-a0d0-d573f05a08a5 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-f014baad-1cc2-42a0-b628-3b5d6550d850 {
  margin-left: auto;
margin-right: auto;
}

#s-b7185d89-039d-4c46-b358-33cb09f3d127 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 {
  max-width:  100%;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 {
  max-width:  100%;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 {
  max-width:  100%;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 {
  max-width:  100%;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 {
  max-width:  100%;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 .shg-image-zoom,
.shg-c#s-b7185d89-039d-4c46-b358-33cb09f3d127 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d90c0b46-7dee-4cb3-b63d-92df261c05e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d90c0b46-7dee-4cb3-b63d-92df261c05e7 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-7e606f97-12e5-4d6f-8bba-6bfc9445adff {
  margin-left: auto;
margin-right: auto;
}

#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 {
  max-width:  100%;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 {
  max-width:  100%;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 {
  max-width:  100%;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 {
  max-width:  100%;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 {
  max-width:  100%;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 .shg-image-zoom,
.shg-c#s-e078d76d-9ccb-4ee4-a2cb-4bdae2264282 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-af13e9d9-74e8-4408-a79d-11413583785a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af13e9d9-74e8-4408-a79d-11413583785a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-6be0c024-7467-4971-a981-1ae1bce3730e {
  margin-left: auto;
margin-right: auto;
}

#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 {
  max-width:  100%;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 {
  max-width:  100%;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 {
  max-width:  100%;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 {
  max-width:  100%;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 {
  max-width:  100%;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 .shg-image-zoom,
.shg-c#s-4e739964-93b5-4272-b615-a4f1cc94e4d2 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-13e5b1ab-c8f4-4c25-a7d6-2fe8e64d66de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13e5b1ab-c8f4-4c25-a7d6-2fe8e64d66de .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-238d0d6e-c542-449b-9eda-0c1a44a46665 {
  margin-left: auto;
margin-right: auto;
}

#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a {
  max-width:  100%;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a {
  max-width:  100%;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a {
  max-width:  100%;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a {
  max-width:  100%;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a {
  max-width:  100%;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a .shg-image-zoom,
.shg-c#s-7907d492-f22b-48d7-bd2f-4ccd7d67bc1a img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6898973b-4792-492e-a086-2e1330c95392 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6898973b-4792-492e-a086-2e1330c95392 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-48bd6033-69a7-454d-8688-e4d0e3ef783f {
  margin-left: auto;
margin-right: auto;
}

#s-36481e5c-15c1-4d51-9ffa-8d94281a48be {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be {
  max-width:  100%;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be {
  max-width:  100%;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be {
  max-width:  100%;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be {
  max-width:  100%;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be {
  max-width:  100%;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be .shg-image-zoom,
.shg-c#s-36481e5c-15c1-4d51-9ffa-8d94281a48be img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b2738c63-a422-4ce3-9879-57692964fe5f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2738c63-a422-4ce3-9879-57692964fe5f .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-07d898f8-dc71-4ce4-982d-ed457eb31711 {
  margin-left: auto;
margin-right: auto;
}

#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 {
  max-width:  100%;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 {
  max-width:  100%;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 {
  max-width:  100%;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 {
  max-width:  100%;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 {
  max-width:  100%;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 .shg-image-zoom,
.shg-c#s-8e20c51b-23d3-4fb8-89ff-adb2f5fbd744 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0264b5cc-04f3-4c0a-b5ae-b90b397808cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0264b5cc-04f3-4c0a-b5ae-b90b397808cc .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-cb0a0c2a-d6f2-46fa-b533-2a3f068c3116 {
  margin-left: auto;
margin-right: auto;
}

#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 {
  max-width:  100%;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 {
  max-width:  100%;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 {
  max-width:  100%;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 {
  max-width:  100%;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 {
  max-width:  100%;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 .shg-image-zoom,
.shg-c#s-6666eb91-9d32-4ee3-99e2-8b770c5785e6 img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b00447d6-662a-4fa5-931b-2784154dc45a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b00447d6-662a-4fa5-931b-2784154dc45a .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-c9d79aee-a646-4318-965b-c08d43269f2a {
  margin-left: auto;
margin-right: auto;
}

#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e {
  max-width:  100%;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e {
  max-width:  100%;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e {
  max-width:  100%;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e {
  max-width:  100%;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e {
  max-width:  100%;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  max-width: 288px !important;
  
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e .shg-image-zoom,
.shg-c#s-8c302ec3-3f25-4c23-a1dc-66a9c6dd919e img.shogun-image {
  aspect-ratio: 288/400;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d71efa2f-bf33-4686-a7f8-f0eae08644d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d71efa2f-bf33-4686-a7f8-f0eae08644d4 .shg-product-title-component h3 span {
  color: rgba(0, 103, 130, 1);
  
  
  
  font-size: 14px;
  
  
  
}

#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2NkNjU4ZDUtZmZmYy00YTg3LTgzNzYtZGM2NTM4ZTg4YTlmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjY2Q2NThkNS1mZmZjLTRhODctODM3Ni1kYzY1MzhlODhhOWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7 {
  margin-top: 0px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7-root {
    text-align: center;
  }


#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7-root {
    text-align: center;
  }


#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7-root {
    text-align: center;
  }


#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7-root {
    text-align: center;
  }


#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7-root {
    text-align: center;
  }


#s-1ef4011d-45b1-4753-8ba6-efa7d425f2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-7c1a101c-8b19-4487-8c08-85b83252eed8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(241, 246, 248, 1);
}
@media (min-width: 1200px){#s-7c1a101c-8b19-4487-8c08-85b83252eed8 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 103, 130, 0.25);
border-style: solid;
border-radius: 5px;
}
}







#s-7c1a101c-8b19-4487-8c08-85b83252eed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c1a101c-8b19-4487-8c08-85b83252eed8.shg-box.shg-c {
  justify-content: center;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944 {
  margin-left: auto;
margin-right: auto;
max-width: 2334px;
text-align: center;
}
@media (min-width: 1200px){#s-d863842f-68ff-45a6-b08d-c38166bbd944 {
  max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d863842f-68ff-45a6-b08d-c38166bbd944 {
  max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d863842f-68ff-45a6-b08d-c38166bbd944 {
  max-width: 45%;
}
}
#s-d863842f-68ff-45a6-b08d-c38166bbd944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944-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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944 .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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d863842f-68ff-45a6-b08d-c38166bbd944 img.shogun-image {
  width: 100%;
  
  
  max-width: 2334px;

      
    max-width: 2334px;

  /* 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-d863842f-68ff-45a6-b08d-c38166bbd944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d863842f-68ff-45a6-b08d-c38166bbd944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944-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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944 .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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d863842f-68ff-45a6-b08d-c38166bbd944 img.shogun-image {
  width: 100%;
  
  
  max-width: 2334px;

      
    max-width: 2334px;

  /* 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-d863842f-68ff-45a6-b08d-c38166bbd944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d863842f-68ff-45a6-b08d-c38166bbd944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944-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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944 .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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d863842f-68ff-45a6-b08d-c38166bbd944 img.shogun-image {
  width: 100%;
  
  
  max-width: 2334px;

      
    max-width: 2334px;

  /* 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-d863842f-68ff-45a6-b08d-c38166bbd944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d863842f-68ff-45a6-b08d-c38166bbd944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944-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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944 .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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d863842f-68ff-45a6-b08d-c38166bbd944 img.shogun-image {
  width: 100%;
  
  
  max-width: 2334px;

      
    max-width: 2334px;

  /* 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-d863842f-68ff-45a6-b08d-c38166bbd944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d863842f-68ff-45a6-b08d-c38166bbd944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944-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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944 .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-d863842f-68ff-45a6-b08d-c38166bbd944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d863842f-68ff-45a6-b08d-c38166bbd944 img.shogun-image {
  width: 100%;
  
  
  max-width: 2334px;

      
    max-width: 2334px;

  /* 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-d863842f-68ff-45a6-b08d-c38166bbd944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d863842f-68ff-45a6-b08d-c38166bbd944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3a2f27fb-3a0a-491a-bdf5-147c62533282 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3a2f27fb-3a0a-491a-bdf5-147c62533282 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a2f27fb-3a0a-491a-bdf5-147c62533282 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a2f27fb-3a0a-491a-bdf5-147c62533282 {
  margin-top: 0px;
padding-bottom: 0px;
}
}
#s-3a2f27fb-3a0a-491a-bdf5-147c62533282 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3a2f27fb-3a0a-491a-bdf5-147c62533282 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


}@media (max-width: 767px){#s-3a2f27fb-3a0a-491a-bdf5-147c62533282 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-41f3fdc7-9aaa-465e-8119-5db1bf910e0e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-41f3fdc7-9aaa-465e-8119-5db1bf910e0e {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41f3fdc7-9aaa-465e-8119-5db1bf910e0e {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-41f3fdc7-9aaa-465e-8119-5db1bf910e0e {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}
#s-41f3fdc7-9aaa-465e-8119-5db1bf910e0e .shg-proportional-font-size,
#s-41f3fdc7-9aaa-465e-8119-5db1bf910e0e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 {
  display: none;
}
#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0, #wrap-s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0, #wrap-content-s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 {
  display: none;
}
#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0, #wrap-s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0, #wrap-content-s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0, #wrap-s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0, #wrap-content-s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 { display: none !important; }}@media (max-width: 767px){#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 {
  display: none;
}
#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0, #wrap-s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0, #wrap-content-s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 { display: none !important; }}
#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 .shg-proportional-font-size,
#s-4f9f4f28-fa7d-45a2-bfae-884c995a37c0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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