.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: ;
  font-family: ;
  font-weight: ;
}

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

.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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.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-75ab00e4-d517-476b-a2ee-dfa722a10547 {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-75ab00e4-d517-476b-a2ee-dfa722a10547"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75ab00e4-d517-476b-a2ee-dfa722a10547"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75ab00e4-d517-476b-a2ee-dfa722a10547"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75ab00e4-d517-476b-a2ee-dfa722a10547"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
  padding-left: 0%;
padding-right: 0%;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image,
  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
    width: 100%;
    height: auto;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
    
    
  }


.s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
      position: relative;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image,
  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
    width: 100%;
    height: auto;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
    
    
  }


.s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
      position: relative;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image,
  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
    width: 100%;
    height: auto;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
    
    
  }


.s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
      position: relative;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image,
  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
    width: 100%;
    height: auto;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
    
    
  }


.s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
      position: relative;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image,
  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
    width: 100%;
    height: auto;
  }

  #s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
    
    
  }


.s-37ca0fcc-e3d1-47b6-9459-553432bc4577 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container {
      position: relative;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ca0fcc-e3d1-47b6-9459-553432bc4577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b41bb976-1b14-40b7-9948-4bccf9c7be81 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
}

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

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

#s-014d4672-0e96-404e-9a20-f5b029ce3777 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-014d4672-0e96-404e-9a20-f5b029ce3777 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 18px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
max-width: 378px;
text-align: center;
background-color: rgba(224, 76, 14, 0);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
line-height: 0.5em;
}
#s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16-root {
    text-align: center;
  }


#s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16-root {
    text-align: center;
  }


#s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16-root {
    text-align: center;
  }


#s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16-root {
    text-align: center;
  }


#s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16-root {
    text-align: center;
  }


#s-4d3128df-d0e4-4f6b-bac7-2f6940f19c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-93cdf75e-09db-429a-b737-b129a3c7d499 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-93cdf75e-09db-429a-b737-b129a3c7d499 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-cf023393-2123-4b5b-b8b7-1ca89cda27cd {
  padding-bottom: 20px;
}

#s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438 {
  text-align: center;
}







  img.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
    
    
  }


.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
    
    
  }


.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
    
    
  }


.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
    
    
  }


.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
    
    
  }


.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8e9d3-2b08-45d6-92fe-40e1eb50b438.shogun-image {
  box-sizing: border-box;
}



}
#s-fc52dc83-9769-405e-8147-288716cd4cb3 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-fc52dc83-9769-405e-8147-288716cd4cb3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-638289a3-9de1-4703-8398-d60fb5f49463 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-638289a3-9de1-4703-8398-d60fb5f49463 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-7e77a6c9-b947-45a9-8d79-d4c1f959bd69 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e77a6c9-b947-45a9-8d79-d4c1f959bd69 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-606fd6d5-9a2b-492a-876e-e864de805486 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-606fd6d5-9a2b-492a-876e-e864de805486 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ff6df566-3526-416c-aef6-bafb579b2759 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ff6df566-3526-416c-aef6-bafb579b2759 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-13275cb5-bc21-48ef-ba62-0d7d8d42ddd3 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13275cb5-bc21-48ef-ba62-0d7d8d42ddd3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d45505be-963d-474e-99cd-216078b0166f {
  padding-bottom: 20px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-6d0a3921-5c20-4433-9914-6d9a295daf00 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6d0a3921-5c20-4433-9914-6d9a295daf00 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6d0a3921-5c20-4433-9914-6d9a295daf00 .shg-sld-nav-button.shg-sld-left,
#s-6d0a3921-5c20-4433-9914-6d9a295daf00 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9f2f1d4a-e8e5-427f-a248-b03115ab4a76 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-9f2f1d4a-e8e5-427f-a248-b03115ab4a76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f2f1d4a-e8e5-427f-a248-b03115ab4a76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f2f1d4a-e8e5-427f-a248-b03115ab4a76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f2f1d4a-e8e5-427f-a248-b03115ab4a76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-3862afe1-c3ce-411d-997f-a78123839842 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 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-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 {
  text-align: left;
}



.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acd1d996-ef72-4dc8-a6d4-c18d88c210c3 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-cb3ab063-f6cb-4964-86b2-282f7040572d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cb3ab063-f6cb-4964-86b2-282f7040572d {
  margin-bottom: 0px;
}
}
#s-cb3ab063-f6cb-4964-86b2-282f7040572d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-400ada63-a334-4b14-8393-274c5d0e09cf {
  text-align: center;
}

#s-400ada63-a334-4b14-8393-274c5d0e09cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-400ada63-a334-4b14-8393-274c5d0e09cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-400ada63-a334-4b14-8393-274c5d0e09cf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  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-196651aa-ecd2-4b32-a213-bd8a6cc60b32 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-196651aa-ecd2-4b32-a213-bd8a6cc60b32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-196651aa-ecd2-4b32-a213-bd8a6cc60b32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-196651aa-ecd2-4b32-a213-bd8a6cc60b32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-196651aa-ecd2-4b32-a213-bd8a6cc60b32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-196651aa-ecd2-4b32-a213-bd8a6cc60b32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-196651aa-ecd2-4b32-a213-bd8a6cc60b32.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 {
  text-align: left;
}



.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c409abb-7f02-4d23-a4c7-136a01271ba3 img.shogun-image {
  width: 100%;
}




#s-4dad7918-f389-4de3-9cd7-540276ee7004 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dad7918-f389-4de3-9cd7-540276ee7004 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a07ddc54-954a-42f4-a48d-304444597ad7 {
  text-align: center;
}

#s-a07ddc54-954a-42f4-a48d-304444597ad7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a07ddc54-954a-42f4-a48d-304444597ad7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a07ddc54-954a-42f4-a48d-304444597ad7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a29e8c43-4ad7-4fc5-bba1-cf3821da4a9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a29e8c43-4ad7-4fc5-bba1-cf3821da4a9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a29e8c43-4ad7-4fc5-bba1-cf3821da4a9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a29e8c43-4ad7-4fc5-bba1-cf3821da4a9b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a29e8c43-4ad7-4fc5-bba1-cf3821da4a9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a29e8c43-4ad7-4fc5-bba1-cf3821da4a9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a29e8c43-4ad7-4fc5-bba1-cf3821da4a9b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-307f8eaa-9ed5-4f22-a4bd-3bfad4c3ee18 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 {
  text-align: left;
}



.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59398adc-5b0a-4f75-864d-be0a0ceb4aa2 img.shogun-image {
  width: 100%;
}




#s-cb365e52-6b13-4b64-9925-c06648892d25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb365e52-6b13-4b64-9925-c06648892d25 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e74da1a8-a70b-4279-a3a6-8cd4b17e6092 {
  text-align: center;
}

#s-e74da1a8-a70b-4279-a3a6-8cd4b17e6092 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e74da1a8-a70b-4279-a3a6-8cd4b17e6092 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e74da1a8-a70b-4279-a3a6-8cd4b17e6092 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-efd18adc-3404-44cc-8e8e-4c11adbeb53d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-efd18adc-3404-44cc-8e8e-4c11adbeb53d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-efd18adc-3404-44cc-8e8e-4c11adbeb53d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-efd18adc-3404-44cc-8e8e-4c11adbeb53d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efd18adc-3404-44cc-8e8e-4c11adbeb53d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efd18adc-3404-44cc-8e8e-4c11adbeb53d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efd18adc-3404-44cc-8e8e-4c11adbeb53d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (min-width: 0px) {
[id="s-c105a741-ad49-413a-8969-3ed61277e765"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c105a741-ad49-413a-8969-3ed61277e765"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c105a741-ad49-413a-8969-3ed61277e765"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c105a741-ad49-413a-8969-3ed61277e765"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-36130706-0b02-4717-94a2-394bd9cdc08e {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 {
  text-align: left;
}



.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b7c5d2-6e1f-4a90-a869-47e54e9f8a74 img.shogun-image {
  width: 100%;
}



}
#s-2841a2a1-17c3-435b-a067-05c314bb1fa8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2841a2a1-17c3-435b-a067-05c314bb1fa8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-deb26f6b-486b-4114-a299-086e4594e728 {
  text-align: center;
}

#s-deb26f6b-486b-4114-a299-086e4594e728 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-deb26f6b-486b-4114-a299-086e4594e728 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-deb26f6b-486b-4114-a299-086e4594e728 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a8fbef6e-f04c-45ff-b603-447827ada0b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a8fbef6e-f04c-45ff-b603-447827ada0b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8fbef6e-f04c-45ff-b603-447827ada0b1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a8fbef6e-f04c-45ff-b603-447827ada0b1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}


#s-a8fbef6e-f04c-45ff-b603-447827ada0b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a8fbef6e-f04c-45ff-b603-447827ada0b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a8fbef6e-f04c-45ff-b603-447827ada0b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a8fbef6e-f04c-45ff-b603-447827ada0b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3389cc1e-dbdf-4773-b177-be3e329693ec {
  text-align: left;
}



.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3389cc1e-dbdf-4773-b177-be3e329693ec img.shogun-image {
  width: 100%;
}



}
#s-4610dc19-08f8-4b6f-b20a-9cb9663d2f45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4610dc19-08f8-4b6f-b20a-9cb9663d2f45 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-87d39479-64c3-4ae4-8cfb-a975cadb45ab {
  text-align: center;
}

#s-87d39479-64c3-4ae4-8cfb-a975cadb45ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-87d39479-64c3-4ae4-8cfb-a975cadb45ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-87d39479-64c3-4ae4-8cfb-a975cadb45ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5be03530-7bbe-4764-8af3-56b362006181 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5be03530-7bbe-4764-8af3-56b362006181:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5be03530-7bbe-4764-8af3-56b362006181:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5be03530-7bbe-4764-8af3-56b362006181 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5be03530-7bbe-4764-8af3-56b362006181.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5be03530-7bbe-4764-8af3-56b362006181.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5be03530-7bbe-4764-8af3-56b362006181.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-700d2b92-aaee-4acb-9b40-0ce3261c07bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-700d2b92-aaee-4acb-9b40-0ce3261c07bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-700d2b92-aaee-4acb-9b40-0ce3261c07bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-700d2b92-aaee-4acb-9b40-0ce3261c07bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-01476389-0991-4ef4-817f-dc3a27bb10e6 {
  padding-bottom: 15px;
}
}
#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 {
  text-align: left;
}



.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c849abec-8e16-4a1d-90bf-2ab989254ce7 img.shogun-image {
  width: 100%;
}



}
#s-dd3525f6-1895-4540-a41d-a01d9e328f87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd3525f6-1895-4540-a41d-a01d9e328f87 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5884730c-124c-4636-82cf-ffad070eb2ec {
  text-align: center;
}

#s-5884730c-124c-4636-82cf-ffad070eb2ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5884730c-124c-4636-82cf-ffad070eb2ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5884730c-124c-4636-82cf-ffad070eb2ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3af57eea-1636-4ffd-9760-214a0a514e23 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3af57eea-1636-4ffd-9760-214a0a514e23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3af57eea-1636-4ffd-9760-214a0a514e23:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3af57eea-1636-4ffd-9760-214a0a514e23 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3af57eea-1636-4ffd-9760-214a0a514e23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3af57eea-1636-4ffd-9760-214a0a514e23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3af57eea-1636-4ffd-9760-214a0a514e23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-09c1f5ef-49ac-42f5-8c1e-c5e546938308 {
  padding-bottom: 15px;
}
}
#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 {
  text-align: left;
}



.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f9b2f7-a239-4dc6-b4a3-bf722d8376a3 img.shogun-image {
  width: 100%;
}



}
#s-fb5008ef-a99d-4e25-b486-813a5a4c042b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb5008ef-a99d-4e25-b486-813a5a4c042b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e74bab89-4448-449d-93ed-1384c2b411ed {
  text-align: center;
}

#s-e74bab89-4448-449d-93ed-1384c2b411ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e74bab89-4448-449d-93ed-1384c2b411ed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e74bab89-4448-449d-93ed-1384c2b411ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7d65b153-bd34-41fb-9f32-8ee83cfdc57b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7d65b153-bd34-41fb-9f32-8ee83cfdc57b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d65b153-bd34-41fb-9f32-8ee83cfdc57b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d65b153-bd34-41fb-9f32-8ee83cfdc57b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d65b153-bd34-41fb-9f32-8ee83cfdc57b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d65b153-bd34-41fb-9f32-8ee83cfdc57b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d65b153-bd34-41fb-9f32-8ee83cfdc57b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e {
  text-align: left;
}



.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7daba3b-c7aa-41f4-9b6c-a6a3a34d723e img.shogun-image {
  width: 100%;
}



}
#s-95c5b719-e771-4c32-99b7-1bc45ab3e4d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95c5b719-e771-4c32-99b7-1bc45ab3e4d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-bcff93c5-5456-4963-9a65-869d52041245 {
  text-align: center;
}

#s-bcff93c5-5456-4963-9a65-869d52041245 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bcff93c5-5456-4963-9a65-869d52041245 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bcff93c5-5456-4963-9a65-869d52041245 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0e42ab3e-698d-437c-a98c-219359e1b44d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e42ab3e-698d-437c-a98c-219359e1b44d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e42ab3e-698d-437c-a98c-219359e1b44d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e42ab3e-698d-437c-a98c-219359e1b44d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e42ab3e-698d-437c-a98c-219359e1b44d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e42ab3e-698d-437c-a98c-219359e1b44d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e42ab3e-698d-437c-a98c-219359e1b44d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-a6cc0500-3d54-47d0-8b54-410c086851b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6cc0500-3d54-47d0-8b54-410c086851b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6cc0500-3d54-47d0-8b54-410c086851b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6cc0500-3d54-47d0-8b54-410c086851b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-675e5290-de40-4e5a-afb2-18bf5760691f {
  padding-bottom: 15px;
}
}
#s-5205c424-79cc-4042-9919-2b547960e87b {
  text-align: left;
}



.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5205c424-79cc-4042-9919-2b547960e87b img.shogun-image {
  width: 100%;
}



}
#s-34d18d6f-9efb-4b1b-8fc4-78b304bf7e95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34d18d6f-9efb-4b1b-8fc4-78b304bf7e95 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a8c59b34-6e7a-4e01-af45-216c2f259df8 {
  text-align: center;
}

#s-a8c59b34-6e7a-4e01-af45-216c2f259df8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a8c59b34-6e7a-4e01-af45-216c2f259df8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a8c59b34-6e7a-4e01-af45-216c2f259df8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f59648e3-dd90-4d82-bca2-a3edc831554e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f59648e3-dd90-4d82-bca2-a3edc831554e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f59648e3-dd90-4d82-bca2-a3edc831554e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f59648e3-dd90-4d82-bca2-a3edc831554e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f59648e3-dd90-4d82-bca2-a3edc831554e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f59648e3-dd90-4d82-bca2-a3edc831554e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f59648e3-dd90-4d82-bca2-a3edc831554e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-b6952168-1c6b-43c9-9f2b-d40634f2fabc {
  padding-bottom: 15px;
}
}
#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 {
  text-align: left;
}



.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e5c7acc-75d3-40e4-a259-bff6c11276e1 img.shogun-image {
  width: 100%;
}



}
#s-f60e6c24-4881-4551-b8ab-575ca35f0392 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f60e6c24-4881-4551-b8ab-575ca35f0392 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-4400c138-7bf8-4f8c-92a2-6983aeb05b89 {
  text-align: center;
}

#s-4400c138-7bf8-4f8c-92a2-6983aeb05b89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4400c138-7bf8-4f8c-92a2-6983aeb05b89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4400c138-7bf8-4f8c-92a2-6983aeb05b89 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2fcba168-ffa4-49e1-9442-5516f74e9c08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2fcba168-ffa4-49e1-9442-5516f74e9c08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2fcba168-ffa4-49e1-9442-5516f74e9c08:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2fcba168-ffa4-49e1-9442-5516f74e9c08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fcba168-ffa4-49e1-9442-5516f74e9c08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fcba168-ffa4-49e1-9442-5516f74e9c08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2fcba168-ffa4-49e1-9442-5516f74e9c08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-540242f1-a681-4953-bd27-3a7f17c15da7 {
  text-align: left;
}



.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-540242f1-a681-4953-bd27-3a7f17c15da7 img.shogun-image {
  width: 100%;
}



}
#s-3f1a615f-bbeb-4266-910a-f8f4e8cb9d81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f1a615f-bbeb-4266-910a-f8f4e8cb9d81 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5fdf7e55-7abd-41a9-88c6-0d433239fb54 {
  text-align: center;
}

#s-5fdf7e55-7abd-41a9-88c6-0d433239fb54 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5fdf7e55-7abd-41a9-88c6-0d433239fb54 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fdf7e55-7abd-41a9-88c6-0d433239fb54 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f92c0db-c82f-4ac6-8d36-b75e79bbff0e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7f92c0db-c82f-4ac6-8d36-b75e79bbff0e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f92c0db-c82f-4ac6-8d36-b75e79bbff0e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f92c0db-c82f-4ac6-8d36-b75e79bbff0e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f92c0db-c82f-4ac6-8d36-b75e79bbff0e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f92c0db-c82f-4ac6-8d36-b75e79bbff0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7f92c0db-c82f-4ac6-8d36-b75e79bbff0e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-78bd387d-5083-43af-bc74-3f3775cd16bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78bd387d-5083-43af-bc74-3f3775cd16bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78bd387d-5083-43af-bc74-3f3775cd16bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78bd387d-5083-43af-bc74-3f3775cd16bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ecf08667-2fb2-44d7-b055-d2d40454230a {
  text-align: left;
}



.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecf08667-2fb2-44d7-b055-d2d40454230a img.shogun-image {
  width: 100%;
}



}
#s-3279186e-8b55-49d5-b5f3-c879dea269c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3279186e-8b55-49d5-b5f3-c879dea269c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-ee7fee59-2268-4964-a308-4eae8c1a860d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee7fee59-2268-4964-a308-4eae8c1a860d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee7fee59-2268-4964-a308-4eae8c1a860d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee7fee59-2268-4964-a308-4eae8c1a860d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-20c62fb2-a9e5-4c96-83be-f033d0ba1929 {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-44fae03c-884d-4ea4-a586-950e8bacb400 {
  text-align: left;
}



.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44fae03c-884d-4ea4-a586-950e8bacb400 img.shogun-image {
  width: 100%;
}



}
#s-bfd4045a-f91f-438e-9911-1b0bb45a766c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfd4045a-f91f-438e-9911-1b0bb45a766c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-67d057ef-84d7-4379-b4c0-c394dd158b74 {
  text-align: center;
}

#s-67d057ef-84d7-4379-b4c0-c394dd158b74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-67d057ef-84d7-4379-b4c0-c394dd158b74 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-67d057ef-84d7-4379-b4c0-c394dd158b74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a65069a-aa46-4d9d-8f86-91264d2d1f43 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5a65069a-aa46-4d9d-8f86-91264d2d1f43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a65069a-aa46-4d9d-8f86-91264d2d1f43:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a65069a-aa46-4d9d-8f86-91264d2d1f43 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a65069a-aa46-4d9d-8f86-91264d2d1f43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a65069a-aa46-4d9d-8f86-91264d2d1f43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a65069a-aa46-4d9d-8f86-91264d2d1f43.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-6b62648f-fa0a-42dc-b62a-02b9d9cd85e7 {
  padding-bottom: 15px;
}
}
#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 {
  text-align: left;
}



.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-982ec30d-e0ff-4174-9bb0-1c52163900c0 img.shogun-image {
  width: 100%;
}



}
#s-222f7710-b15a-4a5b-9c16-da523af92841 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-222f7710-b15a-4a5b-9c16-da523af92841 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-774ac528-5f53-45bd-9af7-a5883952ae3d {
  text-align: center;
}

#s-774ac528-5f53-45bd-9af7-a5883952ae3d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-774ac528-5f53-45bd-9af7-a5883952ae3d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-774ac528-5f53-45bd-9af7-a5883952ae3d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-22223833-7c37-4d4c-b6f0-e14a9cdc81f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-22223833-7c37-4d4c-b6f0-e14a9cdc81f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22223833-7c37-4d4c-b6f0-e14a9cdc81f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22223833-7c37-4d4c-b6f0-e14a9cdc81f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22223833-7c37-4d4c-b6f0-e14a9cdc81f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22223833-7c37-4d4c-b6f0-e14a9cdc81f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22223833-7c37-4d4c-b6f0-e14a9cdc81f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0d895cd9-ede8-497d-88dd-0a4619273584 {
  text-align: left;
}



.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d895cd9-ede8-497d-88dd-0a4619273584 img.shogun-image {
  width: 100%;
}



}
#s-c28edb06-2962-43ea-9d48-f5e44d10b184 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c28edb06-2962-43ea-9d48-f5e44d10b184 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-4ce870e5-bbac-409a-b447-5f09aa248e52 {
  text-align: center;
}

#s-4ce870e5-bbac-409a-b447-5f09aa248e52 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4ce870e5-bbac-409a-b447-5f09aa248e52 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4ce870e5-bbac-409a-b447-5f09aa248e52 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-429b4896-2533-4b06-8f35-8bf574de2033 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-429b4896-2533-4b06-8f35-8bf574de2033:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-429b4896-2533-4b06-8f35-8bf574de2033:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-429b4896-2533-4b06-8f35-8bf574de2033 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-429b4896-2533-4b06-8f35-8bf574de2033.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-429b4896-2533-4b06-8f35-8bf574de2033.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-429b4896-2533-4b06-8f35-8bf574de2033.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-5b3254bc-63fb-461b-81b8-e84d1960019b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b3254bc-63fb-461b-81b8-e84d1960019b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b3254bc-63fb-461b-81b8-e84d1960019b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b3254bc-63fb-461b-81b8-e84d1960019b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-c7c39d54-7fc0-46e9-a616-31440d32017c {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-46829e0b-bd38-4cee-8577-9eb998213f8b {
  text-align: left;
}



.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46829e0b-bd38-4cee-8577-9eb998213f8b img.shogun-image {
  width: 100%;
}




#s-be05b228-e982-4fc2-8ff2-a16cc65c50b3 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be05b228-e982-4fc2-8ff2-a16cc65c50b3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-3c7662af-b7a0-4b96-92ba-79527481ce11 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}

#s-3c7662af-b7a0-4b96-92ba-79527481ce11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3c7662af-b7a0-4b96-92ba-79527481ce11 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3c7662af-b7a0-4b96-92ba-79527481ce11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3167ab87-be39-48c7-b60d-12cda7307d90 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3167ab87-be39-48c7-b60d-12cda7307d90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3167ab87-be39-48c7-b60d-12cda7307d90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3167ab87-be39-48c7-b60d-12cda7307d90 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3167ab87-be39-48c7-b60d-12cda7307d90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3167ab87-be39-48c7-b60d-12cda7307d90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3167ab87-be39-48c7-b60d-12cda7307d90.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



#s-28b3647b-1448-45c9-9eb6-34929c018db3 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-28b3647b-1448-45c9-9eb6-34929c018db3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-ff1d1fd3-ecc0-4231-8101-d4f1dbf8ae44 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-ff1d1fd3-ecc0-4231-8101-d4f1dbf8ae44 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-d9aaa9ed-b260-4207-9f72-aeada3b03223 {
  padding-left: 0%;
padding-bottom: 20px;
}

#s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8 {
  text-align: center;
}







  img.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
    
    
  }


.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
    
    
  }


.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
    
    
  }


.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
    
    
  }


.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
    
    
  }


.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d6eaf4-0072-4f3a-99f3-aaad04e2f3b8.shogun-image {
  box-sizing: border-box;
}



}
#s-be16978e-a927-4fe1-af61-f1a4a4f34f31 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-be16978e-a927-4fe1-af61-f1a4a4f34f31 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-de0f2af5-d8d0-4f86-9a3d-1c66e1a3859a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-de0f2af5-d8d0-4f86-9a3d-1c66e1a3859a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-de0f2af5-d8d0-4f86-9a3d-1c66e1a3859a .shg-sld-nav-button.shg-sld-left,
#s-de0f2af5-d8d0-4f86-9a3d-1c66e1a3859a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ce36c48b-ff98-46a4-a8a2-9cbff7c4f2e3 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-ce36c48b-ff98-46a4-a8a2-9cbff7c4f2e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce36c48b-ff98-46a4-a8a2-9cbff7c4f2e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce36c48b-ff98-46a4-a8a2-9cbff7c4f2e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce36c48b-ff98-46a4-a8a2-9cbff7c4f2e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-f597af33-b6f0-433c-ad2c-bef0fec55a92 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
}
}
#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 {
  text-align: left;
}



.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5dcc85-a516-46da-98ba-4fbbc4e46273 img.shogun-image {
  width: 100%;
}




#s-f35fde95-8e3c-4884-bcbc-93bb7319eeb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f35fde95-8e3c-4884-bcbc-93bb7319eeb4 {
  margin-bottom: 0px;
}
}
#s-f35fde95-8e3c-4884-bcbc-93bb7319eeb4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-07a9c10e-846e-4634-99e7-2b26f4c0b8dc {
  text-align: center;
}

#s-07a9c10e-846e-4634-99e7-2b26f4c0b8dc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07a9c10e-846e-4634-99e7-2b26f4c0b8dc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-07a9c10e-846e-4634-99e7-2b26f4c0b8dc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f08fd8b2-8d73-4da1-81ab-bf853d5b2ee2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f08fd8b2-8d73-4da1-81ab-bf853d5b2ee2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f08fd8b2-8d73-4da1-81ab-bf853d5b2ee2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f08fd8b2-8d73-4da1-81ab-bf853d5b2ee2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f08fd8b2-8d73-4da1-81ab-bf853d5b2ee2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f08fd8b2-8d73-4da1-81ab-bf853d5b2ee2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f08fd8b2-8d73-4da1-81ab-bf853d5b2ee2.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce {
  text-align: left;
}



.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c94096b9-5a0e-4c1b-bfb5-f744de0598ce img.shogun-image {
  width: 100%;
}




#s-4c854f39-62e7-486d-bff2-eebb1de266e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c854f39-62e7-486d-bff2-eebb1de266e6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-2d107f99-fb64-4a4a-9a87-3d189b53b44e {
  text-align: center;
}

#s-2d107f99-fb64-4a4a-9a87-3d189b53b44e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d107f99-fb64-4a4a-9a87-3d189b53b44e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2d107f99-fb64-4a4a-9a87-3d189b53b44e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-13b837b5-322e-4474-a932-37812ac24360 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-13b837b5-322e-4474-a932-37812ac24360:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13b837b5-322e-4474-a932-37812ac24360:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13b837b5-322e-4474-a932-37812ac24360 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13b837b5-322e-4474-a932-37812ac24360.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13b837b5-322e-4474-a932-37812ac24360.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13b837b5-322e-4474-a932-37812ac24360.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-03cb32d9-b680-4d42-9ce6-735e6b9bfe00 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-21a5268b-d164-4da7-bafc-774d767e5c17 {
  text-align: left;
}



.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a5268b-d164-4da7-bafc-774d767e5c17 img.shogun-image {
  width: 100%;
}




#s-0d2a2936-4a8c-4ea4-a415-f4c62a14e16d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d2a2936-4a8c-4ea4-a415-f4c62a14e16d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-cdcfbc0e-b01f-46e4-9f5d-408607f36b6b {
  text-align: center;
}

#s-cdcfbc0e-b01f-46e4-9f5d-408607f36b6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cdcfbc0e-b01f-46e4-9f5d-408607f36b6b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cdcfbc0e-b01f-46e4-9f5d-408607f36b6b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0370355c-29d4-4a60-a4d9-3b4bf87766c3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0370355c-29d4-4a60-a4d9-3b4bf87766c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0370355c-29d4-4a60-a4d9-3b4bf87766c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0370355c-29d4-4a60-a4d9-3b4bf87766c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0370355c-29d4-4a60-a4d9-3b4bf87766c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0370355c-29d4-4a60-a4d9-3b4bf87766c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0370355c-29d4-4a60-a4d9-3b4bf87766c3.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-07c330f7-a410-464e-ac9c-cc0a8ae4b372 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-07c330f7-a410-464e-ac9c-cc0a8ae4b372"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07c330f7-a410-464e-ac9c-cc0a8ae4b372"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07c330f7-a410-464e-ac9c-cc0a8ae4b372"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07c330f7-a410-464e-ac9c-cc0a8ae4b372"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-0b831e31-0528-486e-a5e8-1f20edc8f705 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
}
}
#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 {
  text-align: left;
}



.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb9c068-3dcb-4243-ad34-e31c35dc0065 img.shogun-image {
  width: 100%;
}




#s-4ed6cb68-f1da-4679-aa49-b07612f1a6c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4ed6cb68-f1da-4679-aa49-b07612f1a6c5 {
  margin-bottom: 0px;
}
}
#s-4ed6cb68-f1da-4679-aa49-b07612f1a6c5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5125e4bb-a4ac-4465-b311-dee1703c52f1 {
  text-align: center;
}

#s-5125e4bb-a4ac-4465-b311-dee1703c52f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5125e4bb-a4ac-4465-b311-dee1703c52f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5125e4bb-a4ac-4465-b311-dee1703c52f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b64d6105-c616-4250-bad4-3e9dc400b0a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b64d6105-c616-4250-bad4-3e9dc400b0a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b64d6105-c616-4250-bad4-3e9dc400b0a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b64d6105-c616-4250-bad4-3e9dc400b0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b64d6105-c616-4250-bad4-3e9dc400b0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b64d6105-c616-4250-bad4-3e9dc400b0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b64d6105-c616-4250-bad4-3e9dc400b0a5.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-206a508a-61a5-4c6c-abd7-23478dca3cfa {
  text-align: left;
}



.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa img.shogun-image {
  width: 100%;
}



}

.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-206a508a-61a5-4c6c-abd7-23478dca3cfa img.shogun-image {
  width: 100%;
}




#s-5fa8d8aa-95f0-40bb-bf03-ccc0cd105b6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fa8d8aa-95f0-40bb-bf03-ccc0cd105b6a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a0fbbb2e-f408-4e9a-9afd-79845b12302c {
  text-align: center;
}

#s-a0fbbb2e-f408-4e9a-9afd-79845b12302c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a0fbbb2e-f408-4e9a-9afd-79845b12302c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a0fbbb2e-f408-4e9a-9afd-79845b12302c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35871000-3d27-4d00-853b-b8db2a1beb39 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-35871000-3d27-4d00-853b-b8db2a1beb39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35871000-3d27-4d00-853b-b8db2a1beb39:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35871000-3d27-4d00-853b-b8db2a1beb39 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35871000-3d27-4d00-853b-b8db2a1beb39.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35871000-3d27-4d00-853b-b8db2a1beb39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35871000-3d27-4d00-853b-b8db2a1beb39.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-ac8ff1ba-01d4-46b8-aa2a-e9dc4e5cf10d {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-4671ae17-1823-4d06-8991-f4cd36650c89 {
  text-align: left;
}



.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4671ae17-1823-4d06-8991-f4cd36650c89 img.shogun-image {
  width: 100%;
}




#s-34d4e715-860e-41fa-89aa-ca4461b0e3f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34d4e715-860e-41fa-89aa-ca4461b0e3f8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-bde44252-3d5d-47d8-a071-5fd771ae93ee {
  text-align: center;
}

#s-bde44252-3d5d-47d8-a071-5fd771ae93ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bde44252-3d5d-47d8-a071-5fd771ae93ee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-bde44252-3d5d-47d8-a071-5fd771ae93ee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0439269-c0c9-4d7b-8a2a-abc62ca2b806 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c0439269-c0c9-4d7b-8a2a-abc62ca2b806:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0439269-c0c9-4d7b-8a2a-abc62ca2b806:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0439269-c0c9-4d7b-8a2a-abc62ca2b806 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0439269-c0c9-4d7b-8a2a-abc62ca2b806.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0439269-c0c9-4d7b-8a2a-abc62ca2b806.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0439269-c0c9-4d7b-8a2a-abc62ca2b806.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (min-width: 0px) {
[id="s-2a33f9c6-5d15-4d43-94e4-987fa25b329d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a33f9c6-5d15-4d43-94e4-987fa25b329d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2a33f9c6-5d15-4d43-94e4-987fa25b329d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a33f9c6-5d15-4d43-94e4-987fa25b329d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-517c694e-bd7b-4d43-a10d-ae65d4eb9610 {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 {
  text-align: left;
}



.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f8746b8-a744-47bd-80be-8b4a2f7d0784 img.shogun-image {
  width: 100%;
}



}
#s-754e2ebd-f482-48a7-a2a3-007d80b443a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-754e2ebd-f482-48a7-a2a3-007d80b443a8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f72b71f5-4784-4166-90b3-352b50981b63 {
  text-align: center;
}

#s-f72b71f5-4784-4166-90b3-352b50981b63 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f72b71f5-4784-4166-90b3-352b50981b63 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f72b71f5-4784-4166-90b3-352b50981b63 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f6898920-7fec-4114-8495-4d2f0c90d0af {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f6898920-7fec-4114-8495-4d2f0c90d0af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6898920-7fec-4114-8495-4d2f0c90d0af:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f6898920-7fec-4114-8495-4d2f0c90d0af {
  padding-top: 10px;
padding-bottom: 10px;
}
}


#s-f6898920-7fec-4114-8495-4d2f0c90d0af {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6898920-7fec-4114-8495-4d2f0c90d0af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6898920-7fec-4114-8495-4d2f0c90d0af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6898920-7fec-4114-8495-4d2f0c90d0af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf {
  text-align: left;
}



.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8d2fae-4d78-46eb-b2ef-4bf61fe769cf img.shogun-image {
  width: 100%;
}



}
#s-ffb2e578-fbab-40e5-a7fe-6a69c260f8c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffb2e578-fbab-40e5-a7fe-6a69c260f8c9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-37679276-8fb5-4f11-80f3-59e4e6ecd059 {
  text-align: center;
}

#s-37679276-8fb5-4f11-80f3-59e4e6ecd059 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-37679276-8fb5-4f11-80f3-59e4e6ecd059 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-37679276-8fb5-4f11-80f3-59e4e6ecd059 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3fe7a77c-4d86-4f65-b052-3a2c77909459 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3fe7a77c-4d86-4f65-b052-3a2c77909459:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fe7a77c-4d86-4f65-b052-3a2c77909459:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3fe7a77c-4d86-4f65-b052-3a2c77909459 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fe7a77c-4d86-4f65-b052-3a2c77909459.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fe7a77c-4d86-4f65-b052-3a2c77909459.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3fe7a77c-4d86-4f65-b052-3a2c77909459.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-96cd91dc-4dc7-446c-b0c2-34bea22f5b0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96cd91dc-4dc7-446c-b0c2-34bea22f5b0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96cd91dc-4dc7-446c-b0c2-34bea22f5b0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96cd91dc-4dc7-446c-b0c2-34bea22f5b0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-5b86799d-1089-499e-bc60-14bec6842f5d {
  padding-bottom: 15px;
}
}
#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 {
  text-align: left;
}



.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f310fa5d-a1a7-4851-922d-8e85fe8a67f7 img.shogun-image {
  width: 100%;
}



}
#s-bbc6a709-0c6a-4e74-a775-5426ab07e8a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbc6a709-0c6a-4e74-a775-5426ab07e8a3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-ad323f0f-19d7-4be9-9ce2-94986910d571 {
  text-align: center;
}

#s-ad323f0f-19d7-4be9-9ce2-94986910d571 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ad323f0f-19d7-4be9-9ce2-94986910d571 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ad323f0f-19d7-4be9-9ce2-94986910d571 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c88bcd0b-9487-4297-8f5c-9055d9354fe4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c88bcd0b-9487-4297-8f5c-9055d9354fe4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c88bcd0b-9487-4297-8f5c-9055d9354fe4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c88bcd0b-9487-4297-8f5c-9055d9354fe4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c88bcd0b-9487-4297-8f5c-9055d9354fe4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c88bcd0b-9487-4297-8f5c-9055d9354fe4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c88bcd0b-9487-4297-8f5c-9055d9354fe4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-59e4e98c-c8ac-4ca4-8c23-446f89037567 {
  padding-bottom: 15px;
}
}
#s-54c92d16-620e-4275-991f-5baeaf73781b {
  text-align: left;
}



.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c92d16-620e-4275-991f-5baeaf73781b img.shogun-image {
  width: 100%;
}



}
#s-17d62ea9-2d3c-4e12-99b2-ce9b752acc44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17d62ea9-2d3c-4e12-99b2-ce9b752acc44 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-6919513b-610f-4816-b28b-4836d6b8b8fe {
  text-align: center;
}

#s-6919513b-610f-4816-b28b-4836d6b8b8fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6919513b-610f-4816-b28b-4836d6b8b8fe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6919513b-610f-4816-b28b-4836d6b8b8fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7df79d0a-3ede-4ae0-8681-e12846f012db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7df79d0a-3ede-4ae0-8681-e12846f012db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7df79d0a-3ede-4ae0-8681-e12846f012db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7df79d0a-3ede-4ae0-8681-e12846f012db {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7df79d0a-3ede-4ae0-8681-e12846f012db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7df79d0a-3ede-4ae0-8681-e12846f012db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7df79d0a-3ede-4ae0-8681-e12846f012db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 {
  text-align: left;
}



.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2567891-2ca4-4451-9d8e-8ded50bb5c44 img.shogun-image {
  width: 100%;
}



}
#s-dba7c181-a0cf-471d-b1df-277055b4c66c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dba7c181-a0cf-471d-b1df-277055b4c66c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-4bf29ab2-9f16-4a01-9e5e-3f8e41a97a75 {
  text-align: center;
}

#s-4bf29ab2-9f16-4a01-9e5e-3f8e41a97a75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4bf29ab2-9f16-4a01-9e5e-3f8e41a97a75 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4bf29ab2-9f16-4a01-9e5e-3f8e41a97a75 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-85d29103-b296-4008-b57b-18e8ee24eaa1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-85d29103-b296-4008-b57b-18e8ee24eaa1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85d29103-b296-4008-b57b-18e8ee24eaa1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85d29103-b296-4008-b57b-18e8ee24eaa1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85d29103-b296-4008-b57b-18e8ee24eaa1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85d29103-b296-4008-b57b-18e8ee24eaa1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85d29103-b296-4008-b57b-18e8ee24eaa1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-9bfb00b7-af55-4a5a-be76-9ba870d11707"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bfb00b7-af55-4a5a-be76-9ba870d11707"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9bfb00b7-af55-4a5a-be76-9ba870d11707"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bfb00b7-af55-4a5a-be76-9ba870d11707"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-d61a36e0-4d4b-474c-b1ad-d6ffdd6b220a {
  padding-bottom: 15px;
}
}
#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 {
  text-align: left;
}



.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aecae0a-c03c-425a-b1cb-b45be12e96f1 img.shogun-image {
  width: 100%;
}



}
#s-e796d7e5-add3-4a62-8b00-652a93982865 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e796d7e5-add3-4a62-8b00-652a93982865 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f96e2466-b8ff-4fdc-815d-f1f54116d2c5 {
  text-align: center;
}

#s-f96e2466-b8ff-4fdc-815d-f1f54116d2c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f96e2466-b8ff-4fdc-815d-f1f54116d2c5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f96e2466-b8ff-4fdc-815d-f1f54116d2c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-37a8434f-45ed-4bf7-b5b8-244dea2f3430 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-37a8434f-45ed-4bf7-b5b8-244dea2f3430:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37a8434f-45ed-4bf7-b5b8-244dea2f3430:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37a8434f-45ed-4bf7-b5b8-244dea2f3430 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37a8434f-45ed-4bf7-b5b8-244dea2f3430.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37a8434f-45ed-4bf7-b5b8-244dea2f3430.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-37a8434f-45ed-4bf7-b5b8-244dea2f3430.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-7f13ed6d-e7d1-441c-92b1-ec741165f6a4 {
  padding-bottom: 15px;
}
}
#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b {
  text-align: left;
}



.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf51490-40bc-471d-bbe7-7005cc6a9f1b img.shogun-image {
  width: 100%;
}



}
#s-41f94732-2883-42c2-95ee-0bb97a646ca5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41f94732-2883-42c2-95ee-0bb97a646ca5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-1002deec-2880-427e-9d27-ab040df14fe7 {
  text-align: center;
}

#s-1002deec-2880-427e-9d27-ab040df14fe7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1002deec-2880-427e-9d27-ab040df14fe7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1002deec-2880-427e-9d27-ab040df14fe7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d64f4676-dff4-4b90-8e62-425e936619d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d64f4676-dff4-4b90-8e62-425e936619d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d64f4676-dff4-4b90-8e62-425e936619d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d64f4676-dff4-4b90-8e62-425e936619d7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d64f4676-dff4-4b90-8e62-425e936619d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d64f4676-dff4-4b90-8e62-425e936619d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d64f4676-dff4-4b90-8e62-425e936619d7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-39e18f8d-f489-465e-8644-c45d22a8f75d {
  text-align: left;
}



.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39e18f8d-f489-465e-8644-c45d22a8f75d img.shogun-image {
  width: 100%;
}



}
#s-fd8125d8-de6b-4a24-adab-17894cd36d60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd8125d8-de6b-4a24-adab-17894cd36d60 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-d3e6ad34-c464-4fc8-ab4b-dd9e1a6e79ba {
  text-align: center;
}

#s-d3e6ad34-c464-4fc8-ab4b-dd9e1a6e79ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d3e6ad34-c464-4fc8-ab4b-dd9e1a6e79ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3e6ad34-c464-4fc8-ab4b-dd9e1a6e79ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa25eff4-8b81-4195-94c3-36dc18d044ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fa25eff4-8b81-4195-94c3-36dc18d044ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa25eff4-8b81-4195-94c3-36dc18d044ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa25eff4-8b81-4195-94c3-36dc18d044ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa25eff4-8b81-4195-94c3-36dc18d044ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa25eff4-8b81-4195-94c3-36dc18d044ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fa25eff4-8b81-4195-94c3-36dc18d044ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-5dc02975-850b-438f-a6c6-a1254e260011"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dc02975-850b-438f-a6c6-a1254e260011"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5dc02975-850b-438f-a6c6-a1254e260011"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dc02975-850b-438f-a6c6-a1254e260011"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d {
  text-align: left;
}



.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dac41e1-940c-4e54-b4ce-ec21d9ac928d img.shogun-image {
  width: 100%;
}



}
#s-4d5d5c67-d09a-4ffd-8c0a-4a1eafee1b15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d5d5c67-d09a-4ffd-8c0a-4a1eafee1b15 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-9e00e7d0-58b5-4eee-9ba3-233da6fc2496"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e00e7d0-58b5-4eee-9ba3-233da6fc2496"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e00e7d0-58b5-4eee-9ba3-233da6fc2496"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e00e7d0-58b5-4eee-9ba3-233da6fc2496"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-e9643088-43c3-4ae6-aafb-06d7dddab35c {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-2cf3b306-978c-423a-b803-f42f04b934a7 {
  text-align: left;
}



.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cf3b306-978c-423a-b803-f42f04b934a7 img.shogun-image {
  width: 100%;
}



}
#s-b616ad73-d8c4-4096-bdb8-314c7b53456a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b616ad73-d8c4-4096-bdb8-314c7b53456a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-330acc30-4b5c-4608-a40a-1f00dc31571a {
  text-align: center;
}

#s-330acc30-4b5c-4608-a40a-1f00dc31571a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-330acc30-4b5c-4608-a40a-1f00dc31571a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-330acc30-4b5c-4608-a40a-1f00dc31571a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3a03082a-46e7-45f9-a66e-2c7cb674fc05 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3a03082a-46e7-45f9-a66e-2c7cb674fc05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a03082a-46e7-45f9-a66e-2c7cb674fc05:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3a03082a-46e7-45f9-a66e-2c7cb674fc05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a03082a-46e7-45f9-a66e-2c7cb674fc05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a03082a-46e7-45f9-a66e-2c7cb674fc05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3a03082a-46e7-45f9-a66e-2c7cb674fc05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-95854cec-59aa-42e2-b8c0-046a17a97135 {
  padding-bottom: 15px;
}
}
#s-afafc1bb-1e19-4260-b094-ef201b946e59 {
  text-align: left;
}



.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afafc1bb-1e19-4260-b094-ef201b946e59 img.shogun-image {
  width: 100%;
}



}
#s-47694c3d-c9c8-42a0-b44e-67b9c0f0ffa9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47694c3d-c9c8-42a0-b44e-67b9c0f0ffa9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5a32121a-2312-42ea-88f3-62bbba69c796 {
  text-align: center;
}

#s-5a32121a-2312-42ea-88f3-62bbba69c796 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5a32121a-2312-42ea-88f3-62bbba69c796 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5a32121a-2312-42ea-88f3-62bbba69c796 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b5fbcb6d-65fd-47fa-b8e5-77874829196a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b5fbcb6d-65fd-47fa-b8e5-77874829196a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5fbcb6d-65fd-47fa-b8e5-77874829196a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b5fbcb6d-65fd-47fa-b8e5-77874829196a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5fbcb6d-65fd-47fa-b8e5-77874829196a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5fbcb6d-65fd-47fa-b8e5-77874829196a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5fbcb6d-65fd-47fa-b8e5-77874829196a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-96ecd8a9-ac57-4651-8c88-8b625496927f {
  text-align: left;
}



.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96ecd8a9-ac57-4651-8c88-8b625496927f img.shogun-image {
  width: 100%;
}



}
#s-91332067-bbb8-4c6a-8a2b-2aed7286ba1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91332067-bbb8-4c6a-8a2b-2aed7286ba1f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a7395644-aed4-4fee-9b9e-a8aadf030552 {
  text-align: center;
}

#s-a7395644-aed4-4fee-9b9e-a8aadf030552 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a7395644-aed4-4fee-9b9e-a8aadf030552 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a7395644-aed4-4fee-9b9e-a8aadf030552 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-783e2956-de13-489d-b1aa-bcc6efc4e39f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-783e2956-de13-489d-b1aa-bcc6efc4e39f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-783e2956-de13-489d-b1aa-bcc6efc4e39f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-783e2956-de13-489d-b1aa-bcc6efc4e39f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-783e2956-de13-489d-b1aa-bcc6efc4e39f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-783e2956-de13-489d-b1aa-bcc6efc4e39f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-783e2956-de13-489d-b1aa-bcc6efc4e39f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-12a49d44-af15-4e1b-ac1d-5145ed418006"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12a49d44-af15-4e1b-ac1d-5145ed418006"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12a49d44-af15-4e1b-ac1d-5145ed418006"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12a49d44-af15-4e1b-ac1d-5145ed418006"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-b721af49-d3a4-48f2-969d-c3155d5e1344 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-692fa136-46c4-4eb3-9034-6ff78422e11c {
  text-align: left;
}



.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-692fa136-46c4-4eb3-9034-6ff78422e11c img.shogun-image {
  width: 100%;
}




#s-632fe84e-4360-4327-8bfd-de5dae952777 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-632fe84e-4360-4327-8bfd-de5dae952777 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e97ed1af-b72b-4c69-959e-fe9f1b613bf6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}

#s-e97ed1af-b72b-4c69-959e-fe9f1b613bf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e97ed1af-b72b-4c69-959e-fe9f1b613bf6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e97ed1af-b72b-4c69-959e-fe9f1b613bf6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8d9c0406-6db8-4946-ba61-f923dd134252 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8d9c0406-6db8-4946-ba61-f923dd134252:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d9c0406-6db8-4946-ba61-f923dd134252:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d9c0406-6db8-4946-ba61-f923dd134252 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d9c0406-6db8-4946-ba61-f923dd134252.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d9c0406-6db8-4946-ba61-f923dd134252.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d9c0406-6db8-4946-ba61-f923dd134252.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



#s-d55e80ae-2d85-43a3-ba02-5f83117575fe {
  margin-top: 20px;
text-align: center;
}







  img.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
    
    
  }


.s-d55e80ae-2d85-43a3-ba02-5f83117575fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
    
    
  }


.s-d55e80ae-2d85-43a3-ba02-5f83117575fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
    
    
  }


.s-d55e80ae-2d85-43a3-ba02-5f83117575fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
    
    
  }


.s-d55e80ae-2d85-43a3-ba02-5f83117575fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
    
    
  }


.s-d55e80ae-2d85-43a3-ba02-5f83117575fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55e80ae-2d85-43a3-ba02-5f83117575fe.shogun-image {
  box-sizing: border-box;
}



}
#s-6111a942-12ab-4569-8016-4831b599efd6 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-6111a942-12ab-4569-8016-4831b599efd6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-809a75b0-d468-4985-a931-2c7ae8347756 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-809a75b0-d468-4985-a931-2c7ae8347756 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-809a75b0-d468-4985-a931-2c7ae8347756 .shg-sld-nav-button.shg-sld-left,
#s-809a75b0-d468-4985-a931-2c7ae8347756 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-27be8ee2-09ea-47be-892b-42b846f1ef9f {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-27be8ee2-09ea-47be-892b-42b846f1ef9f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-27be8ee2-09ea-47be-892b-42b846f1ef9f .shg-sld-nav-button.shg-sld-left,
#s-27be8ee2-09ea-47be-892b-42b846f1ef9f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0580287d-117d-4f56-ad96-37f2b57006ad {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-0580287d-117d-4f56-ad96-37f2b57006ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0580287d-117d-4f56-ad96-37f2b57006ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0580287d-117d-4f56-ad96-37f2b57006ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0580287d-117d-4f56-ad96-37f2b57006ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-eff4387b-9e36-4ebd-a406-a9c0887f0033 {
  text-align: center;
}







  #s-eff4387b-9e36-4ebd-a406-a9c0887f0033 img.shogun-image {
    

    
    
    
  }


#s-eff4387b-9e36-4ebd-a406-a9c0887f0033 .shogun-image-content {
  
    align-items: center;
  
}

#s-201b2efa-887f-48d7-852f-459ccecafa1d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-201b2efa-887f-48d7-852f-459ccecafa1d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-201b2efa-887f-48d7-852f-459ccecafa1d .shogun-heading-component h3 a {
  color: #000;
}


#s-bafb28b7-0271-4253-95a9-9f6acf791f79 {
  text-align: center;
}







  #s-bafb28b7-0271-4253-95a9-9f6acf791f79 img.shogun-image {
    

    
    
    
  }


#s-bafb28b7-0271-4253-95a9-9f6acf791f79 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fac4b4a-ce7c-4781-bc0e-fc542ff4636c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fac4b4a-ce7c-4781-bc0e-fc542ff4636c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-3fac4b4a-ce7c-4781-bc0e-fc542ff4636c .shogun-heading-component h3 a {
  color: #000;
}


#s-e6a9330a-3cad-446e-89fb-eaf68ffefde6 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-e6a9330a-3cad-446e-89fb-eaf68ffefde6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a9330a-3cad-446e-89fb-eaf68ffefde6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a9330a-3cad-446e-89fb-eaf68ffefde6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a9330a-3cad-446e-89fb-eaf68ffefde6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0d4b670d-bdff-427b-ae7a-11c25d414175 {
  text-align: center;
}







  #s-0d4b670d-bdff-427b-ae7a-11c25d414175 img.shogun-image {
    

    
    
    
  }


#s-0d4b670d-bdff-427b-ae7a-11c25d414175 .shogun-image-content {
  
    align-items: center;
  
}

#s-1aed1ca0-c72b-4035-a143-b4008d22dbe8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1aed1ca0-c72b-4035-a143-b4008d22dbe8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-1aed1ca0-c72b-4035-a143-b4008d22dbe8 .shogun-heading-component h3 a {
  color: #000;
}


#s-5e07e4be-8075-40c4-bb5c-a50798e60686 {
  text-align: center;
}







  #s-5e07e4be-8075-40c4-bb5c-a50798e60686 img.shogun-image {
    

    
    
    
  }


#s-5e07e4be-8075-40c4-bb5c-a50798e60686 .shogun-image-content {
  
    align-items: center;
  
}

#s-91dbb9b3-9a53-4f71-bd5a-1cef9dfd5432 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91dbb9b3-9a53-4f71-bd5a-1cef9dfd5432 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-91dbb9b3-9a53-4f71-bd5a-1cef9dfd5432 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-2246da3a-6401-4792-9adc-8966f44ee71d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2246da3a-6401-4792-9adc-8966f44ee71d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2246da3a-6401-4792-9adc-8966f44ee71d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2246da3a-6401-4792-9adc-8966f44ee71d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-732f4c42-ab3f-49f2-92fc-4ab7172dfd74 {
  text-align: center;
}







  #s-732f4c42-ab3f-49f2-92fc-4ab7172dfd74 img.shogun-image {
    

    
    
    
  }


#s-732f4c42-ab3f-49f2-92fc-4ab7172dfd74 .shogun-image-content {
  
    align-items: center;
  
}

#s-bea2a0d4-52ea-484b-95cb-293651cd4f83 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bea2a0d4-52ea-484b-95cb-293651cd4f83 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-bea2a0d4-52ea-484b-95cb-293651cd4f83 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-a333685a-72e5-448c-b7b7-8f05b5aedc18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a333685a-72e5-448c-b7b7-8f05b5aedc18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a333685a-72e5-448c-b7b7-8f05b5aedc18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a333685a-72e5-448c-b7b7-8f05b5aedc18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-09b63542-115e-498e-bc35-0f2b83f600a0 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 {
  text-align: left;
}



.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37ceb0c8-3f4b-4448-8a11-5ee3302c3575 img.shogun-image {
  width: 100%;
}




#s-0dd7e77c-aca1-4b9d-a4e5-79d18e956a4d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0dd7e77c-aca1-4b9d-a4e5-79d18e956a4d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-befa917a-301e-429c-a3a0-709ac1f45fd1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}

#s-befa917a-301e-429c-a3a0-709ac1f45fd1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-befa917a-301e-429c-a3a0-709ac1f45fd1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-befa917a-301e-429c-a3a0-709ac1f45fd1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3c27dfc7-2c73-4179-9b50-a7aa22e22bec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3c27dfc7-2c73-4179-9b50-a7aa22e22bec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c27dfc7-2c73-4179-9b50-a7aa22e22bec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c27dfc7-2c73-4179-9b50-a7aa22e22bec {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c27dfc7-2c73-4179-9b50-a7aa22e22bec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c27dfc7-2c73-4179-9b50-a7aa22e22bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c27dfc7-2c73-4179-9b50-a7aa22e22bec.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



@media (max-width: 767px){#s-2206d283-3677-417e-a116-31109474e06e {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-564f6b5a-70de-4361-893c-b2061a948fb5 {
  text-align: left;
}



.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-564f6b5a-70de-4361-893c-b2061a948fb5 img.shogun-image {
  width: 100%;
}




#s-672d1760-d358-4d1b-add2-f828fb482608 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-672d1760-d358-4d1b-add2-f828fb482608 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-88903a33-0755-4f36-9354-1f85324d7176 {
  text-align: center;
}

#s-88903a33-0755-4f36-9354-1f85324d7176 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-88903a33-0755-4f36-9354-1f85324d7176 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-88903a33-0755-4f36-9354-1f85324d7176 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e80d2e4d-8308-4e9b-89df-e2f95097969c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e80d2e4d-8308-4e9b-89df-e2f95097969c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e80d2e4d-8308-4e9b-89df-e2f95097969c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e80d2e4d-8308-4e9b-89df-e2f95097969c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e80d2e4d-8308-4e9b-89df-e2f95097969c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e80d2e4d-8308-4e9b-89df-e2f95097969c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e80d2e4d-8308-4e9b-89df-e2f95097969c.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



#s-a15e8969-1a25-4384-8a6e-6071f2e7e962 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-a15e8969-1a25-4384-8a6e-6071f2e7e962"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a15e8969-1a25-4384-8a6e-6071f2e7e962"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a15e8969-1a25-4384-8a6e-6071f2e7e962"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a15e8969-1a25-4384-8a6e-6071f2e7e962"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c65ef97-7f5d-4e1e-9f68-b3c919c1bd3e {
  text-align: center;
}







  #s-1c65ef97-7f5d-4e1e-9f68-b3c919c1bd3e img.shogun-image {
    

    
    
    
  }


#s-1c65ef97-7f5d-4e1e-9f68-b3c919c1bd3e .shogun-image-content {
  
    align-items: center;
  
}

#s-ae22b1c1-d693-4802-89a7-f592e1bd61b1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae22b1c1-d693-4802-89a7-f592e1bd61b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-ae22b1c1-d693-4802-89a7-f592e1bd61b1 .shogun-heading-component h3 a {
  color: #000;
}


#s-14f5b20e-70af-4d25-ac90-be0740a7c136 {
  text-align: center;
}







  #s-14f5b20e-70af-4d25-ac90-be0740a7c136 img.shogun-image {
    

    
    
    
  }


#s-14f5b20e-70af-4d25-ac90-be0740a7c136 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa72fc7a-567d-44f5-bbf4-dfb330f6245b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa72fc7a-567d-44f5-bbf4-dfb330f6245b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-aa72fc7a-567d-44f5-bbf4-dfb330f6245b .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-ece5e595-e52b-4288-beca-2e8560fb201b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ece5e595-e52b-4288-beca-2e8560fb201b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ece5e595-e52b-4288-beca-2e8560fb201b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ece5e595-e52b-4288-beca-2e8560fb201b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e05f4f07-24af-4f9d-a558-e0515995ad17 {
  text-align: center;
}







  #s-e05f4f07-24af-4f9d-a558-e0515995ad17 img.shogun-image {
    

    
    
    
  }


#s-e05f4f07-24af-4f9d-a558-e0515995ad17 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f7ba9f3-a604-4e56-b0ae-9f614d32bb51 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f7ba9f3-a604-4e56-b0ae-9f614d32bb51 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-5f7ba9f3-a604-4e56-b0ae-9f614d32bb51 .shogun-heading-component h3 a {
  color: #000;
}


#s-644ae3da-d53b-4644-9d0f-78f143310a87 {
  text-align: center;
}







  #s-644ae3da-d53b-4644-9d0f-78f143310a87 img.shogun-image {
    

    
    
    
  }


#s-644ae3da-d53b-4644-9d0f-78f143310a87 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f68180b-eff8-4281-8c98-3b4ce2768d95 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f68180b-eff8-4281-8c98-3b4ce2768d95 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-3f68180b-eff8-4281-8c98-3b4ce2768d95 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-a4386a59-4dd5-45dd-a263-9d34831973f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4386a59-4dd5-45dd-a263-9d34831973f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4386a59-4dd5-45dd-a263-9d34831973f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4386a59-4dd5-45dd-a263-9d34831973f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e4263758-d39d-45a0-9360-383b67daf5db {
  text-align: center;
}







  #s-e4263758-d39d-45a0-9360-383b67daf5db img.shogun-image {
    

    
    
    
  }


#s-e4263758-d39d-45a0-9360-383b67daf5db .shogun-image-content {
  
    align-items: center;
  
}

#s-34762dcc-afbc-443f-bb8b-8c47e534cfb2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34762dcc-afbc-443f-bb8b-8c47e534cfb2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-34762dcc-afbc-443f-bb8b-8c47e534cfb2 .shogun-heading-component h3 a {
  color: #000;
}


#s-085d642f-388e-4b7b-9727-1ee1a3f83c88 {
  text-align: center;
}







  #s-085d642f-388e-4b7b-9727-1ee1a3f83c88 img.shogun-image {
    

    
    
    
  }


#s-085d642f-388e-4b7b-9727-1ee1a3f83c88 .shogun-image-content {
  
    align-items: center;
  
}

#s-493ca6b8-1ce1-4bf2-85a3-d04a22c66bbf {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-493ca6b8-1ce1-4bf2-85a3-d04a22c66bbf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-493ca6b8-1ce1-4bf2-85a3-d04a22c66bbf .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-3d8b4641-3eaa-4f30-9d9c-4e9f6bd2f23f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d8b4641-3eaa-4f30-9d9c-4e9f6bd2f23f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d8b4641-3eaa-4f30-9d9c-4e9f6bd2f23f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d8b4641-3eaa-4f30-9d9c-4e9f6bd2f23f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-f6507827-58a4-45d1-9388-0bbb88ff0a19 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b {
  text-align: left;
}



.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59e9d9c4-b5a9-47ab-bff8-1f42e409f73b img.shogun-image {
  width: 100%;
}




#s-4fd2e2d3-9473-42c9-8b40-fac2e6c0044a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fd2e2d3-9473-42c9-8b40-fac2e6c0044a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-c2cc7cae-db81-43fa-972d-3854804bed03 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}

#s-c2cc7cae-db81-43fa-972d-3854804bed03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c2cc7cae-db81-43fa-972d-3854804bed03 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c2cc7cae-db81-43fa-972d-3854804bed03 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d9d25efd-bb07-42ee-8298-552478ab1de0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d9d25efd-bb07-42ee-8298-552478ab1de0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9d25efd-bb07-42ee-8298-552478ab1de0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9d25efd-bb07-42ee-8298-552478ab1de0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9d25efd-bb07-42ee-8298-552478ab1de0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9d25efd-bb07-42ee-8298-552478ab1de0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d9d25efd-bb07-42ee-8298-552478ab1de0.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



@media (max-width: 767px){#s-9fd2adba-d403-4e33-92b1-649b4736c4a2 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-8b82c109-6961-47ec-b030-5175b822d498 {
  text-align: left;
}



.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b82c109-6961-47ec-b030-5175b822d498 img.shogun-image {
  width: 100%;
}




#s-13c3bd51-55bc-4720-95ce-84d7f252e7cc {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13c3bd51-55bc-4720-95ce-84d7f252e7cc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-9dbd4c27-2591-41ce-bf4e-95b446c7a49d {
  text-align: center;
}

#s-9dbd4c27-2591-41ce-bf4e-95b446c7a49d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9dbd4c27-2591-41ce-bf4e-95b446c7a49d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9dbd4c27-2591-41ce-bf4e-95b446c7a49d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8dd3f2f2-07c7-4aba-96f7-8043db4eb2cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8dd3f2f2-07c7-4aba-96f7-8043db4eb2cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8dd3f2f2-07c7-4aba-96f7-8043db4eb2cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8dd3f2f2-07c7-4aba-96f7-8043db4eb2cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dd3f2f2-07c7-4aba-96f7-8043db4eb2cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dd3f2f2-07c7-4aba-96f7-8043db4eb2cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8dd3f2f2-07c7-4aba-96f7-8043db4eb2cc.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



#s-dcb0359d-adad-4de7-aa0e-b2801713cf72 {
  padding-top: 50px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-dcb0359d-adad-4de7-aa0e-b2801713cf72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcb0359d-adad-4de7-aa0e-b2801713cf72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dcb0359d-adad-4de7-aa0e-b2801713cf72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcb0359d-adad-4de7-aa0e-b2801713cf72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6 {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
    
    
  }


.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
    
    
  }


.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
    
    
  }


.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
    
    
  }


.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
    
    
  }


.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1697e0cb-5d8a-48e7-89b1-c646d29a87f6.shogun-image {
  box-sizing: border-box;
}



}
#s-8384b5ba-a283-4a06-a3ab-f45452cd7475 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
}

#s-15d7f9bf-46c5-498d-8ed4-74429f77889c {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15d7f9bf-46c5-498d-8ed4-74429f77889c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-1c2fb68f-029e-4061-a282-e33a994d0816 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 18px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
max-width: 378px;
text-align: center;
background-color: rgba(224, 76, 14, 0);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
line-height: 0.5em;
}
#s-1c2fb68f-029e-4061-a282-e33a994d0816:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1c2fb68f-029e-4061-a282-e33a994d0816:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1c2fb68f-029e-4061-a282-e33a994d0816-root {
    text-align: center;
  }


#s-1c2fb68f-029e-4061-a282-e33a994d0816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c2fb68f-029e-4061-a282-e33a994d0816-root {
    text-align: center;
  }


#s-1c2fb68f-029e-4061-a282-e33a994d0816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c2fb68f-029e-4061-a282-e33a994d0816-root {
    text-align: center;
  }


#s-1c2fb68f-029e-4061-a282-e33a994d0816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c2fb68f-029e-4061-a282-e33a994d0816-root {
    text-align: center;
  }


#s-1c2fb68f-029e-4061-a282-e33a994d0816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c2fb68f-029e-4061-a282-e33a994d0816-root {
    text-align: center;
  }


#s-1c2fb68f-029e-4061-a282-e33a994d0816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-d733b977-9820-4011-ab0f-b20bda82f037 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d733b977-9820-4011-ab0f-b20bda82f037 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d733b977-9820-4011-ab0f-b20bda82f037 .shg-sld-nav-button.shg-sld-left,
#s-d733b977-9820-4011-ab0f-b20bda82f037 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8c83d6ef-dd48-4e28-93b3-342e79dee905 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-8c83d6ef-dd48-4e28-93b3-342e79dee905"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c83d6ef-dd48-4e28-93b3-342e79dee905"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c83d6ef-dd48-4e28-93b3-342e79dee905"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c83d6ef-dd48-4e28-93b3-342e79dee905"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-e3dcf080-6d8c-4247-8da4-fadf6fea19d7 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
}
}
#s-0a382b36-84ac-40de-aa78-ee9cc044165e {
  text-align: left;
}



.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a382b36-84ac-40de-aa78-ee9cc044165e img.shogun-image {
  width: 100%;
}




#s-34af1d4f-ed12-4090-9547-fa777eb6b653 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-34af1d4f-ed12-4090-9547-fa777eb6b653 {
  margin-bottom: 0px;
}
}
#s-34af1d4f-ed12-4090-9547-fa777eb6b653 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-9121c919-38ea-444f-940e-e852d9118659 {
  text-align: center;
}

#s-9121c919-38ea-444f-940e-e852d9118659 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9121c919-38ea-444f-940e-e852d9118659 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9121c919-38ea-444f-940e-e852d9118659 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2159eab4-bd1d-47b0-8c64-71b357b62f3e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2159eab4-bd1d-47b0-8c64-71b357b62f3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2159eab4-bd1d-47b0-8c64-71b357b62f3e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2159eab4-bd1d-47b0-8c64-71b357b62f3e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2159eab4-bd1d-47b0-8c64-71b357b62f3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2159eab4-bd1d-47b0-8c64-71b357b62f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2159eab4-bd1d-47b0-8c64-71b357b62f3e.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-e64246db-26a0-474e-91ae-164806d8f97b {
  text-align: left;
}



.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64246db-26a0-474e-91ae-164806d8f97b img.shogun-image {
  width: 100%;
}




#s-76487d75-81cd-4685-8918-8afc620fff8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76487d75-81cd-4685-8918-8afc620fff8a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-64568e85-a434-4834-9dbe-72276e2edad5 {
  text-align: center;
}

#s-64568e85-a434-4834-9dbe-72276e2edad5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-64568e85-a434-4834-9dbe-72276e2edad5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-64568e85-a434-4834-9dbe-72276e2edad5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c29a795f-3cc9-4601-ae13-5648bebd5394 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c29a795f-3cc9-4601-ae13-5648bebd5394:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c29a795f-3cc9-4601-ae13-5648bebd5394:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c29a795f-3cc9-4601-ae13-5648bebd5394 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c29a795f-3cc9-4601-ae13-5648bebd5394.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c29a795f-3cc9-4601-ae13-5648bebd5394.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c29a795f-3cc9-4601-ae13-5648bebd5394.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-03c8a7c2-40ab-40fc-9f35-53b55bc9707f {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 {
  text-align: left;
}



.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d380eee-7f83-4d2c-a45a-14fc0f52d9f2 img.shogun-image {
  width: 100%;
}




#s-7f0ade14-6220-4f21-b42c-32a04d0dd5b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f0ade14-6220-4f21-b42c-32a04d0dd5b2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-616f6f47-0cdf-4a94-bb9b-c8c3677b7bfe {
  text-align: center;
}

#s-616f6f47-0cdf-4a94-bb9b-c8c3677b7bfe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-616f6f47-0cdf-4a94-bb9b-c8c3677b7bfe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-616f6f47-0cdf-4a94-bb9b-c8c3677b7bfe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f902c104-0041-43f0-823b-f32adb1cadca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f902c104-0041-43f0-823b-f32adb1cadca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f902c104-0041-43f0-823b-f32adb1cadca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f902c104-0041-43f0-823b-f32adb1cadca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f902c104-0041-43f0-823b-f32adb1cadca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f902c104-0041-43f0-823b-f32adb1cadca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f902c104-0041-43f0-823b-f32adb1cadca.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-03aed1c8-40b9-41de-b76b-40d96e1481ec {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-03aed1c8-40b9-41de-b76b-40d96e1481ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03aed1c8-40b9-41de-b76b-40d96e1481ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03aed1c8-40b9-41de-b76b-40d96e1481ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03aed1c8-40b9-41de-b76b-40d96e1481ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-50a96e8a-baff-4b91-9101-850db66ebf2d {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
}
}
#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 {
  text-align: left;
}



.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2158ddda-1a9c-4a0f-80db-4bb9b609bb17 img.shogun-image {
  width: 100%;
}




#s-b50987f5-a8ef-46b4-b41e-a53927ad9d26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b50987f5-a8ef-46b4-b41e-a53927ad9d26 {
  margin-bottom: 0px;
}
}
#s-b50987f5-a8ef-46b4-b41e-a53927ad9d26 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-4d8e6d3b-0fe8-4776-b0e2-780de6b09e59 {
  text-align: center;
}

#s-4d8e6d3b-0fe8-4776-b0e2-780de6b09e59 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d8e6d3b-0fe8-4776-b0e2-780de6b09e59 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4d8e6d3b-0fe8-4776-b0e2-780de6b09e59 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eb57ccb3-9a7e-4422-ab25-04ffa44fb083 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-eb57ccb3-9a7e-4422-ab25-04ffa44fb083:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb57ccb3-9a7e-4422-ab25-04ffa44fb083:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb57ccb3-9a7e-4422-ab25-04ffa44fb083 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb57ccb3-9a7e-4422-ab25-04ffa44fb083.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb57ccb3-9a7e-4422-ab25-04ffa44fb083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb57ccb3-9a7e-4422-ab25-04ffa44fb083.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 {
  text-align: left;
}



.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0dad56b-6a4f-41be-a884-1c9846bffab3 img.shogun-image {
  width: 100%;
}




#s-70ca6662-e199-43d5-9ec1-55bbf3cebe1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70ca6662-e199-43d5-9ec1-55bbf3cebe1a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-3f1f10dc-c20f-4009-94eb-8561701af347 {
  text-align: center;
}

#s-3f1f10dc-c20f-4009-94eb-8561701af347 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f1f10dc-c20f-4009-94eb-8561701af347 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3f1f10dc-c20f-4009-94eb-8561701af347 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d082b61d-6f6b-4345-9d79-602c93bef01d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d082b61d-6f6b-4345-9d79-602c93bef01d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d082b61d-6f6b-4345-9d79-602c93bef01d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d082b61d-6f6b-4345-9d79-602c93bef01d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d082b61d-6f6b-4345-9d79-602c93bef01d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d082b61d-6f6b-4345-9d79-602c93bef01d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d082b61d-6f6b-4345-9d79-602c93bef01d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-61803cd8-955e-448e-a72d-21424fa3b017 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 {
  text-align: left;
}



.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9085455-b03b-4eb7-a9c6-cb8f197e60b0 img.shogun-image {
  width: 100%;
}




#s-d7f7ef12-fe24-4998-b55e-2e5ec5bca980 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7f7ef12-fe24-4998-b55e-2e5ec5bca980 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-fe3ede1f-067b-4707-84bc-4dc35208cb2b {
  text-align: center;
}

#s-fe3ede1f-067b-4707-84bc-4dc35208cb2b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fe3ede1f-067b-4707-84bc-4dc35208cb2b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-fe3ede1f-067b-4707-84bc-4dc35208cb2b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bde12840-56b9-4f93-ab3b-488c617ef6e0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bde12840-56b9-4f93-ab3b-488c617ef6e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bde12840-56b9-4f93-ab3b-488c617ef6e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bde12840-56b9-4f93-ab3b-488c617ef6e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bde12840-56b9-4f93-ab3b-488c617ef6e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bde12840-56b9-4f93-ab3b-488c617ef6e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bde12840-56b9-4f93-ab3b-488c617ef6e0.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-2d6aef57-12eb-4649-b945-3f1269a234e3 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-2d6aef57-12eb-4649-b945-3f1269a234e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d6aef57-12eb-4649-b945-3f1269a234e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d6aef57-12eb-4649-b945-3f1269a234e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d6aef57-12eb-4649-b945-3f1269a234e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-b2954d9a-14d7-4ac2-b2b8-af7fb48f58a9 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
}
}
#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f {
  text-align: left;
}



.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2858d8a9-b0f0-4762-a5fb-0fed053cbb4f img.shogun-image {
  width: 100%;
}




#s-c0ac831d-d84d-4d89-a12e-243b532c0849 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c0ac831d-d84d-4d89-a12e-243b532c0849 {
  margin-bottom: 0px;
}
}
#s-c0ac831d-d84d-4d89-a12e-243b532c0849 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-fec5b329-7fa5-43e2-9318-b5927cdf17c0 {
  text-align: center;
}

#s-fec5b329-7fa5-43e2-9318-b5927cdf17c0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fec5b329-7fa5-43e2-9318-b5927cdf17c0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-fec5b329-7fa5-43e2-9318-b5927cdf17c0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-506284ea-d876-432e-b3f5-96116528bbb9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-506284ea-d876-432e-b3f5-96116528bbb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-506284ea-d876-432e-b3f5-96116528bbb9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-506284ea-d876-432e-b3f5-96116528bbb9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-506284ea-d876-432e-b3f5-96116528bbb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-506284ea-d876-432e-b3f5-96116528bbb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-506284ea-d876-432e-b3f5-96116528bbb9.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 {
  text-align: left;
}



.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6340ab76-f97e-4d48-889f-37cdcdfb9c67 img.shogun-image {
  width: 100%;
}




#s-c6a4c207-0548-4219-a589-b0759fc8f7c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6a4c207-0548-4219-a589-b0759fc8f7c8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5f2a3aa7-55b7-4d73-9e4d-48f53926fcf1 {
  text-align: center;
}

#s-5f2a3aa7-55b7-4d73-9e4d-48f53926fcf1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5f2a3aa7-55b7-4d73-9e4d-48f53926fcf1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5f2a3aa7-55b7-4d73-9e4d-48f53926fcf1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b173aea8-1304-4d01-9208-78554e6776ab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b173aea8-1304-4d01-9208-78554e6776ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b173aea8-1304-4d01-9208-78554e6776ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b173aea8-1304-4d01-9208-78554e6776ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b173aea8-1304-4d01-9208-78554e6776ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b173aea8-1304-4d01-9208-78554e6776ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b173aea8-1304-4d01-9208-78554e6776ab.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-c0642187-6439-4a5a-84d3-b8e4f2f71424 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 {
  text-align: left;
}



.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f76020-2ecd-4806-9b22-f6b3bc9969b7 img.shogun-image {
  width: 100%;
}




#s-c3aa2c7d-4102-4dc8-adf6-451da07448a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3aa2c7d-4102-4dc8-adf6-451da07448a8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-4ef99add-9eb4-48b1-a251-8b1959902d70 {
  text-align: center;
}

#s-4ef99add-9eb4-48b1-a251-8b1959902d70 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4ef99add-9eb4-48b1-a251-8b1959902d70 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4ef99add-9eb4-48b1-a251-8b1959902d70 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f85fb04-807d-433e-8b68-79099fb9f817 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8f85fb04-807d-433e-8b68-79099fb9f817:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f85fb04-807d-433e-8b68-79099fb9f817:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f85fb04-807d-433e-8b68-79099fb9f817 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f85fb04-807d-433e-8b68-79099fb9f817.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f85fb04-807d-433e-8b68-79099fb9f817.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8f85fb04-807d-433e-8b68-79099fb9f817.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-dce33759-ed58-4562-9996-319e10aa4572 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-dce33759-ed58-4562-9996-319e10aa4572"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dce33759-ed58-4562-9996-319e10aa4572"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dce33759-ed58-4562-9996-319e10aa4572"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dce33759-ed58-4562-9996-319e10aa4572"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-c8784df2-4f9b-46ba-be5e-fedc38a055bd {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
}
}
#s-eab34107-094a-4a36-8429-ee07d71d107b {
  text-align: left;
}



.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab34107-094a-4a36-8429-ee07d71d107b img.shogun-image {
  width: 100%;
}




#s-e38cb90f-f4ef-4694-8cc5-0744eb0fa91b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e38cb90f-f4ef-4694-8cc5-0744eb0fa91b {
  margin-bottom: 0px;
}
}
#s-e38cb90f-f4ef-4694-8cc5-0744eb0fa91b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e9361d68-5641-45a5-8d84-4a06554855d7 {
  text-align: center;
}

#s-e9361d68-5641-45a5-8d84-4a06554855d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e9361d68-5641-45a5-8d84-4a06554855d7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e9361d68-5641-45a5-8d84-4a06554855d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3a395421-e566-4dc9-bb15-97480643f424 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3a395421-e566-4dc9-bb15-97480643f424:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a395421-e566-4dc9-bb15-97480643f424:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3a395421-e566-4dc9-bb15-97480643f424 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a395421-e566-4dc9-bb15-97480643f424.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a395421-e566-4dc9-bb15-97480643f424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3a395421-e566-4dc9-bb15-97480643f424.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a {
  text-align: left;
}



.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f5612e0-8c4d-4d51-9c81-916a8979ca0a img.shogun-image {
  width: 100%;
}




#s-b5a13839-46a3-43d9-8656-9c8537df4e9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5a13839-46a3-43d9-8656-9c8537df4e9f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-58aec528-d9b3-475b-bc26-f4b1006997ef {
  text-align: center;
}

#s-58aec528-d9b3-475b-bc26-f4b1006997ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-58aec528-d9b3-475b-bc26-f4b1006997ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-58aec528-d9b3-475b-bc26-f4b1006997ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-78d89f4f-47fa-4309-884c-6b4d6686a5f8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-78d89f4f-47fa-4309-884c-6b4d6686a5f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78d89f4f-47fa-4309-884c-6b4d6686a5f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78d89f4f-47fa-4309-884c-6b4d6686a5f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78d89f4f-47fa-4309-884c-6b4d6686a5f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78d89f4f-47fa-4309-884c-6b4d6686a5f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-78d89f4f-47fa-4309-884c-6b4d6686a5f8.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-d51cba62-ed15-4dea-8813-01249e680736 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a {
  text-align: left;
}



.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2b1dfed-472e-47b0-b857-8431cbed3d0a img.shogun-image {
  width: 100%;
}




#s-e600b7b8-b395-45a8-88ce-bfdddf281652 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e600b7b8-b395-45a8-88ce-bfdddf281652 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-8613d65c-fbdd-4834-b045-d92d922e3002 {
  text-align: center;
}

#s-8613d65c-fbdd-4834-b045-d92d922e3002 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8613d65c-fbdd-4834-b045-d92d922e3002 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8613d65c-fbdd-4834-b045-d92d922e3002 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d3f19707-eb26-403c-8e6e-2441b9e7d1e6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d3f19707-eb26-403c-8e6e-2441b9e7d1e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3f19707-eb26-403c-8e6e-2441b9e7d1e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d3f19707-eb26-403c-8e6e-2441b9e7d1e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3f19707-eb26-403c-8e6e-2441b9e7d1e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3f19707-eb26-403c-8e6e-2441b9e7d1e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d3f19707-eb26-403c-8e6e-2441b9e7d1e6.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (min-width: 0px) {
[id="s-498031aa-dee9-4d91-ae35-a0e112b1be29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-498031aa-dee9-4d91-ae35-a0e112b1be29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-498031aa-dee9-4d91-ae35-a0e112b1be29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-498031aa-dee9-4d91-ae35-a0e112b1be29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-a4722acd-1cbf-44cf-a055-79da0fe86fb8 {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 {
  text-align: left;
}



.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43e6399b-5b5b-4b6e-b729-52fd8f968695 img.shogun-image {
  width: 100%;
}



}
#s-8b573ed7-ea2d-4d41-b529-61924156d265 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b573ed7-ea2d-4d41-b529-61924156d265 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-013a266c-f79b-40fd-afd7-fa3cbf954ffd {
  text-align: center;
}

#s-013a266c-f79b-40fd-afd7-fa3cbf954ffd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-013a266c-f79b-40fd-afd7-fa3cbf954ffd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-013a266c-f79b-40fd-afd7-fa3cbf954ffd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0577aa20-66f0-4d7e-a341-0adf78d6a4be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0577aa20-66f0-4d7e-a341-0adf78d6a4be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0577aa20-66f0-4d7e-a341-0adf78d6a4be:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0577aa20-66f0-4d7e-a341-0adf78d6a4be {
  padding-top: 10px;
padding-bottom: 10px;
}
}


#s-0577aa20-66f0-4d7e-a341-0adf78d6a4be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0577aa20-66f0-4d7e-a341-0adf78d6a4be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0577aa20-66f0-4d7e-a341-0adf78d6a4be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0577aa20-66f0-4d7e-a341-0adf78d6a4be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 {
  text-align: left;
}



.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee300921-3b85-4fdb-964c-d6ff428b23d2 img.shogun-image {
  width: 100%;
}



}
#s-be85e143-384a-48c6-b0e9-2df4c74764a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be85e143-384a-48c6-b0e9-2df4c74764a6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a90b99e7-9798-46dc-a97d-926ef6adc502 {
  text-align: center;
}

#s-a90b99e7-9798-46dc-a97d-926ef6adc502 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a90b99e7-9798-46dc-a97d-926ef6adc502 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a90b99e7-9798-46dc-a97d-926ef6adc502 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68fc0f54-8cf9-4ec6-8537-108efbd67b7b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-68fc0f54-8cf9-4ec6-8537-108efbd67b7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68fc0f54-8cf9-4ec6-8537-108efbd67b7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68fc0f54-8cf9-4ec6-8537-108efbd67b7b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68fc0f54-8cf9-4ec6-8537-108efbd67b7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68fc0f54-8cf9-4ec6-8537-108efbd67b7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68fc0f54-8cf9-4ec6-8537-108efbd67b7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-a7cf46eb-ddc6-4c8a-b697-ecf483b28689"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7cf46eb-ddc6-4c8a-b697-ecf483b28689"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7cf46eb-ddc6-4c8a-b697-ecf483b28689"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7cf46eb-ddc6-4c8a-b697-ecf483b28689"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-5e2bc673-b4a2-48cc-8da1-943d6d7de3f4 {
  padding-bottom: 15px;
}
}
#s-2d574437-04e9-4e50-819e-903767b7deea {
  text-align: left;
}



.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d574437-04e9-4e50-819e-903767b7deea img.shogun-image {
  width: 100%;
}



}
#s-157ad96e-8e11-4350-b56f-98070d95b749 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-157ad96e-8e11-4350-b56f-98070d95b749 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e980471c-b734-4453-86c9-5ab160e16b07 {
  text-align: center;
}

#s-e980471c-b734-4453-86c9-5ab160e16b07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e980471c-b734-4453-86c9-5ab160e16b07 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e980471c-b734-4453-86c9-5ab160e16b07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d82892b3-f6dd-442c-8b6c-3563b5f9a461 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d82892b3-f6dd-442c-8b6c-3563b5f9a461:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d82892b3-f6dd-442c-8b6c-3563b5f9a461:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d82892b3-f6dd-442c-8b6c-3563b5f9a461 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d82892b3-f6dd-442c-8b6c-3563b5f9a461.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d82892b3-f6dd-442c-8b6c-3563b5f9a461.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d82892b3-f6dd-442c-8b6c-3563b5f9a461.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-1dd163a9-6fd8-4700-b692-06e3b599c651 {
  padding-bottom: 15px;
}
}
#s-87992950-1e0b-4eb6-b079-106fae7de7dd {
  text-align: left;
}



.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87992950-1e0b-4eb6-b079-106fae7de7dd img.shogun-image {
  width: 100%;
}



}
#s-f050d3ce-f3e3-452f-85ba-9803f942ae77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f050d3ce-f3e3-452f-85ba-9803f942ae77 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-0e3eda08-b6be-43ed-a357-87654b162f75 {
  text-align: center;
}

#s-0e3eda08-b6be-43ed-a357-87654b162f75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0e3eda08-b6be-43ed-a357-87654b162f75 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0e3eda08-b6be-43ed-a357-87654b162f75 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b297738b-7499-4a9f-8c9a-cc8c9fe8e4ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b297738b-7499-4a9f-8c9a-cc8c9fe8e4ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b297738b-7499-4a9f-8c9a-cc8c9fe8e4ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b297738b-7499-4a9f-8c9a-cc8c9fe8e4ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b297738b-7499-4a9f-8c9a-cc8c9fe8e4ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b297738b-7499-4a9f-8c9a-cc8c9fe8e4ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b297738b-7499-4a9f-8c9a-cc8c9fe8e4ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ca3ead4-c461-49b1-bdc6-fec021255502 {
  text-align: left;
}



.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ca3ead4-c461-49b1-bdc6-fec021255502 img.shogun-image {
  width: 100%;
}



}
#s-ac21ff5c-044a-4610-9d12-eaa3b749e40b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac21ff5c-044a-4610-9d12-eaa3b749e40b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-97ac9885-8a2e-4a34-be1a-5fde1ef425b1 {
  text-align: center;
}

#s-97ac9885-8a2e-4a34-be1a-5fde1ef425b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-97ac9885-8a2e-4a34-be1a-5fde1ef425b1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-97ac9885-8a2e-4a34-be1a-5fde1ef425b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0ac4f9de-0f1a-4f37-bfc1-eb2009eda15c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0ac4f9de-0f1a-4f37-bfc1-eb2009eda15c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ac4f9de-0f1a-4f37-bfc1-eb2009eda15c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0ac4f9de-0f1a-4f37-bfc1-eb2009eda15c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ac4f9de-0f1a-4f37-bfc1-eb2009eda15c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ac4f9de-0f1a-4f37-bfc1-eb2009eda15c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0ac4f9de-0f1a-4f37-bfc1-eb2009eda15c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-bbbe3f70-3dac-4c83-9c87-112670641161"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbbe3f70-3dac-4c83-9c87-112670641161"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bbbe3f70-3dac-4c83-9c87-112670641161"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbbe3f70-3dac-4c83-9c87-112670641161"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-db9720e5-edcc-46c8-ba61-0f993a9b9814 {
  padding-bottom: 15px;
}
}
#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 {
  text-align: left;
}



.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bcc0eb0-1a29-480c-a416-5678bffc8585 img.shogun-image {
  width: 100%;
}



}
#s-45e9628f-4923-4981-90ef-2ecca7a9474a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45e9628f-4923-4981-90ef-2ecca7a9474a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-ab3a5b97-affc-45bb-aa74-3875e966c239 {
  text-align: center;
}

#s-ab3a5b97-affc-45bb-aa74-3875e966c239 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ab3a5b97-affc-45bb-aa74-3875e966c239 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ab3a5b97-affc-45bb-aa74-3875e966c239 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89fd7256-1301-4f8c-a921-ba95bf02c6a2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-89fd7256-1301-4f8c-a921-ba95bf02c6a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89fd7256-1301-4f8c-a921-ba95bf02c6a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89fd7256-1301-4f8c-a921-ba95bf02c6a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89fd7256-1301-4f8c-a921-ba95bf02c6a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89fd7256-1301-4f8c-a921-ba95bf02c6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89fd7256-1301-4f8c-a921-ba95bf02c6a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-476dd774-b272-459d-9f0b-654ff6ac1b54 {
  padding-bottom: 15px;
}
}
#s-acbb2d3d-9833-4874-8851-532c766b06f8 {
  text-align: left;
}



.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb2d3d-9833-4874-8851-532c766b06f8 img.shogun-image {
  width: 100%;
}



}
#s-da66c3f8-467f-439f-ad45-3b8d298e6187 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da66c3f8-467f-439f-ad45-3b8d298e6187 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a40ac378-090d-46bb-b4c1-e15ddb0b0b15 {
  text-align: center;
}

#s-a40ac378-090d-46bb-b4c1-e15ddb0b0b15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a40ac378-090d-46bb-b4c1-e15ddb0b0b15 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a40ac378-090d-46bb-b4c1-e15ddb0b0b15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d0c11f2-df72-4031-8e90-fc0d342b5d70 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d0c11f2-df72-4031-8e90-fc0d342b5d70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d0c11f2-df72-4031-8e90-fc0d342b5d70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d0c11f2-df72-4031-8e90-fc0d342b5d70 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d0c11f2-df72-4031-8e90-fc0d342b5d70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d0c11f2-df72-4031-8e90-fc0d342b5d70.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d0c11f2-df72-4031-8e90-fc0d342b5d70.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d98e9b48-c447-4abf-a724-c2c6400e5abf {
  text-align: left;
}



.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98e9b48-c447-4abf-a724-c2c6400e5abf img.shogun-image {
  width: 100%;
}



}
#s-7449900f-534b-46b8-9921-2bf9f720afee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7449900f-534b-46b8-9921-2bf9f720afee .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-ec818673-85d5-43e8-8e70-19f2b70ab2c9 {
  text-align: center;
}

#s-ec818673-85d5-43e8-8e70-19f2b70ab2c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ec818673-85d5-43e8-8e70-19f2b70ab2c9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ec818673-85d5-43e8-8e70-19f2b70ab2c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89bbc509-347a-48ad-bb25-0d8ea03bab1b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-89bbc509-347a-48ad-bb25-0d8ea03bab1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89bbc509-347a-48ad-bb25-0d8ea03bab1b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89bbc509-347a-48ad-bb25-0d8ea03bab1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89bbc509-347a-48ad-bb25-0d8ea03bab1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89bbc509-347a-48ad-bb25-0d8ea03bab1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89bbc509-347a-48ad-bb25-0d8ea03bab1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-a51aca41-8aa8-4e67-89b8-de624b59519f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a51aca41-8aa8-4e67-89b8-de624b59519f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a51aca41-8aa8-4e67-89b8-de624b59519f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a51aca41-8aa8-4e67-89b8-de624b59519f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-83f20518-7591-495d-ad58-ec8afcb42013 {
  text-align: left;
}



.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f20518-7591-495d-ad58-ec8afcb42013 img.shogun-image {
  width: 100%;
}



}
#s-ace7ddeb-4b62-41fe-a594-f8de67938313 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ace7ddeb-4b62-41fe-a594-f8de67938313 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-bd30c43c-1d1a-400f-9ebd-f0ff76a4e9b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd30c43c-1d1a-400f-9ebd-f0ff76a4e9b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd30c43c-1d1a-400f-9ebd-f0ff76a4e9b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd30c43c-1d1a-400f-9ebd-f0ff76a4e9b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-eef9afde-500b-4efb-b17b-4132f16f726f {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-35a558a5-7e78-4779-bcd2-b35023cab19f {
  text-align: left;
}



.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a558a5-7e78-4779-bcd2-b35023cab19f img.shogun-image {
  width: 100%;
}



}
#s-e3df05a8-aeb5-4a5e-a40f-52610cebb9f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3df05a8-aeb5-4a5e-a40f-52610cebb9f6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-25476670-0b5a-496d-8e46-8f7890262184 {
  text-align: center;
}

#s-25476670-0b5a-496d-8e46-8f7890262184 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-25476670-0b5a-496d-8e46-8f7890262184 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-25476670-0b5a-496d-8e46-8f7890262184 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-871e686c-edc9-440b-aad1-14a5f9b9b91e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-871e686c-edc9-440b-aad1-14a5f9b9b91e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-871e686c-edc9-440b-aad1-14a5f9b9b91e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-871e686c-edc9-440b-aad1-14a5f9b9b91e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-871e686c-edc9-440b-aad1-14a5f9b9b91e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-871e686c-edc9-440b-aad1-14a5f9b9b91e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-871e686c-edc9-440b-aad1-14a5f9b9b91e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-e8629e58-4f11-4d00-8ee8-6e9f24cbd1ef {
  padding-bottom: 15px;
}
}
#s-e9791650-f11e-48f3-93fb-9c0bad335c61 {
  text-align: left;
}



.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9791650-f11e-48f3-93fb-9c0bad335c61 img.shogun-image {
  width: 100%;
}



}
#s-5f4e70a5-1856-4dad-b8a9-32e0f28e2a14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f4e70a5-1856-4dad-b8a9-32e0f28e2a14 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-716f74b9-59db-4fba-b3d7-2dd84e7490ca {
  text-align: center;
}

#s-716f74b9-59db-4fba-b3d7-2dd84e7490ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-716f74b9-59db-4fba-b3d7-2dd84e7490ca .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-716f74b9-59db-4fba-b3d7-2dd84e7490ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-068c71ac-7aba-4b43-9dfd-114eb5fd10f3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-068c71ac-7aba-4b43-9dfd-114eb5fd10f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-068c71ac-7aba-4b43-9dfd-114eb5fd10f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-068c71ac-7aba-4b43-9dfd-114eb5fd10f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-068c71ac-7aba-4b43-9dfd-114eb5fd10f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-068c71ac-7aba-4b43-9dfd-114eb5fd10f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-068c71ac-7aba-4b43-9dfd-114eb5fd10f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a {
  text-align: left;
}



.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3551ad-2e05-4cbe-82fe-cf8d87ac410a img.shogun-image {
  width: 100%;
}



}
#s-29c56568-0b60-4aa6-88f8-ff9848ee367d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29c56568-0b60-4aa6-88f8-ff9848ee367d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-54d4c9c5-705a-482d-a1dc-42d4c3eed8d9 {
  text-align: center;
}

#s-54d4c9c5-705a-482d-a1dc-42d4c3eed8d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-54d4c9c5-705a-482d-a1dc-42d4c3eed8d9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-54d4c9c5-705a-482d-a1dc-42d4c3eed8d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4e44640-e9ab-4c34-9a45-49b235af777b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f4e44640-e9ab-4c34-9a45-49b235af777b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4e44640-e9ab-4c34-9a45-49b235af777b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4e44640-e9ab-4c34-9a45-49b235af777b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4e44640-e9ab-4c34-9a45-49b235af777b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4e44640-e9ab-4c34-9a45-49b235af777b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f4e44640-e9ab-4c34-9a45-49b235af777b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-f37e1703-36a8-4ff1-806e-cbf41b35164e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f37e1703-36a8-4ff1-806e-cbf41b35164e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f37e1703-36a8-4ff1-806e-cbf41b35164e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f37e1703-36a8-4ff1-806e-cbf41b35164e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-d96e7f32-c8a7-4a04-b1b6-20e8a06fb651 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 {
  text-align: left;
}



.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbc769f2-f5a0-4dd4-9fa2-86c535be9c24 img.shogun-image {
  width: 100%;
}




#s-c0c56075-5777-4736-a9c1-ab7e09cf0d58 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0c56075-5777-4736-a9c1-ab7e09cf0d58 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-74b7a6d1-0003-4e09-bf5f-0fd98c9ec9a4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}

#s-74b7a6d1-0003-4e09-bf5f-0fd98c9ec9a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-74b7a6d1-0003-4e09-bf5f-0fd98c9ec9a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-74b7a6d1-0003-4e09-bf5f-0fd98c9ec9a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4fd34b67-cc9f-476b-a1bc-d858e1462504 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4fd34b67-cc9f-476b-a1bc-d858e1462504:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4fd34b67-cc9f-476b-a1bc-d858e1462504:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4fd34b67-cc9f-476b-a1bc-d858e1462504 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fd34b67-cc9f-476b-a1bc-d858e1462504.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fd34b67-cc9f-476b-a1bc-d858e1462504.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4fd34b67-cc9f-476b-a1bc-d858e1462504.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



#s-82bbe2b8-a314-42a2-b56e-18c4bd8325ea {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-82bbe2b8-a314-42a2-b56e-18c4bd8325ea .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-be0982d5-d505-444f-bd7c-d4a71f04de82 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-be0982d5-d505-444f-bd7c-d4a71f04de82 img.shogun-image {
    

    
    
    
  }


#s-be0982d5-d505-444f-bd7c-d4a71f04de82 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2f56cc9-85cd-4549-9133-16dcf49b35ac {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-c2f56cc9-85cd-4549-9133-16dcf49b35ac .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c2f56cc9-85cd-4549-9133-16dcf49b35ac .shg-sld-nav-button.shg-sld-left,
#s-c2f56cc9-85cd-4549-9133-16dcf49b35ac .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d49bb616-552e-4edb-bc11-aa858aaa29ef {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-d49bb616-552e-4edb-bc11-aa858aaa29ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d49bb616-552e-4edb-bc11-aa858aaa29ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d49bb616-552e-4edb-bc11-aa858aaa29ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d49bb616-552e-4edb-bc11-aa858aaa29ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dfd1d297-04a1-4159-a72b-73a7ce52a1ce {
  text-align: center;
}







  #s-dfd1d297-04a1-4159-a72b-73a7ce52a1ce img.shogun-image {
    

    
    
    
  }


#s-dfd1d297-04a1-4159-a72b-73a7ce52a1ce .shogun-image-content {
  
    align-items: center;
  
}

#s-597817c0-f8af-4359-8191-526fe2e39948 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-597817c0-f8af-4359-8191-526fe2e39948 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-597817c0-f8af-4359-8191-526fe2e39948 .shogun-heading-component h3 a {
  color: #000;
}


#s-3c9e9736-e71b-4e36-b02c-3bce8df6a9e1 {
  text-align: center;
}







  #s-3c9e9736-e71b-4e36-b02c-3bce8df6a9e1 img.shogun-image {
    

    
    
    
  }


#s-3c9e9736-e71b-4e36-b02c-3bce8df6a9e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef85780e-a4f9-45fe-ad62-4834abcda3ff {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef85780e-a4f9-45fe-ad62-4834abcda3ff .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-ef85780e-a4f9-45fe-ad62-4834abcda3ff .shogun-heading-component h3 a {
  color: #000;
}


#s-42baedc3-4744-42f9-a649-3230485c9cad {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-42baedc3-4744-42f9-a649-3230485c9cad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42baedc3-4744-42f9-a649-3230485c9cad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42baedc3-4744-42f9-a649-3230485c9cad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42baedc3-4744-42f9-a649-3230485c9cad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-947c2b5b-dfe1-4df4-88b1-af0368a66fe3 {
  text-align: center;
}







  #s-947c2b5b-dfe1-4df4-88b1-af0368a66fe3 img.shogun-image {
    

    
    
    
  }


#s-947c2b5b-dfe1-4df4-88b1-af0368a66fe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b39dd904-99fe-427f-bf35-0d2c3ada263b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b39dd904-99fe-427f-bf35-0d2c3ada263b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-b39dd904-99fe-427f-bf35-0d2c3ada263b .shogun-heading-component h3 a {
  color: #000;
}


#s-e63ef1da-3dd5-4838-8b87-3a4404a1ef38 {
  text-align: center;
}







  #s-e63ef1da-3dd5-4838-8b87-3a4404a1ef38 img.shogun-image {
    

    
    
    
  }


#s-e63ef1da-3dd5-4838-8b87-3a4404a1ef38 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fc99f9f-bebf-4db1-9d60-6a01dbbca7d8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fc99f9f-bebf-4db1-9d60-6a01dbbca7d8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-7fc99f9f-bebf-4db1-9d60-6a01dbbca7d8 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-5d78ee92-11db-4e22-ad32-45bc11e46ff5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d78ee92-11db-4e22-ad32-45bc11e46ff5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d78ee92-11db-4e22-ad32-45bc11e46ff5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d78ee92-11db-4e22-ad32-45bc11e46ff5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e810200-8443-4fb9-9f89-446b73a39d8b {
  text-align: center;
}







  #s-2e810200-8443-4fb9-9f89-446b73a39d8b img.shogun-image {
    

    
    
    
  }


#s-2e810200-8443-4fb9-9f89-446b73a39d8b .shogun-image-content {
  
    align-items: center;
  
}

#s-62e5bd1c-bd44-41c1-9cdd-d005637f2067 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62e5bd1c-bd44-41c1-9cdd-d005637f2067 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-62e5bd1c-bd44-41c1-9cdd-d005637f2067 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-8d9e43a7-0304-429b-ada8-6ea1afc04284"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d9e43a7-0304-429b-ada8-6ea1afc04284"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d9e43a7-0304-429b-ada8-6ea1afc04284"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d9e43a7-0304-429b-ada8-6ea1afc04284"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-58fb32b4-fe7b-4bf8-94c2-fc49807a1daa {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 {
  text-align: left;
}



.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3bfd5b0-829c-4c16-8ac4-1f2cc8461d30 img.shogun-image {
  width: 100%;
}




#s-b3033853-ec60-4b0d-ab63-d02fd53ce41f {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3033853-ec60-4b0d-ab63-d02fd53ce41f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-58bf64f3-3290-4898-b727-9a262279c11c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}

#s-58bf64f3-3290-4898-b727-9a262279c11c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-58bf64f3-3290-4898-b727-9a262279c11c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-58bf64f3-3290-4898-b727-9a262279c11c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5c4f4826-5c49-4771-b46d-e4c2a2cac256 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5c4f4826-5c49-4771-b46d-e4c2a2cac256:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c4f4826-5c49-4771-b46d-e4c2a2cac256:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c4f4826-5c49-4771-b46d-e4c2a2cac256 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c4f4826-5c49-4771-b46d-e4c2a2cac256.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c4f4826-5c49-4771-b46d-e4c2a2cac256.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5c4f4826-5c49-4771-b46d-e4c2a2cac256.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



@media (max-width: 767px){#s-66d6c304-51d8-4659-9bbf-46f745228880 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-39d4ead9-3de3-4c57-b760-d985f205f9aa {
  text-align: left;
}



.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa img.shogun-image {
  width: 100%;
}



}

.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d4ead9-3de3-4c57-b760-d985f205f9aa img.shogun-image {
  width: 100%;
}




#s-4e7d76fe-b0d0-4b1e-a2a7-755b9724ac18 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e7d76fe-b0d0-4b1e-a2a7-755b9724ac18 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-c3cc9363-0540-4340-98a4-32bf3f4b05d6 {
  text-align: center;
}

#s-c3cc9363-0540-4340-98a4-32bf3f4b05d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c3cc9363-0540-4340-98a4-32bf3f4b05d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c3cc9363-0540-4340-98a4-32bf3f4b05d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4dadb050-3c04-4db0-b466-4070a2fae767 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4dadb050-3c04-4db0-b466-4070a2fae767:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dadb050-3c04-4db0-b466-4070a2fae767:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4dadb050-3c04-4db0-b466-4070a2fae767 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4dadb050-3c04-4db0-b466-4070a2fae767.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4dadb050-3c04-4db0-b466-4070a2fae767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4dadb050-3c04-4db0-b466-4070a2fae767.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



#s-b679fb07-9f72-45d8-9b4c-63fa7a0968fa {
  padding-top: 50px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-b679fb07-9f72-45d8-9b4c-63fa7a0968fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b679fb07-9f72-45d8-9b4c-63fa7a0968fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b679fb07-9f72-45d8-9b4c-63fa7a0968fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b679fb07-9f72-45d8-9b4c-63fa7a0968fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
    
    
  }


.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
    
    
  }


.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
    
    
  }


.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
    
    
  }


.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
    
    
  }


.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf295be-8f2e-46d4-b47a-7319e2c80f6a.shogun-image {
  box-sizing: border-box;
}



}
#s-4c5d31ad-3b86-467c-b8ce-a1afc1a7674a {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
}

#s-280361bc-f3cb-4ceb-9801-84156de5268c {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-280361bc-f3cb-4ceb-9801-84156de5268c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 18px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
max-width: 378px;
text-align: center;
background-color: rgba(224, 76, 14, 0);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
line-height: 0.5em;
}
#s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065-root {
    text-align: center;
  }


#s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065-root {
    text-align: center;
  }


#s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065-root {
    text-align: center;
  }


#s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065-root {
    text-align: center;
  }


#s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065-root {
    text-align: center;
  }


#s-c3b8b01f-3b57-4b6c-9e11-b60f9886a065.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-8d8b04ed-2669-4dbc-8d7b-20fc0423cfdc {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-8d8b04ed-2669-4dbc-8d7b-20fc0423cfdc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-49e02791-20a0-4c31-9f13-de0ac3f89119 {
  padding-bottom: 20px;
text-align: center;
}







  img.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
    
    
  }


.s-49e02791-20a0-4c31-9f13-de0ac3f89119 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
    
    
  }


.s-49e02791-20a0-4c31-9f13-de0ac3f89119 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
  box-sizing: border-box;
}



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





  img.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
    
    
  }


.s-49e02791-20a0-4c31-9f13-de0ac3f89119 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
  box-sizing: border-box;
}



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





  img.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
    
    
  }


.s-49e02791-20a0-4c31-9f13-de0ac3f89119 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
  box-sizing: border-box;
}



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





  img.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
    
    
  }


.s-49e02791-20a0-4c31-9f13-de0ac3f89119 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e02791-20a0-4c31-9f13-de0ac3f89119.shogun-image {
  box-sizing: border-box;
}



}
#s-8b5ce034-119c-4edc-b161-be83486db320 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-8b5ce034-119c-4edc-b161-be83486db320 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-833b56a4-acaf-4574-a82c-74b3ed48c94f {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-833b56a4-acaf-4574-a82c-74b3ed48c94f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7d792ba7-fd54-4f49-8209-e65540995189 {
  padding-top: 10px;
padding-bottom: 30px;
}

#s-7d792ba7-fd54-4f49-8209-e65540995189 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7d792ba7-fd54-4f49-8209-e65540995189 .shg-sld-nav-button.shg-sld-left,
#s-7d792ba7-fd54-4f49-8209-e65540995189 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-dfe2e86f-28b7-44fc-b95f-6572a29f7793 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-dfe2e86f-28b7-44fc-b95f-6572a29f7793"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfe2e86f-28b7-44fc-b95f-6572a29f7793"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dfe2e86f-28b7-44fc-b95f-6572a29f7793"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfe2e86f-28b7-44fc-b95f-6572a29f7793"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-9dfc070d-c452-4848-bde1-2b010efb92b6 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
}
}
#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 {
  text-align: left;
}



.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7335161d-804d-4bfb-b01d-dd7a17b5d906 img.shogun-image {
  width: 100%;
}




#s-9acb304b-c817-4d2f-af86-f761bf4aed1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9acb304b-c817-4d2f-af86-f761bf4aed1f {
  margin-bottom: 0px;
}
}
#s-9acb304b-c817-4d2f-af86-f761bf4aed1f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a154670d-c5ed-4f5b-90a6-92e9dad92e1e {
  text-align: center;
}

#s-a154670d-c5ed-4f5b-90a6-92e9dad92e1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a154670d-c5ed-4f5b-90a6-92e9dad92e1e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a154670d-c5ed-4f5b-90a6-92e9dad92e1e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a5846d64-c1bd-459a-87c5-9af2b2728da2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a5846d64-c1bd-459a-87c5-9af2b2728da2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5846d64-c1bd-459a-87c5-9af2b2728da2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5846d64-c1bd-459a-87c5-9af2b2728da2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5846d64-c1bd-459a-87c5-9af2b2728da2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5846d64-c1bd-459a-87c5-9af2b2728da2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a5846d64-c1bd-459a-87c5-9af2b2728da2.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 {
  text-align: left;
}



.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76abab2-89f7-4e82-8da7-2bd9dafbf779 img.shogun-image {
  width: 100%;
}




#s-7b88c323-0ac3-443c-b6db-536fd83c9ae3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b88c323-0ac3-443c-b6db-536fd83c9ae3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5a0341ac-a02a-452d-acfe-56e70c414508 {
  text-align: center;
}

#s-5a0341ac-a02a-452d-acfe-56e70c414508 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5a0341ac-a02a-452d-acfe-56e70c414508 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5a0341ac-a02a-452d-acfe-56e70c414508 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dff9d73d-dc3b-495e-aeb2-1d0cf3e7f795 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dff9d73d-dc3b-495e-aeb2-1d0cf3e7f795:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dff9d73d-dc3b-495e-aeb2-1d0cf3e7f795:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dff9d73d-dc3b-495e-aeb2-1d0cf3e7f795 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dff9d73d-dc3b-495e-aeb2-1d0cf3e7f795.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dff9d73d-dc3b-495e-aeb2-1d0cf3e7f795.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dff9d73d-dc3b-495e-aeb2-1d0cf3e7f795.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-686fd1f7-77ce-4e2c-80a3-dba304eebc4c {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-57f86e87-a33e-4b38-b611-7f5a227b3bef {
  text-align: left;
}



.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef img.shogun-image {
  width: 100%;
}



}

.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f86e87-a33e-4b38-b611-7f5a227b3bef img.shogun-image {
  width: 100%;
}




#s-92b7d601-509d-435c-bbb2-42c6141cdbab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92b7d601-509d-435c-bbb2-42c6141cdbab .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-bd8babf7-6103-4d6a-b2c8-37fa02b80f5a {
  text-align: center;
}

#s-bd8babf7-6103-4d6a-b2c8-37fa02b80f5a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bd8babf7-6103-4d6a-b2c8-37fa02b80f5a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-bd8babf7-6103-4d6a-b2c8-37fa02b80f5a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-261242ca-a550-47e7-ae06-c1abbaa26cbb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-261242ca-a550-47e7-ae06-c1abbaa26cbb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-261242ca-a550-47e7-ae06-c1abbaa26cbb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-261242ca-a550-47e7-ae06-c1abbaa26cbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-261242ca-a550-47e7-ae06-c1abbaa26cbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-261242ca-a550-47e7-ae06-c1abbaa26cbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-261242ca-a550-47e7-ae06-c1abbaa26cbb.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-61da6a68-1c8c-4d83-bd06-e499912beffb {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-61da6a68-1c8c-4d83-bd06-e499912beffb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61da6a68-1c8c-4d83-bd06-e499912beffb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61da6a68-1c8c-4d83-bd06-e499912beffb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61da6a68-1c8c-4d83-bd06-e499912beffb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-d60c98f2-6caa-4d6b-bb6b-3d33d05edbea {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
}
}
#s-a7b59f9a-d59e-4802-beca-88028d8de5dc {
  text-align: left;
}



.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b59f9a-d59e-4802-beca-88028d8de5dc img.shogun-image {
  width: 100%;
}




#s-9fc6fd80-15ee-4cd1-ad14-3f393ecc0f7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9fc6fd80-15ee-4cd1-ad14-3f393ecc0f7d {
  margin-bottom: 0px;
}
}
#s-9fc6fd80-15ee-4cd1-ad14-3f393ecc0f7d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-d8108cc0-928f-4ad6-a964-ce069228c636 {
  text-align: center;
}

#s-d8108cc0-928f-4ad6-a964-ce069228c636 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d8108cc0-928f-4ad6-a964-ce069228c636 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d8108cc0-928f-4ad6-a964-ce069228c636 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5abd1340-162d-4a1c-bc68-ab83fb65f386 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5abd1340-162d-4a1c-bc68-ab83fb65f386:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5abd1340-162d-4a1c-bc68-ab83fb65f386:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5abd1340-162d-4a1c-bc68-ab83fb65f386 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5abd1340-162d-4a1c-bc68-ab83fb65f386.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5abd1340-162d-4a1c-bc68-ab83fb65f386.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5abd1340-162d-4a1c-bc68-ab83fb65f386.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 {
  text-align: left;
}



.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db45f9ca-7a31-4646-9ebf-188872aa6b24 img.shogun-image {
  width: 100%;
}




#s-b89469be-12d8-43c2-8a91-4e2eefb32428 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b89469be-12d8-43c2-8a91-4e2eefb32428 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f9b28a26-62b4-4cf6-8c4f-9ffa5898d17d {
  text-align: center;
}

#s-f9b28a26-62b4-4cf6-8c4f-9ffa5898d17d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f9b28a26-62b4-4cf6-8c4f-9ffa5898d17d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f9b28a26-62b4-4cf6-8c4f-9ffa5898d17d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7657ef3a-303a-4040-97b5-f3a05a2c945e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7657ef3a-303a-4040-97b5-f3a05a2c945e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7657ef3a-303a-4040-97b5-f3a05a2c945e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7657ef3a-303a-4040-97b5-f3a05a2c945e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7657ef3a-303a-4040-97b5-f3a05a2c945e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7657ef3a-303a-4040-97b5-f3a05a2c945e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7657ef3a-303a-4040-97b5-f3a05a2c945e.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-a1fe231e-b488-4b26-99b6-2bc251eef23f {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 {
  text-align: left;
}



.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffde3a3d-0940-4ec2-9d87-c8b58d583a15 img.shogun-image {
  width: 100%;
}




#s-32faaf97-f3b8-4932-b53c-0f04d973ebd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32faaf97-f3b8-4932-b53c-0f04d973ebd0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-42ec7c08-300f-4b79-a32f-2316bb0aa678 {
  text-align: center;
}

#s-42ec7c08-300f-4b79-a32f-2316bb0aa678 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-42ec7c08-300f-4b79-a32f-2316bb0aa678 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-42ec7c08-300f-4b79-a32f-2316bb0aa678 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4da2af9a-80fc-4d17-b305-49b3ce9bbcb7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4da2af9a-80fc-4d17-b305-49b3ce9bbcb7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4da2af9a-80fc-4d17-b305-49b3ce9bbcb7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4da2af9a-80fc-4d17-b305-49b3ce9bbcb7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4da2af9a-80fc-4d17-b305-49b3ce9bbcb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4da2af9a-80fc-4d17-b305-49b3ce9bbcb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4da2af9a-80fc-4d17-b305-49b3ce9bbcb7.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



@media (min-width: 0px) {
[id="s-e4ceb1e2-e2a0-4a9c-a147-7a679746e7b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4ceb1e2-e2a0-4a9c-a147-7a679746e7b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e4ceb1e2-e2a0-4a9c-a147-7a679746e7b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4ceb1e2-e2a0-4a9c-a147-7a679746e7b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-f06b62f2-fc7d-431a-82a4-6fe3bf05b3c3 {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-11cb214b-12eb-4cbe-8766-e635ed1964fe {
  text-align: left;
}



.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cb214b-12eb-4cbe-8766-e635ed1964fe img.shogun-image {
  width: 100%;
}



}
#s-a9386c7a-d481-4ae8-9a94-239e7397c1b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9386c7a-d481-4ae8-9a94-239e7397c1b5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-1562cd50-1b96-4037-a414-6c9ce6b1baf5 {
  text-align: center;
}

#s-1562cd50-1b96-4037-a414-6c9ce6b1baf5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1562cd50-1b96-4037-a414-6c9ce6b1baf5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1562cd50-1b96-4037-a414-6c9ce6b1baf5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cc0ac564-63aa-4ad8-a527-d31fae053018 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cc0ac564-63aa-4ad8-a527-d31fae053018:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc0ac564-63aa-4ad8-a527-d31fae053018:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-cc0ac564-63aa-4ad8-a527-d31fae053018 {
  padding-top: 10px;
padding-bottom: 10px;
}
}


#s-cc0ac564-63aa-4ad8-a527-d31fae053018 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc0ac564-63aa-4ad8-a527-d31fae053018.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc0ac564-63aa-4ad8-a527-d31fae053018.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cc0ac564-63aa-4ad8-a527-d31fae053018.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-714fa90b-5fac-4479-973b-ee424b30561c {
  text-align: left;
}



.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-714fa90b-5fac-4479-973b-ee424b30561c img.shogun-image {
  width: 100%;
}



}
#s-e78723e7-80d7-4379-9ff6-96fc9350d250 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e78723e7-80d7-4379-9ff6-96fc9350d250 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f1482e2b-f7fe-4e13-8e13-1472769ec363 {
  text-align: center;
}

#s-f1482e2b-f7fe-4e13-8e13-1472769ec363 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f1482e2b-f7fe-4e13-8e13-1472769ec363 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f1482e2b-f7fe-4e13-8e13-1472769ec363 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a43e36d-ba8f-4064-9fd8-1df405096b82 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7a43e36d-ba8f-4064-9fd8-1df405096b82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a43e36d-ba8f-4064-9fd8-1df405096b82:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a43e36d-ba8f-4064-9fd8-1df405096b82 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a43e36d-ba8f-4064-9fd8-1df405096b82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a43e36d-ba8f-4064-9fd8-1df405096b82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a43e36d-ba8f-4064-9fd8-1df405096b82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-84bf1fda-7138-4b1e-a261-53a8f57127e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84bf1fda-7138-4b1e-a261-53a8f57127e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84bf1fda-7138-4b1e-a261-53a8f57127e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84bf1fda-7138-4b1e-a261-53a8f57127e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-76b42650-891b-4b03-9b2f-bc0760006e20 {
  padding-bottom: 15px;
}
}
#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 {
  text-align: left;
}



.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b7f503-c1aa-487f-ac43-ddfe13bc4702 img.shogun-image {
  width: 100%;
}



}
#s-540f5205-4f43-476f-bc7f-15c163f74dd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-540f5205-4f43-476f-bc7f-15c163f74dd8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-433cf3be-8dcf-4a54-9675-bbafe387a298 {
  text-align: center;
}

#s-433cf3be-8dcf-4a54-9675-bbafe387a298 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-433cf3be-8dcf-4a54-9675-bbafe387a298 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-433cf3be-8dcf-4a54-9675-bbafe387a298 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3dd75b82-bf58-42c1-baa0-77ab915e91cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3dd75b82-bf58-42c1-baa0-77ab915e91cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3dd75b82-bf58-42c1-baa0-77ab915e91cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3dd75b82-bf58-42c1-baa0-77ab915e91cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3dd75b82-bf58-42c1-baa0-77ab915e91cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3dd75b82-bf58-42c1-baa0-77ab915e91cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3dd75b82-bf58-42c1-baa0-77ab915e91cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-1e5460e2-c557-422f-a38e-7d50d79d5cb1 {
  padding-bottom: 15px;
}
}
#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 {
  text-align: left;
}



.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b5743b4-ddb0-4d95-b230-a3b67327d2d8 img.shogun-image {
  width: 100%;
}



}
#s-c7e02c3c-290f-4b5f-b6da-1ed0eb83e814 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7e02c3c-290f-4b5f-b6da-1ed0eb83e814 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-59787e4e-8cba-4f53-b3ab-954cc404c6f9 {
  text-align: center;
}

#s-59787e4e-8cba-4f53-b3ab-954cc404c6f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-59787e4e-8cba-4f53-b3ab-954cc404c6f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-59787e4e-8cba-4f53-b3ab-954cc404c6f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2417b2db-c256-40b7-a7dd-e6f60cf4303e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2417b2db-c256-40b7-a7dd-e6f60cf4303e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2417b2db-c256-40b7-a7dd-e6f60cf4303e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2417b2db-c256-40b7-a7dd-e6f60cf4303e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2417b2db-c256-40b7-a7dd-e6f60cf4303e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2417b2db-c256-40b7-a7dd-e6f60cf4303e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2417b2db-c256-40b7-a7dd-e6f60cf4303e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 {
  text-align: left;
}



.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0a4345-2c3a-45fd-bd3a-9afe41488f86 img.shogun-image {
  width: 100%;
}



}
#s-027369d4-3096-4ac4-a301-7076e17d1f5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-027369d4-3096-4ac4-a301-7076e17d1f5c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-68e58ab0-1955-4411-a3d8-e5551c86fde7 {
  text-align: center;
}

#s-68e58ab0-1955-4411-a3d8-e5551c86fde7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-68e58ab0-1955-4411-a3d8-e5551c86fde7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-68e58ab0-1955-4411-a3d8-e5551c86fde7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd82110e-b037-4bc5-8218-443c03263538 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dd82110e-b037-4bc5-8218-443c03263538:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd82110e-b037-4bc5-8218-443c03263538:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd82110e-b037-4bc5-8218-443c03263538 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd82110e-b037-4bc5-8218-443c03263538.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd82110e-b037-4bc5-8218-443c03263538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd82110e-b037-4bc5-8218-443c03263538.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-a8c70178-4f04-4705-a99b-87015614c849"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8c70178-4f04-4705-a99b-87015614c849"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8c70178-4f04-4705-a99b-87015614c849"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8c70178-4f04-4705-a99b-87015614c849"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-9dd94418-a1f5-46c4-83ee-61d3f251a9f3 {
  padding-bottom: 15px;
}
}
#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f {
  text-align: left;
}



.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2883615e-aa2b-4e6b-b064-66f2ffe28f9f img.shogun-image {
  width: 100%;
}



}
#s-8bc81a2b-4322-4b61-a56c-c63ba4a56413 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bc81a2b-4322-4b61-a56c-c63ba4a56413 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-97c5778e-83e6-4a1f-b5f5-33d522e793ec {
  text-align: center;
}

#s-97c5778e-83e6-4a1f-b5f5-33d522e793ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-97c5778e-83e6-4a1f-b5f5-33d522e793ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-97c5778e-83e6-4a1f-b5f5-33d522e793ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d934a67a-456e-4391-a8a9-ba1ea277b338 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d934a67a-456e-4391-a8a9-ba1ea277b338:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d934a67a-456e-4391-a8a9-ba1ea277b338:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d934a67a-456e-4391-a8a9-ba1ea277b338 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d934a67a-456e-4391-a8a9-ba1ea277b338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d934a67a-456e-4391-a8a9-ba1ea277b338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d934a67a-456e-4391-a8a9-ba1ea277b338.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-8cb74872-8b4a-4f0e-8131-67a7d635c698 {
  padding-bottom: 15px;
}
}
#s-220b1830-f30e-40e8-843f-b0955ee6bab9 {
  text-align: left;
}



.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220b1830-f30e-40e8-843f-b0955ee6bab9 img.shogun-image {
  width: 100%;
}



}
#s-360d0265-30b5-4d55-b2de-e3a5db3262bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-360d0265-30b5-4d55-b2de-e3a5db3262bb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-41ae1785-c73d-4285-bea2-e99b2c6212d2 {
  text-align: center;
}

#s-41ae1785-c73d-4285-bea2-e99b2c6212d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41ae1785-c73d-4285-bea2-e99b2c6212d2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-41ae1785-c73d-4285-bea2-e99b2c6212d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-20984f3c-a734-4844-91f8-12e7b0910696 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-20984f3c-a734-4844-91f8-12e7b0910696:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20984f3c-a734-4844-91f8-12e7b0910696:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-20984f3c-a734-4844-91f8-12e7b0910696 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20984f3c-a734-4844-91f8-12e7b0910696.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20984f3c-a734-4844-91f8-12e7b0910696.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-20984f3c-a734-4844-91f8-12e7b0910696.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 {
  text-align: left;
}



.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc53338-0644-4de9-a6ac-4fcaa7a84a96 img.shogun-image {
  width: 100%;
}



}
#s-b4aba901-8a0a-4d86-a239-fd7c6ea06045 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4aba901-8a0a-4d86-a239-fd7c6ea06045 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-774b5a96-9a79-480d-98b2-a4f51aa6df9f {
  text-align: center;
}

#s-774b5a96-9a79-480d-98b2-a4f51aa6df9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-774b5a96-9a79-480d-98b2-a4f51aa6df9f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-774b5a96-9a79-480d-98b2-a4f51aa6df9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6dfead37-ef67-4603-8e24-3a65a8988c06 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6dfead37-ef67-4603-8e24-3a65a8988c06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6dfead37-ef67-4603-8e24-3a65a8988c06:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6dfead37-ef67-4603-8e24-3a65a8988c06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6dfead37-ef67-4603-8e24-3a65a8988c06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6dfead37-ef67-4603-8e24-3a65a8988c06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6dfead37-ef67-4603-8e24-3a65a8988c06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-f4cae849-ac6c-4ed7-9949-6447431ea7a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4cae849-ac6c-4ed7-9949-6447431ea7a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f4cae849-ac6c-4ed7-9949-6447431ea7a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4cae849-ac6c-4ed7-9949-6447431ea7a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec {
  text-align: left;
}



.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5da7046e-ff2e-48c6-bc61-9e2956e0c1ec img.shogun-image {
  width: 100%;
}



}
#s-0a75a5f9-9397-42d8-8466-1b7f0da9b7af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a75a5f9-9397-42d8-8466-1b7f0da9b7af .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-b793cbbd-6505-4cde-b862-ce0efda508e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b793cbbd-6505-4cde-b862-ce0efda508e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b793cbbd-6505-4cde-b862-ce0efda508e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b793cbbd-6505-4cde-b862-ce0efda508e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-5b1e9261-b0c5-4d49-8c7c-6a60f1b7f514 {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-fdb84226-6471-42f8-bb1e-27c3531c589d {
  text-align: left;
}



.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb84226-6471-42f8-bb1e-27c3531c589d img.shogun-image {
  width: 100%;
}



}
#s-7709896e-9075-428d-ab07-3b6b84ab34a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7709896e-9075-428d-ab07-3b6b84ab34a2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-d1853d4d-6cd1-4100-b82c-12d76236ac39 {
  text-align: center;
}

#s-d1853d4d-6cd1-4100-b82c-12d76236ac39 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d1853d4d-6cd1-4100-b82c-12d76236ac39 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d1853d4d-6cd1-4100-b82c-12d76236ac39 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ce8ec049-dfe3-4c35-a855-37e676e0fd21 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ce8ec049-dfe3-4c35-a855-37e676e0fd21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce8ec049-dfe3-4c35-a855-37e676e0fd21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce8ec049-dfe3-4c35-a855-37e676e0fd21 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce8ec049-dfe3-4c35-a855-37e676e0fd21.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce8ec049-dfe3-4c35-a855-37e676e0fd21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ce8ec049-dfe3-4c35-a855-37e676e0fd21.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-220ed8b8-b905-45bb-99b5-00dfbe5c3a22 {
  padding-bottom: 15px;
}
}
#s-2f941399-5f82-45ed-87e4-80ff3ab85058 {
  text-align: left;
}



.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f941399-5f82-45ed-87e4-80ff3ab85058 img.shogun-image {
  width: 100%;
}



}
#s-bc3772cc-c706-458e-a31e-cfa07465d650 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc3772cc-c706-458e-a31e-cfa07465d650 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-c3f668f8-4fbb-429a-82cd-1dae9316f5c3 {
  text-align: center;
}

#s-c3f668f8-4fbb-429a-82cd-1dae9316f5c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c3f668f8-4fbb-429a-82cd-1dae9316f5c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c3f668f8-4fbb-429a-82cd-1dae9316f5c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a0343327-79b0-44a2-b1d5-a01eacb35485 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a0343327-79b0-44a2-b1d5-a01eacb35485:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0343327-79b0-44a2-b1d5-a01eacb35485:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0343327-79b0-44a2-b1d5-a01eacb35485 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0343327-79b0-44a2-b1d5-a01eacb35485.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0343327-79b0-44a2-b1d5-a01eacb35485.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0343327-79b0-44a2-b1d5-a01eacb35485.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-591bd455-d9d5-4645-8112-8e0a1571f482 {
  text-align: left;
}



.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591bd455-d9d5-4645-8112-8e0a1571f482 img.shogun-image {
  width: 100%;
}



}
#s-2b9f1df5-660b-4a27-a57e-ab085539cb46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b9f1df5-660b-4a27-a57e-ab085539cb46 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-276bc238-fd30-4f80-b8c4-4ad9a4b69914 {
  text-align: center;
}

#s-276bc238-fd30-4f80-b8c4-4ad9a4b69914 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-276bc238-fd30-4f80-b8c4-4ad9a4b69914 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-276bc238-fd30-4f80-b8c4-4ad9a4b69914 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c3ffdd5-b6d5-4f3a-9e49-44aa42da7d99 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7c3ffdd5-b6d5-4f3a-9e49-44aa42da7d99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c3ffdd5-b6d5-4f3a-9e49-44aa42da7d99:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c3ffdd5-b6d5-4f3a-9e49-44aa42da7d99 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c3ffdd5-b6d5-4f3a-9e49-44aa42da7d99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c3ffdd5-b6d5-4f3a-9e49-44aa42da7d99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c3ffdd5-b6d5-4f3a-9e49-44aa42da7d99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-c4bac62f-2144-4bd9-b400-6c7ef2da18db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4bac62f-2144-4bd9-b400-6c7ef2da18db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4bac62f-2144-4bd9-b400-6c7ef2da18db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4bac62f-2144-4bd9-b400-6c7ef2da18db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-13a05dd3-67fd-47e5-8cac-8fea13392d73 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-88e2f058-5b71-4119-9dd7-9ea999819d4e {
  text-align: left;
}



.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e2f058-5b71-4119-9dd7-9ea999819d4e img.shogun-image {
  width: 100%;
}




#s-a4fd191f-ce8f-411d-8310-e156ec2797e9 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4fd191f-ce8f-411d-8310-e156ec2797e9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-eb9c0544-9ff4-45eb-8da0-f13887279661 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}

#s-eb9c0544-9ff4-45eb-8da0-f13887279661 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eb9c0544-9ff4-45eb-8da0-f13887279661 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-eb9c0544-9ff4-45eb-8da0-f13887279661 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ef5d809b-9037-4823-bca7-90c9af421af1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ef5d809b-9037-4823-bca7-90c9af421af1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef5d809b-9037-4823-bca7-90c9af421af1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef5d809b-9037-4823-bca7-90c9af421af1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef5d809b-9037-4823-bca7-90c9af421af1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef5d809b-9037-4823-bca7-90c9af421af1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef5d809b-9037-4823-bca7-90c9af421af1.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



.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-c9e1689c-9e55-4345-868f-4623153c518e {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-c9e1689c-9e55-4345-868f-4623153c518e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9e1689c-9e55-4345-868f-4623153c518e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-156342ff-f9f9-428a-8d54-63f198f119b7 {
  padding-top: 50px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-156342ff-f9f9-428a-8d54-63f198f119b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-156342ff-f9f9-428a-8d54-63f198f119b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-156342ff-f9f9-428a-8d54-63f198f119b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-156342ff-f9f9-428a-8d54-63f198f119b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
    
    
  }


.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc .shogun-image-content {
  
    align-items: center;
  
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
    
    
  }


.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc .shogun-image-content {
  
    align-items: center;
  
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
    
    
  }


.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc .shogun-image-content {
  
    align-items: center;
  
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
    
    
  }


.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc .shogun-image-content {
  
    align-items: center;
  
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
    
    
  }


.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc .shogun-image-content {
  
    align-items: center;
  
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21acc3d5-c4e7-4d46-8fc4-0dee42d490cc.shogun-image {
  box-sizing: border-box;
}



}
#s-3783329c-f31f-4d81-b927-c19027b96da0 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
}

#s-0f29ae13-ef38-4bdf-9f9a-26e5e183ccc8 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f29ae13-ef38-4bdf-9f9a-26e5e183ccc8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-0bb21b49-69ae-43be-96d1-ec964d0a78c2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 18px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
max-width: 378px;
text-align: center;
background-color: rgba(224, 76, 14, 0);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
line-height: 0.5em;
}
#s-0bb21b49-69ae-43be-96d1-ec964d0a78c2:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0bb21b49-69ae-43be-96d1-ec964d0a78c2:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0bb21b49-69ae-43be-96d1-ec964d0a78c2-root {
    text-align: center;
  }


#s-0bb21b49-69ae-43be-96d1-ec964d0a78c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0bb21b49-69ae-43be-96d1-ec964d0a78c2-root {
    text-align: center;
  }


#s-0bb21b49-69ae-43be-96d1-ec964d0a78c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bb21b49-69ae-43be-96d1-ec964d0a78c2-root {
    text-align: center;
  }


#s-0bb21b49-69ae-43be-96d1-ec964d0a78c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bb21b49-69ae-43be-96d1-ec964d0a78c2-root {
    text-align: center;
  }


#s-0bb21b49-69ae-43be-96d1-ec964d0a78c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0bb21b49-69ae-43be-96d1-ec964d0a78c2-root {
    text-align: center;
  }


#s-0bb21b49-69ae-43be-96d1-ec964d0a78c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-5207b359-1007-4426-92d3-1b932c1d16bc {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-5207b359-1007-4426-92d3-1b932c1d16bc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d {
  text-align: center;
}







  img.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
    
    
  }


.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d .shogun-image-content {
  
    align-items: center;
  
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
    
    
  }


.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d .shogun-image-content {
  
    align-items: center;
  
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
    
    
  }


.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d .shogun-image-content {
  
    align-items: center;
  
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
    
    
  }


.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d .shogun-image-content {
  
    align-items: center;
  
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
    
    
  }


.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d .shogun-image-content {
  
    align-items: center;
  
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ea6d27-5ffa-4761-98a5-ff3fc40b750d.shogun-image {
  box-sizing: border-box;
}



}
#s-e58642f5-b083-4dd6-a76c-2170872d3f2f {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-6edd6c3d-4f68-4e7e-ba14-7db6dcab638e {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-6edd6c3d-4f68-4e7e-ba14-7db6dcab638e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6edd6c3d-4f68-4e7e-ba14-7db6dcab638e .shg-sld-nav-button.shg-sld-left,
#s-6edd6c3d-4f68-4e7e-ba14-7db6dcab638e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fe37be16-f968-47d7-bd48-5cf0dcab0c45 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-fe37be16-f968-47d7-bd48-5cf0dcab0c45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe37be16-f968-47d7-bd48-5cf0dcab0c45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe37be16-f968-47d7-bd48-5cf0dcab0c45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe37be16-f968-47d7-bd48-5cf0dcab0c45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-752b2119-f24f-40a9-a969-32aa5f2bf383 {
  text-align: center;
}







  #s-752b2119-f24f-40a9-a969-32aa5f2bf383 img.shogun-image {
    

    
    
    
  }


#s-752b2119-f24f-40a9-a969-32aa5f2bf383 .shogun-image-content {
  
    align-items: center;
  
}

#s-417241a1-b551-411f-a9ff-31c7960d5598 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-417241a1-b551-411f-a9ff-31c7960d5598 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-417241a1-b551-411f-a9ff-31c7960d5598 .shogun-heading-component h3 a {
  color: #000;
}


#s-91429bec-01a7-4771-bf53-1d4c36831c02 {
  text-align: center;
}







  #s-91429bec-01a7-4771-bf53-1d4c36831c02 img.shogun-image {
    

    
    
    
  }


#s-91429bec-01a7-4771-bf53-1d4c36831c02 .shogun-image-content {
  
    align-items: center;
  
}

#s-72bbace8-7b90-4e74-bc5c-93cfc1094584 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72bbace8-7b90-4e74-bc5c-93cfc1094584 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-72bbace8-7b90-4e74-bc5c-93cfc1094584 .shogun-heading-component h3 a {
  color: #000;
}


#s-a43f4838-e6e3-46bd-9843-7b5e8d29ee86 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-a43f4838-e6e3-46bd-9843-7b5e8d29ee86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a43f4838-e6e3-46bd-9843-7b5e8d29ee86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a43f4838-e6e3-46bd-9843-7b5e8d29ee86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a43f4838-e6e3-46bd-9843-7b5e8d29ee86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3cc1e003-3ddc-4a2c-a743-cdf976f1affb {
  text-align: center;
}







  #s-3cc1e003-3ddc-4a2c-a743-cdf976f1affb img.shogun-image {
    

    
    
    
  }


#s-3cc1e003-3ddc-4a2c-a743-cdf976f1affb .shogun-image-content {
  
    align-items: center;
  
}

#s-0ad42875-bd69-443b-8d59-d195eb249fc0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ad42875-bd69-443b-8d59-d195eb249fc0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-0ad42875-bd69-443b-8d59-d195eb249fc0 .shogun-heading-component h3 a {
  color: #000;
}


#s-6219c0fa-675d-447d-89c6-c517c7001a8e {
  text-align: center;
}







  #s-6219c0fa-675d-447d-89c6-c517c7001a8e img.shogun-image {
    

    
    
    
  }


#s-6219c0fa-675d-447d-89c6-c517c7001a8e .shogun-image-content {
  
    align-items: center;
  
}

#s-52ca92c0-effd-45c6-b379-2cd6b8c5919a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52ca92c0-effd-45c6-b379-2cd6b8c5919a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-52ca92c0-effd-45c6-b379-2cd6b8c5919a .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-9d38dd65-71cf-48e1-94f8-a8fea07cd40b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d38dd65-71cf-48e1-94f8-a8fea07cd40b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d38dd65-71cf-48e1-94f8-a8fea07cd40b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d38dd65-71cf-48e1-94f8-a8fea07cd40b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ac84eaa9-605a-4a8d-961b-d3ff28c0645c {
  text-align: center;
}







  #s-ac84eaa9-605a-4a8d-961b-d3ff28c0645c img.shogun-image {
    

    
    
    
  }


#s-ac84eaa9-605a-4a8d-961b-d3ff28c0645c .shogun-image-content {
  
    align-items: center;
  
}

#s-937ab5d7-c642-485a-98ba-5144d3917943 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-937ab5d7-c642-485a-98ba-5144d3917943 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-937ab5d7-c642-485a-98ba-5144d3917943 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-f6e2ee17-4eed-4c79-ab02-70e393427d43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6e2ee17-4eed-4c79-ab02-70e393427d43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6e2ee17-4eed-4c79-ab02-70e393427d43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6e2ee17-4eed-4c79-ab02-70e393427d43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-09596834-4c0b-42ae-b34b-8beb9396d69a {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 {
  text-align: left;
}



.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27d3a3bf-a6a1-4a09-8de1-1423e4b87799 img.shogun-image {
  width: 100%;
}




#s-c066784e-5ead-4154-b8d2-081bbdd9f889 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c066784e-5ead-4154-b8d2-081bbdd9f889 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-aed409d1-1927-4324-b9aa-ff382177684e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}

#s-aed409d1-1927-4324-b9aa-ff382177684e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aed409d1-1927-4324-b9aa-ff382177684e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-aed409d1-1927-4324-b9aa-ff382177684e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-090778dd-9870-4015-a5eb-01d118ac565f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-090778dd-9870-4015-a5eb-01d118ac565f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-090778dd-9870-4015-a5eb-01d118ac565f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-090778dd-9870-4015-a5eb-01d118ac565f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-090778dd-9870-4015-a5eb-01d118ac565f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-090778dd-9870-4015-a5eb-01d118ac565f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-090778dd-9870-4015-a5eb-01d118ac565f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



@media (max-width: 767px){#s-43283ae9-d342-4c1d-8e05-569f462ea48d {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-7cc94a07-5efc-4f75-9bd1-06f650559aec {
  text-align: left;
}



.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc94a07-5efc-4f75-9bd1-06f650559aec img.shogun-image {
  width: 100%;
}




#s-db2d4407-eda0-409b-85d3-de992d26e5fb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db2d4407-eda0-409b-85d3-de992d26e5fb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-b3be64b9-60de-408f-980d-806724a282ff {
  text-align: center;
}

#s-b3be64b9-60de-408f-980d-806724a282ff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b3be64b9-60de-408f-980d-806724a282ff .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b3be64b9-60de-408f-980d-806724a282ff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d5ce41c0-1dd5-4074-bc14-2b71cab83015 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d5ce41c0-1dd5-4074-bc14-2b71cab83015:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5ce41c0-1dd5-4074-bc14-2b71cab83015:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5ce41c0-1dd5-4074-bc14-2b71cab83015 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5ce41c0-1dd5-4074-bc14-2b71cab83015.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5ce41c0-1dd5-4074-bc14-2b71cab83015.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d5ce41c0-1dd5-4074-bc14-2b71cab83015.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}



#s-c17b0f97-d46d-48fe-aa26-262a64f31a23 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: left;
}

#s-c17b0f97-d46d-48fe-aa26-262a64f31a23 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  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}
