.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-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-326bc4aa-f619-4a80-b6a6-131bc1502e91 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-326bc4aa-f619-4a80-b6a6-131bc1502e91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-326bc4aa-f619-4a80-b6a6-131bc1502e91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  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-95a6c485-308b-4955-83b2-56866464f5da {
  margin-top: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95a6c485-308b-4955-83b2-56866464f5da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Cutive Mono";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-93eca13b-2b97-45c3-ac37-057d12ce7687 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-93eca13b-2b97-45c3-ac37-057d12ce7687 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-93eca13b-2b97-45c3-ac37-057d12ce7687 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(215, 215, 215, 1);
  }
  #s-93eca13b-2b97-45c3-ac37-057d12ce7687 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(40, 53, 66, 1);
    border: 1px solid rgba(40, 53, 66, 1);
  }
#s-93eca13b-2b97-45c3-ac37-057d12ce7687 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(40, 53, 66, 1);
  font-family: Cutive Mono;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-93eca13b-2b97-45c3-ac37-057d12ce7687 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-93eca13b-2b97-45c3-ac37-057d12ce7687 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(40, 53, 66, 1);
}

#s-93eca13b-2b97-45c3-ac37-057d12ce7687 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(40, 53, 66, 1);
}

.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-beee733b-2a6c-4257-99bd-a0c805343199 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-beee733b-2a6c-4257-99bd-a0c805343199 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-beee733b-2a6c-4257-99bd-a0c805343199 .shg-sld-nav-button.shg-sld-left,
#s-beee733b-2a6c-4257-99bd-a0c805343199 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-ced54c82-4c02-4ac4-a34e-16639fc608b2 {
  text-align: center;
}







  #s-ced54c82-4c02-4ac4-a34e-16639fc608b2 img.shogun-image {
    

    
    
    
  }


#s-ced54c82-4c02-4ac4-a34e-16639fc608b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f19231d0-6b98-4e9e-84f4-6b9a75965ad2 {
  text-align: center;
}







  #s-f19231d0-6b98-4e9e-84f4-6b9a75965ad2 img.shogun-image {
    

    
    
    
  }


#s-f19231d0-6b98-4e9e-84f4-6b9a75965ad2 .shogun-image-content {
  
    align-items: center;
  
}

#s-211579b8-72e2-4576-a6a6-7516863f7d8d {
  text-align: center;
}







  #s-211579b8-72e2-4576-a6a6-7516863f7d8d img.shogun-image {
    

    
    
    
  }


#s-211579b8-72e2-4576-a6a6-7516863f7d8d .shogun-image-content {
  
    align-items: center;
  
}

#s-3691f0bd-7537-4711-a022-3a8d428242b2 {
  text-align: center;
}







  #s-3691f0bd-7537-4711-a022-3a8d428242b2 img.shogun-image {
    

    
    
    
  }


#s-3691f0bd-7537-4711-a022-3a8d428242b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e1db852-0e61-4c19-bb06-6d88616eef84 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1e1db852-0e61-4c19-bb06-6d88616eef84 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1e1db852-0e61-4c19-bb06-6d88616eef84 .shg-sld-nav-button.shg-sld-left,
#s-1e1db852-0e61-4c19-bb06-6d88616eef84 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7b68f0c0-2402-428f-83f3-c4115a8e54d5 {
  text-align: center;
}







  #s-7b68f0c0-2402-428f-83f3-c4115a8e54d5 img.shogun-image {
    

    
    
    
  }


#s-7b68f0c0-2402-428f-83f3-c4115a8e54d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-47575d31-9d60-4faf-a0b6-abfb2cbc4719 {
  text-align: center;
}







  #s-47575d31-9d60-4faf-a0b6-abfb2cbc4719 img.shogun-image {
    

    
    
    
  }


#s-47575d31-9d60-4faf-a0b6-abfb2cbc4719 .shogun-image-content {
  
    align-items: center;
  
}

#s-28019676-162e-445b-b1ea-24a501952aca {
  text-align: center;
}







  #s-28019676-162e-445b-b1ea-24a501952aca img.shogun-image {
    

    
    
    
  }


#s-28019676-162e-445b-b1ea-24a501952aca .shogun-image-content {
  
    align-items: center;
  
}

#s-a61ba901-46a4-47fa-ab7a-5f679feddb70 {
  text-align: center;
}







  #s-a61ba901-46a4-47fa-ab7a-5f679feddb70 img.shogun-image {
    

    
    
    
  }


#s-a61ba901-46a4-47fa-ab7a-5f679feddb70 .shogun-image-content {
  
    align-items: center;
  
}

#s-4334187e-a52d-4d6d-b0e7-bb0d51984051 {
  text-align: center;
}







  #s-4334187e-a52d-4d6d-b0e7-bb0d51984051 img.shogun-image {
    

    
    
    
  }


#s-4334187e-a52d-4d6d-b0e7-bb0d51984051 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c1b1f8a-dc16-4c80-adbe-02fd09c3d499 {
  text-align: center;
}







  #s-4c1b1f8a-dc16-4c80-adbe-02fd09c3d499 img.shogun-image {
    

    
    
    
  }


#s-4c1b1f8a-dc16-4c80-adbe-02fd09c3d499 .shogun-image-content {
  
    align-items: center;
  
}

#s-cef12305-0750-4d63-a916-393f585b53b4 {
  text-align: center;
}







  #s-cef12305-0750-4d63-a916-393f585b53b4 img.shogun-image {
    

    
    
    
  }


#s-cef12305-0750-4d63-a916-393f585b53b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c91332e-f82a-4519-99dc-ed82ee2e50b8 {
  text-align: center;
}







  #s-9c91332e-f82a-4519-99dc-ed82ee2e50b8 img.shogun-image {
    

    
    
    
  }


#s-9c91332e-f82a-4519-99dc-ed82ee2e50b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9aec2f4a-4a24-47c3-8ae4-5124b42c0c51 {
  text-align: center;
}







  #s-9aec2f4a-4a24-47c3-8ae4-5124b42c0c51 img.shogun-image {
    

    
    
    
  }


#s-9aec2f4a-4a24-47c3-8ae4-5124b42c0c51 .shogun-image-content {
  
    align-items: center;
  
}

#s-348d14f0-5fe0-4cad-8a5e-f6e2ae1abd04 {
  text-align: center;
}







  #s-348d14f0-5fe0-4cad-8a5e-f6e2ae1abd04 img.shogun-image {
    

    
    
    
  }


#s-348d14f0-5fe0-4cad-8a5e-f6e2ae1abd04 .shogun-image-content {
  
    align-items: center;
  
}

#s-93170cc1-d0c2-4496-b912-9957f44f79d2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-93170cc1-d0c2-4496-b912-9957f44f79d2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-93170cc1-d0c2-4496-b912-9957f44f79d2 .shg-sld-nav-button.shg-sld-left,
#s-93170cc1-d0c2-4496-b912-9957f44f79d2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6e1077fc-1ff2-443d-a9b2-13b31ac14a60 {
  text-align: center;
}







  #s-6e1077fc-1ff2-443d-a9b2-13b31ac14a60 img.shogun-image {
    

    
    
    
  }


#s-6e1077fc-1ff2-443d-a9b2-13b31ac14a60 .shogun-image-content {
  
    align-items: center;
  
}

#s-97550eae-7543-4bf1-9091-eb0dcee860af {
  text-align: center;
}







  #s-97550eae-7543-4bf1-9091-eb0dcee860af img.shogun-image {
    

    
    
    
  }


#s-97550eae-7543-4bf1-9091-eb0dcee860af .shogun-image-content {
  
    align-items: center;
  
}

#s-979747e9-52ca-493f-8f39-87ca8af23fe6 {
  text-align: center;
}







  #s-979747e9-52ca-493f-8f39-87ca8af23fe6 img.shogun-image {
    

    
    
    
  }


#s-979747e9-52ca-493f-8f39-87ca8af23fe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-13669f17-1eec-41d5-941f-e47a8027c86a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-13669f17-1eec-41d5-941f-e47a8027c86a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13669f17-1eec-41d5-941f-e47a8027c86a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b0baf84-6272-476b-960f-c145a908d26c {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b0baf84-6272-476b-960f-c145a908d26c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Cutive Mono";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

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

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

.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-3bfb9df4-30b1-42e4-978b-9502a4de207e {
  text-align: left;
}



.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfb9df4-30b1-42e4-978b-9502a4de207e 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-8a11d07d-5178-4e43-992d-77ca7d6191de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a11d07d-5178-4e43-992d-77ca7d6191de .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Cutive Mono;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-01a764bf-f416-45f1-8688-32069a1c9d57 {
  text-align: center;
}

#s-01a764bf-f416-45f1-8688-32069a1c9d57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
}

#s-01a764bf-f416-45f1-8688-32069a1c9d57 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 18px;
}

#s-01a764bf-f416-45f1-8688-32069a1c9d57 .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-fd49af92-0f6f-414a-b628-374c570bf95e {
  text-align: left;
}



.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd49af92-0f6f-414a-b628-374c570bf95e img.shogun-image {
  width: 100%;
}



}
#s-3c732e98-48bd-400a-b1b8-27c8f5053722 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c732e98-48bd-400a-b1b8-27c8f5053722 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Cutive Mono;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3ff47298-1d37-4fca-a722-3f2a847541d1 {
  text-align: center;
}

#s-3ff47298-1d37-4fca-a722-3f2a847541d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
}

#s-3ff47298-1d37-4fca-a722-3f2a847541d1 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 18px;
}

#s-3ff47298-1d37-4fca-a722-3f2a847541d1 .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-e8436e34-13ea-4ee8-9a24-5865da5f31d9 {
  text-align: left;
}



.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8436e34-13ea-4ee8-9a24-5865da5f31d9 img.shogun-image {
  width: 100%;
}



}
#s-c6ca32d0-c622-4bad-bd7d-9c7752bb2049 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6ca32d0-c622-4bad-bd7d-9c7752bb2049 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Cutive Mono;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-69edef3e-7988-46d2-9702-7fa7b7683394 {
  text-align: center;
}

#s-69edef3e-7988-46d2-9702-7fa7b7683394 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
}

#s-69edef3e-7988-46d2-9702-7fa7b7683394 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 18px;
}

#s-69edef3e-7988-46d2-9702-7fa7b7683394 .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-99379cc4-e158-4798-a0aa-3267bac37d81 {
  text-align: left;
}



.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99379cc4-e158-4798-a0aa-3267bac37d81 img.shogun-image {
  width: 100%;
}



}
#s-ad889053-cdb1-4359-984a-31ef81761fd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad889053-cdb1-4359-984a-31ef81761fd3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Cutive Mono;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b9a47d8b-5ebe-49e8-8ebf-fcb62359712a {
  text-align: center;
}

#s-b9a47d8b-5ebe-49e8-8ebf-fcb62359712a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
}

#s-b9a47d8b-5ebe-49e8-8ebf-fcb62359712a .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 18px;
}

#s-b9a47d8b-5ebe-49e8-8ebf-fcb62359712a .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-0beed2c2-3675-4ffe-97a5-08698eb40218 {
  text-align: left;
}



.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0beed2c2-3675-4ffe-97a5-08698eb40218 img.shogun-image {
  width: 100%;
}



}
#s-11f2348f-be31-4196-b1e0-3cc7be4ba017 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11f2348f-be31-4196-b1e0-3cc7be4ba017 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a9d2da4f-011f-473c-b603-143549a805bf {
  text-align: left;
}

#s-a9d2da4f-011f-473c-b603-143549a805bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a9d2da4f-011f-473c-b603-143549a805bf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a9d2da4f-011f-473c-b603-143549a805bf .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-bda72daa-988f-4c06-acdd-6f44bedd749e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bda72daa-988f-4c06-acdd-6f44bedd749e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bda72daa-988f-4c06-acdd-6f44bedd749e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bda72daa-988f-4c06-acdd-6f44bedd749e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bda72daa-988f-4c06-acdd-6f44bedd749e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bda72daa-988f-4c06-acdd-6f44bedd749e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bda72daa-988f-4c06-acdd-6f44bedd749e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 {
  text-align: left;
}



.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-363fc598-71e6-4e30-8c22-de77d8c3f2c4 img.shogun-image {
  width: 100%;
}



}
#s-877d5e61-e02e-4bab-887b-d7d6d68ed81b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-877d5e61-e02e-4bab-887b-d7d6d68ed81b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-400d62d3-4825-4cb5-83bb-bf4abee23858 {
  text-align: left;
}

#s-400d62d3-4825-4cb5-83bb-bf4abee23858 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-400d62d3-4825-4cb5-83bb-bf4abee23858 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-400d62d3-4825-4cb5-83bb-bf4abee23858 .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-6cd75975-7f92-437d-846b-156898194cc6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6cd75975-7f92-437d-846b-156898194cc6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6cd75975-7f92-437d-846b-156898194cc6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6cd75975-7f92-437d-846b-156898194cc6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6cd75975-7f92-437d-846b-156898194cc6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6cd75975-7f92-437d-846b-156898194cc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6cd75975-7f92-437d-846b-156898194cc6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 {
  text-align: left;
}



.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5ad7d0e-d115-4083-bc14-8103a285bbe6 img.shogun-image {
  width: 100%;
}



}
#s-4e8757ee-e206-4897-b687-e9e347dd4659 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e8757ee-e206-4897-b687-e9e347dd4659 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e1ff7f6a-e163-46e5-a3ce-182b170c9868 {
  text-align: left;
}

#s-e1ff7f6a-e163-46e5-a3ce-182b170c9868 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e1ff7f6a-e163-46e5-a3ce-182b170c9868 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e1ff7f6a-e163-46e5-a3ce-182b170c9868 .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-92394134-3c6c-4b72-b60c-0c2b49c727ab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-92394134-3c6c-4b72-b60c-0c2b49c727ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92394134-3c6c-4b72-b60c-0c2b49c727ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92394134-3c6c-4b72-b60c-0c2b49c727ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92394134-3c6c-4b72-b60c-0c2b49c727ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92394134-3c6c-4b72-b60c-0c2b49c727ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92394134-3c6c-4b72-b60c-0c2b49c727ab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7afaeab6-0483-43b7-885d-8b91d1edb652 {
  text-align: left;
}



.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7afaeab6-0483-43b7-885d-8b91d1edb652 img.shogun-image {
  width: 100%;
}



}
#s-b4ce5fc6-648f-4ad1-882b-a8b2ad6394b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4ce5fc6-648f-4ad1-882b-a8b2ad6394b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1033e381-b7f1-4b73-a579-7277ed999c4d {
  text-align: left;
}

#s-1033e381-b7f1-4b73-a579-7277ed999c4d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1033e381-b7f1-4b73-a579-7277ed999c4d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1033e381-b7f1-4b73-a579-7277ed999c4d .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-8812b478-030a-4164-b9f0-d8188c3b754d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8812b478-030a-4164-b9f0-d8188c3b754d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8812b478-030a-4164-b9f0-d8188c3b754d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8812b478-030a-4164-b9f0-d8188c3b754d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8812b478-030a-4164-b9f0-d8188c3b754d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8812b478-030a-4164-b9f0-d8188c3b754d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8812b478-030a-4164-b9f0-d8188c3b754d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b5792f76-4083-4287-ac14-b147430652ad {
  text-align: left;
}



.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5792f76-4083-4287-ac14-b147430652ad img.shogun-image {
  width: 100%;
}



}
#s-446f5bfc-a845-4aad-a96b-364788c1c640 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-446f5bfc-a845-4aad-a96b-364788c1c640 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b7382bff-43d8-4d5e-bb90-e57e843a0f0a {
  text-align: left;
}

#s-b7382bff-43d8-4d5e-bb90-e57e843a0f0a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b7382bff-43d8-4d5e-bb90-e57e843a0f0a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b7382bff-43d8-4d5e-bb90-e57e843a0f0a .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-9a5259b4-acbd-4409-ab0e-702131b88de4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9a5259b4-acbd-4409-ab0e-702131b88de4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a5259b4-acbd-4409-ab0e-702131b88de4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a5259b4-acbd-4409-ab0e-702131b88de4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a5259b4-acbd-4409-ab0e-702131b88de4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a5259b4-acbd-4409-ab0e-702131b88de4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9a5259b4-acbd-4409-ab0e-702131b88de4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 {
  text-align: left;
}



.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b81e8b1-40c6-4717-9c4d-82bc2ead60b1 img.shogun-image {
  width: 100%;
}



}
#s-0d55181d-d56a-4ae1-9faf-b79211e3e99d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d55181d-d56a-4ae1-9faf-b79211e3e99d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-41ac76b1-58d3-4c07-8f09-845942a2db89 {
  text-align: left;
}

#s-41ac76b1-58d3-4c07-8f09-845942a2db89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41ac76b1-58d3-4c07-8f09-845942a2db89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-41ac76b1-58d3-4c07-8f09-845942a2db89 .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-1c08e500-a0f2-4d53-a30a-3d7699379c31 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1c08e500-a0f2-4d53-a30a-3d7699379c31:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c08e500-a0f2-4d53-a30a-3d7699379c31:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c08e500-a0f2-4d53-a30a-3d7699379c31 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c08e500-a0f2-4d53-a30a-3d7699379c31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c08e500-a0f2-4d53-a30a-3d7699379c31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1c08e500-a0f2-4d53-a30a-3d7699379c31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3defb1a4-ec93-461e-9067-43b58e5536e7 {
  text-align: left;
}



.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3defb1a4-ec93-461e-9067-43b58e5536e7 img.shogun-image {
  width: 100%;
}



}
#s-6c84dc19-7f57-43fa-9f3d-4ef19fcac7c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c84dc19-7f57-43fa-9f3d-4ef19fcac7c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f3210915-2ce0-4f15-a8eb-5e453175ac8f {
  text-align: left;
}

#s-f3210915-2ce0-4f15-a8eb-5e453175ac8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f3210915-2ce0-4f15-a8eb-5e453175ac8f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f3210915-2ce0-4f15-a8eb-5e453175ac8f .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-b000c84d-20b5-40ae-933b-4ac83a45b955 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b000c84d-20b5-40ae-933b-4ac83a45b955:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b000c84d-20b5-40ae-933b-4ac83a45b955:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b000c84d-20b5-40ae-933b-4ac83a45b955 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b000c84d-20b5-40ae-933b-4ac83a45b955.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b000c84d-20b5-40ae-933b-4ac83a45b955.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b000c84d-20b5-40ae-933b-4ac83a45b955.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 {
  text-align: left;
}



.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e91a797-343e-4825-b5eb-c2d4ae30f6d8 img.shogun-image {
  width: 100%;
}



}
#s-b1c89f8a-7cf8-49ce-b58d-3cbcec94fd50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1c89f8a-7cf8-49ce-b58d-3cbcec94fd50 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-12040e70-f4f3-45af-bdc5-cf5983f78a19 {
  text-align: left;
}

#s-12040e70-f4f3-45af-bdc5-cf5983f78a19 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-12040e70-f4f3-45af-bdc5-cf5983f78a19 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-12040e70-f4f3-45af-bdc5-cf5983f78a19 .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-e08d967b-ca7c-4be7-98af-94f026f59689 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e08d967b-ca7c-4be7-98af-94f026f59689:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e08d967b-ca7c-4be7-98af-94f026f59689:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e08d967b-ca7c-4be7-98af-94f026f59689 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e08d967b-ca7c-4be7-98af-94f026f59689.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e08d967b-ca7c-4be7-98af-94f026f59689.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e08d967b-ca7c-4be7-98af-94f026f59689.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-50f83d38-b829-4a53-82fb-69c8cb69acdd {
  text-align: left;
}



.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50f83d38-b829-4a53-82fb-69c8cb69acdd img.shogun-image {
  width: 100%;
}



}
#s-8767d379-c6ac-4b54-a560-86ccc33bd6c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8767d379-c6ac-4b54-a560-86ccc33bd6c7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1840ec7d-0511-4fb9-ac91-056e2475bee1 {
  text-align: left;
}

#s-1840ec7d-0511-4fb9-ac91-056e2475bee1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1840ec7d-0511-4fb9-ac91-056e2475bee1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1840ec7d-0511-4fb9-ac91-056e2475bee1 .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-cb93b4a4-1168-4409-8d92-855c512aeeac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cb93b4a4-1168-4409-8d92-855c512aeeac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb93b4a4-1168-4409-8d92-855c512aeeac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb93b4a4-1168-4409-8d92-855c512aeeac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb93b4a4-1168-4409-8d92-855c512aeeac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb93b4a4-1168-4409-8d92-855c512aeeac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cb93b4a4-1168-4409-8d92-855c512aeeac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b6045665-a94e-418a-ba59-a11c2c318030 {
  text-align: left;
}



.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6045665-a94e-418a-ba59-a11c2c318030 img.shogun-image {
  width: 100%;
}



}
#s-c62c9971-a303-429a-801c-faf9f33d54d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c62c9971-a303-429a-801c-faf9f33d54d3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-013fb1a3-4456-4f3f-ae43-c9d01202de76 {
  text-align: left;
}

#s-013fb1a3-4456-4f3f-ae43-c9d01202de76 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-013fb1a3-4456-4f3f-ae43-c9d01202de76 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-013fb1a3-4456-4f3f-ae43-c9d01202de76 .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-900107bc-ae50-497c-b2f5-ae4007764118 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-900107bc-ae50-497c-b2f5-ae4007764118:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-900107bc-ae50-497c-b2f5-ae4007764118:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-900107bc-ae50-497c-b2f5-ae4007764118 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-900107bc-ae50-497c-b2f5-ae4007764118.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-900107bc-ae50-497c-b2f5-ae4007764118.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-900107bc-ae50-497c-b2f5-ae4007764118.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 {
  text-align: left;
}



.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6507ebe8-2892-4068-8f44-76b3f03b4ab3 img.shogun-image {
  width: 100%;
}



}
#s-eb4189cc-47da-41aa-9c42-e257b9b8f954 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb4189cc-47da-41aa-9c42-e257b9b8f954 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-186632ac-a32e-4905-b09c-ca31fc037013 {
  text-align: left;
}

#s-186632ac-a32e-4905-b09c-ca31fc037013 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-186632ac-a32e-4905-b09c-ca31fc037013 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-186632ac-a32e-4905-b09c-ca31fc037013 .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-67ab7083-c2e9-4334-bf78-b4951448add7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-67ab7083-c2e9-4334-bf78-b4951448add7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67ab7083-c2e9-4334-bf78-b4951448add7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-67ab7083-c2e9-4334-bf78-b4951448add7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67ab7083-c2e9-4334-bf78-b4951448add7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67ab7083-c2e9-4334-bf78-b4951448add7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-67ab7083-c2e9-4334-bf78-b4951448add7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c {
  text-align: left;
}



.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b24ca1b-63d1-41c8-b1f2-d4722023526c img.shogun-image {
  width: 100%;
}



}
#s-0e1372e4-add4-4629-b0e1-95ab7ce409e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e1372e4-add4-4629-b0e1-95ab7ce409e7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-997afc7c-acb5-46f3-9e7e-390ecff09993 {
  text-align: left;
}

#s-997afc7c-acb5-46f3-9e7e-390ecff09993 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-997afc7c-acb5-46f3-9e7e-390ecff09993 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-997afc7c-acb5-46f3-9e7e-390ecff09993 .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-0f4d66cb-4a3f-4272-a260-6a36508c89dc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0f4d66cb-4a3f-4272-a260-6a36508c89dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f4d66cb-4a3f-4272-a260-6a36508c89dc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f4d66cb-4a3f-4272-a260-6a36508c89dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f4d66cb-4a3f-4272-a260-6a36508c89dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f4d66cb-4a3f-4272-a260-6a36508c89dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0f4d66cb-4a3f-4272-a260-6a36508c89dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd {
  text-align: left;
}



.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c09682c9-f3ac-4fc7-83aa-fa0df2fc75fd img.shogun-image {
  width: 100%;
}



}
#s-372dd655-747c-432b-92e4-714d904751e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-372dd655-747c-432b-92e4-714d904751e6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d0d9a204-e9d1-46f8-9dc4-715c5debebd6 {
  text-align: left;
}

#s-d0d9a204-e9d1-46f8-9dc4-715c5debebd6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d0d9a204-e9d1-46f8-9dc4-715c5debebd6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d0d9a204-e9d1-46f8-9dc4-715c5debebd6 .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-5c355bd7-d09f-46c2-95b4-f5737ce15f08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5c355bd7-d09f-46c2-95b4-f5737ce15f08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c355bd7-d09f-46c2-95b4-f5737ce15f08:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c355bd7-d09f-46c2-95b4-f5737ce15f08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c355bd7-d09f-46c2-95b4-f5737ce15f08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c355bd7-d09f-46c2-95b4-f5737ce15f08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5c355bd7-d09f-46c2-95b4-f5737ce15f08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd {
  text-align: left;
}



.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eae59b9-fd34-4641-97fc-179eb2aeb9bd img.shogun-image {
  width: 100%;
}



}
#s-6546be9d-456b-4bcc-8aa5-c3edcbae9fa0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6546be9d-456b-4bcc-8aa5-c3edcbae9fa0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9ffd719d-9d26-4305-a553-2fed2dca3dcf {
  text-align: left;
}

#s-9ffd719d-9d26-4305-a553-2fed2dca3dcf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9ffd719d-9d26-4305-a553-2fed2dca3dcf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ffd719d-9d26-4305-a553-2fed2dca3dcf .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-355ef8b7-8e1e-4d6a-a8d2-2521c7a5c90a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-355ef8b7-8e1e-4d6a-a8d2-2521c7a5c90a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-355ef8b7-8e1e-4d6a-a8d2-2521c7a5c90a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-355ef8b7-8e1e-4d6a-a8d2-2521c7a5c90a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-355ef8b7-8e1e-4d6a-a8d2-2521c7a5c90a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-355ef8b7-8e1e-4d6a-a8d2-2521c7a5c90a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-355ef8b7-8e1e-4d6a-a8d2-2521c7a5c90a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-260b6fbe-214b-423e-880e-712cbfeb5a55 {
  text-align: left;
}



.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-260b6fbe-214b-423e-880e-712cbfeb5a55 img.shogun-image {
  width: 100%;
}



}
#s-c4820a76-2468-4305-9ee8-863b04cb4607 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4820a76-2468-4305-9ee8-863b04cb4607 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cc97e470-25a2-4cae-bf1e-bd23ef5c41e5 {
  text-align: left;
}

#s-cc97e470-25a2-4cae-bf1e-bd23ef5c41e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc97e470-25a2-4cae-bf1e-bd23ef5c41e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cc97e470-25a2-4cae-bf1e-bd23ef5c41e5 .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-fa563f0d-c4ae-448e-ba68-d2a5d369a7aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fa563f0d-c4ae-448e-ba68-d2a5d369a7aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa563f0d-c4ae-448e-ba68-d2a5d369a7aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa563f0d-c4ae-448e-ba68-d2a5d369a7aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa563f0d-c4ae-448e-ba68-d2a5d369a7aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa563f0d-c4ae-448e-ba68-d2a5d369a7aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fa563f0d-c4ae-448e-ba68-d2a5d369a7aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 {
  text-align: left;
}



.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e7f-6004-4b7d-ac0d-626640ac9e37 img.shogun-image {
  width: 100%;
}



}
#s-8b9353a9-1c49-44fd-b4ef-f458af722ff4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b9353a9-1c49-44fd-b4ef-f458af722ff4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-40f6d8dc-3680-4e90-85b6-2352c73bff37 {
  text-align: left;
}

#s-40f6d8dc-3680-4e90-85b6-2352c73bff37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-40f6d8dc-3680-4e90-85b6-2352c73bff37 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-40f6d8dc-3680-4e90-85b6-2352c73bff37 .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-42dceeed-d035-4587-9de4-d531e7f4a945 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-42dceeed-d035-4587-9de4-d531e7f4a945:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42dceeed-d035-4587-9de4-d531e7f4a945:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42dceeed-d035-4587-9de4-d531e7f4a945 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42dceeed-d035-4587-9de4-d531e7f4a945.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42dceeed-d035-4587-9de4-d531e7f4a945.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-42dceeed-d035-4587-9de4-d531e7f4a945.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 {
  text-align: left;
}



.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba885fcd-1227-44a7-b41a-e7c2c6e66120 img.shogun-image {
  width: 100%;
}



}
#s-155e4788-94df-468f-846c-875df9003c38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-155e4788-94df-468f-846c-875df9003c38 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-8323c08b-f7e2-4965-9f9c-b0a03725a616 {
  text-align: left;
}

#s-8323c08b-f7e2-4965-9f9c-b0a03725a616 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8323c08b-f7e2-4965-9f9c-b0a03725a616 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8323c08b-f7e2-4965-9f9c-b0a03725a616 .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-42e2071e-9b12-4d5e-8c7f-a252d7894a23 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-42e2071e-9b12-4d5e-8c7f-a252d7894a23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42e2071e-9b12-4d5e-8c7f-a252d7894a23:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42e2071e-9b12-4d5e-8c7f-a252d7894a23 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42e2071e-9b12-4d5e-8c7f-a252d7894a23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42e2071e-9b12-4d5e-8c7f-a252d7894a23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-42e2071e-9b12-4d5e-8c7f-a252d7894a23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b1dd0060-3928-49c5-8664-c74527df1753 {
  text-align: left;
}



.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1dd0060-3928-49c5-8664-c74527df1753 img.shogun-image {
  width: 100%;
}



}
#s-da6f1e71-bdd4-479c-949e-9a06dbf6d2e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da6f1e71-bdd4-479c-949e-9a06dbf6d2e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6dc551d9-36c3-4be2-882f-0f07de94534a {
  text-align: left;
}

#s-6dc551d9-36c3-4be2-882f-0f07de94534a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6dc551d9-36c3-4be2-882f-0f07de94534a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6dc551d9-36c3-4be2-882f-0f07de94534a .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-880fd681-e158-423c-9884-b605aae618f3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-880fd681-e158-423c-9884-b605aae618f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-880fd681-e158-423c-9884-b605aae618f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-880fd681-e158-423c-9884-b605aae618f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-880fd681-e158-423c-9884-b605aae618f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-880fd681-e158-423c-9884-b605aae618f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-880fd681-e158-423c-9884-b605aae618f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 {
  text-align: left;
}



.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3eb9647-f5e8-48d8-b1d2-d1b35a802e99 img.shogun-image {
  width: 100%;
}



}
#s-8ee33f42-3557-4fa4-94d1-be7b958fc085 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ee33f42-3557-4fa4-94d1-be7b958fc085 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1bc49bdc-d6ef-465f-b553-510189386e8a {
  text-align: left;
}

#s-1bc49bdc-d6ef-465f-b553-510189386e8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1bc49bdc-d6ef-465f-b553-510189386e8a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1bc49bdc-d6ef-465f-b553-510189386e8a .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-2b1b49c4-cbf3-42cf-bb2b-bee1c09df364 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2b1b49c4-cbf3-42cf-bb2b-bee1c09df364:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b1b49c4-cbf3-42cf-bb2b-bee1c09df364:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b1b49c4-cbf3-42cf-bb2b-bee1c09df364 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b1b49c4-cbf3-42cf-bb2b-bee1c09df364.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b1b49c4-cbf3-42cf-bb2b-bee1c09df364.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b1b49c4-cbf3-42cf-bb2b-bee1c09df364.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8112efa6-2bdf-404e-824d-b7090bedf39f {
  text-align: left;
}



.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8112efa6-2bdf-404e-824d-b7090bedf39f img.shogun-image {
  width: 100%;
}



}
#s-df3cc350-db3f-4617-9c38-57b8da38e755 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df3cc350-db3f-4617-9c38-57b8da38e755 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-53452cb1-2457-4cdb-acaf-39a968dd718c {
  text-align: left;
}

#s-53452cb1-2457-4cdb-acaf-39a968dd718c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53452cb1-2457-4cdb-acaf-39a968dd718c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-53452cb1-2457-4cdb-acaf-39a968dd718c .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-3233e105-ff84-47c2-91e9-9a36ba1e6d92 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3233e105-ff84-47c2-91e9-9a36ba1e6d92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3233e105-ff84-47c2-91e9-9a36ba1e6d92:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3233e105-ff84-47c2-91e9-9a36ba1e6d92 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3233e105-ff84-47c2-91e9-9a36ba1e6d92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3233e105-ff84-47c2-91e9-9a36ba1e6d92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3233e105-ff84-47c2-91e9-9a36ba1e6d92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 {
  text-align: left;
}



.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf7160c7-e1ba-478d-b44b-e98e0e8f1b55 img.shogun-image {
  width: 100%;
}



}
#s-d8bd7621-3311-49ec-9030-b8d54a8c323f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8bd7621-3311-49ec-9030-b8d54a8c323f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a09bd7b1-7375-4033-9cc7-66be21c22450 {
  text-align: left;
}

#s-a09bd7b1-7375-4033-9cc7-66be21c22450 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a09bd7b1-7375-4033-9cc7-66be21c22450 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a09bd7b1-7375-4033-9cc7-66be21c22450 .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-23a02d41-3ad5-4a06-a304-e8538451a66f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-23a02d41-3ad5-4a06-a304-e8538451a66f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23a02d41-3ad5-4a06-a304-e8538451a66f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23a02d41-3ad5-4a06-a304-e8538451a66f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23a02d41-3ad5-4a06-a304-e8538451a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23a02d41-3ad5-4a06-a304-e8538451a66f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23a02d41-3ad5-4a06-a304-e8538451a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f71a4952-074c-4e41-b473-c7f02b557480 {
  text-align: left;
}



.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71a4952-074c-4e41-b473-c7f02b557480 img.shogun-image {
  width: 100%;
}



}
#s-b5e74cd5-fa3b-4bbe-89ef-be1d7835c6f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5e74cd5-fa3b-4bbe-89ef-be1d7835c6f0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-704dc98e-8d33-4cea-a7ec-8d1cfec70aa4 {
  text-align: left;
}

#s-704dc98e-8d33-4cea-a7ec-8d1cfec70aa4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-704dc98e-8d33-4cea-a7ec-8d1cfec70aa4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-704dc98e-8d33-4cea-a7ec-8d1cfec70aa4 .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-406bdf03-e7f6-47f1-aea5-4b8a8202c81a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-406bdf03-e7f6-47f1-aea5-4b8a8202c81a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-406bdf03-e7f6-47f1-aea5-4b8a8202c81a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-406bdf03-e7f6-47f1-aea5-4b8a8202c81a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-406bdf03-e7f6-47f1-aea5-4b8a8202c81a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-406bdf03-e7f6-47f1-aea5-4b8a8202c81a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-406bdf03-e7f6-47f1-aea5-4b8a8202c81a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f {
  text-align: left;
}



.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb22ed0-4444-4dd1-8fda-f7388bbe8a4f img.shogun-image {
  width: 100%;
}



}
#s-92ad88e6-6a17-4052-99f9-06d74505c441 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92ad88e6-6a17-4052-99f9-06d74505c441 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-791e5f04-17e7-4866-bce2-441bd1d2021b {
  text-align: left;
}

#s-791e5f04-17e7-4866-bce2-441bd1d2021b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-791e5f04-17e7-4866-bce2-441bd1d2021b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-791e5f04-17e7-4866-bce2-441bd1d2021b .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-b6b5c947-941f-4442-ac45-f2adba327d5e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b6b5c947-941f-4442-ac45-f2adba327d5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6b5c947-941f-4442-ac45-f2adba327d5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6b5c947-941f-4442-ac45-f2adba327d5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6b5c947-941f-4442-ac45-f2adba327d5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6b5c947-941f-4442-ac45-f2adba327d5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b6b5c947-941f-4442-ac45-f2adba327d5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c {
  text-align: left;
}



.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df2d7e59-ada4-4d49-a735-6a4fb72cbd4c img.shogun-image {
  width: 100%;
}



}
#s-0815a328-e67e-46d2-9e26-98d3e91de2fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0815a328-e67e-46d2-9e26-98d3e91de2fa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4dcafb1a-0911-44d1-bdca-b509a45e5e03 {
  text-align: left;
}

#s-4dcafb1a-0911-44d1-bdca-b509a45e5e03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4dcafb1a-0911-44d1-bdca-b509a45e5e03 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4dcafb1a-0911-44d1-bdca-b509a45e5e03 .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-ba25f17c-bc1e-45fc-a8ee-721c6699c652 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ba25f17c-bc1e-45fc-a8ee-721c6699c652:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba25f17c-bc1e-45fc-a8ee-721c6699c652:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba25f17c-bc1e-45fc-a8ee-721c6699c652 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba25f17c-bc1e-45fc-a8ee-721c6699c652.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba25f17c-bc1e-45fc-a8ee-721c6699c652.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ba25f17c-bc1e-45fc-a8ee-721c6699c652.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b8daf81f-6910-41e3-a72f-d1df99a20835 {
  text-align: left;
}



.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8daf81f-6910-41e3-a72f-d1df99a20835 img.shogun-image {
  width: 100%;
}



}
#s-0f97790e-48e0-4e77-b306-0e7e272b73d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f97790e-48e0-4e77-b306-0e7e272b73d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2cbdc49c-7e69-4b44-8e16-16c220eeab58 {
  text-align: left;
}

#s-2cbdc49c-7e69-4b44-8e16-16c220eeab58 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2cbdc49c-7e69-4b44-8e16-16c220eeab58 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2cbdc49c-7e69-4b44-8e16-16c220eeab58 .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-a998523f-0159-4468-b3b6-4e06c76239ac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a998523f-0159-4468-b3b6-4e06c76239ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a998523f-0159-4468-b3b6-4e06c76239ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a998523f-0159-4468-b3b6-4e06c76239ac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a998523f-0159-4468-b3b6-4e06c76239ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a998523f-0159-4468-b3b6-4e06c76239ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a998523f-0159-4468-b3b6-4e06c76239ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-60ecf803-6aa3-492a-94dc-f960155b41ba {
  text-align: left;
}



.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60ecf803-6aa3-492a-94dc-f960155b41ba img.shogun-image {
  width: 100%;
}



}
#s-2fdcf271-e3a1-4d38-9f8e-18f69daac319 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fdcf271-e3a1-4d38-9f8e-18f69daac319 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7b720e87-8f41-4c3e-a20f-1377ddc07817 {
  text-align: left;
}

#s-7b720e87-8f41-4c3e-a20f-1377ddc07817 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7b720e87-8f41-4c3e-a20f-1377ddc07817 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7b720e87-8f41-4c3e-a20f-1377ddc07817 .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-445caa7d-7e96-40bb-837d-fd8a58df2070 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-445caa7d-7e96-40bb-837d-fd8a58df2070:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-445caa7d-7e96-40bb-837d-fd8a58df2070:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-445caa7d-7e96-40bb-837d-fd8a58df2070 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-445caa7d-7e96-40bb-837d-fd8a58df2070.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-445caa7d-7e96-40bb-837d-fd8a58df2070.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-445caa7d-7e96-40bb-837d-fd8a58df2070.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 {
  text-align: left;
}



.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c69b2c9b-898a-4a3a-bf25-0086f9ac86e8 img.shogun-image {
  width: 100%;
}



}
#s-54b9db57-5f2c-4f73-b3f4-697b3adf481b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54b9db57-5f2c-4f73-b3f4-697b3adf481b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-64cf14bd-70e7-4838-94ce-79fea0c34692 {
  text-align: left;
}

#s-64cf14bd-70e7-4838-94ce-79fea0c34692 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-64cf14bd-70e7-4838-94ce-79fea0c34692 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-64cf14bd-70e7-4838-94ce-79fea0c34692 .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-85447f01-3fb9-439c-b979-b7f995a77ae0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-85447f01-3fb9-439c-b979-b7f995a77ae0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85447f01-3fb9-439c-b979-b7f995a77ae0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85447f01-3fb9-439c-b979-b7f995a77ae0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85447f01-3fb9-439c-b979-b7f995a77ae0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85447f01-3fb9-439c-b979-b7f995a77ae0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85447f01-3fb9-439c-b979-b7f995a77ae0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 {
  text-align: left;
}



.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40cdb8-53f6-4714-ba4b-00ff14f4a2f5 img.shogun-image {
  width: 100%;
}



}
#s-4c25a423-5cae-4bce-8d05-40fc4d3228ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c25a423-5cae-4bce-8d05-40fc4d3228ac .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-82391607-0eb1-42cb-9244-8e7f20ed3ebc {
  text-align: left;
}

#s-82391607-0eb1-42cb-9244-8e7f20ed3ebc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82391607-0eb1-42cb-9244-8e7f20ed3ebc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-82391607-0eb1-42cb-9244-8e7f20ed3ebc .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-d0499d30-6f4a-4b6c-8939-a8354956562c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d0499d30-6f4a-4b6c-8939-a8354956562c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0499d30-6f4a-4b6c-8939-a8354956562c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0499d30-6f4a-4b6c-8939-a8354956562c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0499d30-6f4a-4b6c-8939-a8354956562c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0499d30-6f4a-4b6c-8939-a8354956562c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d0499d30-6f4a-4b6c-8939-a8354956562c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eeaf07fd-00bd-450a-b11b-318af54c2edb {
  text-align: left;
}



.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeaf07fd-00bd-450a-b11b-318af54c2edb img.shogun-image {
  width: 100%;
}



}
#s-620f6058-02cb-4890-9da2-f8d5affa0d37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-620f6058-02cb-4890-9da2-f8d5affa0d37 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c4b5300e-a3fa-4287-a722-e944a479aabf {
  text-align: left;
}

#s-c4b5300e-a3fa-4287-a722-e944a479aabf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c4b5300e-a3fa-4287-a722-e944a479aabf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c4b5300e-a3fa-4287-a722-e944a479aabf .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-0c75ba4b-8801-489a-a501-6f732ab7b673 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0c75ba4b-8801-489a-a501-6f732ab7b673:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c75ba4b-8801-489a-a501-6f732ab7b673:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c75ba4b-8801-489a-a501-6f732ab7b673 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c75ba4b-8801-489a-a501-6f732ab7b673.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c75ba4b-8801-489a-a501-6f732ab7b673.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c75ba4b-8801-489a-a501-6f732ab7b673.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0589a465-6452-406a-89eb-1a8da6eaee1d {
  text-align: left;
}



.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0589a465-6452-406a-89eb-1a8da6eaee1d img.shogun-image {
  width: 100%;
}



}
#s-ed26681c-79f9-41a5-adcc-22aabf96e5eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed26681c-79f9-41a5-adcc-22aabf96e5eb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f6cd7545-54de-41c9-a706-ca5cf0ec7380 {
  text-align: left;
}

#s-f6cd7545-54de-41c9-a706-ca5cf0ec7380 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f6cd7545-54de-41c9-a706-ca5cf0ec7380 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f6cd7545-54de-41c9-a706-ca5cf0ec7380 .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-901d53b5-2fc1-424b-b144-bdee1df915cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-901d53b5-2fc1-424b-b144-bdee1df915cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-901d53b5-2fc1-424b-b144-bdee1df915cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-901d53b5-2fc1-424b-b144-bdee1df915cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-901d53b5-2fc1-424b-b144-bdee1df915cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-901d53b5-2fc1-424b-b144-bdee1df915cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-901d53b5-2fc1-424b-b144-bdee1df915cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b1ad68e5-987f-485a-8622-3b2e26099b7c {
  text-align: left;
}



.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ad68e5-987f-485a-8622-3b2e26099b7c img.shogun-image {
  width: 100%;
}



}
#s-c40d2245-f94b-445a-82df-45e43be652c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c40d2245-f94b-445a-82df-45e43be652c9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-439a4135-d418-4d7c-90de-ab64524678b0 {
  text-align: left;
}

#s-439a4135-d418-4d7c-90de-ab64524678b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-439a4135-d418-4d7c-90de-ab64524678b0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-439a4135-d418-4d7c-90de-ab64524678b0 .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-f5c9543f-600e-422c-8ca1-be8dc2d5c63d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f5c9543f-600e-422c-8ca1-be8dc2d5c63d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5c9543f-600e-422c-8ca1-be8dc2d5c63d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5c9543f-600e-422c-8ca1-be8dc2d5c63d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5c9543f-600e-422c-8ca1-be8dc2d5c63d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5c9543f-600e-422c-8ca1-be8dc2d5c63d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5c9543f-600e-422c-8ca1-be8dc2d5c63d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 {
  text-align: left;
}



.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54c06e55-d1fd-42e0-816a-b17fc1ad1ad0 img.shogun-image {
  width: 100%;
}



}
#s-acbfc73e-2e40-49af-9c6c-7e13c5928b28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acbfc73e-2e40-49af-9c6c-7e13c5928b28 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f8f2644b-9816-4e24-8353-16248e272cd1 {
  text-align: left;
}

#s-f8f2644b-9816-4e24-8353-16248e272cd1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f8f2644b-9816-4e24-8353-16248e272cd1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f8f2644b-9816-4e24-8353-16248e272cd1 .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-3dd9c79f-d5be-4861-9911-9e76b7cca8e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3dd9c79f-d5be-4861-9911-9e76b7cca8e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3dd9c79f-d5be-4861-9911-9e76b7cca8e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3dd9c79f-d5be-4861-9911-9e76b7cca8e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3dd9c79f-d5be-4861-9911-9e76b7cca8e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3dd9c79f-d5be-4861-9911-9e76b7cca8e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3dd9c79f-d5be-4861-9911-9e76b7cca8e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b84ba211-a3e5-41c1-8993-a026ac282717 {
  text-align: left;
}



.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ba211-a3e5-41c1-8993-a026ac282717 img.shogun-image {
  width: 100%;
}



}
#s-88f2dbd1-43db-44ac-a7bf-9dbb53fe0751 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88f2dbd1-43db-44ac-a7bf-9dbb53fe0751 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0c343d73-931a-4294-a1b6-eac6b17e3111 {
  text-align: left;
}

#s-0c343d73-931a-4294-a1b6-eac6b17e3111 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c343d73-931a-4294-a1b6-eac6b17e3111 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c343d73-931a-4294-a1b6-eac6b17e3111 .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-595149d0-c4b8-4ea8-aa99-f768f7cb2d3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-595149d0-c4b8-4ea8-aa99-f768f7cb2d3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-595149d0-c4b8-4ea8-aa99-f768f7cb2d3f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-595149d0-c4b8-4ea8-aa99-f768f7cb2d3f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-595149d0-c4b8-4ea8-aa99-f768f7cb2d3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-595149d0-c4b8-4ea8-aa99-f768f7cb2d3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-595149d0-c4b8-4ea8-aa99-f768f7cb2d3f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d81ab448-efa8-45a1-b62c-f491beb0d288 {
  text-align: left;
}



.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d81ab448-efa8-45a1-b62c-f491beb0d288 img.shogun-image {
  width: 100%;
}



}
#s-df6231a2-b0b2-4a44-a4ad-75ac653cf22b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df6231a2-b0b2-4a44-a4ad-75ac653cf22b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a1b98bf0-d568-47c1-ad18-6469352fb71b {
  text-align: left;
}

#s-a1b98bf0-d568-47c1-ad18-6469352fb71b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1b98bf0-d568-47c1-ad18-6469352fb71b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a1b98bf0-d568-47c1-ad18-6469352fb71b .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-9d20d019-5552-4dbb-a0ba-ce9a7d2ff89c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9d20d019-5552-4dbb-a0ba-ce9a7d2ff89c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d20d019-5552-4dbb-a0ba-ce9a7d2ff89c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d20d019-5552-4dbb-a0ba-ce9a7d2ff89c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d20d019-5552-4dbb-a0ba-ce9a7d2ff89c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d20d019-5552-4dbb-a0ba-ce9a7d2ff89c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9d20d019-5552-4dbb-a0ba-ce9a7d2ff89c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1d3ffd17-3837-4962-ac20-572b3575139c {
  text-align: left;
}



.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d3ffd17-3837-4962-ac20-572b3575139c img.shogun-image {
  width: 100%;
}



}
#s-142dd9c2-f9a2-4e10-bef5-ffb846ae3fc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-142dd9c2-f9a2-4e10-bef5-ffb846ae3fc3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1195a167-dd95-4591-b82c-066e5adabc02 {
  text-align: left;
}

#s-1195a167-dd95-4591-b82c-066e5adabc02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1195a167-dd95-4591-b82c-066e5adabc02 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1195a167-dd95-4591-b82c-066e5adabc02 .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-29b8a1b6-7d63-414e-b3e1-951805cf0d6c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-29b8a1b6-7d63-414e-b3e1-951805cf0d6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29b8a1b6-7d63-414e-b3e1-951805cf0d6c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-29b8a1b6-7d63-414e-b3e1-951805cf0d6c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-29b8a1b6-7d63-414e-b3e1-951805cf0d6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29b8a1b6-7d63-414e-b3e1-951805cf0d6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-29b8a1b6-7d63-414e-b3e1-951805cf0d6c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-517b5acc-c4a8-48b7-991e-c3c7657a522d {
  text-align: left;
}



.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-517b5acc-c4a8-48b7-991e-c3c7657a522d img.shogun-image {
  width: 100%;
}



}
#s-f03c5777-3898-42c8-8f0a-36c0d6201af9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f03c5777-3898-42c8-8f0a-36c0d6201af9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-bb5a2909-07d8-450d-a292-1294bad2538c {
  text-align: left;
}

#s-bb5a2909-07d8-450d-a292-1294bad2538c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bb5a2909-07d8-450d-a292-1294bad2538c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bb5a2909-07d8-450d-a292-1294bad2538c .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-2405bca6-9796-4016-a419-b18edc1d3db4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2405bca6-9796-4016-a419-b18edc1d3db4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2405bca6-9796-4016-a419-b18edc1d3db4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2405bca6-9796-4016-a419-b18edc1d3db4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2405bca6-9796-4016-a419-b18edc1d3db4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2405bca6-9796-4016-a419-b18edc1d3db4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2405bca6-9796-4016-a419-b18edc1d3db4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea919862-1af2-4211-be54-de7e89e04e00 {
  text-align: left;
}



.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea919862-1af2-4211-be54-de7e89e04e00 img.shogun-image {
  width: 100%;
}



}
#s-807936ba-6e77-43df-b163-bb2f15a91441 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-807936ba-6e77-43df-b163-bb2f15a91441 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ce6b488b-f87f-4fde-84fd-e21076df1137 {
  text-align: left;
}

#s-ce6b488b-f87f-4fde-84fd-e21076df1137 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ce6b488b-f87f-4fde-84fd-e21076df1137 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce6b488b-f87f-4fde-84fd-e21076df1137 .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-609693aa-47ef-4dac-8fc0-ec35679578d8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-609693aa-47ef-4dac-8fc0-ec35679578d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-609693aa-47ef-4dac-8fc0-ec35679578d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-609693aa-47ef-4dac-8fc0-ec35679578d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-609693aa-47ef-4dac-8fc0-ec35679578d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-609693aa-47ef-4dac-8fc0-ec35679578d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-609693aa-47ef-4dac-8fc0-ec35679578d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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