.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-e49e7768-e131-44fa-ba3b-4ec5de2da2ab {
  margin-top: -40px;
margin-bottom: -20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab {
  display: none;
}
#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab, #wrap-s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab { display: none !important; }}@media (max-width: 767px){#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab {
  display: none;
}
#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab, #wrap-s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab { display: none !important; }}







#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab.shg-box.shg-c {
  justify-content: center;
}

#s-45043521-bc4c-404c-8f9d-11d138a7f820 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.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-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  max-width: 3840px;
aspect-ratio: 3840/1280;
text-align: center;
opacity: 0.9;
}
@media (min-width: 768px) and (max-width: 991px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  display: none;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 { display: none !important; }}@media (max-width: 767px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  display: none;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 { display: none !important; }}


.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 3840/1280;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 3840/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(3840/1280); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 3840/1280;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 3840/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(3840/1280); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 3840/1280;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 3840/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(3840/1280); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 3840/1280;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 3840/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(3840/1280); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 3840/1280;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 3840/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(3840/1280); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 1158/720;
text-align: center;
}



.shg-image-margin-container-s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  
  
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  
  
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  
  
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  
  
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-e7ec245e-e93d-438f-ae11-109f658fea02 {
  margin-top: 15px;
margin-bottom: -24px;
}

#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  margin-top: -24px;
min-height: 50px;
}
@media (min-width: 1200px){#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  display: none;
}
#s-161764ba-abdc-4873-8472-4bcc1e1eea96, #wrap-s-161764ba-abdc-4873-8472-4bcc1e1eea96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  display: none;
}
#s-161764ba-abdc-4873-8472-4bcc1e1eea96, #wrap-s-161764ba-abdc-4873-8472-4bcc1e1eea96 { display: none !important; }}@media (max-width: 767px){#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  margin-bottom: -24px;
}
}







#s-161764ba-abdc-4873-8472-4bcc1e1eea96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-161764ba-abdc-4873-8472-4bcc1e1eea96.shg-box.shg-c {
  justify-content: center;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  max-width: 1440px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.9;
}
@media (min-width: 1200px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  display: none;
}
#s-817e7a51-19f9-4f56-b870-1a02bf590d08, #wrap-s-817e7a51-19f9-4f56-b870-1a02bf590d08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  display: none;
}
#s-817e7a51-19f9-4f56-b870-1a02bf590d08, #wrap-s-817e7a51-19f9-4f56-b870-1a02bf590d08 { display: none !important; }}


.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  max-width: 350px;
aspect-ratio: 1158/720;
text-align: center;
}
@media (max-width: 767px){#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin-left: 4%;
margin-right: 4%;
}
}


.shg-image-margin-container-s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  
  
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  
  
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  
  
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  
  
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin-left: 4%;
  margin-right: 4%;
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1158/720;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1158/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1158/720); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0d69fc09-93ae-4ba3-b9cd-21854906f105 {
  margin-bottom: -24px;
}
@media (max-width: 767px){#s-0d69fc09-93ae-4ba3-b9cd-21854906f105 {
  margin-top: 10px;
}
}
#s-193a7dc8-51be-476f-9c20-4334da9c3d05 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-193a7dc8-51be-476f-9c20-4334da9c3d05 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-193a7dc8-51be-476f-9c20-4334da9c3d05 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-193a7dc8-51be-476f-9c20-4334da9c3d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-193a7dc8-51be-476f-9c20-4334da9c3d05.shg-box.shg-c {
  justify-content: center;
}

#s-3fe8c77d-6dc7-4a5f-bc72-1e1b7027ca58 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 50px;
max-width: 1399px;
background-color: rgba(22, 22, 22, 1);
}








#s-3fe8c77d-6dc7-4a5f-bc72-1e1b7027ca58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fe8c77d-6dc7-4a5f-bc72-1e1b7027ca58.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-384df214-a14e-403b-8f81-1bf2f6f17263 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(22, 22, 22, 0);
}
@media (max-width: 767px){#s-384df214-a14e-403b-8f81-1bf2f6f17263 {
  padding-top: 4%;
padding-bottom: 4%;
}
}
@media (min-width: 0px) {
[id="s-384df214-a14e-403b-8f81-1bf2f6f17263"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-384df214-a14e-403b-8f81-1bf2f6f17263"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-384df214-a14e-403b-8f81-1bf2f6f17263"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-384df214-a14e-403b-8f81-1bf2f6f17263"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-384df214-a14e-403b-8f81-1bf2f6f17263"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d83f8157-5b09-438d-8697-ed02c04c5774 {
  margin-left: auto;
margin-right: auto;
min-height: 40px;
}
@media (max-width: 767px){#s-d83f8157-5b09-438d-8697-ed02c04c5774 {
  display: none;
}
#s-d83f8157-5b09-438d-8697-ed02c04c5774, #wrap-s-d83f8157-5b09-438d-8697-ed02c04c5774 { display: none !important; }}







#s-d83f8157-5b09-438d-8697-ed02c04c5774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d83f8157-5b09-438d-8697-ed02c04c5774.shg-box.shg-c {
  justify-content: center;
}

#s-93105e86-42d9-4e3b-a1a6-74f46c2c9b67 {
  margin-top: 0px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-93105e86-42d9-4e3b-a1a6-74f46c2c9b67 {
  margin-top: 15px;
}
}
#s-da8bb1a4-b284-4480-9a35-578c2f0fb21b {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}

#s-47f9b476-acf3-4498-ad0d-59364e2278d7 {
  margin-left: auto;
margin-right: auto;
}

.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-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWYxMzQwOTUtYjNlZi00YTJlLTlhZjMtMGM2OTI4YTVhN2JlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjEzNDA5NS1iM2VmLTRhMmUtOWFmMy0wYzY5MjhhNWE3YmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 13px;
padding-left: 45px;
padding-bottom: 13px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 186, 54, 1);
border-style: solid;
border-radius: 6px;
text-align: left;
text-decoration: none;
letter-spacing: 3px;
color: rgba(10, 10, 10, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}];
}
#s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODBjNzI1N2ItZWZlZi00ODIyLTliMTMtMmVjOWQ2YTExZjA2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MGM3MjU3Yi1lZmVmLTQ4MjItOWIxMy0yZWM5ZDZhMTFmMDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}] !important;}#s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac-root {
    text-align: left;
  }


#s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac-root {
    text-align: left;
  }


#s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac-root {
    text-align: left;
  }


#s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac-root {
    text-align: left;
  }


#s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac-root {
    text-align: left;
  }


#s-3d7d21c3-db5b-446d-8a2f-e7fca5b4d5ac.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
    
    
  }


.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
      position: relative;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  
  
  
  
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
    
    
  }


.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
      position: relative;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  
  
  
  
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
    
    
  }


.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
      position: relative;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  
  
  
  
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
    
    
  }


.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
      position: relative;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  
  
  
  
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
    
    
  }


.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container {
      position: relative;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4eb386-ab95-4b21-b8b8-11b122b0e2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

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

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

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

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

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

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

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

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

#s-dcc7fb7b-e8be-4863-8a58-81540d956d5b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcc7fb7b-e8be-4863-8a58-81540d956d5b {
  display: none;
}
#s-dcc7fb7b-e8be-4863-8a58-81540d956d5b, #wrap-s-dcc7fb7b-e8be-4863-8a58-81540d956d5b { display: none !important; }}@media (max-width: 767px){#s-dcc7fb7b-e8be-4863-8a58-81540d956d5b {
  display: none;
}
#s-dcc7fb7b-e8be-4863-8a58-81540d956d5b, #wrap-s-dcc7fb7b-e8be-4863-8a58-81540d956d5b { display: none !important; }}
#s-dcc7fb7b-e8be-4863-8a58-81540d956d5b .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}
#s-0788e766-0a0e-4f18-8bf8-72f9d8fe1342 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

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

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

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-18256e70-f414-44f0-aa97-b756bbe74860 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18256e70-f414-44f0-aa97-b756bbe74860 img.shogun-image {
  width: 100%;
  height: auto;
}





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

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

#s-acccf917-0976-4394-b4aa-201a6be2d29d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-acccf917-0976-4394-b4aa-201a6be2d29d .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

.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-center {
  text-align: center;
}

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

#s-8119d038-0481-4302-8304-68bf50decf34 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8119d038-0481-4302-8304-68bf50decf34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8119d038-0481-4302-8304-68bf50decf34:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8119d038-0481-4302-8304-68bf50decf34 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8119d038-0481-4302-8304-68bf50decf34.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8119d038-0481-4302-8304-68bf50decf34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-8119d038-0481-4302-8304-68bf50decf34.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-22918a80-0113-440d-b821-ecf0fe8eb223 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-8904f369-d421-4cff-b4f3-037be8f8f959 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8904f369-d421-4cff-b4f3-037be8f8f959 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-894726ed-a20c-406a-910f-7f11ddc7db7f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-894726ed-a20c-406a-910f-7f11ddc7db7f .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-9f8588f8-4131-4a67-b3b2-6c18ac068c87 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9f8588f8-4131-4a67-b3b2-6c18ac068c87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f8588f8-4131-4a67-b3b2-6c18ac068c87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f8588f8-4131-4a67-b3b2-6c18ac068c87 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f8588f8-4131-4a67-b3b2-6c18ac068c87.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f8588f8-4131-4a67-b3b2-6c18ac068c87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9f8588f8-4131-4a67-b3b2-6c18ac068c87.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9ab91fad-2f8f-46fa-b6c7-d67129ea9107 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f203c6-7b25-4d8c-b6ad-81a8d065aa6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ee7cf6f0-ae1e-4ab8-9bca-2bc7f3350b62 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ee7cf6f0-ae1e-4ab8-9bca-2bc7f3350b62 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-bf93f3bc-24d8-4e07-b3a8-138bbebada48 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bf93f3bc-24d8-4e07-b3a8-138bbebada48:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf93f3bc-24d8-4e07-b3a8-138bbebada48:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf93f3bc-24d8-4e07-b3a8-138bbebada48 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf93f3bc-24d8-4e07-b3a8-138bbebada48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf93f3bc-24d8-4e07-b3a8-138bbebada48.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-bf93f3bc-24d8-4e07-b3a8-138bbebada48.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe590d9c-4b0c-4b1d-b99f-c5f08ea54bd5 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-67e02a83-b976-4758-b6ee-a29cff43af1a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e02a83-b976-4758-b6ee-a29cff43af1a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-831e3eed-7b53-41de-b36a-79ec3c9664bc {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-831e3eed-7b53-41de-b36a-79ec3c9664bc .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-907a260a-7b1f-4bd5-a86c-81f60f3955b9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-907a260a-7b1f-4bd5-a86c-81f60f3955b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-907a260a-7b1f-4bd5-a86c-81f60f3955b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-907a260a-7b1f-4bd5-a86c-81f60f3955b9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-907a260a-7b1f-4bd5-a86c-81f60f3955b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-907a260a-7b1f-4bd5-a86c-81f60f3955b9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-907a260a-7b1f-4bd5-a86c-81f60f3955b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5801ed3b-8ea0-412f-898b-c0aef7156442 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-e12c97aa-6885-4824-a69f-2858221666bf {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12c97aa-6885-4824-a69f-2858221666bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-739653a3-f4b8-4943-9816-9941221ec287 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-739653a3-f4b8-4943-9816-9941221ec287 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-4770ae78-a60b-4c6e-841a-c69c9e86cd53 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4770ae78-a60b-4c6e-841a-c69c9e86cd53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4770ae78-a60b-4c6e-841a-c69c9e86cd53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4770ae78-a60b-4c6e-841a-c69c9e86cd53 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4770ae78-a60b-4c6e-841a-c69c9e86cd53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4770ae78-a60b-4c6e-841a-c69c9e86cd53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-4770ae78-a60b-4c6e-841a-c69c9e86cd53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1f9ddc1b-f695-46f1-b8ad-761fd6e44cc1 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-b67deaf8-64a4-46cf-9086-4de1226e9547 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b67deaf8-64a4-46cf-9086-4de1226e9547 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf3b7d18-f4dc-4578-a7c6-50dd264b21e8 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bf3b7d18-f4dc-4578-a7c6-50dd264b21e8 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-2ea519bf-e80e-45c5-89bc-9f41f8828fe1 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2ea519bf-e80e-45c5-89bc-9f41f8828fe1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ea519bf-e80e-45c5-89bc-9f41f8828fe1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ea519bf-e80e-45c5-89bc-9f41f8828fe1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ea519bf-e80e-45c5-89bc-9f41f8828fe1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ea519bf-e80e-45c5-89bc-9f41f8828fe1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-2ea519bf-e80e-45c5-89bc-9f41f8828fe1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4ec3ad3f-8fe8-4b20-bc0e-6ff608fac8a7 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3e114c-2cc5-4f9b-87d7-1cc62794e611 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5704d449-a645-4e2f-95e3-2fa0dfd64013 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5704d449-a645-4e2f-95e3-2fa0dfd64013 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a41cecbe-6f1b-4831-9e24-0802ec266cea {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a41cecbe-6f1b-4831-9e24-0802ec266cea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a41cecbe-6f1b-4831-9e24-0802ec266cea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a41cecbe-6f1b-4831-9e24-0802ec266cea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a41cecbe-6f1b-4831-9e24-0802ec266cea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a41cecbe-6f1b-4831-9e24-0802ec266cea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a41cecbe-6f1b-4831-9e24-0802ec266cea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f7ccbceb-fd8a-4cb8-bbda-1613fd2fdc98 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-334f13ae-42a4-42da-a747-41c1b67f54c6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-334f13ae-42a4-42da-a747-41c1b67f54c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e06c707-6d27-4471-a217-0ed22274f9d2 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8e06c707-6d27-4471-a217-0ed22274f9d2 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e09886f8-89a6-4527-aeb7-1b80523904ca {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e09886f8-89a6-4527-aeb7-1b80523904ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e09886f8-89a6-4527-aeb7-1b80523904ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e09886f8-89a6-4527-aeb7-1b80523904ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e09886f8-89a6-4527-aeb7-1b80523904ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e09886f8-89a6-4527-aeb7-1b80523904ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e09886f8-89a6-4527-aeb7-1b80523904ca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1a6a0a02-b727-4bfb-abb9-485daca8761d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b33a6f-eb0a-478c-b853-37701a6d0647 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e2e4af7a-30b0-498e-8e0a-0e6e9d5cfbc1 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e2e4af7a-30b0-498e-8e0a-0e6e9d5cfbc1 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-0161c06b-00ca-419f-af43-d9a4d5fd8a33 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0161c06b-00ca-419f-af43-d9a4d5fd8a33:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0161c06b-00ca-419f-af43-d9a4d5fd8a33:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0161c06b-00ca-419f-af43-d9a4d5fd8a33 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0161c06b-00ca-419f-af43-d9a4d5fd8a33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0161c06b-00ca-419f-af43-d9a4d5fd8a33.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-0161c06b-00ca-419f-af43-d9a4d5fd8a33.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-30385b98-24b9-4c7d-a653-55a21e366480 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-991ac98f-42ed-4047-bd31-cb785f4486b3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991ac98f-42ed-4047-bd31-cb785f4486b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5939853c-b817-4e6b-8e74-9d557ed4b73f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5939853c-b817-4e6b-8e74-9d557ed4b73f .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-1a4fb8d0-9b01-43f1-ad61-2420dde1ee21 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1a4fb8d0-9b01-43f1-ad61-2420dde1ee21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a4fb8d0-9b01-43f1-ad61-2420dde1ee21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a4fb8d0-9b01-43f1-ad61-2420dde1ee21 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a4fb8d0-9b01-43f1-ad61-2420dde1ee21.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a4fb8d0-9b01-43f1-ad61-2420dde1ee21.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-1a4fb8d0-9b01-43f1-ad61-2420dde1ee21.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-630d4405-35d5-4337-b112-8c92ba83739b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a7f675-f922-4c71-8ca1-f168c7b6f730 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-34c97abd-f644-443c-b504-9bf8ab638750 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-34c97abd-f644-443c-b504-9bf8ab638750 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e82c6616-5172-4ba3-9a64-07439719d2e9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e82c6616-5172-4ba3-9a64-07439719d2e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e82c6616-5172-4ba3-9a64-07439719d2e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e82c6616-5172-4ba3-9a64-07439719d2e9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e82c6616-5172-4ba3-9a64-07439719d2e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e82c6616-5172-4ba3-9a64-07439719d2e9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e82c6616-5172-4ba3-9a64-07439719d2e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e61b03a7-c655-43ab-940b-979a17af40eb {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-5d474dff-9a46-4156-a456-2322ac70977b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d474dff-9a46-4156-a456-2322ac70977b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d41ec6b7-b266-450d-bf3b-0c85d3e680af {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d41ec6b7-b266-450d-bf3b-0c85d3e680af .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a9b27cab-0600-44c8-b3bf-5bc5ced8a336 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a9b27cab-0600-44c8-b3bf-5bc5ced8a336:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9b27cab-0600-44c8-b3bf-5bc5ced8a336:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9b27cab-0600-44c8-b3bf-5bc5ced8a336 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9b27cab-0600-44c8-b3bf-5bc5ced8a336.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9b27cab-0600-44c8-b3bf-5bc5ced8a336.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a9b27cab-0600-44c8-b3bf-5bc5ced8a336.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-96bcf1fd-26fe-4edc-a370-eeb404021572 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cefac2dd-fdb9-481b-b4a8-4ab65fd7f0f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d4a173d-ce71-4665-adb0-4f203336a9c9 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3d4a173d-ce71-4665-adb0-4f203336a9c9 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-b2de1ec6-fadb-4423-a2ae-15ddf1dca710 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b2de1ec6-fadb-4423-a2ae-15ddf1dca710:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2de1ec6-fadb-4423-a2ae-15ddf1dca710:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2de1ec6-fadb-4423-a2ae-15ddf1dca710 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2de1ec6-fadb-4423-a2ae-15ddf1dca710.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2de1ec6-fadb-4423-a2ae-15ddf1dca710.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b2de1ec6-fadb-4423-a2ae-15ddf1dca710.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dfb14852-83a9-4efe-8405-35a784097956 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-032b0e04-326a-4863-b856-242cee899502 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-032b0e04-326a-4863-b856-242cee899502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-032b0e04-326a-4863-b856-242cee899502 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-032b0e04-326a-4863-b856-242cee899502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-032b0e04-326a-4863-b856-242cee899502 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-032b0e04-326a-4863-b856-242cee899502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-032b0e04-326a-4863-b856-242cee899502 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-032b0e04-326a-4863-b856-242cee899502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-032b0e04-326a-4863-b856-242cee899502 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-032b0e04-326a-4863-b856-242cee899502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-032b0e04-326a-4863-b856-242cee899502 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-de1862c1-0637-42e8-b1aa-b1faeb7d0986 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-de1862c1-0637-42e8-b1aa-b1faeb7d0986 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-d56db452-ac94-4081-8cf6-4e6982d9140c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d56db452-ac94-4081-8cf6-4e6982d9140c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d56db452-ac94-4081-8cf6-4e6982d9140c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d56db452-ac94-4081-8cf6-4e6982d9140c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d56db452-ac94-4081-8cf6-4e6982d9140c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d56db452-ac94-4081-8cf6-4e6982d9140c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-d56db452-ac94-4081-8cf6-4e6982d9140c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-efd3ba8d-e3a4-43c5-bb40-88d844eed368 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf64fbf5-d6f7-4a62-8d86-ea646012b8ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c796c6c1-c49a-4e9b-a8cd-e0b084d5aba3 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c796c6c1-c49a-4e9b-a8cd-e0b084d5aba3 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f6d77601-3959-4101-aa8d-1b2376a5e42e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f6d77601-3959-4101-aa8d-1b2376a5e42e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6d77601-3959-4101-aa8d-1b2376a5e42e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6d77601-3959-4101-aa8d-1b2376a5e42e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6d77601-3959-4101-aa8d-1b2376a5e42e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6d77601-3959-4101-aa8d-1b2376a5e42e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f6d77601-3959-4101-aa8d-1b2376a5e42e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-829e1c7c-0434-4a3d-a0a5-4b3ec2ac225b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72a9ab8-ea00-4b3e-947e-e6001155ec6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-40ec2c97-3714-4d41-adab-c2570ebfed2f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-40ec2c97-3714-4d41-adab-c2570ebfed2f .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a854a2ed-84d7-4fa0-bef4-2ac99b818258 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a854a2ed-84d7-4fa0-bef4-2ac99b818258:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a854a2ed-84d7-4fa0-bef4-2ac99b818258:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a854a2ed-84d7-4fa0-bef4-2ac99b818258 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a854a2ed-84d7-4fa0-bef4-2ac99b818258.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a854a2ed-84d7-4fa0-bef4-2ac99b818258.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a854a2ed-84d7-4fa0-bef4-2ac99b818258.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-28d47e34-680f-4385-b504-0c2a03749e91 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-f4990887-1ece-431a-9576-754fdc6bdb82 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4990887-1ece-431a-9576-754fdc6bdb82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c91baae9-a6fe-48ed-b5f6-47c626618ab9 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c91baae9-a6fe-48ed-b5f6-47c626618ab9 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-b5022ed9-8b6c-4d7a-91b9-40e54c5ccbf7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b5022ed9-8b6c-4d7a-91b9-40e54c5ccbf7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5022ed9-8b6c-4d7a-91b9-40e54c5ccbf7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b5022ed9-8b6c-4d7a-91b9-40e54c5ccbf7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5022ed9-8b6c-4d7a-91b9-40e54c5ccbf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5022ed9-8b6c-4d7a-91b9-40e54c5ccbf7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b5022ed9-8b6c-4d7a-91b9-40e54c5ccbf7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ff3255ee-7caf-403a-87b7-7aa69d327cdb {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0805e5-c0f8-4e1e-8e44-990d1ff3714f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ba539d70-1adc-4d8d-9fc4-fb77d17d5f60 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ba539d70-1adc-4d8d-9fc4-fb77d17d5f60 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-61dd7a4c-208c-4b6f-9b39-3a2bde203428 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-61dd7a4c-208c-4b6f-9b39-3a2bde203428:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61dd7a4c-208c-4b6f-9b39-3a2bde203428:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61dd7a4c-208c-4b6f-9b39-3a2bde203428 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61dd7a4c-208c-4b6f-9b39-3a2bde203428.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61dd7a4c-208c-4b6f-9b39-3a2bde203428.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-61dd7a4c-208c-4b6f-9b39-3a2bde203428.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-90099c36-4607-4e13-90c2-681006d206cc {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4afc57-a67f-4b24-841e-8d564dfb9fbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-969f1681-b7e9-43e8-b9f6-e21c7e3a2df9 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-969f1681-b7e9-43e8-b9f6-e21c7e3a2df9 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-727aa6cc-40f6-4b82-a8dc-9acd7bb2a7d8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-727aa6cc-40f6-4b82-a8dc-9acd7bb2a7d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-727aa6cc-40f6-4b82-a8dc-9acd7bb2a7d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-727aa6cc-40f6-4b82-a8dc-9acd7bb2a7d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-727aa6cc-40f6-4b82-a8dc-9acd7bb2a7d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-727aa6cc-40f6-4b82-a8dc-9acd7bb2a7d8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-727aa6cc-40f6-4b82-a8dc-9acd7bb2a7d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-477b028a-ab7c-4283-a033-b988e3a786b8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}
@media (min-width: 1200px){#s-477b028a-ab7c-4283-a033-b988e3a786b8 {
  display: none;
}
#s-477b028a-ab7c-4283-a033-b988e3a786b8, #wrap-s-477b028a-ab7c-4283-a033-b988e3a786b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-477b028a-ab7c-4283-a033-b988e3a786b8 {
  display: none;
}
#s-477b028a-ab7c-4283-a033-b988e3a786b8, #wrap-s-477b028a-ab7c-4283-a033-b988e3a786b8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-477b028a-ab7c-4283-a033-b988e3a786b8 {
  
}
}@media (max-width: 767px){#s-477b028a-ab7c-4283-a033-b988e3a786b8 {
  
}
}
#s-477b028a-ab7c-4283-a033-b988e3a786b8 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-ca1403ca-ea7c-4a81-a0e5-9d0b8b2bad57 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ec16ba-ced8-476d-a40b-3a42a46e8453 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-16a60942-5b12-4121-b8dd-24f8568a0fbf {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-16a60942-5b12-4121-b8dd-24f8568a0fbf .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e973dc4d-7106-4116-afab-17108afa10f3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e973dc4d-7106-4116-afab-17108afa10f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e973dc4d-7106-4116-afab-17108afa10f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e973dc4d-7106-4116-afab-17108afa10f3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e973dc4d-7106-4116-afab-17108afa10f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e973dc4d-7106-4116-afab-17108afa10f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e973dc4d-7106-4116-afab-17108afa10f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-72883453-4b34-44b4-8443-ee33ed82b6c9 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c870c1-7604-41c1-9243-c2a11e2dae03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8508b695-8ecd-467e-b24b-f0d778d16508 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8508b695-8ecd-467e-b24b-f0d778d16508 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-79e84a4d-c1f8-48fb-b3b0-07e7db912492 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-79e84a4d-c1f8-48fb-b3b0-07e7db912492:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79e84a4d-c1f8-48fb-b3b0-07e7db912492:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79e84a4d-c1f8-48fb-b3b0-07e7db912492 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79e84a4d-c1f8-48fb-b3b0-07e7db912492.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79e84a4d-c1f8-48fb-b3b0-07e7db912492.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-79e84a4d-c1f8-48fb-b3b0-07e7db912492.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74a29c41-13f4-4dd9-b37c-9f1f74d5304d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e9618ea-45a7-4d56-b5cb-4c618ea2da24 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8697903-68f6-429e-8175-19804b957118 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e8697903-68f6-429e-8175-19804b957118 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-7a3a59e8-b2ba-436a-8d8d-5b336cbb86f9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7a3a59e8-b2ba-436a-8d8d-5b336cbb86f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a3a59e8-b2ba-436a-8d8d-5b336cbb86f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a3a59e8-b2ba-436a-8d8d-5b336cbb86f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a3a59e8-b2ba-436a-8d8d-5b336cbb86f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a3a59e8-b2ba-436a-8d8d-5b336cbb86f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-7a3a59e8-b2ba-436a-8d8d-5b336cbb86f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fa2a2ddc-1a9c-4caf-8202-3a7783d1e690 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8f1d789-8a59-41da-9fbb-f2e1f780de7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-618da283-8ea3-4d13-a348-01c84c7c80a7 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-618da283-8ea3-4d13-a348-01c84c7c80a7 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-1b607b0e-1de3-4328-a927-f7c010a274f2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1b607b0e-1de3-4328-a927-f7c010a274f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b607b0e-1de3-4328-a927-f7c010a274f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1b607b0e-1de3-4328-a927-f7c010a274f2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b607b0e-1de3-4328-a927-f7c010a274f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b607b0e-1de3-4328-a927-f7c010a274f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-1b607b0e-1de3-4328-a927-f7c010a274f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-21ac96f8-3eb2-4af9-b27f-0784bc678cad {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd0a603-e491-45e9-adc0-34e6b82a63b0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc93a402-5721-4180-aeee-3a04099b7ced {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-fc93a402-5721-4180-aeee-3a04099b7ced .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-67398030-d76d-4cd3-81c3-b7af6fe4c815 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-67398030-d76d-4cd3-81c3-b7af6fe4c815:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67398030-d76d-4cd3-81c3-b7af6fe4c815:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-67398030-d76d-4cd3-81c3-b7af6fe4c815 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67398030-d76d-4cd3-81c3-b7af6fe4c815.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67398030-d76d-4cd3-81c3-b7af6fe4c815.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-67398030-d76d-4cd3-81c3-b7af6fe4c815.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e007e944-4275-4648-af04-594b209be89f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be91dcb6-1b6d-4ad1-9f6f-8cce21a3e0f5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6b0ae85b-3f8b-45c4-8432-d17bafaf0b9b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6b0ae85b-3f8b-45c4-8432-d17bafaf0b9b .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-980a7db5-bd21-4347-8d67-25a3a488ac4d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-980a7db5-bd21-4347-8d67-25a3a488ac4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-980a7db5-bd21-4347-8d67-25a3a488ac4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-980a7db5-bd21-4347-8d67-25a3a488ac4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-980a7db5-bd21-4347-8d67-25a3a488ac4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-980a7db5-bd21-4347-8d67-25a3a488ac4d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-980a7db5-bd21-4347-8d67-25a3a488ac4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1ce56336-9f68-463a-b6c4-ce7d20f6bf44 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-bfbbdd84-63f4-42e2-9339-81086361f300 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfbbdd84-63f4-42e2-9339-81086361f300 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8f2f9ce-b34f-4b7f-a984-055d6c97f8a1 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e8f2f9ce-b34f-4b7f-a984-055d6c97f8a1 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-792d6deb-af36-4ed7-932e-38137866c6d5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-792d6deb-af36-4ed7-932e-38137866c6d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-792d6deb-af36-4ed7-932e-38137866c6d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-792d6deb-af36-4ed7-932e-38137866c6d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-792d6deb-af36-4ed7-932e-38137866c6d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-792d6deb-af36-4ed7-932e-38137866c6d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-792d6deb-af36-4ed7-932e-38137866c6d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba6082e2-fdaa-4f34-840f-b5b13c3912b1 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-737da427-43fd-4ca5-950e-1ec00f5bb4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cc63a9af-0fe1-46c4-b522-ff21882ddaeb {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cc63a9af-0fe1-46c4-b522-ff21882ddaeb .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-7eb50718-dcb7-488d-b9a9-f1d53c92d356 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7eb50718-dcb7-488d-b9a9-f1d53c92d356:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7eb50718-dcb7-488d-b9a9-f1d53c92d356:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7eb50718-dcb7-488d-b9a9-f1d53c92d356 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7eb50718-dcb7-488d-b9a9-f1d53c92d356.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7eb50718-dcb7-488d-b9a9-f1d53c92d356.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-7eb50718-dcb7-488d-b9a9-f1d53c92d356.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6b187722-6998-4112-b012-f97354ee2bea {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-04d9d701-6902-4a41-934a-00c32070cdf3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d9d701-6902-4a41-934a-00c32070cdf3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc4ab8b9-aaae-454c-b431-0a6fc15c60b4 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-fc4ab8b9-aaae-454c-b431-0a6fc15c60b4 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-0fb8c6a5-9862-47c8-84b8-a0f15adf2a49 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0fb8c6a5-9862-47c8-84b8-a0f15adf2a49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0fb8c6a5-9862-47c8-84b8-a0f15adf2a49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0fb8c6a5-9862-47c8-84b8-a0f15adf2a49 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fb8c6a5-9862-47c8-84b8-a0f15adf2a49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fb8c6a5-9862-47c8-84b8-a0f15adf2a49.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-0fb8c6a5-9862-47c8-84b8-a0f15adf2a49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c35ba90-e879-4278-bbe9-b2f14b1a3cea {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd9e04-9a35-40ac-9466-197ce0e762d3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-72fad691-8723-4f2e-a76f-9becf20ca6d1 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-72fad691-8723-4f2e-a76f-9becf20ca6d1 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-6f8f9f3f-580d-49df-af5e-b354b290bbf4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6f8f9f3f-580d-49df-af5e-b354b290bbf4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f8f9f3f-580d-49df-af5e-b354b290bbf4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f8f9f3f-580d-49df-af5e-b354b290bbf4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f8f9f3f-580d-49df-af5e-b354b290bbf4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f8f9f3f-580d-49df-af5e-b354b290bbf4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-6f8f9f3f-580d-49df-af5e-b354b290bbf4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4bdd509c-c2ee-4dc0-b6d0-9f6dea12298c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9dab2c1-3076-4f33-b6e8-4f995b949f9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7c08d2b-763c-4d28-97a6-6ba0d8e01111 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b7c08d2b-763c-4d28-97a6-6ba0d8e01111 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-848e76e3-12fa-4ddb-aa02-68f6287e44b9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-848e76e3-12fa-4ddb-aa02-68f6287e44b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-848e76e3-12fa-4ddb-aa02-68f6287e44b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-848e76e3-12fa-4ddb-aa02-68f6287e44b9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-848e76e3-12fa-4ddb-aa02-68f6287e44b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-848e76e3-12fa-4ddb-aa02-68f6287e44b9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-848e76e3-12fa-4ddb-aa02-68f6287e44b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-39dc7f57-5cac-49da-8fbe-d027bf6aa3ba {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5bc71-d0da-458f-80f3-832c2a4ffb7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cc43b3c5-4c43-4fe6-989c-ca2933455b38 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cc43b3c5-4c43-4fe6-989c-ca2933455b38 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-0012da46-5e8a-4665-aa0d-eebc46be8ff7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0012da46-5e8a-4665-aa0d-eebc46be8ff7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0012da46-5e8a-4665-aa0d-eebc46be8ff7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0012da46-5e8a-4665-aa0d-eebc46be8ff7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0012da46-5e8a-4665-aa0d-eebc46be8ff7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0012da46-5e8a-4665-aa0d-eebc46be8ff7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-0012da46-5e8a-4665-aa0d-eebc46be8ff7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-51774b36-37c2-48d6-b01a-1d167ada97ac {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-b4fc493e-f164-4875-98c4-959963e6b3b9 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4fc493e-f164-4875-98c4-959963e6b3b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5fd5fc38-d86b-4daf-8721-676f83a105f5 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5fd5fc38-d86b-4daf-8721-676f83a105f5 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-8faa44a9-9df4-4b27-9541-62c933905cdf {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8faa44a9-9df4-4b27-9541-62c933905cdf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8faa44a9-9df4-4b27-9541-62c933905cdf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8faa44a9-9df4-4b27-9541-62c933905cdf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8faa44a9-9df4-4b27-9541-62c933905cdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8faa44a9-9df4-4b27-9541-62c933905cdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-8faa44a9-9df4-4b27-9541-62c933905cdf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5553a9c7-12ca-4860-9800-cda867855cdd {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42df3b67-6bd5-46c8-8a5b-19f565fa093e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5311f32f-fc03-4258-bfac-63b95018f6e9 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5311f32f-fc03-4258-bfac-63b95018f6e9 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-0c0893d2-0d77-40c5-8f23-e1521b635a5a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0c0893d2-0d77-40c5-8f23-e1521b635a5a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c0893d2-0d77-40c5-8f23-e1521b635a5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c0893d2-0d77-40c5-8f23-e1521b635a5a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c0893d2-0d77-40c5-8f23-e1521b635a5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c0893d2-0d77-40c5-8f23-e1521b635a5a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-0c0893d2-0d77-40c5-8f23-e1521b635a5a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3cc1d68e-9bd2-4e25-af38-1b12597832f5 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf6fb39c-e92b-41e6-9844-02ec6b9de483 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3cbffa15-039d-4d3e-80e4-c10cf1450c14 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3cbffa15-039d-4d3e-80e4-c10cf1450c14 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-7b012ec5-23e1-4f8b-807e-21e546748379 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7b012ec5-23e1-4f8b-807e-21e546748379:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b012ec5-23e1-4f8b-807e-21e546748379:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b012ec5-23e1-4f8b-807e-21e546748379 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b012ec5-23e1-4f8b-807e-21e546748379.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b012ec5-23e1-4f8b-807e-21e546748379.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-7b012ec5-23e1-4f8b-807e-21e546748379.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-92d64958-7cf6-4e8e-ab9f-cfd82bad3086 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2480fb01-6084-457a-bd28-4d8ebf89b7b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5ca83107-2c93-43a3-ad59-e4601e60d10a {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5ca83107-2c93-43a3-ad59-e4601e60d10a .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e605720b-3476-4025-a3fc-f91145774f36 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e605720b-3476-4025-a3fc-f91145774f36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e605720b-3476-4025-a3fc-f91145774f36:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e605720b-3476-4025-a3fc-f91145774f36 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e605720b-3476-4025-a3fc-f91145774f36.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e605720b-3476-4025-a3fc-f91145774f36.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e605720b-3476-4025-a3fc-f91145774f36.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b71e17eb-e217-4320-a2f1-ab200f63818a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122ce68e-e8f3-4c4e-8edf-746a8cd09243 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a199688a-7b7f-437d-af2b-81274d460944 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a199688a-7b7f-437d-af2b-81274d460944 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-ed2f1f82-6515-4fab-9746-871a37e42de6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ed2f1f82-6515-4fab-9746-871a37e42de6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed2f1f82-6515-4fab-9746-871a37e42de6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed2f1f82-6515-4fab-9746-871a37e42de6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed2f1f82-6515-4fab-9746-871a37e42de6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed2f1f82-6515-4fab-9746-871a37e42de6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ed2f1f82-6515-4fab-9746-871a37e42de6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ff4b38b7-3e38-4732-846a-3a6fba70973e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-85497ed7-8622-4269-a800-8a79bfb32107 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85497ed7-8622-4269-a800-8a79bfb32107 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-31bf1301-b3d0-40a4-97cd-a4f9310cc4c0 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-31bf1301-b3d0-40a4-97cd-a4f9310cc4c0 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-5a2dcb53-a656-4dcd-b041-718188b94f9d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5a2dcb53-a656-4dcd-b041-718188b94f9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a2dcb53-a656-4dcd-b041-718188b94f9d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a2dcb53-a656-4dcd-b041-718188b94f9d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a2dcb53-a656-4dcd-b041-718188b94f9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a2dcb53-a656-4dcd-b041-718188b94f9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-5a2dcb53-a656-4dcd-b041-718188b94f9d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c1bb0932-4bc9-4155-bd81-733a6e30deaf {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52221ae8-2edf-446b-a06b-9dcd2f9ea1bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-897a4c17-3d00-4fdb-b9f0-62069563f540 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-897a4c17-3d00-4fdb-b9f0-62069563f540 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a775a143-e54a-4d25-8236-30168bf59a00 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a775a143-e54a-4d25-8236-30168bf59a00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a775a143-e54a-4d25-8236-30168bf59a00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a775a143-e54a-4d25-8236-30168bf59a00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a775a143-e54a-4d25-8236-30168bf59a00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a775a143-e54a-4d25-8236-30168bf59a00.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a775a143-e54a-4d25-8236-30168bf59a00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b9a376b-1a4e-4003-b05b-0f40c144e525 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b9a376b-1a4e-4003-b05b-0f40c144e525 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-5b9a376b-1a4e-4003-b05b-0f40c144e525 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-5b9a376b-1a4e-4003-b05b-0f40c144e525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b9a376b-1a4e-4003-b05b-0f40c144e525.shg-box.shg-c {
  justify-content: center;
}

#s-8ce9c2e2-d746-42d5-93dd-7868203dbafb {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 50px;
max-width: 1399px;
background-color: rgba(22, 22, 22, 1);
}








#s-8ce9c2e2-d746-42d5-93dd-7868203dbafb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ce9c2e2-d746-42d5-93dd-7868203dbafb.shg-box.shg-c {
  justify-content: center;
}

#s-15e36463-c2e2-4b5d-afd2-07f25eb5324c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(22, 22, 22, 0);
}
@media (max-width: 767px){#s-15e36463-c2e2-4b5d-afd2-07f25eb5324c {
  padding-top: 4%;
padding-bottom: 4%;
}
}
@media (min-width: 0px) {
[id="s-15e36463-c2e2-4b5d-afd2-07f25eb5324c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15e36463-c2e2-4b5d-afd2-07f25eb5324c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15e36463-c2e2-4b5d-afd2-07f25eb5324c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15e36463-c2e2-4b5d-afd2-07f25eb5324c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-15e36463-c2e2-4b5d-afd2-07f25eb5324c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e14785f1-4cdc-435c-a138-a41978baa171 {
  margin-left: auto;
margin-right: auto;
min-height: 40px;
}
@media (max-width: 767px){#s-e14785f1-4cdc-435c-a138-a41978baa171 {
  display: none;
}
#s-e14785f1-4cdc-435c-a138-a41978baa171, #wrap-s-e14785f1-4cdc-435c-a138-a41978baa171 { display: none !important; }}







#s-e14785f1-4cdc-435c-a138-a41978baa171 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e14785f1-4cdc-435c-a138-a41978baa171.shg-box.shg-c {
  justify-content: center;
}

#s-862d5e57-a22a-45fe-a8a5-6bc1811ed320 {
  margin-top: 0px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-862d5e57-a22a-45fe-a8a5-6bc1811ed320 {
  margin-top: 15px;
}
}
#s-9f0ab4f8-3057-4e8d-93b3-1904c4d6bb61 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}

#s-2b2a5cbe-930a-4d68-b7ce-1d5dc7b66357 {
  margin-left: auto;
margin-right: auto;
}

#s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWYxMzQwOTUtYjNlZi00YTJlLTlhZjMtMGM2OTI4YTVhN2JlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjEzNDA5NS1iM2VmLTRhMmUtOWFmMy0wYzY5MjhhNWE3YmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 13px;
padding-left: 45px;
padding-bottom: 13px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 186, 54, 1);
border-style: solid;
border-radius: 6px;
text-align: left;
text-decoration: none;
letter-spacing: 3px;
color: rgba(10, 10, 10, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}];
}
#s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI1YmIxNTUtYzE3MS00MTU0LTgzNTUtM2QxZGVmYzcwODJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjViYjE1NS1jMTcxLTQxNTQtODM1NS0zZDFkZWZjNzA4MmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}] !important;}#s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683-root {
    text-align: left;
  }


#s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683-root {
    text-align: left;
  }


#s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683-root {
    text-align: left;
  }


#s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683-root {
    text-align: left;
  }


#s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683-root {
    text-align: left;
  }


#s-4bb16f7d-ad99-4907-87e5-4f2c8eb50683.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
    
    
  }


.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
      position: relative;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  
  
  
  
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
    
    
  }


.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
      position: relative;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  
  
  
  
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
    
    
  }


.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
      position: relative;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  
  
  
  
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
    
    
  }


.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
      position: relative;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  
  
  
  
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
    
    
  }


.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container {
      position: relative;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8694e5-829d-4d08-bc0f-5d4d79a8f7db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cf88a224-7549-476a-b136-044024042a58 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf88a224-7549-476a-b136-044024042a58 {
  display: none;
}
#s-cf88a224-7549-476a-b136-044024042a58, #wrap-s-cf88a224-7549-476a-b136-044024042a58 { display: none !important; }}@media (max-width: 767px){#s-cf88a224-7549-476a-b136-044024042a58 {
  display: none;
}
#s-cf88a224-7549-476a-b136-044024042a58, #wrap-s-cf88a224-7549-476a-b136-044024042a58 { display: none !important; }}
#s-cf88a224-7549-476a-b136-044024042a58 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}
#s-8c92adc9-2106-4fc9-ad8f-b452fe138928 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c174f198-a80c-45ff-9f5b-975f98408e21 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c174f198-a80c-45ff-9f5b-975f98408e21 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c5044594-cef0-4b50-8777-eaaa5793844a {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c5044594-cef0-4b50-8777-eaaa5793844a .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-0bf0d47f-4a4b-446a-bc2b-26e1123af8d7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0bf0d47f-4a4b-446a-bc2b-26e1123af8d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bf0d47f-4a4b-446a-bc2b-26e1123af8d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0bf0d47f-4a4b-446a-bc2b-26e1123af8d7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0bf0d47f-4a4b-446a-bc2b-26e1123af8d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bf0d47f-4a4b-446a-bc2b-26e1123af8d7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-0bf0d47f-4a4b-446a-bc2b-26e1123af8d7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74cb184f-10ac-4375-b653-72a4cbfc0d43 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15daf763-45a8-4a6e-84e4-4ebe883c4a86 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2e64ca4c-c8ec-492d-98d5-f04d45f439a6 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-2e64ca4c-c8ec-492d-98d5-f04d45f439a6 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-db1bd0a9-af19-4f94-bc7d-8738bf3f5036 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-db1bd0a9-af19-4f94-bc7d-8738bf3f5036:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db1bd0a9-af19-4f94-bc7d-8738bf3f5036:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db1bd0a9-af19-4f94-bc7d-8738bf3f5036 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db1bd0a9-af19-4f94-bc7d-8738bf3f5036.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db1bd0a9-af19-4f94-bc7d-8738bf3f5036.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-db1bd0a9-af19-4f94-bc7d-8738bf3f5036.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0781c393-4c4e-4069-ab8b-2697524b35f2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-98954a79-e6fc-4645-9051-ee1cf10791c7 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98954a79-e6fc-4645-9051-ee1cf10791c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4240c827-cec7-49ef-b9b5-fc933194add3 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4240c827-cec7-49ef-b9b5-fc933194add3 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-190ba93e-1d54-41a7-96fa-69e05312fec6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-190ba93e-1d54-41a7-96fa-69e05312fec6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-190ba93e-1d54-41a7-96fa-69e05312fec6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-190ba93e-1d54-41a7-96fa-69e05312fec6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-190ba93e-1d54-41a7-96fa-69e05312fec6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-190ba93e-1d54-41a7-96fa-69e05312fec6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-190ba93e-1d54-41a7-96fa-69e05312fec6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-924ca02a-a238-4ab0-b70e-c08b47ce354f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfdcba25-7ac2-4738-aedd-1c54d921fa06 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0539dc1c-fe19-4446-9012-6df45c53d1f6 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0539dc1c-fe19-4446-9012-6df45c53d1f6 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-6abd7aea-4800-4e3c-ab19-5866f0ac5c04 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6abd7aea-4800-4e3c-ab19-5866f0ac5c04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6abd7aea-4800-4e3c-ab19-5866f0ac5c04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6abd7aea-4800-4e3c-ab19-5866f0ac5c04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6abd7aea-4800-4e3c-ab19-5866f0ac5c04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6abd7aea-4800-4e3c-ab19-5866f0ac5c04.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-6abd7aea-4800-4e3c-ab19-5866f0ac5c04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-63624632-dc9e-468d-ae87-c613e166a870 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-64e25419-8313-42ff-b520-ae7a5053cb21 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64e25419-8313-42ff-b520-ae7a5053cb21 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-126f227a-9e8f-448f-b445-afb8c3d74036 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-126f227a-9e8f-448f-b445-afb8c3d74036 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-37f22a72-bc6c-49e6-9f29-6477ac381dca {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-37f22a72-bc6c-49e6-9f29-6477ac381dca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37f22a72-bc6c-49e6-9f29-6477ac381dca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37f22a72-bc6c-49e6-9f29-6477ac381dca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37f22a72-bc6c-49e6-9f29-6477ac381dca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37f22a72-bc6c-49e6-9f29-6477ac381dca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-37f22a72-bc6c-49e6-9f29-6477ac381dca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-377a39d0-a4a5-4b86-a5e8-ddbef36efcbe {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-871e1a09-c287-4bb5-b179-d3b1efb3617c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871e1a09-c287-4bb5-b179-d3b1efb3617c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c118982f-6097-4817-8cbd-621b15cfec37 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c118982f-6097-4817-8cbd-621b15cfec37 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a953cb81-accc-4086-a7cb-bad935da2e02 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a953cb81-accc-4086-a7cb-bad935da2e02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a953cb81-accc-4086-a7cb-bad935da2e02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a953cb81-accc-4086-a7cb-bad935da2e02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a953cb81-accc-4086-a7cb-bad935da2e02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a953cb81-accc-4086-a7cb-bad935da2e02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a953cb81-accc-4086-a7cb-bad935da2e02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8cb8a8d8-23d8-4325-9af0-f0ac2c1af02d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc9fb48-2939-4a76-883f-5f16cd72f504 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-37b50746-52eb-4871-a4f6-30720aba18aa {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-37b50746-52eb-4871-a4f6-30720aba18aa .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-58345baf-263c-4539-afdd-caed5c75baa9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-58345baf-263c-4539-afdd-caed5c75baa9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58345baf-263c-4539-afdd-caed5c75baa9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-58345baf-263c-4539-afdd-caed5c75baa9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58345baf-263c-4539-afdd-caed5c75baa9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58345baf-263c-4539-afdd-caed5c75baa9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-58345baf-263c-4539-afdd-caed5c75baa9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee8f616b-60ec-421a-94c9-8951379a48e2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-3eb78428-9344-472b-840a-5e545ccd2291 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb78428-9344-472b-840a-5e545ccd2291 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b738ad4c-697e-4d1a-9a12-4ac6254ad1eb {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b738ad4c-697e-4d1a-9a12-4ac6254ad1eb .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-51c3fb54-64b2-479b-9da4-3fc2047612e8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-51c3fb54-64b2-479b-9da4-3fc2047612e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51c3fb54-64b2-479b-9da4-3fc2047612e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51c3fb54-64b2-479b-9da4-3fc2047612e8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51c3fb54-64b2-479b-9da4-3fc2047612e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51c3fb54-64b2-479b-9da4-3fc2047612e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-51c3fb54-64b2-479b-9da4-3fc2047612e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0605548c-fd66-4d8a-99cf-30f1f0752d01 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4d8e19-f090-4aaa-8b3c-62fae96dbbca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1d99fde3-692c-4afa-98af-0c833fc2c61e {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1d99fde3-692c-4afa-98af-0c833fc2c61e .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-cf8024e9-ecb6-4abe-ba53-65a43f6a8ec5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cf8024e9-ecb6-4abe-ba53-65a43f6a8ec5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf8024e9-ecb6-4abe-ba53-65a43f6a8ec5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf8024e9-ecb6-4abe-ba53-65a43f6a8ec5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf8024e9-ecb6-4abe-ba53-65a43f6a8ec5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf8024e9-ecb6-4abe-ba53-65a43f6a8ec5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-cf8024e9-ecb6-4abe-ba53-65a43f6a8ec5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a0e58998-798a-49af-a1e0-43f75f1410d1 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-7ac2da08-329c-43f5-819c-22604857c5a8 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ac2da08-329c-43f5-819c-22604857c5a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-96802543-9c97-479e-a4b2-28bc400d2d81 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-96802543-9c97-479e-a4b2-28bc400d2d81 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-0e0712a6-1437-486e-85c0-e83611a5dbb3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e0712a6-1437-486e-85c0-e83611a5dbb3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e0712a6-1437-486e-85c0-e83611a5dbb3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e0712a6-1437-486e-85c0-e83611a5dbb3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e0712a6-1437-486e-85c0-e83611a5dbb3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e0712a6-1437-486e-85c0-e83611a5dbb3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-0e0712a6-1437-486e-85c0-e83611a5dbb3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6a194685-796d-4d2b-8e28-a90bb32ba91a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb3f658-3046-4d3b-8564-e25d40cbfe7b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d9c12b81-556c-4030-8175-26c8dca17231 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d9c12b81-556c-4030-8175-26c8dca17231 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-9f670ad6-4cff-4195-b834-3736cbe9a451 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9f670ad6-4cff-4195-b834-3736cbe9a451:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f670ad6-4cff-4195-b834-3736cbe9a451:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f670ad6-4cff-4195-b834-3736cbe9a451 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f670ad6-4cff-4195-b834-3736cbe9a451.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f670ad6-4cff-4195-b834-3736cbe9a451.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9f670ad6-4cff-4195-b834-3736cbe9a451.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-21738122-e3e0-414b-9e01-ebe8f3c06ca3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-21738122-e3e0-414b-9e01-ebe8f3c06ca3 {
  display: none;
}
#s-21738122-e3e0-414b-9e01-ebe8f3c06ca3, #wrap-s-21738122-e3e0-414b-9e01-ebe8f3c06ca3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21738122-e3e0-414b-9e01-ebe8f3c06ca3 {
  display: none;
}
#s-21738122-e3e0-414b-9e01-ebe8f3c06ca3, #wrap-s-21738122-e3e0-414b-9e01-ebe8f3c06ca3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21738122-e3e0-414b-9e01-ebe8f3c06ca3 {
  
}
}@media (max-width: 767px){#s-21738122-e3e0-414b-9e01-ebe8f3c06ca3 {
  
}
}
#s-21738122-e3e0-414b-9e01-ebe8f3c06ca3 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-f2beb815-e023-4fa8-8525-dcb733f8e3f9 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-5aa38694-3850-46a4-821d-5888f844e04b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aa38694-3850-46a4-821d-5888f844e04b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8ce483d5-4cc9-4d56-ad78-a765724fb036 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8ce483d5-4cc9-4d56-ad78-a765724fb036 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-708af154-cbf1-495f-9ea7-067533361169 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-708af154-cbf1-495f-9ea7-067533361169:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-708af154-cbf1-495f-9ea7-067533361169:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-708af154-cbf1-495f-9ea7-067533361169 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-708af154-cbf1-495f-9ea7-067533361169.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-708af154-cbf1-495f-9ea7-067533361169.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-708af154-cbf1-495f-9ea7-067533361169.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-59888b69-92cc-46b0-881f-2d2b593d6dd2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499c2f36-c9c0-4c00-9f9a-6eb607b06244 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1d7dc6ef-207b-4efa-a732-211da8ac112d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1d7dc6ef-207b-4efa-a732-211da8ac112d .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-236e1cbf-6a9c-46af-b6d6-e46465f1ffa2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-236e1cbf-6a9c-46af-b6d6-e46465f1ffa2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-236e1cbf-6a9c-46af-b6d6-e46465f1ffa2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-236e1cbf-6a9c-46af-b6d6-e46465f1ffa2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-236e1cbf-6a9c-46af-b6d6-e46465f1ffa2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-236e1cbf-6a9c-46af-b6d6-e46465f1ffa2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-236e1cbf-6a9c-46af-b6d6-e46465f1ffa2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8023cc04-abc8-49fa-8def-b0e59de5f07d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15023281-9ee5-4fcc-b06a-65abc7c70ac7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b3dac333-35d6-4dac-8499-49dd54576a14 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b3dac333-35d6-4dac-8499-49dd54576a14 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-df9c25f8-1dc5-4577-a354-4b34b503785e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-df9c25f8-1dc5-4577-a354-4b34b503785e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df9c25f8-1dc5-4577-a354-4b34b503785e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df9c25f8-1dc5-4577-a354-4b34b503785e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df9c25f8-1dc5-4577-a354-4b34b503785e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df9c25f8-1dc5-4577-a354-4b34b503785e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-df9c25f8-1dc5-4577-a354-4b34b503785e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5d503c75-f931-42ee-9989-40491fc7daa9 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ab2b52f-217f-459d-a305-cf27e4bcb08d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6aca1b07-6ae4-4fa1-a5a8-96832a70d11b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6aca1b07-6ae4-4fa1-a5a8-96832a70d11b .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-b1b8cc03-ce5c-4488-8924-3136648b4b57 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b1b8cc03-ce5c-4488-8924-3136648b4b57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1b8cc03-ce5c-4488-8924-3136648b4b57:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b1b8cc03-ce5c-4488-8924-3136648b4b57 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1b8cc03-ce5c-4488-8924-3136648b4b57.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1b8cc03-ce5c-4488-8924-3136648b4b57.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b1b8cc03-ce5c-4488-8924-3136648b4b57.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c53b031b-0bba-4682-90f0-e3715f7ccf3a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aa87d06-0c00-417d-900e-bfebbfa88a40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-44a45752-14c9-42dd-ac26-199b0725946f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-44a45752-14c9-42dd-ac26-199b0725946f .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-347f2c97-ef93-46c6-b453-d01befed38cd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-347f2c97-ef93-46c6-b453-d01befed38cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-347f2c97-ef93-46c6-b453-d01befed38cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-347f2c97-ef93-46c6-b453-d01befed38cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-347f2c97-ef93-46c6-b453-d01befed38cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-347f2c97-ef93-46c6-b453-d01befed38cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-347f2c97-ef93-46c6-b453-d01befed38cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fa969f24-7727-45b8-8aef-3d23f3cba06c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-f301cb89-4c3c-4574-9db7-d5119acb5480 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f301cb89-4c3c-4574-9db7-d5119acb5480 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6db36052-50be-461d-b4bf-dddd5f7a3e50 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6db36052-50be-461d-b4bf-dddd5f7a3e50 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a24dcc83-85c0-44b7-b32f-74b352d078f3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a24dcc83-85c0-44b7-b32f-74b352d078f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a24dcc83-85c0-44b7-b32f-74b352d078f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a24dcc83-85c0-44b7-b32f-74b352d078f3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a24dcc83-85c0-44b7-b32f-74b352d078f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a24dcc83-85c0-44b7-b32f-74b352d078f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a24dcc83-85c0-44b7-b32f-74b352d078f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7735201-7ee4-4501-959a-ac5cd4443674 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-442e487f-01d0-4e4c-bb66-aacf9c2424e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c717ed93-0738-4f1d-aed6-58542fefbf70 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c717ed93-0738-4f1d-aed6-58542fefbf70 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-9d4f455b-d947-4d98-8629-5e3b8107fc6d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9d4f455b-d947-4d98-8629-5e3b8107fc6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d4f455b-d947-4d98-8629-5e3b8107fc6d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d4f455b-d947-4d98-8629-5e3b8107fc6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d4f455b-d947-4d98-8629-5e3b8107fc6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d4f455b-d947-4d98-8629-5e3b8107fc6d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9d4f455b-d947-4d98-8629-5e3b8107fc6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bbbc7818-e747-4d76-907d-acd16089970f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75e2f59-3c7b-4be2-86a8-4be42255d09e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0936b659-4932-4b5d-ad60-fe0503ff2d22 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0936b659-4932-4b5d-ad60-fe0503ff2d22 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e24155c7-3623-489a-9b09-fad04d711ef9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e24155c7-3623-489a-9b09-fad04d711ef9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e24155c7-3623-489a-9b09-fad04d711ef9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e24155c7-3623-489a-9b09-fad04d711ef9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24155c7-3623-489a-9b09-fad04d711ef9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24155c7-3623-489a-9b09-fad04d711ef9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e24155c7-3623-489a-9b09-fad04d711ef9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94d6ec18-9526-4fbe-9901-360f9841fb1a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-8348920a-8421-43ed-8161-bd36cf00d576 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8348920a-8421-43ed-8161-bd36cf00d576 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d7474d9-5328-4427-a651-a519346c376f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3d7474d9-5328-4427-a651-a519346c376f .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-05f86a64-7e56-4c34-945f-c349cf2264f5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-05f86a64-7e56-4c34-945f-c349cf2264f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05f86a64-7e56-4c34-945f-c349cf2264f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05f86a64-7e56-4c34-945f-c349cf2264f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05f86a64-7e56-4c34-945f-c349cf2264f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05f86a64-7e56-4c34-945f-c349cf2264f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-05f86a64-7e56-4c34-945f-c349cf2264f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24a2325c-6732-45d4-8d92-9caaca3e5cbf {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de9dee19-9a23-4c60-8b02-b9063c7f3deb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e504e01-26af-42ed-866e-3c230f19a713 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8e504e01-26af-42ed-866e-3c230f19a713 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-46223bdf-a109-4e61-bd55-785378336e7e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-46223bdf-a109-4e61-bd55-785378336e7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46223bdf-a109-4e61-bd55-785378336e7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46223bdf-a109-4e61-bd55-785378336e7e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46223bdf-a109-4e61-bd55-785378336e7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46223bdf-a109-4e61-bd55-785378336e7e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-46223bdf-a109-4e61-bd55-785378336e7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-403ee69f-9b96-4d6f-8866-e3784f261bab {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eb3b093-1195-4f36-b9fb-77068a4f8782 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9dd245f5-0632-4230-aecc-30c4e86b16ae {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9dd245f5-0632-4230-aecc-30c4e86b16ae .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-5e186aeb-def7-4848-a356-763f0c5a5786 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5e186aeb-def7-4848-a356-763f0c5a5786:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e186aeb-def7-4848-a356-763f0c5a5786:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e186aeb-def7-4848-a356-763f0c5a5786 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e186aeb-def7-4848-a356-763f0c5a5786.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e186aeb-def7-4848-a356-763f0c5a5786.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-5e186aeb-def7-4848-a356-763f0c5a5786.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4c6904f6-9f3f-49d6-bc76-590d4341dfc2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c6904f6-9f3f-49d6-bc76-590d4341dfc2 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-4c6904f6-9f3f-49d6-bc76-590d4341dfc2 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-4c6904f6-9f3f-49d6-bc76-590d4341dfc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c6904f6-9f3f-49d6-bc76-590d4341dfc2.shg-box.shg-c {
  justify-content: center;
}

#s-b80b3fec-d294-4183-9d25-91a336e07226 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 50px;
max-width: 1399px;
background-color: rgba(22, 22, 22, 1);
}








#s-b80b3fec-d294-4183-9d25-91a336e07226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b80b3fec-d294-4183-9d25-91a336e07226.shg-box.shg-c {
  justify-content: center;
}

#s-fb737c33-a53e-4e4a-936c-2769872bd5d4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(22, 22, 22, 0);
}
@media (max-width: 767px){#s-fb737c33-a53e-4e4a-936c-2769872bd5d4 {
  padding-top: 4%;
padding-bottom: 4%;
}
}
@media (min-width: 0px) {
[id="s-fb737c33-a53e-4e4a-936c-2769872bd5d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb737c33-a53e-4e4a-936c-2769872bd5d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb737c33-a53e-4e4a-936c-2769872bd5d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb737c33-a53e-4e4a-936c-2769872bd5d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-fb737c33-a53e-4e4a-936c-2769872bd5d4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b97af42b-09d4-4226-ac0f-ced3c5bbbb3e {
  margin-left: auto;
margin-right: auto;
min-height: 40px;
}
@media (max-width: 767px){#s-b97af42b-09d4-4226-ac0f-ced3c5bbbb3e {
  display: none;
}
#s-b97af42b-09d4-4226-ac0f-ced3c5bbbb3e, #wrap-s-b97af42b-09d4-4226-ac0f-ced3c5bbbb3e { display: none !important; }}







#s-b97af42b-09d4-4226-ac0f-ced3c5bbbb3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b97af42b-09d4-4226-ac0f-ced3c5bbbb3e.shg-box.shg-c {
  justify-content: center;
}

#s-bf37427a-28dd-44ed-81ff-fd122610c78c {
  margin-top: 0px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-bf37427a-28dd-44ed-81ff-fd122610c78c {
  margin-top: 15px;
}
}
#s-c2af8ede-558e-44c3-af2e-9d8e0259a633 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}

#s-7349efbc-77cc-4327-82b0-82c7574fdd28 {
  margin-left: auto;
margin-right: auto;
}

#s-808bdf24-25c5-466b-97b4-2a0b6c41902f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWYxMzQwOTUtYjNlZi00YTJlLTlhZjMtMGM2OTI4YTVhN2JlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjEzNDA5NS1iM2VmLTRhMmUtOWFmMy0wYzY5MjhhNWE3YmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 13px;
padding-left: 45px;
padding-bottom: 13px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 186, 54, 1);
border-style: solid;
border-radius: 6px;
text-align: left;
text-decoration: none;
letter-spacing: 3px;
color: rgba(10, 10, 10, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}];
}
#s-808bdf24-25c5-466b-97b4-2a0b6c41902f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWRjZGZiYmYtYzIwZC00NmUwLWE0NDAtMDFlNjk5MjcxZmY5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZGNkZmJiZi1jMjBkLTQ2ZTAtYTQ0MC0wMWU2OTkyNzFmZjkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}] !important;}#s-808bdf24-25c5-466b-97b4-2a0b6c41902f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-808bdf24-25c5-466b-97b4-2a0b6c41902f-root {
    text-align: left;
  }


#s-808bdf24-25c5-466b-97b4-2a0b6c41902f.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-808bdf24-25c5-466b-97b4-2a0b6c41902f-root {
    text-align: left;
  }


#s-808bdf24-25c5-466b-97b4-2a0b6c41902f.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-808bdf24-25c5-466b-97b4-2a0b6c41902f-root {
    text-align: left;
  }


#s-808bdf24-25c5-466b-97b4-2a0b6c41902f.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-808bdf24-25c5-466b-97b4-2a0b6c41902f-root {
    text-align: left;
  }


#s-808bdf24-25c5-466b-97b4-2a0b6c41902f.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-808bdf24-25c5-466b-97b4-2a0b6c41902f-root {
    text-align: left;
  }


#s-808bdf24-25c5-466b-97b4-2a0b6c41902f.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-6386f022-3588-402f-ac34-bc3604cebfdc {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-6386f022-3588-402f-ac34-bc3604cebfdc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
    
    
  }


.s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-content {
  
    align-items: center;
  
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6386f022-3588-402f-ac34-bc3604cebfdc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
      position: relative;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6386f022-3588-402f-ac34-bc3604cebfdc {
  
  
  
  
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
    
    
  }


.s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-content {
  
    align-items: center;
  
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6386f022-3588-402f-ac34-bc3604cebfdc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
      position: relative;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6386f022-3588-402f-ac34-bc3604cebfdc {
  
  
  
  
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
    
    
  }


.s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-content {
  
    align-items: center;
  
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6386f022-3588-402f-ac34-bc3604cebfdc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
      position: relative;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6386f022-3588-402f-ac34-bc3604cebfdc {
  
  
  
  
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
    
    
  }


.s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-content {
  
    align-items: center;
  
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6386f022-3588-402f-ac34-bc3604cebfdc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
      position: relative;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6386f022-3588-402f-ac34-bc3604cebfdc {
  
  
  
  
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6386f022-3588-402f-ac34-bc3604cebfdc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
    
    
  }


.s-6386f022-3588-402f-ac34-bc3604cebfdc .shogun-image-content {
  
    align-items: center;
  
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6386f022-3588-402f-ac34-bc3604cebfdc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container {
      position: relative;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6386f022-3588-402f-ac34-bc3604cebfdc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c050f611-8f31-49e8-83dd-4204039669f7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c050f611-8f31-49e8-83dd-4204039669f7 {
  display: none;
}
#s-c050f611-8f31-49e8-83dd-4204039669f7, #wrap-s-c050f611-8f31-49e8-83dd-4204039669f7 { display: none !important; }}@media (max-width: 767px){#s-c050f611-8f31-49e8-83dd-4204039669f7 {
  display: none;
}
#s-c050f611-8f31-49e8-83dd-4204039669f7, #wrap-s-c050f611-8f31-49e8-83dd-4204039669f7 { display: none !important; }}
#s-c050f611-8f31-49e8-83dd-4204039669f7 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}
#s-51d44ea2-ac3e-4213-93d8-cfc0ed8d9c07 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-d96259c2-9271-4a00-84f6-35ab63b46f1a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96259c2-9271-4a00-84f6-35ab63b46f1a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b968b6b6-35ea-4051-a726-e89edacf40c0 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b968b6b6-35ea-4051-a726-e89edacf40c0 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-24a3bfb8-dba6-4895-b313-7cf5d3525abe {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-24a3bfb8-dba6-4895-b313-7cf5d3525abe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24a3bfb8-dba6-4895-b313-7cf5d3525abe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-24a3bfb8-dba6-4895-b313-7cf5d3525abe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24a3bfb8-dba6-4895-b313-7cf5d3525abe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24a3bfb8-dba6-4895-b313-7cf5d3525abe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-24a3bfb8-dba6-4895-b313-7cf5d3525abe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-084c19f4-bfc0-4f2d-abb3-143a577d3f21 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6f0ea1-cec8-408b-8ff4-563973fb99e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bbbadd7a-0d25-4277-b364-18dd6027bdf1 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bbbadd7a-0d25-4277-b364-18dd6027bdf1 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-625607f4-39c3-4a26-9726-073d05141008 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-625607f4-39c3-4a26-9726-073d05141008:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-625607f4-39c3-4a26-9726-073d05141008:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-625607f4-39c3-4a26-9726-073d05141008 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-625607f4-39c3-4a26-9726-073d05141008.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-625607f4-39c3-4a26-9726-073d05141008.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-625607f4-39c3-4a26-9726-073d05141008.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f707311a-5bcd-42ba-9ca9-4ee9751af660 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-7796953a-514d-4c11-a909-89bb7061654a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7796953a-514d-4c11-a909-89bb7061654a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0cb88a01-f44a-4786-8790-390e9075b46f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0cb88a01-f44a-4786-8790-390e9075b46f .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-1ee7732b-061d-48da-8312-14cc0d508da5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1ee7732b-061d-48da-8312-14cc0d508da5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ee7732b-061d-48da-8312-14cc0d508da5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ee7732b-061d-48da-8312-14cc0d508da5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ee7732b-061d-48da-8312-14cc0d508da5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ee7732b-061d-48da-8312-14cc0d508da5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-1ee7732b-061d-48da-8312-14cc0d508da5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f7566544-cd37-4127-8cff-8a5063be989b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-99de394c-12a3-4761-854f-84a6a93315ed {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99de394c-12a3-4761-854f-84a6a93315ed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c2a12de3-6c4a-47d8-aa11-2ccd129b6a99 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c2a12de3-6c4a-47d8-aa11-2ccd129b6a99 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-6343fdd5-6f6d-46d0-9c88-c18c59551547 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6343fdd5-6f6d-46d0-9c88-c18c59551547:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6343fdd5-6f6d-46d0-9c88-c18c59551547:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6343fdd5-6f6d-46d0-9c88-c18c59551547 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6343fdd5-6f6d-46d0-9c88-c18c59551547.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6343fdd5-6f6d-46d0-9c88-c18c59551547.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-6343fdd5-6f6d-46d0-9c88-c18c59551547.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-08631e34-572b-4752-923d-7ed4fe2b85b8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-7d413921-c4e8-4982-994a-d5ff529972fe {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d413921-c4e8-4982-994a-d5ff529972fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-099a6f0a-75b2-48a6-a4e7-fe12657a5d3d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-099a6f0a-75b2-48a6-a4e7-fe12657a5d3d .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e5e5442a-3cab-4ea5-8275-2fe1f0486afb {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e5e5442a-3cab-4ea5-8275-2fe1f0486afb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5e5442a-3cab-4ea5-8275-2fe1f0486afb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e5e5442a-3cab-4ea5-8275-2fe1f0486afb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5e5442a-3cab-4ea5-8275-2fe1f0486afb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5e5442a-3cab-4ea5-8275-2fe1f0486afb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e5e5442a-3cab-4ea5-8275-2fe1f0486afb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ec17742-ddb1-4a63-a097-0f0fc6d4ee3b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d1761c4-ef67-45e4-8dd0-4fd862985fde img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-006c05f1-4073-4966-a91a-f38eec6489d3 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-006c05f1-4073-4966-a91a-f38eec6489d3 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-8ff7988c-9ebc-4bb1-9cd4-dfe98bbafda3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8ff7988c-9ebc-4bb1-9cd4-dfe98bbafda3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ff7988c-9ebc-4bb1-9cd4-dfe98bbafda3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ff7988c-9ebc-4bb1-9cd4-dfe98bbafda3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ff7988c-9ebc-4bb1-9cd4-dfe98bbafda3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ff7988c-9ebc-4bb1-9cd4-dfe98bbafda3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-8ff7988c-9ebc-4bb1-9cd4-dfe98bbafda3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f181777f-74c7-4cbd-9175-74a8009613a4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7205fe-7631-4917-9980-a3a1a4f34e80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b648a084-dcf7-476a-b59c-343a4e8bdcc4 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b648a084-dcf7-476a-b59c-343a4e8bdcc4 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-9000eef4-2d84-44dd-9c57-d76260cb6f3f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9000eef4-2d84-44dd-9c57-d76260cb6f3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9000eef4-2d84-44dd-9c57-d76260cb6f3f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9000eef4-2d84-44dd-9c57-d76260cb6f3f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9000eef4-2d84-44dd-9c57-d76260cb6f3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9000eef4-2d84-44dd-9c57-d76260cb6f3f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9000eef4-2d84-44dd-9c57-d76260cb6f3f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c5c36582-aad1-4bb0-9295-7df671cfd55a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-7eaf280c-d1be-4944-9653-44b34cc18087 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eaf280c-d1be-4944-9653-44b34cc18087 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9a2b075f-8dfd-4f4d-a172-b19ec3dd2567 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9a2b075f-8dfd-4f4d-a172-b19ec3dd2567 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-eb9db7bd-3b7e-4f7a-9a77-704efc5f87db {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-eb9db7bd-3b7e-4f7a-9a77-704efc5f87db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb9db7bd-3b7e-4f7a-9a77-704efc5f87db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb9db7bd-3b7e-4f7a-9a77-704efc5f87db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb9db7bd-3b7e-4f7a-9a77-704efc5f87db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb9db7bd-3b7e-4f7a-9a77-704efc5f87db.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-eb9db7bd-3b7e-4f7a-9a77-704efc5f87db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-21e06fa0-1770-4011-92c6-e9d0c2759d69 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-e88311a4-f470-40d7-9a98-1f73de595d2a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88311a4-f470-40d7-9a98-1f73de595d2a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0eb0e4fb-58ce-4ca7-80ef-a514ef9bfe79 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0eb0e4fb-58ce-4ca7-80ef-a514ef9bfe79 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-cfc7576e-1427-4a58-bf44-b13c9044ca00 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cfc7576e-1427-4a58-bf44-b13c9044ca00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfc7576e-1427-4a58-bf44-b13c9044ca00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfc7576e-1427-4a58-bf44-b13c9044ca00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfc7576e-1427-4a58-bf44-b13c9044ca00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfc7576e-1427-4a58-bf44-b13c9044ca00.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-cfc7576e-1427-4a58-bf44-b13c9044ca00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8745dacd-1136-44be-94df-ff884c8ab713 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b175dbc3-dd19-49cf-be11-0d6fe4f5ebc5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1791be54-2ea2-44a3-84e2-0f54ab328e56 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1791be54-2ea2-44a3-84e2-0f54ab328e56 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-d4e04eb5-a31b-49ab-9d78-bb2b86370f12 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d4e04eb5-a31b-49ab-9d78-bb2b86370f12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4e04eb5-a31b-49ab-9d78-bb2b86370f12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4e04eb5-a31b-49ab-9d78-bb2b86370f12 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4e04eb5-a31b-49ab-9d78-bb2b86370f12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4e04eb5-a31b-49ab-9d78-bb2b86370f12.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-d4e04eb5-a31b-49ab-9d78-bb2b86370f12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5527823a-f3d2-4b2f-a432-4472db44f6ad {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-115cce53-1c58-49c9-b99d-f076dee63a14 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-115cce53-1c58-49c9-b99d-f076dee63a14 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d810754f-afb8-46a0-8754-434faf8949e7 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d810754f-afb8-46a0-8754-434faf8949e7 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-9bc6bda5-6cf6-443a-9f89-2417a07d4668 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9bc6bda5-6cf6-443a-9f89-2417a07d4668:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9bc6bda5-6cf6-443a-9f89-2417a07d4668:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bc6bda5-6cf6-443a-9f89-2417a07d4668 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9bc6bda5-6cf6-443a-9f89-2417a07d4668.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9bc6bda5-6cf6-443a-9f89-2417a07d4668.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9bc6bda5-6cf6-443a-9f89-2417a07d4668.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2abdb157-cfcf-4c1c-b89e-61f75109c002 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-b1464163-0037-4c33-9bf7-bf90dbfb941e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1464163-0037-4c33-9bf7-bf90dbfb941e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9154a9b7-38a6-49bc-9473-0d86625f7699 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9154a9b7-38a6-49bc-9473-0d86625f7699 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-c7a8dc8f-2cb6-45ad-a35c-7bbcb86a1f3e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c7a8dc8f-2cb6-45ad-a35c-7bbcb86a1f3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7a8dc8f-2cb6-45ad-a35c-7bbcb86a1f3e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7a8dc8f-2cb6-45ad-a35c-7bbcb86a1f3e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7a8dc8f-2cb6-45ad-a35c-7bbcb86a1f3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7a8dc8f-2cb6-45ad-a35c-7bbcb86a1f3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-c7a8dc8f-2cb6-45ad-a35c-7bbcb86a1f3e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb {
  display: none;
}
#s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb, #wrap-s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb {
  display: none;
}
#s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb, #wrap-s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb {
  
}
}@media (max-width: 767px){#s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb {
  
}
}
#s-a78d3062-eb63-4d6e-9e87-eb61fcaa4dbb .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-049a5721-6987-41b2-8cec-00c0dd5095de {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-59788fc5-3227-4607-98c1-5d03e98e5b37 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59788fc5-3227-4607-98c1-5d03e98e5b37 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f013ab71-3dde-4242-b3b7-259193238f02 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f013ab71-3dde-4242-b3b7-259193238f02 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-422d0902-83a5-41a8-994d-13e8df842a4b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-422d0902-83a5-41a8-994d-13e8df842a4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-422d0902-83a5-41a8-994d-13e8df842a4b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-422d0902-83a5-41a8-994d-13e8df842a4b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-422d0902-83a5-41a8-994d-13e8df842a4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-422d0902-83a5-41a8-994d-13e8df842a4b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-422d0902-83a5-41a8-994d-13e8df842a4b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-005ff7e0-38d6-4e92-b190-116d6e3ad42f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6309dde8-dd89-465a-8871-0e1b74d02480 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6309dde8-dd89-465a-8871-0e1b74d02480 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e035fbf0-e5fd-4a07-9d23-73473790d589 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e035fbf0-e5fd-4a07-9d23-73473790d589 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-dd0907e2-7b5e-4765-8dcf-63c6c5284b6f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dd0907e2-7b5e-4765-8dcf-63c6c5284b6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd0907e2-7b5e-4765-8dcf-63c6c5284b6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd0907e2-7b5e-4765-8dcf-63c6c5284b6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd0907e2-7b5e-4765-8dcf-63c6c5284b6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd0907e2-7b5e-4765-8dcf-63c6c5284b6f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-dd0907e2-7b5e-4765-8dcf-63c6c5284b6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4c99942e-90e4-472d-b46a-5774c27a7003 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c1374101-82e2-4878-806e-f2a5c1223ab4 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1374101-82e2-4878-806e-f2a5c1223ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4dcafe00-87bc-4319-aa02-e20eca792653 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4dcafe00-87bc-4319-aa02-e20eca792653 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-08c1db7b-38c4-4904-93b8-aca37cf54ff9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-08c1db7b-38c4-4904-93b8-aca37cf54ff9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08c1db7b-38c4-4904-93b8-aca37cf54ff9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08c1db7b-38c4-4904-93b8-aca37cf54ff9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08c1db7b-38c4-4904-93b8-aca37cf54ff9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08c1db7b-38c4-4904-93b8-aca37cf54ff9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-08c1db7b-38c4-4904-93b8-aca37cf54ff9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e9a51757-d3c0-42c2-8f92-22b1ef73dfff {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997a7b3c-6329-44b6-87a9-75f8e0a305a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7f2b446d-5436-45af-8b88-ddf8ce9d2dc1 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7f2b446d-5436-45af-8b88-ddf8ce9d2dc1 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-bb9046f1-67ce-469e-bdc0-135c704c862a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bb9046f1-67ce-469e-bdc0-135c704c862a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb9046f1-67ce-469e-bdc0-135c704c862a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb9046f1-67ce-469e-bdc0-135c704c862a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb9046f1-67ce-469e-bdc0-135c704c862a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb9046f1-67ce-469e-bdc0-135c704c862a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-bb9046f1-67ce-469e-bdc0-135c704c862a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1bf11374-1335-4738-8971-3ae6c35e90c9 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-50511d30-8e55-40f5-93dc-ddfa13b02092 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50511d30-8e55-40f5-93dc-ddfa13b02092 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a22bfa05-7e4c-4b58-aa4d-9661ce8ca5ca {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a22bfa05-7e4c-4b58-aa4d-9661ce8ca5ca .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-2649ae34-8f6c-4109-a69a-1cd1885c3fe3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2649ae34-8f6c-4109-a69a-1cd1885c3fe3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2649ae34-8f6c-4109-a69a-1cd1885c3fe3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2649ae34-8f6c-4109-a69a-1cd1885c3fe3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2649ae34-8f6c-4109-a69a-1cd1885c3fe3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2649ae34-8f6c-4109-a69a-1cd1885c3fe3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-2649ae34-8f6c-4109-a69a-1cd1885c3fe3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5f2d3d8b-613d-4c4b-b3f7-d5ed9f40ded4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6294de34-91ec-4588-b718-526a69ebb404 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6294de34-91ec-4588-b718-526a69ebb404 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-28f43129-7924-4176-b8e7-8637dfe494ca {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-28f43129-7924-4176-b8e7-8637dfe494ca .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-4ea54918-d157-4aae-bdf1-e641433d9367 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4ea54918-d157-4aae-bdf1-e641433d9367:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ea54918-d157-4aae-bdf1-e641433d9367:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ea54918-d157-4aae-bdf1-e641433d9367 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ea54918-d157-4aae-bdf1-e641433d9367.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ea54918-d157-4aae-bdf1-e641433d9367.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-4ea54918-d157-4aae-bdf1-e641433d9367.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-31adc118-0fb8-431e-90ce-0db6ec176ec8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-cb546544-db07-4151-aacd-c77c4e5222ee {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb546544-db07-4151-aacd-c77c4e5222ee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9ab07ae4-e6e4-45e2-91d0-ad9a45e4d891 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9ab07ae4-e6e4-45e2-91d0-ad9a45e4d891 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-062b0a69-ba49-452c-8a99-14c89d599783 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-062b0a69-ba49-452c-8a99-14c89d599783:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-062b0a69-ba49-452c-8a99-14c89d599783:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-062b0a69-ba49-452c-8a99-14c89d599783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-062b0a69-ba49-452c-8a99-14c89d599783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-062b0a69-ba49-452c-8a99-14c89d599783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-062b0a69-ba49-452c-8a99-14c89d599783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0ec1a0eb-f8fc-4c23-b3cf-d113dd1f54ed {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b63e3-7a07-440e-b1ea-1478e34935d0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-da29da29-94d8-4778-9538-a101d6ee93d6 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-da29da29-94d8-4778-9538-a101d6ee93d6 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-eddbeb5d-1633-4bfd-ab74-dd17f9f4c0d8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-eddbeb5d-1633-4bfd-ab74-dd17f9f4c0d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eddbeb5d-1633-4bfd-ab74-dd17f9f4c0d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eddbeb5d-1633-4bfd-ab74-dd17f9f4c0d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eddbeb5d-1633-4bfd-ab74-dd17f9f4c0d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eddbeb5d-1633-4bfd-ab74-dd17f9f4c0d8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-eddbeb5d-1633-4bfd-ab74-dd17f9f4c0d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7f2fe158-da6e-4485-aff4-2d335191ae35 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-2acc1666-312e-4b91-abfa-eded78b25b8f {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2acc1666-312e-4b91-abfa-eded78b25b8f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f23f2622-c4e9-4bf5-8367-35d08f933df6 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f23f2622-c4e9-4bf5-8367-35d08f933df6 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f4d4da7e-c3aa-40d2-b331-d7cc1cd3c317 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f4d4da7e-c3aa-40d2-b331-d7cc1cd3c317:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4d4da7e-c3aa-40d2-b331-d7cc1cd3c317:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4d4da7e-c3aa-40d2-b331-d7cc1cd3c317 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4d4da7e-c3aa-40d2-b331-d7cc1cd3c317.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4d4da7e-c3aa-40d2-b331-d7cc1cd3c317.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f4d4da7e-c3aa-40d2-b331-d7cc1cd3c317.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1cd1e761-238b-4024-a2ca-ea3052421808 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac65b9bb-ec40-4c07-87c5-0eb2f00c0340 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0d7aa043-b7e4-48f7-853e-b03b0ec84874 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0d7aa043-b7e4-48f7-853e-b03b0ec84874 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-aa6b0159-3c89-4a7c-af95-6f2a1ad0a6af {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aa6b0159-3c89-4a7c-af95-6f2a1ad0a6af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa6b0159-3c89-4a7c-af95-6f2a1ad0a6af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa6b0159-3c89-4a7c-af95-6f2a1ad0a6af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa6b0159-3c89-4a7c-af95-6f2a1ad0a6af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa6b0159-3c89-4a7c-af95-6f2a1ad0a6af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-aa6b0159-3c89-4a7c-af95-6f2a1ad0a6af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cef98727-f6b1-44d4-a6e1-36752036b71c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cef98727-f6b1-44d4-a6e1-36752036b71c {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-cef98727-f6b1-44d4-a6e1-36752036b71c {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-cef98727-f6b1-44d4-a6e1-36752036b71c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cef98727-f6b1-44d4-a6e1-36752036b71c.shg-box.shg-c {
  justify-content: center;
}

#s-4371d6e1-f5da-4617-9a36-775029213efc {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 50px;
max-width: 1399px;
background-color: rgba(22, 22, 22, 1);
}








#s-4371d6e1-f5da-4617-9a36-775029213efc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4371d6e1-f5da-4617-9a36-775029213efc.shg-box.shg-c {
  justify-content: center;
}

#s-dbb38b5e-0db5-467d-a4c6-6d3ef837891d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(22, 22, 22, 0);
}
@media (max-width: 767px){#s-dbb38b5e-0db5-467d-a4c6-6d3ef837891d {
  padding-top: 4%;
padding-bottom: 4%;
}
}
@media (min-width: 0px) {
[id="s-dbb38b5e-0db5-467d-a4c6-6d3ef837891d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbb38b5e-0db5-467d-a4c6-6d3ef837891d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbb38b5e-0db5-467d-a4c6-6d3ef837891d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbb38b5e-0db5-467d-a4c6-6d3ef837891d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-dbb38b5e-0db5-467d-a4c6-6d3ef837891d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3f176bc2-2ae7-4e95-97e0-79f286720790 {
  margin-left: auto;
margin-right: auto;
min-height: 40px;
}
@media (max-width: 767px){#s-3f176bc2-2ae7-4e95-97e0-79f286720790 {
  display: none;
}
#s-3f176bc2-2ae7-4e95-97e0-79f286720790, #wrap-s-3f176bc2-2ae7-4e95-97e0-79f286720790 { display: none !important; }}







#s-3f176bc2-2ae7-4e95-97e0-79f286720790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f176bc2-2ae7-4e95-97e0-79f286720790.shg-box.shg-c {
  justify-content: center;
}

#s-c8c48479-bdd2-4f27-96e1-c034d4a1d0b9 {
  margin-top: 0px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-c8c48479-bdd2-4f27-96e1-c034d4a1d0b9 {
  margin-top: 15px;
}
}
#s-b1c002c8-d76b-437f-82b1-b76b8c2ae5f6 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}

#s-18be22e2-bd37-4ffd-a062-cc793a6f56bc {
  margin-left: auto;
margin-right: auto;
}

#s-785c9232-4dbf-470f-a41f-687d63372760 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWYxMzQwOTUtYjNlZi00YTJlLTlhZjMtMGM2OTI4YTVhN2JlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjEzNDA5NS1iM2VmLTRhMmUtOWFmMy0wYzY5MjhhNWE3YmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 13px;
padding-left: 45px;
padding-bottom: 13px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 186, 54, 1);
border-style: solid;
border-radius: 6px;
text-align: left;
text-decoration: none;
letter-spacing: 3px;
color: rgba(10, 10, 10, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}];
}
#s-785c9232-4dbf-470f-a41f-687d63372760:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTU2NjE0YWUtNWNlYy00YjFmLWEyMWUtNGQzMTVjZjkzNzY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNTY2MTRhZS01Y2VjLTRiMWYtYTIxZS00ZDMxNWNmOTM3NjcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}] !important;}#s-785c9232-4dbf-470f-a41f-687d63372760:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-785c9232-4dbf-470f-a41f-687d63372760-root {
    text-align: left;
  }


#s-785c9232-4dbf-470f-a41f-687d63372760.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-785c9232-4dbf-470f-a41f-687d63372760-root {
    text-align: left;
  }


#s-785c9232-4dbf-470f-a41f-687d63372760.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-785c9232-4dbf-470f-a41f-687d63372760-root {
    text-align: left;
  }


#s-785c9232-4dbf-470f-a41f-687d63372760.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-785c9232-4dbf-470f-a41f-687d63372760-root {
    text-align: left;
  }


#s-785c9232-4dbf-470f-a41f-687d63372760.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-785c9232-4dbf-470f-a41f-687d63372760-root {
    text-align: left;
  }


#s-785c9232-4dbf-470f-a41f-687d63372760.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
    
    
  }


.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
      position: relative;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  
  
  
  
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
    
    
  }


.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
      position: relative;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  
  
  
  
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
    
    
  }


.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
      position: relative;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  
  
  
  
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
    
    
  }


.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
      position: relative;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  
  
  
  
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
    
    
  }


.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container {
      position: relative;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f1541d0-9a4a-4f2b-b099-cd56394b0263 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c5f911f1-e911-4409-b757-3e8fe0c70c7e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5f911f1-e911-4409-b757-3e8fe0c70c7e {
  display: none;
}
#s-c5f911f1-e911-4409-b757-3e8fe0c70c7e, #wrap-s-c5f911f1-e911-4409-b757-3e8fe0c70c7e { display: none !important; }}@media (max-width: 767px){#s-c5f911f1-e911-4409-b757-3e8fe0c70c7e {
  display: none;
}
#s-c5f911f1-e911-4409-b757-3e8fe0c70c7e, #wrap-s-c5f911f1-e911-4409-b757-3e8fe0c70c7e { display: none !important; }}
#s-c5f911f1-e911-4409-b757-3e8fe0c70c7e .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}
#s-ba034a2a-9d00-40cc-a8a6-4236bb69009b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d55b9b0-c9e8-4aaf-aeb6-64ab6fc110cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5169158a-97ea-4889-9b37-cc16ece286c8 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5169158a-97ea-4889-9b37-cc16ece286c8 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-55b8d787-8899-4d4c-a2ef-ee3eba2b8186 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-55b8d787-8899-4d4c-a2ef-ee3eba2b8186:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55b8d787-8899-4d4c-a2ef-ee3eba2b8186:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55b8d787-8899-4d4c-a2ef-ee3eba2b8186 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55b8d787-8899-4d4c-a2ef-ee3eba2b8186.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55b8d787-8899-4d4c-a2ef-ee3eba2b8186.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-55b8d787-8899-4d4c-a2ef-ee3eba2b8186.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ac4eaba0-ecb4-4858-b32f-0f3c00d2007c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-5d4e7443-1944-422c-9ca4-52179b3634f0 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4e7443-1944-422c-9ca4-52179b3634f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f5d6242e-f525-408c-b90b-a9fc71e9bdbd {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f5d6242e-f525-408c-b90b-a9fc71e9bdbd .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-861e60db-ef4b-4ac8-a0b1-9d652b7bf04a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-861e60db-ef4b-4ac8-a0b1-9d652b7bf04a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-861e60db-ef4b-4ac8-a0b1-9d652b7bf04a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-861e60db-ef4b-4ac8-a0b1-9d652b7bf04a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-861e60db-ef4b-4ac8-a0b1-9d652b7bf04a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-861e60db-ef4b-4ac8-a0b1-9d652b7bf04a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-861e60db-ef4b-4ac8-a0b1-9d652b7bf04a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-896a7739-e259-4a9c-8c76-86d424970dfe {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa9083d-4adc-4b3d-975d-e46b0d47980a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8d842f4e-5e96-4379-9518-0edb5c5b900a {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8d842f4e-5e96-4379-9518-0edb5c5b900a .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-35edea4c-0ecd-480f-b4e7-ba316498f655 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-35edea4c-0ecd-480f-b4e7-ba316498f655:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35edea4c-0ecd-480f-b4e7-ba316498f655:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35edea4c-0ecd-480f-b4e7-ba316498f655 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35edea4c-0ecd-480f-b4e7-ba316498f655.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35edea4c-0ecd-480f-b4e7-ba316498f655.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-35edea4c-0ecd-480f-b4e7-ba316498f655.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fd419df6-f8d4-45d4-91c2-f561a0d635cb {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d762a841-9dd6-4d3b-b43e-f0ce0b6640b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9640ac18-5691-4474-ba90-674701cd2ade {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9640ac18-5691-4474-ba90-674701cd2ade .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-459af82f-e2c2-4263-8d33-427148c7affa {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-459af82f-e2c2-4263-8d33-427148c7affa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-459af82f-e2c2-4263-8d33-427148c7affa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-459af82f-e2c2-4263-8d33-427148c7affa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-459af82f-e2c2-4263-8d33-427148c7affa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-459af82f-e2c2-4263-8d33-427148c7affa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-459af82f-e2c2-4263-8d33-427148c7affa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8572c4bd-b71a-4222-b006-16c987d3f8da {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-af80293e-b1dd-4abf-9032-a78372684611 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af80293e-b1dd-4abf-9032-a78372684611 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4be6c728-72c9-488b-aed4-d8fe274fa1d4 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4be6c728-72c9-488b-aed4-d8fe274fa1d4 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-32dc6900-2a80-4786-a9b6-78cea9e78df5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-32dc6900-2a80-4786-a9b6-78cea9e78df5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32dc6900-2a80-4786-a9b6-78cea9e78df5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-32dc6900-2a80-4786-a9b6-78cea9e78df5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32dc6900-2a80-4786-a9b6-78cea9e78df5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32dc6900-2a80-4786-a9b6-78cea9e78df5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-32dc6900-2a80-4786-a9b6-78cea9e78df5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1e7b3327-c130-4cab-80ac-fe7f63164be3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-1e7b3327-c130-4cab-80ac-fe7f63164be3 {
  display: none;
}
#s-1e7b3327-c130-4cab-80ac-fe7f63164be3, #wrap-s-1e7b3327-c130-4cab-80ac-fe7f63164be3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e7b3327-c130-4cab-80ac-fe7f63164be3 {
  display: none;
}
#s-1e7b3327-c130-4cab-80ac-fe7f63164be3, #wrap-s-1e7b3327-c130-4cab-80ac-fe7f63164be3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e7b3327-c130-4cab-80ac-fe7f63164be3 {
  
}
}@media (max-width: 767px){#s-1e7b3327-c130-4cab-80ac-fe7f63164be3 {
  
}
}
#s-1e7b3327-c130-4cab-80ac-fe7f63164be3 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-8b399242-7fdc-449d-88d6-952dbdeb9efc {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a9a6c3a-567a-442b-bbea-d231087ba5ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e104b18e-361d-4a4b-89b4-3fcf67f58f25 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e104b18e-361d-4a4b-89b4-3fcf67f58f25 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-7199002c-4be1-45ce-a1a1-b02676a05dd9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7199002c-4be1-45ce-a1a1-b02676a05dd9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7199002c-4be1-45ce-a1a1-b02676a05dd9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7199002c-4be1-45ce-a1a1-b02676a05dd9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7199002c-4be1-45ce-a1a1-b02676a05dd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7199002c-4be1-45ce-a1a1-b02676a05dd9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-7199002c-4be1-45ce-a1a1-b02676a05dd9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3522e473-4c48-41b6-b3ef-bcce03b9ab03 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ffa649a8-85a5-4461-b90f-e71887526b30 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa649a8-85a5-4461-b90f-e71887526b30 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8274a2e5-a028-4f19-a2cd-672ec921ea46 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8274a2e5-a028-4f19-a2cd-672ec921ea46 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-22846087-8081-4e68-b5e8-407576690e77 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-22846087-8081-4e68-b5e8-407576690e77:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22846087-8081-4e68-b5e8-407576690e77:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22846087-8081-4e68-b5e8-407576690e77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22846087-8081-4e68-b5e8-407576690e77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22846087-8081-4e68-b5e8-407576690e77.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-22846087-8081-4e68-b5e8-407576690e77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1d8a9652-f8e6-4f8c-b7fc-d12edbd832b6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-2abd666b-b873-46d2-af6d-ae73a3acc805 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2abd666b-b873-46d2-af6d-ae73a3acc805 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1e9f00fd-8863-45ab-b1ed-e424648c7b3d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1e9f00fd-8863-45ab-b1ed-e424648c7b3d .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-802de02e-d8d2-4d3a-9961-372fe12e504e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-802de02e-d8d2-4d3a-9961-372fe12e504e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-802de02e-d8d2-4d3a-9961-372fe12e504e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-802de02e-d8d2-4d3a-9961-372fe12e504e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-802de02e-d8d2-4d3a-9961-372fe12e504e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-802de02e-d8d2-4d3a-9961-372fe12e504e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-802de02e-d8d2-4d3a-9961-372fe12e504e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cbe3ce64-8ee2-4988-baf7-20726c8bc13f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-bf79457d-6681-4012-b516-20426a08c92e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf79457d-6681-4012-b516-20426a08c92e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1010f836-ed86-44e1-a26d-4a2f04da7ef7 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1010f836-ed86-44e1-a26d-4a2f04da7ef7 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-373a4db8-c60a-4f6e-8888-1e2dbacf36f3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-373a4db8-c60a-4f6e-8888-1e2dbacf36f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-373a4db8-c60a-4f6e-8888-1e2dbacf36f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-373a4db8-c60a-4f6e-8888-1e2dbacf36f3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-373a4db8-c60a-4f6e-8888-1e2dbacf36f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-373a4db8-c60a-4f6e-8888-1e2dbacf36f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-373a4db8-c60a-4f6e-8888-1e2dbacf36f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-553be36a-129f-41d9-833a-d70584ddcb09 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b0ffcc-13ad-40c0-ab0a-fc86224bc0af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-140a38fb-14f0-48df-ab22-4888b0edf7fd {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-140a38fb-14f0-48df-ab22-4888b0edf7fd .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-0f0336bd-38ea-447b-ae8c-5e068d8f2779 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0f0336bd-38ea-447b-ae8c-5e068d8f2779:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f0336bd-38ea-447b-ae8c-5e068d8f2779:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f0336bd-38ea-447b-ae8c-5e068d8f2779 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f0336bd-38ea-447b-ae8c-5e068d8f2779.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f0336bd-38ea-447b-ae8c-5e068d8f2779.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-0f0336bd-38ea-447b-ae8c-5e068d8f2779.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f5265a6d-7897-4d6d-ba86-4ddfa798d0b8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5265a6d-7897-4d6d-ba86-4ddfa798d0b8 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-f5265a6d-7897-4d6d-ba86-4ddfa798d0b8 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-f5265a6d-7897-4d6d-ba86-4ddfa798d0b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5265a6d-7897-4d6d-ba86-4ddfa798d0b8.shg-box.shg-c {
  justify-content: center;
}

#s-7cc78236-8630-47d5-a715-46c9cad8085d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 50px;
max-width: 1399px;
background-color: rgba(22, 22, 22, 1);
}








#s-7cc78236-8630-47d5-a715-46c9cad8085d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cc78236-8630-47d5-a715-46c9cad8085d.shg-box.shg-c {
  justify-content: center;
}

#s-73c8dd5c-2417-4e18-9c43-93cf990df813 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(22, 22, 22, 0);
}
@media (max-width: 767px){#s-73c8dd5c-2417-4e18-9c43-93cf990df813 {
  padding-top: 4%;
padding-bottom: 4%;
}
}
@media (min-width: 0px) {
[id="s-73c8dd5c-2417-4e18-9c43-93cf990df813"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73c8dd5c-2417-4e18-9c43-93cf990df813"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73c8dd5c-2417-4e18-9c43-93cf990df813"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73c8dd5c-2417-4e18-9c43-93cf990df813"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-73c8dd5c-2417-4e18-9c43-93cf990df813"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2c6f7e88-394f-433c-9cfa-f39a90f3dfd6 {
  margin-left: auto;
margin-right: auto;
min-height: 40px;
}
@media (max-width: 767px){#s-2c6f7e88-394f-433c-9cfa-f39a90f3dfd6 {
  display: none;
}
#s-2c6f7e88-394f-433c-9cfa-f39a90f3dfd6, #wrap-s-2c6f7e88-394f-433c-9cfa-f39a90f3dfd6 { display: none !important; }}







#s-2c6f7e88-394f-433c-9cfa-f39a90f3dfd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c6f7e88-394f-433c-9cfa-f39a90f3dfd6.shg-box.shg-c {
  justify-content: center;
}

#s-65b5b164-0db9-4832-bb90-1df2ef7abdff {
  margin-top: 0px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-65b5b164-0db9-4832-bb90-1df2ef7abdff {
  margin-top: 15px;
}
}
#s-961670d4-d17e-4891-8bdf-bf566d0a3db5 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}

#s-2b9b6758-1b5e-4c89-99a1-b2eff8e44d1d {
  margin-left: auto;
margin-right: auto;
}

#s-7a476bb9-3571-43e5-ab06-c508bfc8ab24 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWYxMzQwOTUtYjNlZi00YTJlLTlhZjMtMGM2OTI4YTVhN2JlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjEzNDA5NS1iM2VmLTRhMmUtOWFmMy0wYzY5MjhhNWE3YmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 13px;
padding-left: 45px;
padding-bottom: 13px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 186, 54, 1);
border-style: solid;
border-radius: 6px;
text-align: left;
text-decoration: none;
letter-spacing: 3px;
color: rgba(10, 10, 10, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}];
}
#s-7a476bb9-3571-43e5-ab06-c508bfc8ab24:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDVhZjg2YTktNmI3ZS00NTZlLTk2NjQtYmQ5NTAyMWMwOWFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNWFmODZhOS02YjdlLTQ1NmUtOTY2NC1iZDk1MDIxYzA5YWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}] !important;}#s-7a476bb9-3571-43e5-ab06-c508bfc8ab24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a476bb9-3571-43e5-ab06-c508bfc8ab24-root {
    text-align: left;
  }


#s-7a476bb9-3571-43e5-ab06-c508bfc8ab24.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a476bb9-3571-43e5-ab06-c508bfc8ab24-root {
    text-align: left;
  }


#s-7a476bb9-3571-43e5-ab06-c508bfc8ab24.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a476bb9-3571-43e5-ab06-c508bfc8ab24-root {
    text-align: left;
  }


#s-7a476bb9-3571-43e5-ab06-c508bfc8ab24.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a476bb9-3571-43e5-ab06-c508bfc8ab24-root {
    text-align: left;
  }


#s-7a476bb9-3571-43e5-ab06-c508bfc8ab24.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a476bb9-3571-43e5-ab06-c508bfc8ab24-root {
    text-align: left;
  }


#s-7a476bb9-3571-43e5-ab06-c508bfc8ab24.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
    
    
  }


.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-content {
  
    align-items: center;
  
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
      position: relative;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  
  
  
  
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
    
    
  }


.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-content {
  
    align-items: center;
  
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
      position: relative;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  
  
  
  
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
    
    
  }


.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-content {
  
    align-items: center;
  
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
      position: relative;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  
  
  
  
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
    
    
  }


.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-content {
  
    align-items: center;
  
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
      position: relative;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  
  
  
  
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
    
    
  }


.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f .shogun-image-content {
  
    align-items: center;
  
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container {
      position: relative;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7120efa4-c6b3-4bcb-8a3a-18e0ce7eb53f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-28a83089-966b-4028-ab72-d09c96744183 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-28a83089-966b-4028-ab72-d09c96744183 {
  display: none;
}
#s-28a83089-966b-4028-ab72-d09c96744183, #wrap-s-28a83089-966b-4028-ab72-d09c96744183 { display: none !important; }}@media (max-width: 767px){#s-28a83089-966b-4028-ab72-d09c96744183 {
  display: none;
}
#s-28a83089-966b-4028-ab72-d09c96744183, #wrap-s-28a83089-966b-4028-ab72-d09c96744183 { display: none !important; }}
#s-28a83089-966b-4028-ab72-d09c96744183 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}
#s-3ca6717f-a0dc-4af6-9c0b-30045323cd74 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6defa3eb-4603-4b9e-8935-a55621ed5f72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6063d799-ed3f-455d-8268-be28d6a26cbb {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6063d799-ed3f-455d-8268-be28d6a26cbb .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-0bb19470-a274-42fe-87a7-4907b8042113 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0bb19470-a274-42fe-87a7-4907b8042113:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bb19470-a274-42fe-87a7-4907b8042113:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0bb19470-a274-42fe-87a7-4907b8042113 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0bb19470-a274-42fe-87a7-4907b8042113.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bb19470-a274-42fe-87a7-4907b8042113.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-0bb19470-a274-42fe-87a7-4907b8042113.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-04bcea8d-236b-4b47-a806-997259655a18 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-36e973e7-3626-400c-9e53-3d2665b71249 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e973e7-3626-400c-9e53-3d2665b71249 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-abc63275-45f1-4e34-a8c4-0460f61a09d9 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-abc63275-45f1-4e34-a8c4-0460f61a09d9 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-36ad9188-e8e3-4dba-af1a-1cdb0170e5bf {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-36ad9188-e8e3-4dba-af1a-1cdb0170e5bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36ad9188-e8e3-4dba-af1a-1cdb0170e5bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-36ad9188-e8e3-4dba-af1a-1cdb0170e5bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-36ad9188-e8e3-4dba-af1a-1cdb0170e5bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36ad9188-e8e3-4dba-af1a-1cdb0170e5bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-36ad9188-e8e3-4dba-af1a-1cdb0170e5bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c53e980e-99eb-48fe-a88c-443ba9a38788 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-917b190a-64fb-403d-9f3e-356f35c71078 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-917b190a-64fb-403d-9f3e-356f35c71078 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4602ef23-d7ca-4474-954d-399b1a293b38 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4602ef23-d7ca-4474-954d-399b1a293b38 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-96245496-fbd7-43f3-a597-bad84859bd04 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-96245496-fbd7-43f3-a597-bad84859bd04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96245496-fbd7-43f3-a597-bad84859bd04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96245496-fbd7-43f3-a597-bad84859bd04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96245496-fbd7-43f3-a597-bad84859bd04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96245496-fbd7-43f3-a597-bad84859bd04.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-96245496-fbd7-43f3-a597-bad84859bd04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3be0baa2-5acf-4f54-b082-cc46b8c0acdf {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef73750c-1e5d-4d7c-9dd0-0cabf01d3ba4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0576d77b-d332-4efd-aac2-de28af45af4f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0576d77b-d332-4efd-aac2-de28af45af4f .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-22e49e68-8e97-4dbf-9679-50497907dd47 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-22e49e68-8e97-4dbf-9679-50497907dd47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22e49e68-8e97-4dbf-9679-50497907dd47:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22e49e68-8e97-4dbf-9679-50497907dd47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22e49e68-8e97-4dbf-9679-50497907dd47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22e49e68-8e97-4dbf-9679-50497907dd47.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-22e49e68-8e97-4dbf-9679-50497907dd47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cb34da5b-a0f2-4422-bd0a-75f8e1cb7640 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-f216efdf-7081-4415-bf74-5a2413a516ac {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f216efdf-7081-4415-bf74-5a2413a516ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8aa70ebd-d2cf-4884-90b8-438ab2127b63 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8aa70ebd-d2cf-4884-90b8-438ab2127b63 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-79808cdc-841a-4c82-b0f7-cb068f7e346a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-79808cdc-841a-4c82-b0f7-cb068f7e346a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79808cdc-841a-4c82-b0f7-cb068f7e346a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79808cdc-841a-4c82-b0f7-cb068f7e346a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79808cdc-841a-4c82-b0f7-cb068f7e346a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79808cdc-841a-4c82-b0f7-cb068f7e346a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-79808cdc-841a-4c82-b0f7-cb068f7e346a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35 {
  display: none;
}
#s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35, #wrap-s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35 {
  display: none;
}
#s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35, #wrap-s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35 {
  
}
}@media (max-width: 767px){#s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35 {
  
}
}
#s-7a9baad2-0fe2-470a-92a3-8e4a0f6f0b35 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-5d8d5ce6-9bd7-4712-b1e2-1b6869a0ca83 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c87d6f-62dc-410a-b63c-9c61613777a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-18ff12e8-e9d6-4021-8065-1f959a7d004c {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-18ff12e8-e9d6-4021-8065-1f959a7d004c .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-00c8d281-b92f-4a49-ab87-a06283d8cf10 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-00c8d281-b92f-4a49-ab87-a06283d8cf10:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00c8d281-b92f-4a49-ab87-a06283d8cf10:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00c8d281-b92f-4a49-ab87-a06283d8cf10 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00c8d281-b92f-4a49-ab87-a06283d8cf10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00c8d281-b92f-4a49-ab87-a06283d8cf10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-00c8d281-b92f-4a49-ab87-a06283d8cf10.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e060b1b6-5735-4496-b665-37b5a51171d5 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa41e97-5df6-4a04-b927-0b10b67b6567 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9a031ff5-0d1d-43d9-b64e-f298ed6b8a5f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9a031ff5-0d1d-43d9-b64e-f298ed6b8a5f .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a0d62291-121d-4246-8b4d-5b1d768c161a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a0d62291-121d-4246-8b4d-5b1d768c161a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0d62291-121d-4246-8b4d-5b1d768c161a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0d62291-121d-4246-8b4d-5b1d768c161a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0d62291-121d-4246-8b4d-5b1d768c161a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0d62291-121d-4246-8b4d-5b1d768c161a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a0d62291-121d-4246-8b4d-5b1d768c161a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-be9685cc-c8a4-452b-841a-50614a9444db {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6c59c6-9222-4d40-82f7-2a1306836f7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c041d4c3-d3a4-4238-94b9-a9d236b3f48e {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c041d4c3-d3a4-4238-94b9-a9d236b3f48e .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-7864a95b-cdf2-4582-944e-42990ba1deb4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7864a95b-cdf2-4582-944e-42990ba1deb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7864a95b-cdf2-4582-944e-42990ba1deb4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7864a95b-cdf2-4582-944e-42990ba1deb4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7864a95b-cdf2-4582-944e-42990ba1deb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7864a95b-cdf2-4582-944e-42990ba1deb4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-7864a95b-cdf2-4582-944e-42990ba1deb4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b50a4207-9806-406c-9b6e-54d3820ceac6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c27cb537-5caf-421c-8d0b-d4f353957c8c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c27cb537-5caf-421c-8d0b-d4f353957c8c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf64b3e2-a71f-4e23-8fb5-c9b52c6c5d52 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bf64b3e2-a71f-4e23-8fb5-c9b52c6c5d52 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-cf6d4f10-2176-49d4-887e-8bef4ce02918 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cf6d4f10-2176-49d4-887e-8bef4ce02918:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf6d4f10-2176-49d4-887e-8bef4ce02918:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf6d4f10-2176-49d4-887e-8bef4ce02918 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf6d4f10-2176-49d4-887e-8bef4ce02918.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf6d4f10-2176-49d4-887e-8bef4ce02918.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-cf6d4f10-2176-49d4-887e-8bef4ce02918.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d5d15256-011e-4423-b141-afd9577e8344 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-73f9d081-ba7d-43ea-be4e-90520aa432cc {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f9d081-ba7d-43ea-be4e-90520aa432cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4564f298-3a6e-461d-a78d-f20729723243 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4564f298-3a6e-461d-a78d-f20729723243 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-3c8f0e81-fa2b-4eaa-a155-20c52ce9ff5e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3c8f0e81-fa2b-4eaa-a155-20c52ce9ff5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c8f0e81-fa2b-4eaa-a155-20c52ce9ff5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c8f0e81-fa2b-4eaa-a155-20c52ce9ff5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c8f0e81-fa2b-4eaa-a155-20c52ce9ff5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c8f0e81-fa2b-4eaa-a155-20c52ce9ff5e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-3c8f0e81-fa2b-4eaa-a155-20c52ce9ff5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e2bc5fe-245f-401c-9b7f-fe3c4893ed10 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e2bc5fe-245f-401c-9b7f-fe3c4893ed10 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-9e2bc5fe-245f-401c-9b7f-fe3c4893ed10 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-9e2bc5fe-245f-401c-9b7f-fe3c4893ed10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e2bc5fe-245f-401c-9b7f-fe3c4893ed10.shg-box.shg-c {
  justify-content: center;
}

#s-9bc8a6fc-8c17-407e-8576-ce90238adf10 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 50px;
max-width: 1399px;
background-color: rgba(22, 22, 22, 1);
}








#s-9bc8a6fc-8c17-407e-8576-ce90238adf10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bc8a6fc-8c17-407e-8576-ce90238adf10.shg-box.shg-c {
  justify-content: center;
}

#s-8c253e49-a2a0-41f2-8263-46506d133fdf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(22, 22, 22, 0);
}
@media (max-width: 767px){#s-8c253e49-a2a0-41f2-8263-46506d133fdf {
  padding-top: 4%;
padding-bottom: 4%;
}
}
@media (min-width: 0px) {
[id="s-8c253e49-a2a0-41f2-8263-46506d133fdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c253e49-a2a0-41f2-8263-46506d133fdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c253e49-a2a0-41f2-8263-46506d133fdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c253e49-a2a0-41f2-8263-46506d133fdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8c253e49-a2a0-41f2-8263-46506d133fdf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4644ca01-9843-44fc-9d18-62fc76f6ffb2 {
  margin-left: auto;
margin-right: auto;
min-height: 40px;
}
@media (max-width: 767px){#s-4644ca01-9843-44fc-9d18-62fc76f6ffb2 {
  display: none;
}
#s-4644ca01-9843-44fc-9d18-62fc76f6ffb2, #wrap-s-4644ca01-9843-44fc-9d18-62fc76f6ffb2 { display: none !important; }}







#s-4644ca01-9843-44fc-9d18-62fc76f6ffb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4644ca01-9843-44fc-9d18-62fc76f6ffb2.shg-box.shg-c {
  justify-content: center;
}

#s-566d5eec-91ee-4679-b00c-b9957a9663c2 {
  margin-top: 0px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-566d5eec-91ee-4679-b00c-b9957a9663c2 {
  margin-top: 15px;
}
}
#s-bd794fe3-a88e-495c-8dde-52034dafd6a8 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}

#s-bdda920c-3a83-4dfd-91fd-8e3fb7c96ab0 {
  margin-left: auto;
margin-right: auto;
}

#s-95938cfb-769f-402e-9d5b-228e81c836c2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWYxMzQwOTUtYjNlZi00YTJlLTlhZjMtMGM2OTI4YTVhN2JlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjEzNDA5NS1iM2VmLTRhMmUtOWFmMy0wYzY5MjhhNWE3YmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 13px;
padding-left: 45px;
padding-bottom: 13px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 186, 54, 1);
border-style: solid;
border-radius: 6px;
text-align: left;
text-decoration: none;
letter-spacing: 3px;
color: rgba(10, 10, 10, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}];
}
#s-95938cfb-769f-402e-9d5b-228e81c836c2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWY0ZDBkNGItNzEzNS00ZmJhLWI5ZmYtMjY2ODhhMGVhMjg0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZjRkMGQ0Yi03MTM1LTRmYmEtYjlmZi0yNjY4OGEwZWEyODQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}] !important;}#s-95938cfb-769f-402e-9d5b-228e81c836c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95938cfb-769f-402e-9d5b-228e81c836c2-root {
    text-align: left;
  }


#s-95938cfb-769f-402e-9d5b-228e81c836c2.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95938cfb-769f-402e-9d5b-228e81c836c2-root {
    text-align: left;
  }


#s-95938cfb-769f-402e-9d5b-228e81c836c2.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95938cfb-769f-402e-9d5b-228e81c836c2-root {
    text-align: left;
  }


#s-95938cfb-769f-402e-9d5b-228e81c836c2.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95938cfb-769f-402e-9d5b-228e81c836c2-root {
    text-align: left;
  }


#s-95938cfb-769f-402e-9d5b-228e81c836c2.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95938cfb-769f-402e-9d5b-228e81c836c2-root {
    text-align: left;
  }


#s-95938cfb-769f-402e-9d5b-228e81c836c2.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
    
    
  }


.s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e30ca255-99b4-470e-9e92-1be856cb74ab {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
      position: relative;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  
  
  
  
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
    
    
  }


.s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e30ca255-99b4-470e-9e92-1be856cb74ab {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
      position: relative;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  
  
  
  
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
    
    
  }


.s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e30ca255-99b4-470e-9e92-1be856cb74ab {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
      position: relative;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  
  
  
  
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
    
    
  }


.s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e30ca255-99b4-470e-9e92-1be856cb74ab {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
      position: relative;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  
  
  
  
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e30ca255-99b4-470e-9e92-1be856cb74ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
    
    
  }


.s-e30ca255-99b4-470e-9e92-1be856cb74ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e30ca255-99b4-470e-9e92-1be856cb74ab {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container {
      position: relative;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e30ca255-99b4-470e-9e92-1be856cb74ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9702f322-c283-43a0-a1c1-aaffcdda4bee {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-9702f322-c283-43a0-a1c1-aaffcdda4bee {
  display: none;
}
#s-9702f322-c283-43a0-a1c1-aaffcdda4bee, #wrap-s-9702f322-c283-43a0-a1c1-aaffcdda4bee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9702f322-c283-43a0-a1c1-aaffcdda4bee {
  display: none;
}
#s-9702f322-c283-43a0-a1c1-aaffcdda4bee, #wrap-s-9702f322-c283-43a0-a1c1-aaffcdda4bee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9702f322-c283-43a0-a1c1-aaffcdda4bee {
  
}
}@media (max-width: 767px){#s-9702f322-c283-43a0-a1c1-aaffcdda4bee {
  
}
}
#s-9702f322-c283-43a0-a1c1-aaffcdda4bee .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-a524f483-46ca-4226-960f-86e789372568 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3910e4e5-dcc3-4413-ae96-840bbabf06ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-409a6620-6063-4db3-9647-51ae76b68b47 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-409a6620-6063-4db3-9647-51ae76b68b47 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-17c83b5d-883b-44eb-b359-ec892717a0ac {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-17c83b5d-883b-44eb-b359-ec892717a0ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17c83b5d-883b-44eb-b359-ec892717a0ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17c83b5d-883b-44eb-b359-ec892717a0ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17c83b5d-883b-44eb-b359-ec892717a0ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17c83b5d-883b-44eb-b359-ec892717a0ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-17c83b5d-883b-44eb-b359-ec892717a0ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ffa97933-98fa-45c3-8c15-c487681ddb41 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-aef0be16-6d69-417b-966c-d7cb00828c0e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aef0be16-6d69-417b-966c-d7cb00828c0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6f7904e2-85af-4134-abbd-0391a435b4a0 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6f7904e2-85af-4134-abbd-0391a435b4a0 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-696a093b-015b-40f1-9dc9-bb2e16675919 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-696a093b-015b-40f1-9dc9-bb2e16675919:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-696a093b-015b-40f1-9dc9-bb2e16675919:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-696a093b-015b-40f1-9dc9-bb2e16675919 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-696a093b-015b-40f1-9dc9-bb2e16675919.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-696a093b-015b-40f1-9dc9-bb2e16675919.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-696a093b-015b-40f1-9dc9-bb2e16675919.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3e9c75a2-623d-445a-b23b-b7f650068c41 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-4d772348-1e20-45bf-b45c-dcf968d1974e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d772348-1e20-45bf-b45c-dcf968d1974e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d912c769-aedf-428e-a28c-82b3e1505391 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d912c769-aedf-428e-a28c-82b3e1505391 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-63217a9d-5d4c-4a0e-82f9-ed892eaa84bf {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-63217a9d-5d4c-4a0e-82f9-ed892eaa84bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63217a9d-5d4c-4a0e-82f9-ed892eaa84bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-63217a9d-5d4c-4a0e-82f9-ed892eaa84bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63217a9d-5d4c-4a0e-82f9-ed892eaa84bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63217a9d-5d4c-4a0e-82f9-ed892eaa84bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-63217a9d-5d4c-4a0e-82f9-ed892eaa84bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-efc6c2e6-50b5-47c5-bcef-a90ac2c6ca66 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2447f86e-b9c5-4b6f-91dc-763c9c72710f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-64aa42b1-fa7d-4ed0-81f0-1e6d290ada10 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-64aa42b1-fa7d-4ed0-81f0-1e6d290ada10 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-1faa77d0-1a6d-4fb1-a415-ab92b49badd9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1faa77d0-1a6d-4fb1-a415-ab92b49badd9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1faa77d0-1a6d-4fb1-a415-ab92b49badd9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1faa77d0-1a6d-4fb1-a415-ab92b49badd9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1faa77d0-1a6d-4fb1-a415-ab92b49badd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1faa77d0-1a6d-4fb1-a415-ab92b49badd9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-1faa77d0-1a6d-4fb1-a415-ab92b49badd9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dfe7654b-a325-4d9b-a1fe-03be68a2e34d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc6ba97-7d76-4980-a0c0-90ae0ca9011e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eb1ed787-e1fe-4faa-93a2-6369a5f2b46c {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-eb1ed787-e1fe-4faa-93a2-6369a5f2b46c .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-6ec853cc-083a-466f-8398-d3318444474f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6ec853cc-083a-466f-8398-d3318444474f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ec853cc-083a-466f-8398-d3318444474f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ec853cc-083a-466f-8398-d3318444474f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ec853cc-083a-466f-8398-d3318444474f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ec853cc-083a-466f-8398-d3318444474f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-6ec853cc-083a-466f-8398-d3318444474f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d30696e1-33e8-4994-b64a-357593ad0c18 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6129bd10-c7e7-4629-93cd-ff8eb2aa0700 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3b9b14cf-a3e2-4037-bc67-56192ed52eb9 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3b9b14cf-a3e2-4037-bc67-56192ed52eb9 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-d1b8ad8f-a5e8-4b47-9602-45b15ea44bf6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d1b8ad8f-a5e8-4b47-9602-45b15ea44bf6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1b8ad8f-a5e8-4b47-9602-45b15ea44bf6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1b8ad8f-a5e8-4b47-9602-45b15ea44bf6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1b8ad8f-a5e8-4b47-9602-45b15ea44bf6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1b8ad8f-a5e8-4b47-9602-45b15ea44bf6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-d1b8ad8f-a5e8-4b47-9602-45b15ea44bf6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f8221275-67a0-4a14-9a36-422469a892b1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8221275-67a0-4a14-9a36-422469a892b1 {
  display: none;
}
#s-f8221275-67a0-4a14-9a36-422469a892b1, #wrap-s-f8221275-67a0-4a14-9a36-422469a892b1 { display: none !important; }}@media (max-width: 767px){#s-f8221275-67a0-4a14-9a36-422469a892b1 {
  display: none;
}
#s-f8221275-67a0-4a14-9a36-422469a892b1, #wrap-s-f8221275-67a0-4a14-9a36-422469a892b1 { display: none !important; }}
#s-f8221275-67a0-4a14-9a36-422469a892b1 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}
#s-36051645-b161-426d-8dde-2029c49f32cf {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d14acd-1696-478e-acd8-a0aeaaf900f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9d0b06ac-2806-4531-8ba3-6b0f81e76430 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9d0b06ac-2806-4531-8ba3-6b0f81e76430 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-b7239eae-6bf1-4d72-8084-c1b89f6eebeb {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b7239eae-6bf1-4d72-8084-c1b89f6eebeb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7239eae-6bf1-4d72-8084-c1b89f6eebeb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7239eae-6bf1-4d72-8084-c1b89f6eebeb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7239eae-6bf1-4d72-8084-c1b89f6eebeb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7239eae-6bf1-4d72-8084-c1b89f6eebeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b7239eae-6bf1-4d72-8084-c1b89f6eebeb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6393631d-7809-465b-bedd-3d738529670f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637b93bb-1f0f-47dd-ab62-ab52a6721d05 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38d29601-dc2e-42e5-b69a-90b1cb349232 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-38d29601-dc2e-42e5-b69a-90b1cb349232 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-9049fa82-dea4-4600-84f1-6ee9a0addd56 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9049fa82-dea4-4600-84f1-6ee9a0addd56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9049fa82-dea4-4600-84f1-6ee9a0addd56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9049fa82-dea4-4600-84f1-6ee9a0addd56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9049fa82-dea4-4600-84f1-6ee9a0addd56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9049fa82-dea4-4600-84f1-6ee9a0addd56.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9049fa82-dea4-4600-84f1-6ee9a0addd56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-83430fa6-3f1e-4f1c-8372-8f56a28f0695 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-1f182ecc-cca4-4763-bd87-13f7dd718750 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f182ecc-cca4-4763-bd87-13f7dd718750 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-06981e11-34c9-4002-b9ad-6e204a867f18 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-06981e11-34c9-4002-b9ad-6e204a867f18 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e261aba9-977a-4476-bea9-2a2d30af7796 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e261aba9-977a-4476-bea9-2a2d30af7796:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e261aba9-977a-4476-bea9-2a2d30af7796:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e261aba9-977a-4476-bea9-2a2d30af7796 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e261aba9-977a-4476-bea9-2a2d30af7796.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e261aba9-977a-4476-bea9-2a2d30af7796.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e261aba9-977a-4476-bea9-2a2d30af7796.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba6a228b-5196-44d7-b849-5d2eb52655e5 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba52c7e-730e-4dab-817a-2df9efd3d11e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3bc77dbb-3ded-4c0a-b1bc-6d4d590230f1 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3bc77dbb-3ded-4c0a-b1bc-6d4d590230f1 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e79ee193-bf7a-404d-8084-bd308f155b8d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e79ee193-bf7a-404d-8084-bd308f155b8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e79ee193-bf7a-404d-8084-bd308f155b8d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e79ee193-bf7a-404d-8084-bd308f155b8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e79ee193-bf7a-404d-8084-bd308f155b8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e79ee193-bf7a-404d-8084-bd308f155b8d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e79ee193-bf7a-404d-8084-bd308f155b8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4bee7a47-97a4-4483-ad19-e1cb8ea34231 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f9621af-00fd-4e37-bde6-ca0d3077bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0cce616b-a30c-48b4-bc2b-6efef5e64215 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0cce616b-a30c-48b4-bc2b-6efef5e64215 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-690dd073-504a-43a2-be08-2aab21d5e96d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-690dd073-504a-43a2-be08-2aab21d5e96d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-690dd073-504a-43a2-be08-2aab21d5e96d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-690dd073-504a-43a2-be08-2aab21d5e96d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-690dd073-504a-43a2-be08-2aab21d5e96d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-690dd073-504a-43a2-be08-2aab21d5e96d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-690dd073-504a-43a2-be08-2aab21d5e96d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6b34f087-00c4-4b1e-83f4-3da12f7496ef {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d2cf6c-20bb-40c7-bd36-90773a607b4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ea1e2950-b09d-437d-b7a6-083644873915 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ea1e2950-b09d-437d-b7a6-083644873915 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-bdda2d17-4541-463a-935c-fce8b625e88b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bdda2d17-4541-463a-935c-fce8b625e88b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdda2d17-4541-463a-935c-fce8b625e88b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bdda2d17-4541-463a-935c-fce8b625e88b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bdda2d17-4541-463a-935c-fce8b625e88b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bdda2d17-4541-463a-935c-fce8b625e88b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-bdda2d17-4541-463a-935c-fce8b625e88b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b.shg-box.shg-c {
  justify-content: center;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/640;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  display: none;
}
#s-f320c1f9-67dc-40f2-be52-daeeb6110069, #wrap-s-f320c1f9-67dc-40f2-be52-daeeb6110069 { display: none !important; }}@media (max-width: 767px){#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  display: none;
}
#s-f320c1f9-67dc-40f2-be52-daeeb6110069, #wrap-s-f320c1f9-67dc-40f2-be52-daeeb6110069 { display: none !important; }}


.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1440px;
aspect-ratio: 1440/1920;
text-align: center;
}
@media (min-width: 1200px){#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  display: none;
}
#s-67b357b8-6218-4e50-bd8f-1c100c8522ab, #wrap-s-67b357b8-6218-4e50-bd8f-1c100c8522ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  display: none;
}
#s-67b357b8-6218-4e50-bd8f-1c100c8522ab, #wrap-s-67b357b8-6218-4e50-bd8f-1c100c8522ab { display: none !important; }}


.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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