.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-85bfc64f-d516-4cef-a919-958ec6dc9a25 {
  min-height: 50px;
}








#s-85bfc64f-d516-4cef-a919-958ec6dc9a25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85bfc64f-d516-4cef-a919-958ec6dc9a25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-2ced0068-d9d3-487d-a214-d427bd7d7144 {
  margin-left: auto;
margin-right: auto;
border-radius: 25px;
max-width: 1200px;
aspect-ratio: 1200/300;
text-align: center;
}





  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image,
  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
    width: 100%;
    height: auto;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
    
    
  }


.s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
      --shg-aspect-ratio: calc(1200/300); 
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
      position: relative;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image,
  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
    width: 100%;
    height: auto;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
    
    
  }


.s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
      --shg-aspect-ratio: calc(1200/300); 
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
      position: relative;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image,
  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
    width: 100%;
    height: auto;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
    
    
  }


.s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
      --shg-aspect-ratio: calc(1200/300); 
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
      position: relative;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image,
  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
    width: 100%;
    height: auto;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
    
    
  }


.s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
      --shg-aspect-ratio: calc(1200/300); 
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
      position: relative;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image,
  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
    width: 100%;
    height: auto;
  }

  #s-2ced0068-d9d3-487d-a214-d427bd7d7144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
    
    
  }


.s-2ced0068-d9d3-487d-a214-d427bd7d7144 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 {
      --shg-aspect-ratio: calc(1200/300); 
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container {
      position: relative;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ced0068-d9d3-487d-a214-d427bd7d7144 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 {
  color: #202020;
  font-family: Poppins;
  font-weight: 600;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #202020;
  font-family: Poppins;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #202020;
  font-family: Poppins;
  font-weight: 600;
}

.shg-theme-text-content p {
  color: #202020;
  font-family: Poppins;
  font-weight: 400;
}

#s-644ca98e-68f1-494d-a9a7-c1940dcbea46 {
  margin-left: auto;
margin-right: auto;
max-width: 1175px;
}

#s-38fc5532-d45b-47f7-b88c-ec456a4726b3 {
  min-height: 50px;
}








#s-38fc5532-d45b-47f7-b88c-ec456a4726b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38fc5532-d45b-47f7-b88c-ec456a4726b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-513adba4-fd0a-4099-9ecd-60dc693313db {
  opacity: 0.01;
}

#s-513adba4-fd0a-4099-9ecd-60dc693313db hr {
  border-top: 2px solid #ddd;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-cf345881-d30e-4d0c-8c30-33f276e97585 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-cf345881-d30e-4d0c-8c30-33f276e97585"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cf345881-d30e-4d0c-8c30-33f276e97585"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cf345881-d30e-4d0c-8c30-33f276e97585"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf345881-d30e-4d0c-8c30-33f276e97585"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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 {
  display: none;
  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-34b13e96-f7a9-432f-b210-418caa01369e {
  text-align: center;
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e {
  max-width:  100%;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom,
.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e {
  max-width:  100%;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom,
.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e {
  max-width:  100%;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom,
.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e {
  max-width:  100%;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom,
.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e {
  max-width:  100%;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom,
.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34b13e96-f7a9-432f-b210-418caa01369e img.shogun-image {
  width: 100%;
}



}
.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;
  color: #202020;
  font-family: Poppins;
  text-transform: none;
  font-weight: 600;
  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-7f67182d-01a0-4810-803e-4e437a6fe6b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-7f67182d-01a0-4810-803e-4e437a6fe6b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f67182d-01a0-4810-803e-4e437a6fe6b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f67182d-01a0-4810-803e-4e437a6fe6b8 {
  
}
}@media (max-width: 767px){#s-7f67182d-01a0-4810-803e-4e437a6fe6b8 {
  
}
}
#s-7f67182d-01a0-4810-803e-4e437a6fe6b8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0afbd124-7baf-4039-b89f-99d5c0d0782d {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-0afbd124-7baf-4039-b89f-99d5c0d0782d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0afbd124-7baf-4039-b89f-99d5c0d0782d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0afbd124-7baf-4039-b89f-99d5c0d0782d {
  
}
}@media (max-width: 767px){#s-0afbd124-7baf-4039-b89f-99d5c0d0782d {
  
}
}
#s-0afbd124-7baf-4039-b89f-99d5c0d0782d .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0afbd124-7baf-4039-b89f-99d5c0d0782d .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-0afbd124-7baf-4039-b89f-99d5c0d0782d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

.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-f7d2339e-00e3-4617-b3f5-7eb4937c68b7 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-f7d2339e-00e3-4617-b3f5-7eb4937c68b7:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7d2339e-00e3-4617-b3f5-7eb4937c68b7:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-f7d2339e-00e3-4617-b3f5-7eb4937c68b7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7d2339e-00e3-4617-b3f5-7eb4937c68b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7d2339e-00e3-4617-b3f5-7eb4937c68b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f7d2339e-00e3-4617-b3f5-7eb4937c68b7.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-97e46649-08bb-4159-8d6d-d5187d945669 {
  text-align: center;
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 {
  max-width:  100%;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom,
.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 {
  max-width:  100%;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom,
.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 {
  max-width:  100%;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom,
.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 {
  max-width:  100%;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom,
.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 {
  max-width:  100%;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom,
.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e46649-08bb-4159-8d6d-d5187d945669 img.shogun-image {
  width: 100%;
}



}
#s-7a169539-2a70-446d-be0a-9d370edf96fc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-7a169539-2a70-446d-be0a-9d370edf96fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a169539-2a70-446d-be0a-9d370edf96fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a169539-2a70-446d-be0a-9d370edf96fc {
  
}
}@media (max-width: 767px){#s-7a169539-2a70-446d-be0a-9d370edf96fc {
  
}
}
#s-7a169539-2a70-446d-be0a-9d370edf96fc .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ec77281b-aea5-4431-93bd-c1d737e8afde {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-ec77281b-aea5-4431-93bd-c1d737e8afde {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec77281b-aea5-4431-93bd-c1d737e8afde {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec77281b-aea5-4431-93bd-c1d737e8afde {
  
}
}@media (max-width: 767px){#s-ec77281b-aea5-4431-93bd-c1d737e8afde {
  
}
}
#s-ec77281b-aea5-4431-93bd-c1d737e8afde .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ec77281b-aea5-4431-93bd-c1d737e8afde .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-ec77281b-aea5-4431-93bd-c1d737e8afde .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-152a0ea3-2efa-4743-88df-8becdd02d198 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-152a0ea3-2efa-4743-88df-8becdd02d198:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-152a0ea3-2efa-4743-88df-8becdd02d198:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-152a0ea3-2efa-4743-88df-8becdd02d198 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-152a0ea3-2efa-4743-88df-8becdd02d198.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-152a0ea3-2efa-4743-88df-8becdd02d198.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-152a0ea3-2efa-4743-88df-8becdd02d198.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa {
  text-align: center;
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa {
  max-width:  100%;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom,
.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa {
  max-width:  100%;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom,
.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa {
  max-width:  100%;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom,
.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa {
  max-width:  100%;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom,
.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa {
  max-width:  100%;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom,
.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a08fcebe-e4e4-45b5-bda7-f02011ec3baa img.shogun-image {
  width: 100%;
}



}
#s-e37a7cae-d4db-447b-bf74-5c41db4faf54 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-e37a7cae-d4db-447b-bf74-5c41db4faf54 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e37a7cae-d4db-447b-bf74-5c41db4faf54 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e37a7cae-d4db-447b-bf74-5c41db4faf54 {
  
}
}@media (max-width: 767px){#s-e37a7cae-d4db-447b-bf74-5c41db4faf54 {
  
}
}
#s-e37a7cae-d4db-447b-bf74-5c41db4faf54 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a333cf59-e3ff-4342-876d-f96544622b44 {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-a333cf59-e3ff-4342-876d-f96544622b44 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a333cf59-e3ff-4342-876d-f96544622b44 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a333cf59-e3ff-4342-876d-f96544622b44 {
  
}
}@media (max-width: 767px){#s-a333cf59-e3ff-4342-876d-f96544622b44 {
  
}
}
#s-a333cf59-e3ff-4342-876d-f96544622b44 .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a333cf59-e3ff-4342-876d-f96544622b44 .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-a333cf59-e3ff-4342-876d-f96544622b44 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-1a548655-954f-46bb-b1a6-397872a95078 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-1a548655-954f-46bb-b1a6-397872a95078:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a548655-954f-46bb-b1a6-397872a95078:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-1a548655-954f-46bb-b1a6-397872a95078 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a548655-954f-46bb-b1a6-397872a95078.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a548655-954f-46bb-b1a6-397872a95078.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1a548655-954f-46bb-b1a6-397872a95078.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 {
  text-align: center;
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 {
  max-width:  100%;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom,
.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 {
  max-width:  100%;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom,
.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 {
  max-width:  100%;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom,
.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 {
  max-width:  100%;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom,
.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 {
  max-width:  100%;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom,
.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b3be43b-9611-4a0c-bdea-63b9d74ea995 img.shogun-image {
  width: 100%;
}



}
#s-68ae7543-844b-477e-a1a6-1103576fc7db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-68ae7543-844b-477e-a1a6-1103576fc7db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68ae7543-844b-477e-a1a6-1103576fc7db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68ae7543-844b-477e-a1a6-1103576fc7db {
  
}
}@media (max-width: 767px){#s-68ae7543-844b-477e-a1a6-1103576fc7db {
  
}
}
#s-68ae7543-844b-477e-a1a6-1103576fc7db .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-03819425-6056-4ea6-8e2c-1c38a8f30138 {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-03819425-6056-4ea6-8e2c-1c38a8f30138 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03819425-6056-4ea6-8e2c-1c38a8f30138 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03819425-6056-4ea6-8e2c-1c38a8f30138 {
  
}
}@media (max-width: 767px){#s-03819425-6056-4ea6-8e2c-1c38a8f30138 {
  
}
}
#s-03819425-6056-4ea6-8e2c-1c38a8f30138 .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-03819425-6056-4ea6-8e2c-1c38a8f30138 .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-03819425-6056-4ea6-8e2c-1c38a8f30138 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-c9648fdb-e80b-4b90-85bf-f85b6c836be3 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-c9648fdb-e80b-4b90-85bf-f85b6c836be3:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9648fdb-e80b-4b90-85bf-f85b6c836be3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-c9648fdb-e80b-4b90-85bf-f85b6c836be3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9648fdb-e80b-4b90-85bf-f85b6c836be3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9648fdb-e80b-4b90-85bf-f85b6c836be3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c9648fdb-e80b-4b90-85bf-f85b6c836be3.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-ceedba7e-2986-4bbc-b84f-852cfab03830 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ceedba7e-2986-4bbc-b84f-852cfab03830"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ceedba7e-2986-4bbc-b84f-852cfab03830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ceedba7e-2986-4bbc-b84f-852cfab03830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ceedba7e-2986-4bbc-b84f-852cfab03830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe {
  text-align: center;
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe {
  max-width:  100%;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom,
.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe {
  max-width:  100%;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom,
.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe {
  max-width:  100%;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom,
.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe {
  max-width:  100%;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom,
.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe {
  max-width:  100%;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom,
.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9dcb48-25e3-402f-bfaa-6f57abef4dbe img.shogun-image {
  width: 100%;
}



}
#s-a03c83e6-a861-4bbf-a654-1d56ad71b0ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-a03c83e6-a861-4bbf-a654-1d56ad71b0ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a03c83e6-a861-4bbf-a654-1d56ad71b0ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a03c83e6-a861-4bbf-a654-1d56ad71b0ee {
  
}
}@media (max-width: 767px){#s-a03c83e6-a861-4bbf-a654-1d56ad71b0ee {
  
}
}
#s-a03c83e6-a861-4bbf-a654-1d56ad71b0ee .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c5ea38da-ceb9-47e8-aa9a-24c7307ac402 {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-c5ea38da-ceb9-47e8-aa9a-24c7307ac402 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5ea38da-ceb9-47e8-aa9a-24c7307ac402 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5ea38da-ceb9-47e8-aa9a-24c7307ac402 {
  
}
}@media (max-width: 767px){#s-c5ea38da-ceb9-47e8-aa9a-24c7307ac402 {
  
}
}
#s-c5ea38da-ceb9-47e8-aa9a-24c7307ac402 .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c5ea38da-ceb9-47e8-aa9a-24c7307ac402 .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-c5ea38da-ceb9-47e8-aa9a-24c7307ac402 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-38b2ae12-9bf4-47ba-98b4-529626b728e2 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-38b2ae12-9bf4-47ba-98b4-529626b728e2:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-38b2ae12-9bf4-47ba-98b4-529626b728e2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-38b2ae12-9bf4-47ba-98b4-529626b728e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38b2ae12-9bf4-47ba-98b4-529626b728e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38b2ae12-9bf4-47ba-98b4-529626b728e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-38b2ae12-9bf4-47ba-98b4-529626b728e2.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f {
  text-align: center;
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f {
  max-width:  100%;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom,
.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f {
  max-width:  100%;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom,
.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f {
  max-width:  100%;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom,
.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f {
  max-width:  100%;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom,
.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f {
  max-width:  100%;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom,
.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c0b3bf-1e65-49e5-867c-edf429cdeb7f img.shogun-image {
  width: 100%;
}



}
#s-85d5b6ce-e3d9-404c-afab-92eac7986a9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-85d5b6ce-e3d9-404c-afab-92eac7986a9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85d5b6ce-e3d9-404c-afab-92eac7986a9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85d5b6ce-e3d9-404c-afab-92eac7986a9f {
  
}
}@media (max-width: 767px){#s-85d5b6ce-e3d9-404c-afab-92eac7986a9f {
  
}
}
#s-85d5b6ce-e3d9-404c-afab-92eac7986a9f .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6a760612-9837-4d56-a802-787c71540ac2 {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-6a760612-9837-4d56-a802-787c71540ac2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a760612-9837-4d56-a802-787c71540ac2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a760612-9837-4d56-a802-787c71540ac2 {
  
}
}@media (max-width: 767px){#s-6a760612-9837-4d56-a802-787c71540ac2 {
  
}
}
#s-6a760612-9837-4d56-a802-787c71540ac2 .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6a760612-9837-4d56-a802-787c71540ac2 .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-6a760612-9837-4d56-a802-787c71540ac2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-1fccf934-e008-4e1a-8d75-a787d8f054e2 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-1fccf934-e008-4e1a-8d75-a787d8f054e2:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1fccf934-e008-4e1a-8d75-a787d8f054e2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-1fccf934-e008-4e1a-8d75-a787d8f054e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1fccf934-e008-4e1a-8d75-a787d8f054e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1fccf934-e008-4e1a-8d75-a787d8f054e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1fccf934-e008-4e1a-8d75-a787d8f054e2.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-2d458858-c44a-4964-835b-deb07a05342c {
  text-align: center;
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c {
  max-width:  100%;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom,
.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c {
  max-width:  100%;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom,
.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c {
  max-width:  100%;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom,
.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c {
  max-width:  100%;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom,
.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c {
  max-width:  100%;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom,
.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d458858-c44a-4964-835b-deb07a05342c img.shogun-image {
  width: 100%;
}



}
#s-4da6f7de-63f1-4fae-a2a1-2b4a3f4327c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-4da6f7de-63f1-4fae-a2a1-2b4a3f4327c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4da6f7de-63f1-4fae-a2a1-2b4a3f4327c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4da6f7de-63f1-4fae-a2a1-2b4a3f4327c1 {
  
}
}@media (max-width: 767px){#s-4da6f7de-63f1-4fae-a2a1-2b4a3f4327c1 {
  
}
}
#s-4da6f7de-63f1-4fae-a2a1-2b4a3f4327c1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-887115a1-8f92-4a60-afd4-c4ee0725d73a {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-887115a1-8f92-4a60-afd4-c4ee0725d73a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-887115a1-8f92-4a60-afd4-c4ee0725d73a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-887115a1-8f92-4a60-afd4-c4ee0725d73a {
  
}
}@media (max-width: 767px){#s-887115a1-8f92-4a60-afd4-c4ee0725d73a {
  
}
}
#s-887115a1-8f92-4a60-afd4-c4ee0725d73a .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-887115a1-8f92-4a60-afd4-c4ee0725d73a .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-887115a1-8f92-4a60-afd4-c4ee0725d73a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-d921abc9-9639-4d8b-b6ae-5b5a9ce32dae {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-d921abc9-9639-4d8b-b6ae-5b5a9ce32dae:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d921abc9-9639-4d8b-b6ae-5b5a9ce32dae:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-d921abc9-9639-4d8b-b6ae-5b5a9ce32dae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d921abc9-9639-4d8b-b6ae-5b5a9ce32dae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d921abc9-9639-4d8b-b6ae-5b5a9ce32dae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d921abc9-9639-4d8b-b6ae-5b5a9ce32dae.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 {
  text-align: center;
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 {
  max-width:  100%;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom,
.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 {
  max-width:  100%;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom,
.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 {
  max-width:  100%;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom,
.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 {
  max-width:  100%;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom,
.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 {
  max-width:  100%;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom,
.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-085baa7f-0a0d-41e7-809f-16dc17e4c494 img.shogun-image {
  width: 100%;
}



}
#s-b8e7dece-6746-445f-9896-e6d4e6e2f663 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-b8e7dece-6746-445f-9896-e6d4e6e2f663 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8e7dece-6746-445f-9896-e6d4e6e2f663 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8e7dece-6746-445f-9896-e6d4e6e2f663 {
  
}
}@media (max-width: 767px){#s-b8e7dece-6746-445f-9896-e6d4e6e2f663 {
  
}
}
#s-b8e7dece-6746-445f-9896-e6d4e6e2f663 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5b6bb168-200d-40dd-92e3-afc081271612 {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-5b6bb168-200d-40dd-92e3-afc081271612 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6bb168-200d-40dd-92e3-afc081271612 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6bb168-200d-40dd-92e3-afc081271612 {
  
}
}@media (max-width: 767px){#s-5b6bb168-200d-40dd-92e3-afc081271612 {
  
}
}
#s-5b6bb168-200d-40dd-92e3-afc081271612 .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5b6bb168-200d-40dd-92e3-afc081271612 .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-5b6bb168-200d-40dd-92e3-afc081271612 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-4788c9bc-46d2-4413-9c7f-ce0a9246c7e2 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-4788c9bc-46d2-4413-9c7f-ce0a9246c7e2:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4788c9bc-46d2-4413-9c7f-ce0a9246c7e2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-4788c9bc-46d2-4413-9c7f-ce0a9246c7e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4788c9bc-46d2-4413-9c7f-ce0a9246c7e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4788c9bc-46d2-4413-9c7f-ce0a9246c7e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4788c9bc-46d2-4413-9c7f-ce0a9246c7e2.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-39fa30a9-6dd5-4d4b-94c3-31c6e7e56442 {
  opacity: 0.01;
}

#s-39fa30a9-6dd5-4d4b-94c3-31c6e7e56442 hr {
  border-top: 2px solid #ddd;
}

#s-768f436a-16a4-48f6-9237-b197e6014b22 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-768f436a-16a4-48f6-9237-b197e6014b22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-768f436a-16a4-48f6-9237-b197e6014b22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-768f436a-16a4-48f6-9237-b197e6014b22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-768f436a-16a4-48f6-9237-b197e6014b22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c9c591a6-2c74-4727-9da4-c07d133fc418 {
  text-align: center;
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 {
  max-width:  100%;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom,
.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 {
  max-width:  100%;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom,
.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 {
  max-width:  100%;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom,
.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 {
  max-width:  100%;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom,
.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 {
  max-width:  100%;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom,
.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9c591a6-2c74-4727-9da4-c07d133fc418 img.shogun-image {
  width: 100%;
}



}
#s-fdfd2d55-f4ef-4876-8dcc-c707b9d6f019 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-fdfd2d55-f4ef-4876-8dcc-c707b9d6f019 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdfd2d55-f4ef-4876-8dcc-c707b9d6f019 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdfd2d55-f4ef-4876-8dcc-c707b9d6f019 {
  
}
}@media (max-width: 767px){#s-fdfd2d55-f4ef-4876-8dcc-c707b9d6f019 {
  
}
}
#s-fdfd2d55-f4ef-4876-8dcc-c707b9d6f019 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a8c513b4-0225-4045-8203-9da357c38616 {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-a8c513b4-0225-4045-8203-9da357c38616 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8c513b4-0225-4045-8203-9da357c38616 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8c513b4-0225-4045-8203-9da357c38616 {
  
}
}@media (max-width: 767px){#s-a8c513b4-0225-4045-8203-9da357c38616 {
  
}
}
#s-a8c513b4-0225-4045-8203-9da357c38616 .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a8c513b4-0225-4045-8203-9da357c38616 .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-a8c513b4-0225-4045-8203-9da357c38616 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-4b2f4699-a983-448a-b532-06f5db3c42e6 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-4b2f4699-a983-448a-b532-06f5db3c42e6:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b2f4699-a983-448a-b532-06f5db3c42e6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-4b2f4699-a983-448a-b532-06f5db3c42e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2f4699-a983-448a-b532-06f5db3c42e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2f4699-a983-448a-b532-06f5db3c42e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4b2f4699-a983-448a-b532-06f5db3c42e6.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 {
  text-align: center;
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 {
  max-width:  100%;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom,
.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 {
  max-width:  100%;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom,
.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 {
  max-width:  100%;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom,
.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 {
  max-width:  100%;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom,
.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 {
  max-width:  100%;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom,
.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e235e9d5-4cc5-4e26-9e17-e164ba909992 img.shogun-image {
  width: 100%;
}



}
#s-b929a894-3e44-4c4e-a9b9-15f861c46cbc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 94px;
text-align: center;
}
@media (min-width: 1200px){#s-b929a894-3e44-4c4e-a9b9-15f861c46cbc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b929a894-3e44-4c4e-a9b9-15f861c46cbc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b929a894-3e44-4c4e-a9b9-15f861c46cbc {
  
}
}@media (max-width: 767px){#s-b929a894-3e44-4c4e-a9b9-15f861c46cbc {
  
}
}
#s-b929a894-3e44-4c4e-a9b9-15f861c46cbc .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6a71cb88-e8a3-4c6b-b570-1ed8559c6b26 {
  padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-6a71cb88-e8a3-4c6b-b570-1ed8559c6b26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a71cb88-e8a3-4c6b-b570-1ed8559c6b26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a71cb88-e8a3-4c6b-b570-1ed8559c6b26 {
  
}
}@media (max-width: 767px){#s-6a71cb88-e8a3-4c6b-b570-1ed8559c6b26 {
  
}
}
#s-6a71cb88-e8a3-4c6b-b570-1ed8559c6b26 .shg-product-sold-out {
  display: none;
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6a71cb88-e8a3-4c6b-b570-1ed8559c6b26 .shg-product-price {
  color: rgba(32, 32, 32, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-6a71cb88-e8a3-4c6b-b570-1ed8559c6b26 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-2b845e96-623a-4eba-b083-70270c3caad5 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(39, 54, 74, 1);
border-style: solid;
border-radius: 25px;
opacity: 1;
text-align: center;
background-color: rgba(39, 54, 74, 1);
color: rgba(255, 255, 255, 1);
}
#s-2b845e96-623a-4eba-b083-70270c3caad5:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(181, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(181, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b845e96-623a-4eba-b083-70270c3caad5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 25px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-2b845e96-623a-4eba-b083-70270c3caad5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b845e96-623a-4eba-b083-70270c3caad5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b845e96-623a-4eba-b083-70270c3caad5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2b845e96-623a-4eba-b083-70270c3caad5.shg-btn.shg-product-atc-error {
  
  font-family: Ovo;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-7aadd978-5fec-44bd-9219-93f34624594e {
  text-align: left;
}

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

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

#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;
  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-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@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}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
