.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-410a61bf-818f-4792-a90d-bab68a904209 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-410a61bf-818f-4792-a90d-bab68a904209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-410a61bf-818f-4792-a90d-bab68a904209.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-7289d692-c358-4a8c-94ad-c8a0f37f9538 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(34, 175, 236, 1);
}

@media (min-width: 0px) {
[id="s-7289d692-c358-4a8c-94ad-c8a0f37f9538"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7289d692-c358-4a8c-94ad-c8a0f37f9538"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7289d692-c358-4a8c-94ad-c8a0f37f9538"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7289d692-c358-4a8c-94ad-c8a0f37f9538"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7289d692-c358-4a8c-94ad-c8a0f37f9538"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3dbd1e9b-f40a-4851-af1b-59e298ad73bd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
min-height: 300px;
}








#s-3dbd1e9b-f40a-4851-af1b-59e298ad73bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dbd1e9b-f40a-4851-af1b-59e298ad73bd.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-26dd46b3-b59d-434e-bc07-3af91f3659d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26dd46b3-b59d-434e-bc07-3af91f3659d1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



.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-725c1a5b-d5b1-4d98-a649-7f73650e2ebf {
  margin-left: 4%;
margin-right: 4%;
padding-top: 5px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
}

#s-7f67ea8d-1528-4af6-b7b0-e13d0f186ba5 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.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-83faa7ec-654a-4da2-a5ea-db337ab29abb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-83faa7ec-654a-4da2-a5ea-db337ab29abb:hover {background-color: rgba(58, 58, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-83faa7ec-654a-4da2-a5ea-db337ab29abb:active {background-color: rgba(31, 72, 192, 0.87) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-83faa7ec-654a-4da2-a5ea-db337ab29abb-root {
    text-align: center;
  }


#s-83faa7ec-654a-4da2-a5ea-db337ab29abb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-83faa7ec-654a-4da2-a5ea-db337ab29abb-root {
    text-align: center;
  }


#s-83faa7ec-654a-4da2-a5ea-db337ab29abb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83faa7ec-654a-4da2-a5ea-db337ab29abb-root {
    text-align: center;
  }


#s-83faa7ec-654a-4da2-a5ea-db337ab29abb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83faa7ec-654a-4da2-a5ea-db337ab29abb-root {
    text-align: center;
  }


#s-83faa7ec-654a-4da2-a5ea-db337ab29abb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-83faa7ec-654a-4da2-a5ea-db337ab29abb-root {
    text-align: center;
  }


#s-83faa7ec-654a-4da2-a5ea-db337ab29abb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  margin-left: auto;
margin-right: auto;
min-height: 350px;
max-width: 1920px;
aspect-ratio: 4/3;
text-align: center;
}



.shg-image-margin-container-s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 350px;
    max-height: 1920px;
  }



  img.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
    
    
    min-height: 350px;
    max-height: 1920px;
  }


.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
      position: relative;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 350px;
    max-height: 1920px;
  }



  img.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
    
    
    min-height: 350px;
    max-height: 1920px;
  }


.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
      position: relative;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1920px;
    }
  }

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

.shg-image-margin-container-s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 350px;
    max-height: 1920px;
  }



  img.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
    
    
    min-height: 350px;
    max-height: 1920px;
  }


.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
      position: relative;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1920px;
    }
  }

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

.shg-image-margin-container-s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 350px;
    max-height: 1920px;
  }



  img.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
    
    
    min-height: 350px;
    max-height: 1920px;
  }


.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
      position: relative;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1920px;
    }
  }

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

.shg-image-margin-container-s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 350px;
    max-height: 1920px;
  }



  img.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
    
    
    min-height: 350px;
    max-height: 1920px;
  }


.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container {
      position: relative;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49636547-7b2d-4c99-ae8c-ae803e9ca2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1920px;
    }
  }

}
#s-d6b72daa-b43b-40ea-a292-06c3abcbc38d {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d6b72daa-b43b-40ea-a292-06c3abcbc38d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6b72daa-b43b-40ea-a292-06c3abcbc38d.shg-box.shg-c {
  justify-content: center;
}

#s-f503706f-1c20-4d40-bcab-e1a63bc5199b {
  margin-bottom: 40px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f503706f-1c20-4d40-bcab-e1a63bc5199b .shogun-heading-component h2 {
  color: rgba(34, 175, 236, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-304acdec-ccda-40db-acff-c0e0d8c98c32 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2f10d98f-fcce-4769-b2e6-05265f22e574"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f10d98f-fcce-4769-b2e6-05265f22e574"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2f10d98f-fcce-4769-b2e6-05265f22e574"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f10d98f-fcce-4769-b2e6-05265f22e574"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2ded08dc-deac-4a74-976e-77bffb3a61f0 {
  margin-bottom: 20px;
text-align: center;
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-content {
  
    align-items: center;
  
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
      position: relative;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-content {
  
    align-items: center;
  
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
      position: relative;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-content {
  
    align-items: center;
  
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
      position: relative;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-content {
  
    align-items: center;
  
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
      position: relative;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 .shogun-image-content {
  
    align-items: center;
  
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container {
      position: relative;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96eca7cd-a9a2-4a7d-a871-0f8677d3aba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
.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-6d34d3ff-f446-41cf-93ac-d6b2e6d3b4c7 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-6d34d3ff-f446-41cf-93ac-d6b2e6d3b4c7 .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-8adc5ae9-24a3-4f4e-a6e0-cc58d45c2ca2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-8adc5ae9-24a3-4f4e-a6e0-cc58d45c2ca2 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-8adc5ae9-24a3-4f4e-a6e0-cc58d45c2ca2 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-8adc5ae9-24a3-4f4e-a6e0-cc58d45c2ca2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a0cc339-1e34-424d-a6e9-4635efc30b62 {
  margin-left: auto;
margin-right: auto;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016-atc-btn-wrapper {
    text-align: center;
  }


#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016-atc-btn-wrapper {
    text-align: center;
  }


#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016-atc-btn-wrapper {
    text-align: center;
  }


#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016-atc-btn-wrapper {
    text-align: center;
  }


#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016-atc-btn-wrapper {
    text-align: center;
  }


#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2f3d1df2-3e3d-4de0-a2cb-084465c7d016.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-bab04f85-7646-4aeb-af64-004e506b3a34 {
  margin-bottom: 20px;
text-align: center;
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
      position: relative;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
      position: relative;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
      position: relative;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
      position: relative;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container {
      position: relative;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec79ee1-aae2-4510-b53f-18ba402d5a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-fb6c4ef2-6794-4c8a-ac21-baf1d7378845 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-fb6c4ef2-6794-4c8a-ac21-baf1d7378845 .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-cd43ed03-51cd-415b-b335-3313f88648c8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-cd43ed03-51cd-415b-b335-3313f88648c8 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-cd43ed03-51cd-415b-b335-3313f88648c8 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-cd43ed03-51cd-415b-b335-3313f88648c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-47f29e7c-a63c-4f85-8cae-5851ddb39e03 {
  margin-left: auto;
margin-right: auto;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-31d0cbb6-a435-4402-9be1-a2c4ff472961:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-31d0cbb6-a435-4402-9be1-a2c4ff472961:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-31d0cbb6-a435-4402-9be1-a2c4ff472961-atc-btn-wrapper {
    text-align: center;
  }


#s-31d0cbb6-a435-4402-9be1-a2c4ff472961 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-31d0cbb6-a435-4402-9be1-a2c4ff472961-atc-btn-wrapper {
    text-align: center;
  }


#s-31d0cbb6-a435-4402-9be1-a2c4ff472961 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-31d0cbb6-a435-4402-9be1-a2c4ff472961-atc-btn-wrapper {
    text-align: center;
  }


#s-31d0cbb6-a435-4402-9be1-a2c4ff472961 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-31d0cbb6-a435-4402-9be1-a2c4ff472961-atc-btn-wrapper {
    text-align: center;
  }


#s-31d0cbb6-a435-4402-9be1-a2c4ff472961 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-31d0cbb6-a435-4402-9be1-a2c4ff472961-atc-btn-wrapper {
    text-align: center;
  }


#s-31d0cbb6-a435-4402-9be1-a2c4ff472961 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-31d0cbb6-a435-4402-9be1-a2c4ff472961.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-1f87e660-2222-40ce-b59d-e38ce9689458 {
  margin-bottom: 20px;
text-align: center;
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
      position: relative;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
      position: relative;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
      position: relative;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
      position: relative;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-be3511d4-9529-4a70-bfb7-58f6d4474a87 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container {
      position: relative;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3511d4-9529-4a70-bfb7-58f6d4474a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-d42a3de5-c931-4223-b1e1-f9d8857ce6eb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-d42a3de5-c931-4223-b1e1-f9d8857ce6eb .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-4515c938-9a89-408d-84e1-ac7e793a41d2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-4515c938-9a89-408d-84e1-ac7e793a41d2 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-4515c938-9a89-408d-84e1-ac7e793a41d2 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-4515c938-9a89-408d-84e1-ac7e793a41d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-73a7aec9-e1e2-4703-a096-ed2a70c03a71 {
  margin-left: auto;
margin-right: auto;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c2153755-a7bc-48a4-9a83-c0b6558db0b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-c2153755-a7bc-48a4-9a83-c0b6558db0b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2153755-a7bc-48a4-9a83-c0b6558db0b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c2153755-a7bc-48a4-9a83-c0b6558db0b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-c2153755-a7bc-48a4-9a83-c0b6558db0b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c2153755-a7bc-48a4-9a83-c0b6558db0b4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-90be49f7-b813-418f-92a8-1a270df3a6c7 {
  margin-bottom: 20px;
text-align: center;
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-content {
  
    align-items: center;
  
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
      position: relative;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-content {
  
    align-items: center;
  
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
      position: relative;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-content {
  
    align-items: center;
  
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
      position: relative;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-content {
  
    align-items: center;
  
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
      position: relative;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-186ecb73-3220-427d-bc3e-e076e4d4bca7 .shogun-image-content {
  
    align-items: center;
  
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container {
      position: relative;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-186ecb73-3220-427d-bc3e-e076e4d4bca7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-f59ade87-2f0a-42e7-97ef-c2b242b90d52 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-f59ade87-2f0a-42e7-97ef-c2b242b90d52 .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-695f1288-9342-4e38-b0be-c49d2bc8febf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-695f1288-9342-4e38-b0be-c49d2bc8febf .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-695f1288-9342-4e38-b0be-c49d2bc8febf .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-695f1288-9342-4e38-b0be-c49d2bc8febf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab4247e6-d7fc-4f07-acb2-570540b4f51e {
  margin-left: auto;
margin-right: auto;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-d500be7a-9121-4f61-ab8f-e37669688937:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d500be7a-9121-4f61-ab8f-e37669688937:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d500be7a-9121-4f61-ab8f-e37669688937-atc-btn-wrapper {
    text-align: center;
  }


#s-d500be7a-9121-4f61-ab8f-e37669688937 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-d500be7a-9121-4f61-ab8f-e37669688937-atc-btn-wrapper {
    text-align: center;
  }


#s-d500be7a-9121-4f61-ab8f-e37669688937 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d500be7a-9121-4f61-ab8f-e37669688937-atc-btn-wrapper {
    text-align: center;
  }


#s-d500be7a-9121-4f61-ab8f-e37669688937 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d500be7a-9121-4f61-ab8f-e37669688937-atc-btn-wrapper {
    text-align: center;
  }


#s-d500be7a-9121-4f61-ab8f-e37669688937 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-d500be7a-9121-4f61-ab8f-e37669688937-atc-btn-wrapper {
    text-align: center;
  }


#s-d500be7a-9121-4f61-ab8f-e37669688937 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d500be7a-9121-4f61-ab8f-e37669688937.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  min-height: 500px;
}
@media (min-width: 1200px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (max-width: 767px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}







#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d74fde84-cd21-4dfb-b482-d967a7e97afb {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 8%;
padding-bottom: 40px;
padding-right: 8%;
min-height: 405px;
background-position: center center;
}








#s-d74fde84-cd21-4dfb-b482-d967a7e97afb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d74fde84-cd21-4dfb-b482-d967a7e97afb.shg-box.shg-c {
  justify-content: center;
}

#s-2e2129a9-0915-45f3-80b1-11d81428670e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
min-height: 50px;
background-color: rgba(58, 58, 60, 0.4);
}








#s-2e2129a9-0915-45f3-80b1-11d81428670e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e2129a9-0915-45f3-80b1-11d81428670e.shg-box.shg-c {
  justify-content: center;
}

#s-ab41b09e-7427-4ef4-af19-e3f54d79f360 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
text-align: center;
background-color: rgba(58, 58, 60, 0);
}

#s-ab41b09e-7427-4ef4-af19-e3f54d79f360 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}



#s-0c3642be-91a0-4bd2-9e8e-5028beff7067 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
text-align: center;
background-color: rgba(58, 58, 60, 0);
}

#s-0c3642be-91a0-4bd2-9e8e-5028beff7067 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 30px;
background-color: rgba(34, 175, 236, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77:hover {background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77:active {background-color: rgba(31, 72, 192, 0.87) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77-root {
    text-align: center;
  }


#s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77-root {
    text-align: center;
  }


#s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77-root {
    text-align: center;
  }


#s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77-root {
    text-align: center;
  }


#s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77-root {
    text-align: center;
  }


#s-67a47db0-b6c0-43e5-a800-8ea03a9a5d77.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}
#s-9756bfa0-b4dd-4561-9319-dfcc794be16b {
  padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9756bfa0-b4dd-4561-9319-dfcc794be16b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9756bfa0-b4dd-4561-9319-dfcc794be16b.shg-box.shg-c {
  justify-content: center;
}

#s-90825249-d738-436f-89fb-608d5e9035f4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-9997fffe-3e66-4fd2-8c11-174e2858f349 {
  margin-bottom: 40px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9997fffe-3e66-4fd2-8c11-174e2858f349 .shogun-heading-component h2 {
  color: rgba(34, 175, 236, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-d5ceeca1-918c-4cf4-9237-c03e7e27197f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-db284a4a-6fc0-428e-a47e-70c96b2ec498"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db284a4a-6fc0-428e-a47e-70c96b2ec498"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-db284a4a-6fc0-428e-a47e-70c96b2ec498"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-db284a4a-6fc0-428e-a47e-70c96b2ec498"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a642244b-bc5f-445c-8387-c9d8aec97a0e {
  margin-bottom: 20px;
text-align: center;
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
      position: relative;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
      position: relative;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
      position: relative;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
      position: relative;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d6a09542-4604-400b-9289-41fd2fb5aaf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container {
      position: relative;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a09542-4604-400b-9289-41fd2fb5aaf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-34e8b95a-9f12-4df1-92f5-117536eafce5 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-34e8b95a-9f12-4df1-92f5-117536eafce5 .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-a4367aeb-c1c7-4dce-b0b5-bac51f64ae4d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-a4367aeb-c1c7-4dce-b0b5-bac51f64ae4d .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-a4367aeb-c1c7-4dce-b0b5-bac51f64ae4d .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-a4367aeb-c1c7-4dce-b0b5-bac51f64ae4d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-92b73e28-abeb-4fa0-a487-a9989c2bc848 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-476b7743-786a-414f-acf7-1b6423e8e64a:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-476b7743-786a-414f-acf7-1b6423e8e64a:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-476b7743-786a-414f-acf7-1b6423e8e64a-atc-btn-wrapper {
    text-align: center;
  }


#s-476b7743-786a-414f-acf7-1b6423e8e64a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-476b7743-786a-414f-acf7-1b6423e8e64a-atc-btn-wrapper {
    text-align: center;
  }


#s-476b7743-786a-414f-acf7-1b6423e8e64a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-476b7743-786a-414f-acf7-1b6423e8e64a-atc-btn-wrapper {
    text-align: center;
  }


#s-476b7743-786a-414f-acf7-1b6423e8e64a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-476b7743-786a-414f-acf7-1b6423e8e64a-atc-btn-wrapper {
    text-align: center;
  }


#s-476b7743-786a-414f-acf7-1b6423e8e64a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-476b7743-786a-414f-acf7-1b6423e8e64a-atc-btn-wrapper {
    text-align: center;
  }


#s-476b7743-786a-414f-acf7-1b6423e8e64a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-476b7743-786a-414f-acf7-1b6423e8e64a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-2fa30663-7c24-4001-8d5c-21d6ff4f7340 {
  margin-bottom: 20px;
text-align: center;
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-content {
  
    align-items: center;
  
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
      position: relative;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-content {
  
    align-items: center;
  
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
      position: relative;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-content {
  
    align-items: center;
  
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
      position: relative;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-content {
  
    align-items: center;
  
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
      position: relative;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf .shogun-image-content {
  
    align-items: center;
  
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container {
      position: relative;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fecbd7-085e-4ff5-8955-5d53d1a85daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-e03f9060-e87b-4ede-97c7-4ee27f009ad9 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e03f9060-e87b-4ede-97c7-4ee27f009ad9 .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-03c046bb-484b-4cf5-b230-f75cd80d3fd3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-03c046bb-484b-4cf5-b230-f75cd80d3fd3 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-03c046bb-484b-4cf5-b230-f75cd80d3fd3 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-03c046bb-484b-4cf5-b230-f75cd80d3fd3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa1dce3f-e4d4-4fcc-8e01-8dd3e3282946 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0941946e-c1cb-4697-9ea0-6906c55b1cc4-atc-btn-wrapper {
    text-align: center;
  }


#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-0941946e-c1cb-4697-9ea0-6906c55b1cc4-atc-btn-wrapper {
    text-align: center;
  }


#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0941946e-c1cb-4697-9ea0-6906c55b1cc4-atc-btn-wrapper {
    text-align: center;
  }


#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0941946e-c1cb-4697-9ea0-6906c55b1cc4-atc-btn-wrapper {
    text-align: center;
  }


#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-0941946e-c1cb-4697-9ea0-6906c55b1cc4-atc-btn-wrapper {
    text-align: center;
  }


#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-0941946e-c1cb-4697-9ea0-6906c55b1cc4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-e6da220c-0cb3-4467-8afb-c1f9d957dd70 {
  margin-bottom: 20px;
text-align: center;
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
      position: relative;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
      position: relative;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
      position: relative;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
      position: relative;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container {
      position: relative;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdb25a9-4fed-47f6-a2b2-810280972ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-6d3702f3-1918-49d5-b449-d42a97c3dda7 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-6d3702f3-1918-49d5-b449-d42a97c3dda7 .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-7b54521c-461f-4db6-874c-bad9b6108177 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-7b54521c-461f-4db6-874c-bad9b6108177 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-7b54521c-461f-4db6-874c-bad9b6108177 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-7b54521c-461f-4db6-874c-bad9b6108177 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e6ea5e9f-c429-43cc-8aba-236d152438aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f-atc-btn-wrapper {
    text-align: center;
  }


#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f-atc-btn-wrapper {
    text-align: center;
  }


#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f-atc-btn-wrapper {
    text-align: center;
  }


#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f-atc-btn-wrapper {
    text-align: center;
  }


#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f-atc-btn-wrapper {
    text-align: center;
  }


#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-46aa5dcc-bcb4-44e1-9ab9-ef4e1a64f53f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-8d8bee83-0d62-4ba1-b498-117c98b86c07 {
  margin-bottom: 20px;
text-align: center;
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
      position: relative;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
      position: relative;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
      position: relative;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
      position: relative;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container {
      position: relative;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5ad3888-29b7-4d7f-b32b-2ce3577c897c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-60a93947-c7ff-4a16-88b5-bc66c13a8ca3 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-60a93947-c7ff-4a16-88b5-bc66c13a8ca3 .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-6b637af5-b27e-4475-9f8d-999faea9a40e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-6b637af5-b27e-4475-9f8d-999faea9a40e .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-6b637af5-b27e-4475-9f8d-999faea9a40e .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-6b637af5-b27e-4475-9f8d-999faea9a40e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1c580ea1-ed5f-40d2-b899-52522aee2be9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-13883440-3b74-44fc-9165-de6a705bce40 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-13883440-3b74-44fc-9165-de6a705bce40:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-13883440-3b74-44fc-9165-de6a705bce40:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-13883440-3b74-44fc-9165-de6a705bce40-atc-btn-wrapper {
    text-align: center;
  }


#s-13883440-3b74-44fc-9165-de6a705bce40 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-13883440-3b74-44fc-9165-de6a705bce40-atc-btn-wrapper {
    text-align: center;
  }


#s-13883440-3b74-44fc-9165-de6a705bce40 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-13883440-3b74-44fc-9165-de6a705bce40-atc-btn-wrapper {
    text-align: center;
  }


#s-13883440-3b74-44fc-9165-de6a705bce40 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-13883440-3b74-44fc-9165-de6a705bce40-atc-btn-wrapper {
    text-align: center;
  }


#s-13883440-3b74-44fc-9165-de6a705bce40 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-13883440-3b74-44fc-9165-de6a705bce40-atc-btn-wrapper {
    text-align: center;
  }


#s-13883440-3b74-44fc-9165-de6a705bce40 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-13883440-3b74-44fc-9165-de6a705bce40.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-65ed9f15-1644-4045-aebf-880282686443 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}@media (max-width: 767px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}







#s-65ed9f15-1644-4045-aebf-880282686443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65ed9f15-1644-4045-aebf-880282686443.shg-box.shg-c {
  justify-content: flex-start;
}

#s-261a8812-da76-4477-a307-c8a1c2657b16 {
  margin-bottom: 40px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-261a8812-da76-4477-a307-c8a1c2657b16 .shogun-heading-component h2 {
  color: rgba(34, 175, 236, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-025c042b-3f96-4666-8e8e-39dd9846cdb1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-025c042b-3f96-4666-8e8e-39dd9846cdb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-025c042b-3f96-4666-8e8e-39dd9846cdb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-025c042b-3f96-4666-8e8e-39dd9846cdb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-025c042b-3f96-4666-8e8e-39dd9846cdb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-025c042b-3f96-4666-8e8e-39dd9846cdb1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a55615d4-4130-41fa-9d95-479a4f6e065e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a55615d4-4130-41fa-9d95-479a4f6e065e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a55615d4-4130-41fa-9d95-479a4f6e065e.shg-box.shg-c {
  justify-content: center;
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
      position: relative;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
      position: relative;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
      position: relative;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
      position: relative;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container {
      position: relative;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7effc05a-adc7-4336-8633-9d4cbf5bc2ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-0cc49465-a9d7-40e4-8fd5-8ff87812f79d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0cc49465-a9d7-40e4-8fd5-8ff87812f79d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0cc49465-a9d7-40e4-8fd5-8ff87812f79d.shg-box.shg-c {
  justify-content: center;
}

#s-8bc062b2-6452-4d98-9d83-8db352ffe33a {
  margin-left: auto;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bc062b2-6452-4d98-9d83-8db352ffe33a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-405f2b61-37e9-419e-83d4-8f823e010119 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}

#s-1a401227-44d1-4325-aff2-8b7946a59c75 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1a401227-44d1-4325-aff2-8b7946a59c75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a401227-44d1-4325-aff2-8b7946a59c75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1a401227-44d1-4325-aff2-8b7946a59c75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a401227-44d1-4325-aff2-8b7946a59c75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-789b2bef-d5f1-4138-b593-314f2fc3b779 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-789b2bef-d5f1-4138-b593-314f2fc3b779 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-789b2bef-d5f1-4138-b593-314f2fc3b779.shg-box.shg-c {
  justify-content: center;
}

#s-18aa32af-bc90-4465-b0df-0df8a83d59f9 {
  margin-left: auto;
margin-right: 4%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
}

#s-18aa32af-bc90-4465-b0df-0df8a83d59f9 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-709e44c5-08da-46b0-84af-46214ca611c8 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}

#s-bd78333e-4104-4148-a143-27a5c9af555a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bd78333e-4104-4148-a143-27a5c9af555a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd78333e-4104-4148-a143-27a5c9af555a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-content {
  
    align-items: center;
  
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd78333e-4104-4148-a143-27a5c9af555a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
      position: relative;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bd78333e-4104-4148-a143-27a5c9af555a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd78333e-4104-4148-a143-27a5c9af555a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-content {
  
    align-items: center;
  
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd78333e-4104-4148-a143-27a5c9af555a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
      position: relative;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-bd78333e-4104-4148-a143-27a5c9af555a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd78333e-4104-4148-a143-27a5c9af555a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-content {
  
    align-items: center;
  
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd78333e-4104-4148-a143-27a5c9af555a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
      position: relative;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-bd78333e-4104-4148-a143-27a5c9af555a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd78333e-4104-4148-a143-27a5c9af555a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-content {
  
    align-items: center;
  
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd78333e-4104-4148-a143-27a5c9af555a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
      position: relative;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-bd78333e-4104-4148-a143-27a5c9af555a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd78333e-4104-4148-a143-27a5c9af555a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd78333e-4104-4148-a143-27a5c9af555a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-bd78333e-4104-4148-a143-27a5c9af555a .shogun-image-content {
  
    align-items: center;
  
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd78333e-4104-4148-a143-27a5c9af555a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container {
      position: relative;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd78333e-4104-4148-a143-27a5c9af555a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-bf080d22-8e2a-49cd-9e61-2f4c365e8754 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf080d22-8e2a-49cd-9e61-2f4c365e8754"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf080d22-8e2a-49cd-9e61-2f4c365e8754"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bf080d22-8e2a-49cd-9e61-2f4c365e8754"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf080d22-8e2a-49cd-9e61-2f4c365e8754"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-bf080d22-8e2a-49cd-9e61-2f4c365e8754"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }

    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-link {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-content {
  
    align-items: center;
  
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
      --shg-aspect-ratio: calc(1/); 
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
      position: relative;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }

    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-link {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-content {
  
    align-items: center;
  
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
      --shg-aspect-ratio: calc(1/); 
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
      position: relative;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }

    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-link {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-content {
  
    align-items: center;
  
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
      --shg-aspect-ratio: calc(1/); 
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
      position: relative;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }

    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-link {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-content {
  
    align-items: center;
  
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
      --shg-aspect-ratio: calc(1/); 
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
      position: relative;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }

    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-link {
      aspect-ratio: 1/;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-604cd39e-7d59-4ec4-82db-8d404fa78771 .shogun-image-content {
  
    align-items: center;
  
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 {
      --shg-aspect-ratio: calc(1/); 
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container {
      position: relative;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-604cd39e-7d59-4ec4-82db-8d404fa78771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-138dbafc-9f0a-4038-8acc-e8c914389472 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-138dbafc-9f0a-4038-8acc-e8c914389472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-138dbafc-9f0a-4038-8acc-e8c914389472.shg-box.shg-c {
  justify-content: center;
}

#s-ca8b6894-bfa0-4963-b03f-4c81254b31a8 {
  margin-left: auto;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca8b6894-bfa0-4963-b03f-4c81254b31a8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ca84bf6b-52ab-4481-8cfc-1fe6354cae0a {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}

#s-81dbe482-4c21-4180-86f1-5aba632677a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-81dbe482-4c21-4180-86f1-5aba632677a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81dbe482-4c21-4180-86f1-5aba632677a3.shg-box.shg-c {
  justify-content: center;
}

#s-0a9ab987-228d-43d3-bcc4-272e56a3f1d2 {
  margin-bottom: 40px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0a9ab987-228d-43d3-bcc4-272e56a3f1d2 .shogun-heading-component h1 {
  color: rgba(34, 175, 236, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-549744c9-0c73-4598-9854-b7745d5c7082 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-772afc58-2a01-4fa9-a457-6d7bfb01e138 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-772afc58-2a01-4fa9-a457-6d7bfb01e138 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-772afc58-2a01-4fa9-a457-6d7bfb01e138 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-772afc58-2a01-4fa9-a457-6d7bfb01e138 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  
  
  
  font-size: 20px;
}

#s-772afc58-2a01-4fa9-a457-6d7bfb01e138 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-772afc58-2a01-4fa9-a457-6d7bfb01e138 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-772afc58-2a01-4fa9-a457-6d7bfb01e138 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-d463ebeb-a8fa-4a9f-aef0-75f70b813462 {
  margin-left: auto;
margin-right: auto;
}

#s-179c2406-db99-4ee4-a4bc-8a017f46a9e0 {
  margin-left: auto;
margin-right: auto;
}

#s-ad3b744b-b34a-4be9-a4a7-ef2ae32b1b64 {
  margin-left: auto;
margin-right: auto;
}

#s-7796c810-209c-4f3c-b5ad-a0138f33eacf {
  margin-left: auto;
margin-right: auto;
}

#s-45e64959-5bde-4128-836f-87af0983191c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-45e64959-5bde-4128-836f-87af0983191c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-45e64959-5bde-4128-836f-87af0983191c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-45e64959-5bde-4128-836f-87af0983191c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-45e64959-5bde-4128-836f-87af0983191c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eaecb031-9473-418b-aa07-51ea3572526a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eaecb031-9473-418b-aa07-51ea3572526a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eaecb031-9473-418b-aa07-51ea3572526a.shg-box.shg-c {
  justify-content: center;
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  margin-left: auto;
margin-right: auto;
max-width: 975px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d14c541-f48c-4c23-be61-dd50396232f1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
      position: relative;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d14c541-f48c-4c23-be61-dd50396232f1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
      position: relative;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d14c541-f48c-4c23-be61-dd50396232f1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
      position: relative;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d14c541-f48c-4c23-be61-dd50396232f1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
      position: relative;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d14c541-f48c-4c23-be61-dd50396232f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-8d14c541-f48c-4c23-be61-dd50396232f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d14c541-f48c-4c23-be61-dd50396232f1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container {
      position: relative;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d14c541-f48c-4c23-be61-dd50396232f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

}
#s-1535c056-97ad-4a16-81c0-adbbcb35bde4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-84eeeba8-a3dc-4135-b09a-74a2630b8034 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-84eeeba8-a3dc-4135-b09a-74a2630b8034 .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-80fc347c-6b88-4972-8ec7-7d51a5c8c696 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-80fc347c-6b88-4972-8ec7-7d51a5c8c696 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-80fc347c-6b88-4972-8ec7-7d51a5c8c696 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-80fc347c-6b88-4972-8ec7-7d51a5c8c696 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-40db2195-046e-4488-a124-36efec43df8f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2532b565-9472-468a-af87-db4d27fe4220 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-2532b565-9472-468a-af87-db4d27fe4220:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2532b565-9472-468a-af87-db4d27fe4220:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2532b565-9472-468a-af87-db4d27fe4220-atc-btn-wrapper {
    text-align: center;
  }


#s-2532b565-9472-468a-af87-db4d27fe4220 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-2532b565-9472-468a-af87-db4d27fe4220-atc-btn-wrapper {
    text-align: center;
  }


#s-2532b565-9472-468a-af87-db4d27fe4220 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2532b565-9472-468a-af87-db4d27fe4220-atc-btn-wrapper {
    text-align: center;
  }


#s-2532b565-9472-468a-af87-db4d27fe4220 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2532b565-9472-468a-af87-db4d27fe4220-atc-btn-wrapper {
    text-align: center;
  }


#s-2532b565-9472-468a-af87-db4d27fe4220 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-2532b565-9472-468a-af87-db4d27fe4220-atc-btn-wrapper {
    text-align: center;
  }


#s-2532b565-9472-468a-af87-db4d27fe4220 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-2532b565-9472-468a-af87-db4d27fe4220.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-fb0232bf-9fce-40d9-bc54-c51245aacc31 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb0232bf-9fce-40d9-bc54-c51245aacc31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb0232bf-9fce-40d9-bc54-c51245aacc31.shg-box.shg-c {
  justify-content: center;
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  margin-left: auto;
margin-right: auto;
max-width: 975px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ef51594-f40e-426f-bc93-02c1f57752ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
      position: relative;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ef51594-f40e-426f-bc93-02c1f57752ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
      position: relative;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ef51594-f40e-426f-bc93-02c1f57752ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
      position: relative;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ef51594-f40e-426f-bc93-02c1f57752ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
      position: relative;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ef51594-f40e-426f-bc93-02c1f57752ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-5ef51594-f40e-426f-bc93-02c1f57752ed .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ef51594-f40e-426f-bc93-02c1f57752ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container {
      position: relative;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ef51594-f40e-426f-bc93-02c1f57752ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

}
#s-336b5cd3-c404-46da-9cda-2efbfcf41d4c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e801dd66-9c8f-4ac8-8059-60f859a415b4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e801dd66-9c8f-4ac8-8059-60f859a415b4 .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-b3a98511-009f-43a4-8fdd-765498eed992 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-b3a98511-009f-43a4-8fdd-765498eed992 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-b3a98511-009f-43a4-8fdd-765498eed992 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-b3a98511-009f-43a4-8fdd-765498eed992 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-42ede980-02a6-479a-bfc6-3b2c15a4c917 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-3b105486-ead9-42fc-aea7-ba9493a947c6:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3b105486-ead9-42fc-aea7-ba9493a947c6:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3b105486-ead9-42fc-aea7-ba9493a947c6-atc-btn-wrapper {
    text-align: center;
  }


#s-3b105486-ead9-42fc-aea7-ba9493a947c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-3b105486-ead9-42fc-aea7-ba9493a947c6-atc-btn-wrapper {
    text-align: center;
  }


#s-3b105486-ead9-42fc-aea7-ba9493a947c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b105486-ead9-42fc-aea7-ba9493a947c6-atc-btn-wrapper {
    text-align: center;
  }


#s-3b105486-ead9-42fc-aea7-ba9493a947c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3b105486-ead9-42fc-aea7-ba9493a947c6-atc-btn-wrapper {
    text-align: center;
  }


#s-3b105486-ead9-42fc-aea7-ba9493a947c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-3b105486-ead9-42fc-aea7-ba9493a947c6-atc-btn-wrapper {
    text-align: center;
  }


#s-3b105486-ead9-42fc-aea7-ba9493a947c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3b105486-ead9-42fc-aea7-ba9493a947c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-a19618b8-acd8-4fa9-8c93-5d0c04acc62d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a19618b8-acd8-4fa9-8c93-5d0c04acc62d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a19618b8-acd8-4fa9-8c93-5d0c04acc62d.shg-box.shg-c {
  justify-content: center;
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  margin-left: auto;
margin-right: auto;
max-width: 975px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-content {
  
    align-items: center;
  
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
      position: relative;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-content {
  
    align-items: center;
  
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
      position: relative;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-content {
  
    align-items: center;
  
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
      position: relative;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-content {
  
    align-items: center;
  
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
      position: relative;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 .shogun-image-content {
  
    align-items: center;
  
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container {
      position: relative;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db57b229-bfb2-4c7a-9240-5e78dd7b6368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

}
#s-e8b3edeb-e8b1-438b-b46d-ba91eb0708b6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-eb16ef8d-f31f-471b-8b05-8e8d5dd5a730 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-eb16ef8d-f31f-471b-8b05-8e8d5dd5a730 .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-b5c3e0cb-1638-454f-a7e0-ba6a41cada64 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-b5c3e0cb-1638-454f-a7e0-ba6a41cada64 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-b5c3e0cb-1638-454f-a7e0-ba6a41cada64 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-b5c3e0cb-1638-454f-a7e0-ba6a41cada64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4814b05e-b8ab-4899-a400-bab65c5e515d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614-atc-btn-wrapper {
    text-align: center;
  }


#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614-atc-btn-wrapper {
    text-align: center;
  }


#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614-atc-btn-wrapper {
    text-align: center;
  }


#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614-atc-btn-wrapper {
    text-align: center;
  }


#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614-atc-btn-wrapper {
    text-align: center;
  }


#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-cbaa9a66-ec64-45a9-b6f7-ce9db536e614.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-400041c9-f62d-492b-ad1e-ecdf4f9608e9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-400041c9-f62d-492b-ad1e-ecdf4f9608e9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-400041c9-f62d-492b-ad1e-ecdf4f9608e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-400041c9-f62d-492b-ad1e-ecdf4f9608e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-400041c9-f62d-492b-ad1e-ecdf4f9608e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a1aa0570-80ca-49fb-b34d-8dc240953d45 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a1aa0570-80ca-49fb-b34d-8dc240953d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1aa0570-80ca-49fb-b34d-8dc240953d45.shg-box.shg-c {
  justify-content: center;
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  margin-left: auto;
margin-right: auto;
max-width: 975px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
      position: relative;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
      position: relative;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
      position: relative;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
      position: relative;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container {
      position: relative;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efb6ae17-e9df-458d-a3aa-c1f01595b8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

}
#s-22e82c6a-6a67-458b-b448-2f1714b838b5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-29e823da-2b08-4e6a-877f-8622dcfceeb2 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-29e823da-2b08-4e6a-877f-8622dcfceeb2 .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-d4ff2287-5231-47c0-9b54-4910a85d4d76 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-d4ff2287-5231-47c0-9b54-4910a85d4d76 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-d4ff2287-5231-47c0-9b54-4910a85d4d76 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-d4ff2287-5231-47c0-9b54-4910a85d4d76 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-127dc241-1bd2-4ecc-900a-46cceae911cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea-atc-btn-wrapper {
    text-align: center;
  }


#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea-atc-btn-wrapper {
    text-align: center;
  }


#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea-atc-btn-wrapper {
    text-align: center;
  }


#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea-atc-btn-wrapper {
    text-align: center;
  }


#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea-atc-btn-wrapper {
    text-align: center;
  }


#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-c30313c7-c4dc-4330-8c0d-ceff7b4235ea.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-b7f7248f-effe-4ecb-bf86-fb5c8e85a8fd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b7f7248f-effe-4ecb-bf86-fb5c8e85a8fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7f7248f-effe-4ecb-bf86-fb5c8e85a8fd.shg-box.shg-c {
  justify-content: center;
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  margin-left: auto;
margin-right: auto;
max-width: 975px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
      position: relative;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
      position: relative;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
      position: relative;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
      position: relative;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-07cdf99e-4029-48d9-b668-5a02dceb9a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container {
      position: relative;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07cdf99e-4029-48d9-b668-5a02dceb9a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

}
#s-6158f7c4-6f24-45ef-ae04-7bea7f0c6005 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-70ccd4d0-3f42-44cc-ad7c-717b442ebf61 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-70ccd4d0-3f42-44cc-ad7c-717b442ebf61 .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-cadb7908-a33e-4703-9247-5b519f05656b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-cadb7908-a33e-4703-9247-5b519f05656b .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-cadb7908-a33e-4703-9247-5b519f05656b .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-cadb7908-a33e-4703-9247-5b519f05656b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1cf05a30-076b-4e29-8d7e-5683d21c9578 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-efa2361b-b478-4a24-8478-5f3677ca4311:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-efa2361b-b478-4a24-8478-5f3677ca4311:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-efa2361b-b478-4a24-8478-5f3677ca4311-atc-btn-wrapper {
    text-align: center;
  }


#s-efa2361b-b478-4a24-8478-5f3677ca4311 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-efa2361b-b478-4a24-8478-5f3677ca4311-atc-btn-wrapper {
    text-align: center;
  }


#s-efa2361b-b478-4a24-8478-5f3677ca4311 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-efa2361b-b478-4a24-8478-5f3677ca4311-atc-btn-wrapper {
    text-align: center;
  }


#s-efa2361b-b478-4a24-8478-5f3677ca4311 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-efa2361b-b478-4a24-8478-5f3677ca4311-atc-btn-wrapper {
    text-align: center;
  }


#s-efa2361b-b478-4a24-8478-5f3677ca4311 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-efa2361b-b478-4a24-8478-5f3677ca4311-atc-btn-wrapper {
    text-align: center;
  }


#s-efa2361b-b478-4a24-8478-5f3677ca4311 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-efa2361b-b478-4a24-8478-5f3677ca4311.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-3d32e8bd-29e8-4646-8660-07c9921e0d93 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3d32e8bd-29e8-4646-8660-07c9921e0d93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d32e8bd-29e8-4646-8660-07c9921e0d93.shg-box.shg-c {
  justify-content: center;
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda {
  margin-left: auto;
margin-right: auto;
max-width: 975px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-dccddc61-8509-4c49-bacd-bd742725cfda {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-content {
  
    align-items: center;
  
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dccddc61-8509-4c49-bacd-bd742725cfda {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
      position: relative;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dccddc61-8509-4c49-bacd-bd742725cfda {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-content {
  
    align-items: center;
  
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dccddc61-8509-4c49-bacd-bd742725cfda {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
      position: relative;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-dccddc61-8509-4c49-bacd-bd742725cfda {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-content {
  
    align-items: center;
  
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dccddc61-8509-4c49-bacd-bd742725cfda {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
      position: relative;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-dccddc61-8509-4c49-bacd-bd742725cfda {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-content {
  
    align-items: center;
  
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dccddc61-8509-4c49-bacd-bd742725cfda {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
      position: relative;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

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

.shg-image-margin-container-s-dccddc61-8509-4c49-bacd-bd742725cfda {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dccddc61-8509-4c49-bacd-bd742725cfda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 975px;
  }



  img.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
    
    
    
    max-height: 975px;
  }


.s-dccddc61-8509-4c49-bacd-bd742725cfda .shogun-image-content {
  
    align-items: center;
  
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dccddc61-8509-4c49-bacd-bd742725cfda {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container {
      position: relative;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dccddc61-8509-4c49-bacd-bd742725cfda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 975px;
    }
  }

}
#s-8022e981-520c-4a1e-b648-041ab249f414 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bd02ebc5-8449-4e7a-8417-6ef6a722e2d4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-bd02ebc5-8449-4e7a-8417-6ef6a722e2d4 .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-269c378d-ec2c-4dd4-802b-a20d9ba8ca59 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-269c378d-ec2c-4dd4-802b-a20d9ba8ca59 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-269c378d-ec2c-4dd4-802b-a20d9ba8ca59 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-269c378d-ec2c-4dd4-802b-a20d9ba8ca59 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-92dc669d-6c53-4f47-bdd9-d60337f822eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a-atc-btn-wrapper {
    text-align: center;
  }


#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-d9e6b5ec-9a71-4f1b-a04d-3183ce9ef87a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-1900ff79-d28d-4382-b260-75145d1389a3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1900ff79-d28d-4382-b260-75145d1389a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1900ff79-d28d-4382-b260-75145d1389a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1900ff79-d28d-4382-b260-75145d1389a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1900ff79-d28d-4382-b260-75145d1389a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a7dbd56f-878c-4e6c-a471-fa24ae24e9aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a7dbd56f-878c-4e6c-a471-fa24ae24e9aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7dbd56f-878c-4e6c-a471-fa24ae24e9aa.shg-box.shg-c {
  justify-content: center;
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  margin-left: auto;
margin-right: auto;
max-width: 5064px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
      position: relative;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
      position: relative;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

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

.shg-image-margin-container-s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
      position: relative;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

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

.shg-image-margin-container-s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
      position: relative;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

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

.shg-image-margin-container-s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container {
      position: relative;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea20e536-e527-47f0-a81d-6a1f53c27dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

}
#s-fdcc6d0b-715c-48a5-80b9-df6f6c241fc0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-02c0b546-871a-4d17-aa4e-99fb6cbfc9f8 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-02c0b546-871a-4d17-aa4e-99fb6cbfc9f8 .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-ec4d536d-b1b7-4ba3-a79d-ab6c5b524b18 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-ec4d536d-b1b7-4ba3-a79d-ab6c5b524b18 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-ec4d536d-b1b7-4ba3-a79d-ab6c5b524b18 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-ec4d536d-b1b7-4ba3-a79d-ab6c5b524b18 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ecfa45f0-7557-4afc-b1c6-678784fcda2e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-853dcbc0-6228-4467-8695-6871d5f11728:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-853dcbc0-6228-4467-8695-6871d5f11728:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-853dcbc0-6228-4467-8695-6871d5f11728-atc-btn-wrapper {
    text-align: center;
  }


#s-853dcbc0-6228-4467-8695-6871d5f11728 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-853dcbc0-6228-4467-8695-6871d5f11728-atc-btn-wrapper {
    text-align: center;
  }


#s-853dcbc0-6228-4467-8695-6871d5f11728 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-853dcbc0-6228-4467-8695-6871d5f11728-atc-btn-wrapper {
    text-align: center;
  }


#s-853dcbc0-6228-4467-8695-6871d5f11728 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-853dcbc0-6228-4467-8695-6871d5f11728-atc-btn-wrapper {
    text-align: center;
  }


#s-853dcbc0-6228-4467-8695-6871d5f11728 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-853dcbc0-6228-4467-8695-6871d5f11728-atc-btn-wrapper {
    text-align: center;
  }


#s-853dcbc0-6228-4467-8695-6871d5f11728 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-853dcbc0-6228-4467-8695-6871d5f11728.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-4ea2134b-efd8-44d8-b970-6e3578a05573 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4ea2134b-efd8-44d8-b970-6e3578a05573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ea2134b-efd8-44d8-b970-6e3578a05573.shg-box.shg-c {
  justify-content: center;
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  margin-left: auto;
margin-right: auto;
max-width: 2522px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2522px;
  }



  img.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
    
    
    
    max-height: 2522px;
  }


.s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-content {
  
    align-items: center;
  
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
      position: relative;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2522px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2522px;
  }



  img.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
    
    
    
    max-height: 2522px;
  }


.s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-content {
  
    align-items: center;
  
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
      position: relative;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2522px;
    }
  }

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

.shg-image-margin-container-s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2522px;
  }



  img.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
    
    
    
    max-height: 2522px;
  }


.s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-content {
  
    align-items: center;
  
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
      position: relative;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2522px;
    }
  }

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

.shg-image-margin-container-s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2522px;
  }



  img.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
    
    
    
    max-height: 2522px;
  }


.s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-content {
  
    align-items: center;
  
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
      position: relative;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2522px;
    }
  }

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

.shg-image-margin-container-s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2522px;
  }



  img.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
    
    
    
    max-height: 2522px;
  }


.s-201ae6ad-684b-4bcc-a703-4fe29b86390c .shogun-image-content {
  
    align-items: center;
  
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container {
      position: relative;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201ae6ad-684b-4bcc-a703-4fe29b86390c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2522px;
    }
  }

}
#s-b05911d4-b548-41bf-a1ca-5dada33c8cbe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-89f87136-aa3d-43ac-a45d-44afd7fc8fde {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-89f87136-aa3d-43ac-a45d-44afd7fc8fde .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-3fdb120e-38d3-4032-8ba4-d71f962ae5d3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-3fdb120e-38d3-4032-8ba4-d71f962ae5d3 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-3fdb120e-38d3-4032-8ba4-d71f962ae5d3 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-3fdb120e-38d3-4032-8ba4-d71f962ae5d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-de715f6d-2714-47b3-b8ec-15ed7f28034e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-78d092f2-0b50-4499-87da-8253b656e446 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-78d092f2-0b50-4499-87da-8253b656e446:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-78d092f2-0b50-4499-87da-8253b656e446:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-78d092f2-0b50-4499-87da-8253b656e446-atc-btn-wrapper {
    text-align: center;
  }


#s-78d092f2-0b50-4499-87da-8253b656e446 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-78d092f2-0b50-4499-87da-8253b656e446-atc-btn-wrapper {
    text-align: center;
  }


#s-78d092f2-0b50-4499-87da-8253b656e446 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-78d092f2-0b50-4499-87da-8253b656e446-atc-btn-wrapper {
    text-align: center;
  }


#s-78d092f2-0b50-4499-87da-8253b656e446 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-78d092f2-0b50-4499-87da-8253b656e446-atc-btn-wrapper {
    text-align: center;
  }


#s-78d092f2-0b50-4499-87da-8253b656e446 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-78d092f2-0b50-4499-87da-8253b656e446-atc-btn-wrapper {
    text-align: center;
  }


#s-78d092f2-0b50-4499-87da-8253b656e446 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-78d092f2-0b50-4499-87da-8253b656e446.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-c9453fbe-5e7b-4351-a862-ce228224e37b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c9453fbe-5e7b-4351-a862-ce228224e37b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9453fbe-5e7b-4351-a862-ce228224e37b.shg-box.shg-c {
  justify-content: center;
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  margin-left: auto;
margin-right: auto;
max-width: 5064px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-content {
  
    align-items: center;
  
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
      position: relative;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-content {
  
    align-items: center;
  
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
      position: relative;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

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

.shg-image-margin-container-s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-content {
  
    align-items: center;
  
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
      position: relative;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

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

.shg-image-margin-container-s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-content {
  
    align-items: center;
  
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
      position: relative;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

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

.shg-image-margin-container-s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5064px;
  }



  img.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
    
    
    
    max-height: 5064px;
  }


.s-41cd5f87-f8a3-407e-8cb9-c17138e00240 .shogun-image-content {
  
    align-items: center;
  
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container {
      position: relative;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cd5f87-f8a3-407e-8cb9-c17138e00240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5064px;
    }
  }

}
#s-84c3fa4a-ba49-445e-b7e3-d4f5ebff0205 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-23673d39-a0cb-4295-8c65-c54673539073 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-23673d39-a0cb-4295-8c65-c54673539073 .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-47767fd1-4a15-4bb5-87f2-01e078222dd8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-47767fd1-4a15-4bb5-87f2-01e078222dd8 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-47767fd1-4a15-4bb5-87f2-01e078222dd8 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-47767fd1-4a15-4bb5-87f2-01e078222dd8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5faa9434-b32c-4aed-9e42-c1baaaea7184 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f2996b9e-afd3-4fd1-9136-b55c7a33d102-atc-btn-wrapper {
    text-align: center;
  }


#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-f2996b9e-afd3-4fd1-9136-b55c7a33d102-atc-btn-wrapper {
    text-align: center;
  }


#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2996b9e-afd3-4fd1-9136-b55c7a33d102-atc-btn-wrapper {
    text-align: center;
  }


#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f2996b9e-afd3-4fd1-9136-b55c7a33d102-atc-btn-wrapper {
    text-align: center;
  }


#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-f2996b9e-afd3-4fd1-9136-b55c7a33d102-atc-btn-wrapper {
    text-align: center;
  }


#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-f2996b9e-afd3-4fd1-9136-b55c7a33d102.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-ecef647c-76b1-4c9f-9e98-dc388987d5b7 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-ecef647c-76b1-4c9f-9e98-dc388987d5b7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ecef647c-76b1-4c9f-9e98-dc388987d5b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecef647c-76b1-4c9f-9e98-dc388987d5b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecef647c-76b1-4c9f-9e98-dc388987d5b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c12a2db7-b0c7-4b27-bbb6-bad7f52e23e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c12a2db7-b0c7-4b27-bbb6-bad7f52e23e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c12a2db7-b0c7-4b27-bbb6-bad7f52e23e1.shg-box.shg-c {
  justify-content: center;
}

#s-325c1c07-894f-46ca-b105-54aa28193697 {
  margin-left: auto;
margin-right: auto;
max-width: 974px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-325c1c07-894f-46ca-b105-54aa28193697 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-325c1c07-894f-46ca-b105-54aa28193697 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 974px;
  }



  img.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
    
    
    
    max-height: 974px;
  }


.s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-content {
  
    align-items: center;
  
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-325c1c07-894f-46ca-b105-54aa28193697 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
      position: relative;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 974px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-325c1c07-894f-46ca-b105-54aa28193697 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-325c1c07-894f-46ca-b105-54aa28193697 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 974px;
  }



  img.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
    
    
    
    max-height: 974px;
  }


.s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-content {
  
    align-items: center;
  
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-325c1c07-894f-46ca-b105-54aa28193697 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
      position: relative;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 974px;
    }
  }

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

.shg-image-margin-container-s-325c1c07-894f-46ca-b105-54aa28193697 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-325c1c07-894f-46ca-b105-54aa28193697 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 974px;
  }



  img.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
    
    
    
    max-height: 974px;
  }


.s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-content {
  
    align-items: center;
  
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-325c1c07-894f-46ca-b105-54aa28193697 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
      position: relative;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 974px;
    }
  }

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

.shg-image-margin-container-s-325c1c07-894f-46ca-b105-54aa28193697 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-325c1c07-894f-46ca-b105-54aa28193697 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 974px;
  }



  img.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
    
    
    
    max-height: 974px;
  }


.s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-content {
  
    align-items: center;
  
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-325c1c07-894f-46ca-b105-54aa28193697 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
      position: relative;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 974px;
    }
  }

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

.shg-image-margin-container-s-325c1c07-894f-46ca-b105-54aa28193697 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-325c1c07-894f-46ca-b105-54aa28193697 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-325c1c07-894f-46ca-b105-54aa28193697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 974px;
  }



  img.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
    
    
    
    max-height: 974px;
  }


.s-325c1c07-894f-46ca-b105-54aa28193697 .shogun-image-content {
  
    align-items: center;
  
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-325c1c07-894f-46ca-b105-54aa28193697 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container {
      position: relative;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-325c1c07-894f-46ca-b105-54aa28193697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 974px;
    }
  }

}
#s-7f842439-0558-4bb6-b410-bd6a6e735dd2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5db9cd60-16c3-408c-b063-e0e07e0218eb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-5db9cd60-16c3-408c-b063-e0e07e0218eb .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-484aed07-0c3c-4f9e-845d-ceeb6323ac6d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-484aed07-0c3c-4f9e-845d-ceeb6323ac6d .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-484aed07-0c3c-4f9e-845d-ceeb6323ac6d .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-484aed07-0c3c-4f9e-845d-ceeb6323ac6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ddb34d8e-d63d-4b2b-a231-e4498de020cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-5f64e709-2d44-446f-a812-3469a24fd3a0:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5f64e709-2d44-446f-a812-3469a24fd3a0:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5f64e709-2d44-446f-a812-3469a24fd3a0-atc-btn-wrapper {
    text-align: center;
  }


#s-5f64e709-2d44-446f-a812-3469a24fd3a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-5f64e709-2d44-446f-a812-3469a24fd3a0-atc-btn-wrapper {
    text-align: center;
  }


#s-5f64e709-2d44-446f-a812-3469a24fd3a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f64e709-2d44-446f-a812-3469a24fd3a0-atc-btn-wrapper {
    text-align: center;
  }


#s-5f64e709-2d44-446f-a812-3469a24fd3a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5f64e709-2d44-446f-a812-3469a24fd3a0-atc-btn-wrapper {
    text-align: center;
  }


#s-5f64e709-2d44-446f-a812-3469a24fd3a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-5f64e709-2d44-446f-a812-3469a24fd3a0-atc-btn-wrapper {
    text-align: center;
  }


#s-5f64e709-2d44-446f-a812-3469a24fd3a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-5f64e709-2d44-446f-a812-3469a24fd3a0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-c9928094-e587-4fe6-83c2-ab4774a2544d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c9928094-e587-4fe6-83c2-ab4774a2544d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9928094-e587-4fe6-83c2-ab4774a2544d.shg-box.shg-c {
  justify-content: center;
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  margin-left: auto;
margin-right: auto;
max-width: 929px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 929px;
  }



  img.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
    
    
    
    max-height: 929px;
  }


.s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-content {
  
    align-items: center;
  
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
      position: relative;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 929px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 929px;
  }



  img.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
    
    
    
    max-height: 929px;
  }


.s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-content {
  
    align-items: center;
  
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
      position: relative;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 929px;
    }
  }

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

.shg-image-margin-container-s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 929px;
  }



  img.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
    
    
    
    max-height: 929px;
  }


.s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-content {
  
    align-items: center;
  
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
      position: relative;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 929px;
    }
  }

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

.shg-image-margin-container-s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 929px;
  }



  img.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
    
    
    
    max-height: 929px;
  }


.s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-content {
  
    align-items: center;
  
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
      position: relative;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 929px;
    }
  }

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

.shg-image-margin-container-s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 929px;
  }



  img.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
    
    
    
    max-height: 929px;
  }


.s-cacfd049-9787-4921-9f9b-e25a66ecc646 .shogun-image-content {
  
    align-items: center;
  
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container {
      position: relative;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cacfd049-9787-4921-9f9b-e25a66ecc646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 929px;
    }
  }

}
#s-3ebf50a8-426f-465f-9a35-4f7a2121af24 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ae142b7e-d52d-4516-90e5-3fa8e4a87c5b {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-ae142b7e-d52d-4516-90e5-3fa8e4a87c5b .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-46b5355b-2e9d-493b-925a-757201ca29ef {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-46b5355b-2e9d-493b-925a-757201ca29ef .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-46b5355b-2e9d-493b-925a-757201ca29ef .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-46b5355b-2e9d-493b-925a-757201ca29ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-69f6ebaa-ce2a-4977-b58e-264db19d8e26 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-3ab36e87-ed63-4efc-b42a-d38e52fee505:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3ab36e87-ed63-4efc-b42a-d38e52fee505:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3ab36e87-ed63-4efc-b42a-d38e52fee505-atc-btn-wrapper {
    text-align: center;
  }


#s-3ab36e87-ed63-4efc-b42a-d38e52fee505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-3ab36e87-ed63-4efc-b42a-d38e52fee505-atc-btn-wrapper {
    text-align: center;
  }


#s-3ab36e87-ed63-4efc-b42a-d38e52fee505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ab36e87-ed63-4efc-b42a-d38e52fee505-atc-btn-wrapper {
    text-align: center;
  }


#s-3ab36e87-ed63-4efc-b42a-d38e52fee505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3ab36e87-ed63-4efc-b42a-d38e52fee505-atc-btn-wrapper {
    text-align: center;
  }


#s-3ab36e87-ed63-4efc-b42a-d38e52fee505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-3ab36e87-ed63-4efc-b42a-d38e52fee505-atc-btn-wrapper {
    text-align: center;
  }


#s-3ab36e87-ed63-4efc-b42a-d38e52fee505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-3ab36e87-ed63-4efc-b42a-d38e52fee505.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-c3f04a61-d302-4693-ae21-6290eafdadaf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c3f04a61-d302-4693-ae21-6290eafdadaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3f04a61-d302-4693-ae21-6290eafdadaf.shg-box.shg-c {
  justify-content: center;
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
      position: relative;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
      position: relative;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
      position: relative;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
      position: relative;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container {
      position: relative;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0749bb15-5a9f-46d5-93eb-3fd1dc9b2ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-5fb8a85f-8a6f-4c54-a89c-005c41c4171a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4dffe55c-c9de-42f4-8ac4-57e1870fa9e2 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-4dffe55c-c9de-42f4-8ac4-57e1870fa9e2 .shg-product-title-component h1 {
  color: rgba(58, 58, 60, 1);
  
  
  
  font-size: 25px;
  
  
  
}

#s-14ef70bc-7f17-4a08-bc7d-cb570e57a918 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-14ef70bc-7f17-4a08-bc7d-cb570e57a918 .shg-product-sold-out {
  display: none;
  color: rgba(58, 58, 60, 1);
  font-size: 25px;
  
  
  font-style:  normal ;
}

#s-14ef70bc-7f17-4a08-bc7d-cb570e57a918 .shg-product-price {
  color: rgba(58, 58, 60, 1);
  
  
  font-style:  normal ;
  font-size: 25px;
}

#s-14ef70bc-7f17-4a08-bc7d-cb570e57a918 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e899c108-d4fd-486f-9f79-d9621282e79e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
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(58, 58, 60, 1);
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(58, 58, 60, 1);
}
#s-372b0187-cc84-4f1e-a971-40476419ba9e:hover {border-style: solid !important;
border-color: rgba(34, 175, 236, 1) !important;
background-color: rgba(34, 175, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-372b0187-cc84-4f1e-a971-40476419ba9e:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-372b0187-cc84-4f1e-a971-40476419ba9e-atc-btn-wrapper {
    text-align: center;
  }


#s-372b0187-cc84-4f1e-a971-40476419ba9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-372b0187-cc84-4f1e-a971-40476419ba9e-atc-btn-wrapper {
    text-align: center;
  }


#s-372b0187-cc84-4f1e-a971-40476419ba9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-372b0187-cc84-4f1e-a971-40476419ba9e-atc-btn-wrapper {
    text-align: center;
  }


#s-372b0187-cc84-4f1e-a971-40476419ba9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-372b0187-cc84-4f1e-a971-40476419ba9e-atc-btn-wrapper {
    text-align: center;
  }


#s-372b0187-cc84-4f1e-a971-40476419ba9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-372b0187-cc84-4f1e-a971-40476419ba9e-atc-btn-wrapper {
    text-align: center;
  }


#s-372b0187-cc84-4f1e-a971-40476419ba9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn {
  color: rgba(58, 58, 60, 1);
  
  
  
  
  display:  block ;
}

#s-372b0187-cc84-4f1e-a971-40476419ba9e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-de9dff10-48f5-4286-aae9-b8aae6abbd5a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-de9dff10-48f5-4286-aae9-b8aae6abbd5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de9dff10-48f5-4286-aae9-b8aae6abbd5a.shg-box.shg-c {
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-603b0c8c-9495-4ea3-93e5-a53384bd4b84 {
  margin-left: auto;
margin-right: auto;
}

#s-603b0c8c-9495-4ea3-93e5-a53384bd4b84 hr {
  border-top: 2px solid #ddd;
}

#s-bf2245af-8282-44fb-b0ff-304649877b29 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf2245af-8282-44fb-b0ff-304649877b29 .shogun-heading-component h2 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



/* Duplicated Styles are also in Category base.css - keep them in sync */

.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-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 {
  margin-left: 0%;
margin-right: auto;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 > .swiper-button-prev,
#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 > .swiper-button-next {
  
}

#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 > .swiper-button-prev svg,
#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-470f7a93-2aae-42f4-8b3b-961d7bf39ee3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-23fb12a7-4b62-4200-b85a-c45b65272f89 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-23fb12a7-4b62-4200-b85a-c45b65272f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23fb12a7-4b62-4200-b85a-c45b65272f89.shg-box.shg-c {
  justify-content: center;
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  margin-left: auto;
margin-right: auto;
max-width: 105px;
aspect-ratio: 105/28;
text-align: center;
}



.shg-image-margin-container-s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
      position: relative;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
      position: relative;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
      position: relative;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
      position: relative;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container {
      position: relative;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12eb8c13-f9b6-43fd-bfbc-3f0d4b16bf86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

}
#s-e313178a-2fc6-460b-9243-5267fc80fde6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e313178a-2fc6-460b-9243-5267fc80fde6 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-f8420b86-34a0-4db3-ac81-ce85ff4f0c22 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-319a2180-6a66-42d8-ba31-76c380ba253c {
  margin-left: auto;
margin-right: auto;
min-height: 30px;
}








#s-319a2180-6a66-42d8-ba31-76c380ba253c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-319a2180-6a66-42d8-ba31-76c380ba253c.shg-box.shg-c {
  justify-content: center;
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  margin-left: auto;
margin-right: auto;
max-width: 105px;
aspect-ratio: 105/28;
text-align: center;
}



.shg-image-margin-container-s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-content {
  
    align-items: center;
  
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
      position: relative;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-content {
  
    align-items: center;
  
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
      position: relative;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-content {
  
    align-items: center;
  
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
      position: relative;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-content {
  
    align-items: center;
  
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
      position: relative;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd .shogun-image-content {
  
    align-items: center;
  
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container {
      position: relative;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05113cb3-969a-49ba-b0a7-e7ec2dcc72fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

}
#s-8d42f68a-91dc-4291-a82c-b8ced27e1d99 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d42f68a-91dc-4291-a82c-b8ced27e1d99 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-68daf72f-5eff-4ae5-bca5-b5d5ecee80ad {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-278c04cc-84dd-4be5-8cd8-a3526dd35475 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-278c04cc-84dd-4be5-8cd8-a3526dd35475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-278c04cc-84dd-4be5-8cd8-a3526dd35475.shg-box.shg-c {
  justify-content: center;
}

#s-87168f70-635c-4d58-9551-63268307ee28 {
  margin-left: auto;
margin-right: auto;
max-width: 105px;
aspect-ratio: 105/28;
text-align: center;
}



.shg-image-margin-container-s-87168f70-635c-4d58-9551-63268307ee28 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87168f70-635c-4d58-9551-63268307ee28 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-87168f70-635c-4d58-9551-63268307ee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87168f70-635c-4d58-9551-63268307ee28 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
      position: relative;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-87168f70-635c-4d58-9551-63268307ee28 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87168f70-635c-4d58-9551-63268307ee28 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-87168f70-635c-4d58-9551-63268307ee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87168f70-635c-4d58-9551-63268307ee28 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
      position: relative;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-87168f70-635c-4d58-9551-63268307ee28 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87168f70-635c-4d58-9551-63268307ee28 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-87168f70-635c-4d58-9551-63268307ee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87168f70-635c-4d58-9551-63268307ee28 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
      position: relative;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-87168f70-635c-4d58-9551-63268307ee28 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87168f70-635c-4d58-9551-63268307ee28 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-87168f70-635c-4d58-9551-63268307ee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87168f70-635c-4d58-9551-63268307ee28 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
      position: relative;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-87168f70-635c-4d58-9551-63268307ee28 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87168f70-635c-4d58-9551-63268307ee28 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87168f70-635c-4d58-9551-63268307ee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-87168f70-635c-4d58-9551-63268307ee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-87168f70-635c-4d58-9551-63268307ee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87168f70-635c-4d58-9551-63268307ee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87168f70-635c-4d58-9551-63268307ee28 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container {
      position: relative;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87168f70-635c-4d58-9551-63268307ee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87168f70-635c-4d58-9551-63268307ee28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

}
#s-8ec213ef-c580-4950-a990-a7389cb8c3b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ec213ef-c580-4950-a990-a7389cb8c3b0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-bbe9e92f-08e9-4299-bf53-f089e17ff56e {
  margin-left: auto;
margin-right: auto;
}

#s-d4bcab24-9c86-411f-a53b-0d31adb9ecb3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d4bcab24-9c86-411f-a53b-0d31adb9ecb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4bcab24-9c86-411f-a53b-0d31adb9ecb3.shg-box.shg-c {
  justify-content: center;
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  margin-left: auto;
margin-right: auto;
max-width: 105px;
aspect-ratio: 105/28;
text-align: center;
}



.shg-image-margin-container-s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
      position: relative;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
      position: relative;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
      position: relative;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
      position: relative;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-77b00bb7-3563-4d02-8303-33d0f70117c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container {
      position: relative;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77b00bb7-3563-4d02-8303-33d0f70117c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

}
#s-133f3281-00ff-48cf-89e0-a084d7ac316d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-133f3281-00ff-48cf-89e0-a084d7ac316d .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-c05669c1-d965-4d31-aab0-9788502157fe {
  margin-left: auto;
margin-right: auto;
}

#s-951bd411-1d4f-470d-9fa4-fe366c197eec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-951bd411-1d4f-470d-9fa4-fe366c197eec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-951bd411-1d4f-470d-9fa4-fe366c197eec.shg-box.shg-c {
  justify-content: center;
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  margin-left: auto;
margin-right: auto;
max-width: 105px;
aspect-ratio: 105/28;
text-align: center;
}



.shg-image-margin-container-s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
      position: relative;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
      position: relative;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
      position: relative;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
      position: relative;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container {
      position: relative;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ab87c1e-5614-44a0-bb3e-cc441292e52e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

}
#s-bf9dbb3c-bb13-4710-be93-6c8a3223e22b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf9dbb3c-bb13-4710-be93-6c8a3223e22b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d7912c89-10b3-4606-b20e-860c23089abf {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-251c9cfc-02fd-46c8-8205-e595b23677f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-251c9cfc-02fd-46c8-8205-e595b23677f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-251c9cfc-02fd-46c8-8205-e595b23677f5.shg-box.shg-c {
  justify-content: center;
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  margin-left: auto;
margin-right: auto;
max-width: 105px;
aspect-ratio: 105/28;
text-align: center;
}



.shg-image-margin-container-s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-content {
  
    align-items: center;
  
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-132a0990-ffa0-4543-a5cf-4e611595d786 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
      position: relative;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-content {
  
    align-items: center;
  
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-132a0990-ffa0-4543-a5cf-4e611595d786 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
      position: relative;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-content {
  
    align-items: center;
  
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-132a0990-ffa0-4543-a5cf-4e611595d786 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
      position: relative;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-content {
  
    align-items: center;
  
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-132a0990-ffa0-4543-a5cf-4e611595d786 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
      position: relative;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

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

.shg-image-margin-container-s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }

    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-link {
      aspect-ratio: 105/28;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-132a0990-ffa0-4543-a5cf-4e611595d786 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 105px;
  }



  img.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
    
    
    
    max-height: 105px;
  }


.s-132a0990-ffa0-4543-a5cf-4e611595d786 .shogun-image-content {
  
    align-items: center;
  
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-132a0990-ffa0-4543-a5cf-4e611595d786 {
      --shg-aspect-ratio: calc(105/28); 
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container {
      position: relative;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-132a0990-ffa0-4543-a5cf-4e611595d786 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 105px;
    }
  }

}
#s-ad28cc75-99d7-4650-ac3f-00931eef75a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad28cc75-99d7-4650-ac3f-00931eef75a4 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-a32cde81-3fea-408c-a1f2-9be7da1b9e31 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

/*
  $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}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
