.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-1475c83b-0c5f-4722-bf1c-c6c654d16ea4 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-1475c83b-0c5f-4722-bf1c-c6c654d16ea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1475c83b-0c5f-4722-bf1c-c6c654d16ea4.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-a154b022-61cb-45e7-972c-79416b1bc047 {
  margin-top: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a154b022-61cb-45e7-972c-79416b1bc047 .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-10311417-e885-4e29-b626-ba3968f7ee39 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-10311417-e885-4e29-b626-ba3968f7ee39 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-10311417-e885-4e29-b626-ba3968f7ee39 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(215, 215, 215, 1);
  }
  #s-10311417-e885-4e29-b626-ba3968f7ee39 .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-10311417-e885-4e29-b626-ba3968f7ee39 .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-10311417-e885-4e29-b626-ba3968f7ee39 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-10311417-e885-4e29-b626-ba3968f7ee39 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(40, 53, 66, 1);
}

#s-10311417-e885-4e29-b626-ba3968f7ee39 .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-b8a6ae1a-aa77-46ae-9d6f-1b96d8655823 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b8a6ae1a-aa77-46ae-9d6f-1b96d8655823 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b8a6ae1a-aa77-46ae-9d6f-1b96d8655823 .shg-sld-nav-button.shg-sld-left,
#s-b8a6ae1a-aa77-46ae-9d6f-1b96d8655823 .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-f6b862cb-f4da-446a-8632-c701544b80de {
  text-align: center;
}







  #s-f6b862cb-f4da-446a-8632-c701544b80de img.shogun-image {
    

    
    
    
  }


#s-f6b862cb-f4da-446a-8632-c701544b80de .shogun-image-content {
  
    align-items: center;
  
}

#s-2ed3e760-7748-4ff5-bd09-c3075ddb5e23 {
  text-align: center;
}







  #s-2ed3e760-7748-4ff5-bd09-c3075ddb5e23 img.shogun-image {
    

    
    
    
  }


#s-2ed3e760-7748-4ff5-bd09-c3075ddb5e23 .shogun-image-content {
  
    align-items: center;
  
}

#s-a701c5eb-a1a4-47c1-b154-91f122190ed8 {
  text-align: center;
}







  #s-a701c5eb-a1a4-47c1-b154-91f122190ed8 img.shogun-image {
    

    
    
    
  }


#s-a701c5eb-a1a4-47c1-b154-91f122190ed8 .shogun-image-content {
  
    align-items: center;
  
}

#s-13b04ef2-cfef-416f-a718-f86579eafb16 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-13b04ef2-cfef-416f-a718-f86579eafb16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13b04ef2-cfef-416f-a718-f86579eafb16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57c3496b-1372-4124-8895-302756dde74a {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57c3496b-1372-4124-8895-302756dde74a .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-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 {
  text-align: left;
}



.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11be3b53-c2b1-49c3-b662-1fc2d7d6c165 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-fe76592a-09dd-4e66-8d5f-5d1d0c705843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe76592a-09dd-4e66-8d5f-5d1d0c705843 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Cutive Mono;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cfa39b62-266b-45fa-8955-078ccea6515a {
  text-align: center;
}

#s-cfa39b62-266b-45fa-8955-078ccea6515a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
}

#s-cfa39b62-266b-45fa-8955-078ccea6515a .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 18px;
}

#s-cfa39b62-266b-45fa-8955-078ccea6515a .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-0aa48a5b-fe97-4ab8-867e-0205211e4716 {
  text-align: left;
}



.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aa48a5b-fe97-4ab8-867e-0205211e4716 img.shogun-image {
  width: 100%;
}



}
#s-1904ac8a-3900-40f6-83eb-d81a36825934 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1904ac8a-3900-40f6-83eb-d81a36825934 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Cutive Mono;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e1affc62-6643-4513-8293-5f28d2224830 {
  text-align: center;
}

#s-e1affc62-6643-4513-8293-5f28d2224830 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
}

#s-e1affc62-6643-4513-8293-5f28d2224830 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 18px;
}

#s-e1affc62-6643-4513-8293-5f28d2224830 .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-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca {
  text-align: left;
}



.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82dcdabb-f6f1-4be0-9ae8-640e4e9b90ca img.shogun-image {
  width: 100%;
}



}
#s-dc0ba650-9467-4fa5-a4cb-5782ccf0928d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc0ba650-9467-4fa5-a4cb-5782ccf0928d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Cutive Mono;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f879564d-6146-46ab-b1f1-7d80f0943ebd {
  text-align: center;
}

#s-f879564d-6146-46ab-b1f1-7d80f0943ebd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
}

#s-f879564d-6146-46ab-b1f1-7d80f0943ebd .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 18px;
}

#s-f879564d-6146-46ab-b1f1-7d80f0943ebd .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-bacaa412-8b70-42e1-b567-9092115236d9 {
  text-align: left;
}



.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bacaa412-8b70-42e1-b567-9092115236d9 img.shogun-image {
  width: 100%;
}



}
#s-5d405af0-aeeb-49a5-99da-88cad1517426 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d405af0-aeeb-49a5-99da-88cad1517426 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Cutive Mono;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-54d43303-bc60-41a9-aca4-f6714f466309 {
  text-align: center;
}

#s-54d43303-bc60-41a9-aca4-f6714f466309 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
}

#s-54d43303-bc60-41a9-aca4-f6714f466309 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 18px;
}

#s-54d43303-bc60-41a9-aca4-f6714f466309 .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-242bbfc1-e9db-430e-ae51-56dd839475d4 {
  text-align: left;
}



.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-242bbfc1-e9db-430e-ae51-56dd839475d4 img.shogun-image {
  width: 100%;
}



}
#s-f429db67-362b-42a9-a7e4-57624f992780 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f429db67-362b-42a9-a7e4-57624f992780 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cabb3f9d-ec33-4161-a016-5734f9484e82 {
  text-align: left;
}

#s-cabb3f9d-ec33-4161-a016-5734f9484e82 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cabb3f9d-ec33-4161-a016-5734f9484e82 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cabb3f9d-ec33-4161-a016-5734f9484e82 .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-89668031-8faf-4abe-9bc0-dd6f44f0c906 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-89668031-8faf-4abe-9bc0-dd6f44f0c906:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89668031-8faf-4abe-9bc0-dd6f44f0c906:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89668031-8faf-4abe-9bc0-dd6f44f0c906 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89668031-8faf-4abe-9bc0-dd6f44f0c906.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89668031-8faf-4abe-9bc0-dd6f44f0c906.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89668031-8faf-4abe-9bc0-dd6f44f0c906.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e02b1461-d215-4f2c-9933-ba6c28dac740 {
  text-align: left;
}



.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02b1461-d215-4f2c-9933-ba6c28dac740 img.shogun-image {
  width: 100%;
}



}
#s-95a256aa-613e-4c79-8d25-f7789649ecde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95a256aa-613e-4c79-8d25-f7789649ecde .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0d871795-22ba-4ebe-bd28-e11d6012626b {
  text-align: left;
}

#s-0d871795-22ba-4ebe-bd28-e11d6012626b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0d871795-22ba-4ebe-bd28-e11d6012626b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0d871795-22ba-4ebe-bd28-e11d6012626b .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-816f44ad-006c-482e-b66c-e7762a8eb59a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-816f44ad-006c-482e-b66c-e7762a8eb59a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-816f44ad-006c-482e-b66c-e7762a8eb59a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-816f44ad-006c-482e-b66c-e7762a8eb59a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-816f44ad-006c-482e-b66c-e7762a8eb59a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-816f44ad-006c-482e-b66c-e7762a8eb59a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-816f44ad-006c-482e-b66c-e7762a8eb59a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d {
  text-align: left;
}



.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823aa6a4-0bfb-4da3-9e8c-47c9b97a556d img.shogun-image {
  width: 100%;
}



}
#s-3204217b-aab3-4d82-8ce8-2d59bab49beb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3204217b-aab3-4d82-8ce8-2d59bab49beb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c7c143de-3f46-434e-9258-a67ad8163173 {
  text-align: left;
}

#s-c7c143de-3f46-434e-9258-a67ad8163173 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c7c143de-3f46-434e-9258-a67ad8163173 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c7c143de-3f46-434e-9258-a67ad8163173 .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-02310888-8c82-43bf-ab7b-9b6fc60014bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-02310888-8c82-43bf-ab7b-9b6fc60014bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02310888-8c82-43bf-ab7b-9b6fc60014bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02310888-8c82-43bf-ab7b-9b6fc60014bf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02310888-8c82-43bf-ab7b-9b6fc60014bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02310888-8c82-43bf-ab7b-9b6fc60014bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-02310888-8c82-43bf-ab7b-9b6fc60014bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f {
  text-align: left;
}



.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c310fa-f3c7-4c02-82b1-bdb5dddebb2f img.shogun-image {
  width: 100%;
}



}
#s-8d834d33-4c7f-4f5c-8f01-00edde6b5331 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d834d33-4c7f-4f5c-8f01-00edde6b5331 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e170dd67-902f-4a09-ac2e-f04f7da578f0 {
  text-align: left;
}

#s-e170dd67-902f-4a09-ac2e-f04f7da578f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e170dd67-902f-4a09-ac2e-f04f7da578f0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e170dd67-902f-4a09-ac2e-f04f7da578f0 .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-9c325cb2-3078-41de-8e4a-210209e6b9d2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-9c325cb2-3078-41de-8e4a-210209e6b9d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c325cb2-3078-41de-8e4a-210209e6b9d2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c325cb2-3078-41de-8e4a-210209e6b9d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c325cb2-3078-41de-8e4a-210209e6b9d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c325cb2-3078-41de-8e4a-210209e6b9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9c325cb2-3078-41de-8e4a-210209e6b9d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 {
  text-align: left;
}



.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05a6db8e-8883-4d5b-8785-7b134b2753d5 img.shogun-image {
  width: 100%;
}



}
#s-1ac4bf60-acda-4b8e-a138-a4fdc6b99de1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ac4bf60-acda-4b8e-a138-a4fdc6b99de1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f93b4ed8-a5af-423a-81af-df289c1d552d {
  text-align: left;
}

#s-f93b4ed8-a5af-423a-81af-df289c1d552d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f93b4ed8-a5af-423a-81af-df289c1d552d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f93b4ed8-a5af-423a-81af-df289c1d552d .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-2983a7e8-4878-4e2e-bd75-c9861978112e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-2983a7e8-4878-4e2e-bd75-c9861978112e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2983a7e8-4878-4e2e-bd75-c9861978112e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2983a7e8-4878-4e2e-bd75-c9861978112e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2983a7e8-4878-4e2e-bd75-c9861978112e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2983a7e8-4878-4e2e-bd75-c9861978112e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2983a7e8-4878-4e2e-bd75-c9861978112e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-38343639-ca7f-422f-814b-cf1b972f5d74 {
  text-align: left;
}



.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38343639-ca7f-422f-814b-cf1b972f5d74 img.shogun-image {
  width: 100%;
}



}
#s-1212aaa4-c842-4438-893b-0e28f5fe9ea5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1212aaa4-c842-4438-893b-0e28f5fe9ea5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5fc1418a-143e-4fdb-83b2-0a28ca471134 {
  text-align: left;
}

#s-5fc1418a-143e-4fdb-83b2-0a28ca471134 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5fc1418a-143e-4fdb-83b2-0a28ca471134 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fc1418a-143e-4fdb-83b2-0a28ca471134 .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-7fb8d48c-45c7-438e-834f-a45699bdff17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-7fb8d48c-45c7-438e-834f-a45699bdff17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fb8d48c-45c7-438e-834f-a45699bdff17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7fb8d48c-45c7-438e-834f-a45699bdff17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7fb8d48c-45c7-438e-834f-a45699bdff17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7fb8d48c-45c7-438e-834f-a45699bdff17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7fb8d48c-45c7-438e-834f-a45699bdff17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-92beacf4-3969-49d8-83a7-e035fc720e10 {
  text-align: left;
}



.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92beacf4-3969-49d8-83a7-e035fc720e10 img.shogun-image {
  width: 100%;
}



}
#s-ccaa4193-40e3-4e69-8a98-ccabf1784a79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccaa4193-40e3-4e69-8a98-ccabf1784a79 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2d00867e-df4a-43f1-96e9-1b18c17aaa16 {
  text-align: left;
}

#s-2d00867e-df4a-43f1-96e9-1b18c17aaa16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d00867e-df4a-43f1-96e9-1b18c17aaa16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d00867e-df4a-43f1-96e9-1b18c17aaa16 .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-80bede96-7689-4d85-a6dd-4ed0bd576023 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-80bede96-7689-4d85-a6dd-4ed0bd576023:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80bede96-7689-4d85-a6dd-4ed0bd576023:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80bede96-7689-4d85-a6dd-4ed0bd576023 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80bede96-7689-4d85-a6dd-4ed0bd576023.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80bede96-7689-4d85-a6dd-4ed0bd576023.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80bede96-7689-4d85-a6dd-4ed0bd576023.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 {
  text-align: left;
}



.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7517531-7cc6-4321-9019-f7f42ab10cb3 img.shogun-image {
  width: 100%;
}



}
#s-77b5a90a-24e3-4136-b98e-95fe64e16c4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77b5a90a-24e3-4136-b98e-95fe64e16c4b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-026a4f99-5bd5-429b-a2ec-bfa9ebf6e1d2 {
  text-align: left;
}

#s-026a4f99-5bd5-429b-a2ec-bfa9ebf6e1d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-026a4f99-5bd5-429b-a2ec-bfa9ebf6e1d2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-026a4f99-5bd5-429b-a2ec-bfa9ebf6e1d2 .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-90ccc522-27bd-453e-9782-412c7d5a599c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-90ccc522-27bd-453e-9782-412c7d5a599c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90ccc522-27bd-453e-9782-412c7d5a599c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90ccc522-27bd-453e-9782-412c7d5a599c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90ccc522-27bd-453e-9782-412c7d5a599c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90ccc522-27bd-453e-9782-412c7d5a599c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-90ccc522-27bd-453e-9782-412c7d5a599c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b2828b5d-3e84-4288-80bb-18d999b9e841 {
  text-align: left;
}



.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2828b5d-3e84-4288-80bb-18d999b9e841 img.shogun-image {
  width: 100%;
}



}
#s-ad05bc16-c9d6-4403-9522-3579a3395ddd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad05bc16-c9d6-4403-9522-3579a3395ddd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0c548ce9-90cc-4a97-a2dd-cd52e9a54936 {
  text-align: left;
}

#s-0c548ce9-90cc-4a97-a2dd-cd52e9a54936 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c548ce9-90cc-4a97-a2dd-cd52e9a54936 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c548ce9-90cc-4a97-a2dd-cd52e9a54936 .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-08064fc5-512e-4fa5-a34b-0a12aba1bdfb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-08064fc5-512e-4fa5-a34b-0a12aba1bdfb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08064fc5-512e-4fa5-a34b-0a12aba1bdfb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08064fc5-512e-4fa5-a34b-0a12aba1bdfb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08064fc5-512e-4fa5-a34b-0a12aba1bdfb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08064fc5-512e-4fa5-a34b-0a12aba1bdfb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08064fc5-512e-4fa5-a34b-0a12aba1bdfb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa {
  text-align: left;
}



.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e2808b0-86e1-49a8-a9e6-b1b5e9d195aa img.shogun-image {
  width: 100%;
}



}
#s-280c0f9f-d3f5-49a9-91d6-b5c5374e1c73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-280c0f9f-d3f5-49a9-91d6-b5c5374e1c73 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-154d511e-4500-45a5-8a8c-0c9bbf67c885 {
  text-align: left;
}

#s-154d511e-4500-45a5-8a8c-0c9bbf67c885 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-154d511e-4500-45a5-8a8c-0c9bbf67c885 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-154d511e-4500-45a5-8a8c-0c9bbf67c885 .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-f4c81266-2ed4-4404-a64d-8fec86ae0dc4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-f4c81266-2ed4-4404-a64d-8fec86ae0dc4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4c81266-2ed4-4404-a64d-8fec86ae0dc4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4c81266-2ed4-4404-a64d-8fec86ae0dc4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4c81266-2ed4-4404-a64d-8fec86ae0dc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4c81266-2ed4-4404-a64d-8fec86ae0dc4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f4c81266-2ed4-4404-a64d-8fec86ae0dc4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8b9c9cd9-fc53-42b7-87af-1b380326010a {
  text-align: left;
}



.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9c9cd9-fc53-42b7-87af-1b380326010a img.shogun-image {
  width: 100%;
}



}
#s-6797f683-4b1a-49c5-b927-9030e6435a47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6797f683-4b1a-49c5-b927-9030e6435a47 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9fa5e402-dbfc-4ecd-ae3b-118e434c1c8c {
  text-align: left;
}

#s-9fa5e402-dbfc-4ecd-ae3b-118e434c1c8c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9fa5e402-dbfc-4ecd-ae3b-118e434c1c8c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9fa5e402-dbfc-4ecd-ae3b-118e434c1c8c .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-a9c93c13-2a19-49ef-8dcd-f02fb3867158 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-a9c93c13-2a19-49ef-8dcd-f02fb3867158:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9c93c13-2a19-49ef-8dcd-f02fb3867158:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9c93c13-2a19-49ef-8dcd-f02fb3867158 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9c93c13-2a19-49ef-8dcd-f02fb3867158.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9c93c13-2a19-49ef-8dcd-f02fb3867158.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9c93c13-2a19-49ef-8dcd-f02fb3867158.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 {
  text-align: left;
}



.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8786d3-35ae-4dcd-a4de-ee87d4274076 img.shogun-image {
  width: 100%;
}



}
#s-1c06a382-a81f-4dbd-9890-88eeab90cd91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c06a382-a81f-4dbd-9890-88eeab90cd91 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-989aa8a5-2d38-42c0-a69b-2ff7f90bef74 {
  text-align: left;
}

#s-989aa8a5-2d38-42c0-a69b-2ff7f90bef74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-989aa8a5-2d38-42c0-a69b-2ff7f90bef74 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-989aa8a5-2d38-42c0-a69b-2ff7f90bef74 .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-c17e061c-1cee-4252-a953-c3e3a4a2057c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-c17e061c-1cee-4252-a953-c3e3a4a2057c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c17e061c-1cee-4252-a953-c3e3a4a2057c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c17e061c-1cee-4252-a953-c3e3a4a2057c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c17e061c-1cee-4252-a953-c3e3a4a2057c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c17e061c-1cee-4252-a953-c3e3a4a2057c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c17e061c-1cee-4252-a953-c3e3a4a2057c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-01b044d5-8ceb-4267-8b61-5260fd53af71 {
  text-align: left;
}



.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01b044d5-8ceb-4267-8b61-5260fd53af71 img.shogun-image {
  width: 100%;
}



}
#s-63548a79-e6b9-48f4-8a52-f2f1813146d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63548a79-e6b9-48f4-8a52-f2f1813146d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-91a50454-bd84-4cdc-878c-5e431da83e6f {
  text-align: left;
}

#s-91a50454-bd84-4cdc-878c-5e431da83e6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-91a50454-bd84-4cdc-878c-5e431da83e6f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-91a50454-bd84-4cdc-878c-5e431da83e6f .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-c154da0e-7a53-4d8b-b988-7604aab82604 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-c154da0e-7a53-4d8b-b988-7604aab82604:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c154da0e-7a53-4d8b-b988-7604aab82604:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c154da0e-7a53-4d8b-b988-7604aab82604 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c154da0e-7a53-4d8b-b988-7604aab82604.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c154da0e-7a53-4d8b-b988-7604aab82604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c154da0e-7a53-4d8b-b988-7604aab82604.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e15f483-cf22-469c-bfbc-e34020adbc45 {
  text-align: left;
}



.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e15f483-cf22-469c-bfbc-e34020adbc45 img.shogun-image {
  width: 100%;
}



}
#s-4b747ca0-9bc3-426b-a4be-2617d91756a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b747ca0-9bc3-426b-a4be-2617d91756a5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4cc20f7d-45b8-4973-a40a-96da2aaafb59 {
  text-align: left;
}

#s-4cc20f7d-45b8-4973-a40a-96da2aaafb59 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4cc20f7d-45b8-4973-a40a-96da2aaafb59 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4cc20f7d-45b8-4973-a40a-96da2aaafb59 .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-b2172c78-bbce-439d-a6f3-8f5ee89f7f60 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-b2172c78-bbce-439d-a6f3-8f5ee89f7f60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2172c78-bbce-439d-a6f3-8f5ee89f7f60:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2172c78-bbce-439d-a6f3-8f5ee89f7f60 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2172c78-bbce-439d-a6f3-8f5ee89f7f60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2172c78-bbce-439d-a6f3-8f5ee89f7f60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2172c78-bbce-439d-a6f3-8f5ee89f7f60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f3ea4039-a301-429c-99d3-07df9fdac96b {
  text-align: left;
}



.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ea4039-a301-429c-99d3-07df9fdac96b img.shogun-image {
  width: 100%;
}



}
#s-8a279d30-4c6b-47e9-a731-f2d4edc96382 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a279d30-4c6b-47e9-a731-f2d4edc96382 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c2bbc051-8670-41f5-a596-3af8d5492e1c {
  text-align: left;
}

#s-c2bbc051-8670-41f5-a596-3af8d5492e1c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c2bbc051-8670-41f5-a596-3af8d5492e1c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c2bbc051-8670-41f5-a596-3af8d5492e1c .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-d51888e7-e5d7-41a4-bd57-432758368b51 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-d51888e7-e5d7-41a4-bd57-432758368b51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d51888e7-e5d7-41a4-bd57-432758368b51:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d51888e7-e5d7-41a4-bd57-432758368b51 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d51888e7-e5d7-41a4-bd57-432758368b51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d51888e7-e5d7-41a4-bd57-432758368b51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d51888e7-e5d7-41a4-bd57-432758368b51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 {
  text-align: left;
}



.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58bb3382-f322-41a7-94cf-7c624fbb18d7 img.shogun-image {
  width: 100%;
}



}
#s-20f27a5b-18de-4c24-9396-1e09e46d250a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20f27a5b-18de-4c24-9396-1e09e46d250a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f280a4d6-a3f2-4a1e-a921-284b64599a03 {
  text-align: left;
}

#s-f280a4d6-a3f2-4a1e-a921-284b64599a03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f280a4d6-a3f2-4a1e-a921-284b64599a03 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f280a4d6-a3f2-4a1e-a921-284b64599a03 .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-2f116326-1dc5-4b9b-b595-06c214338bd6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-2f116326-1dc5-4b9b-b595-06c214338bd6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f116326-1dc5-4b9b-b595-06c214338bd6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f116326-1dc5-4b9b-b595-06c214338bd6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f116326-1dc5-4b9b-b595-06c214338bd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f116326-1dc5-4b9b-b595-06c214338bd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f116326-1dc5-4b9b-b595-06c214338bd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-399c1434-827b-49a4-bea6-279f92941a8e {
  text-align: left;
}



.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399c1434-827b-49a4-bea6-279f92941a8e img.shogun-image {
  width: 100%;
}



}
#s-291cc123-087b-4adb-90fd-cb10f244667f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-291cc123-087b-4adb-90fd-cb10f244667f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f53e700b-05e0-4a04-805e-8a77108d98f5 {
  text-align: left;
}

#s-f53e700b-05e0-4a04-805e-8a77108d98f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f53e700b-05e0-4a04-805e-8a77108d98f5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f53e700b-05e0-4a04-805e-8a77108d98f5 .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-d037e60c-1e58-47c8-8788-099bb02e499e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-d037e60c-1e58-47c8-8788-099bb02e499e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d037e60c-1e58-47c8-8788-099bb02e499e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d037e60c-1e58-47c8-8788-099bb02e499e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d037e60c-1e58-47c8-8788-099bb02e499e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d037e60c-1e58-47c8-8788-099bb02e499e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d037e60c-1e58-47c8-8788-099bb02e499e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dda1f12a-fabc-45a3-b593-a31dffb7971f {
  text-align: left;
}



.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dda1f12a-fabc-45a3-b593-a31dffb7971f img.shogun-image {
  width: 100%;
}



}
#s-9304e73b-b482-4c3b-937f-1a8a431978b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9304e73b-b482-4c3b-937f-1a8a431978b1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-bc448e28-6059-4608-8ece-9fc606fe1ae0 {
  text-align: left;
}

#s-bc448e28-6059-4608-8ece-9fc606fe1ae0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bc448e28-6059-4608-8ece-9fc606fe1ae0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bc448e28-6059-4608-8ece-9fc606fe1ae0 .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-d95d4288-ffae-4ed3-a009-90e947ab1cf3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-d95d4288-ffae-4ed3-a009-90e947ab1cf3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d95d4288-ffae-4ed3-a009-90e947ab1cf3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d95d4288-ffae-4ed3-a009-90e947ab1cf3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d95d4288-ffae-4ed3-a009-90e947ab1cf3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d95d4288-ffae-4ed3-a009-90e947ab1cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d95d4288-ffae-4ed3-a009-90e947ab1cf3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 {
  text-align: left;
}



.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ddf0fb-4354-42fa-b022-5a7767ba3b21 img.shogun-image {
  width: 100%;
}



}
#s-ddc04d27-b00f-4e7c-b696-0759708b3b90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddc04d27-b00f-4e7c-b696-0759708b3b90 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-587522da-0eaa-449a-87e9-cd102af45653 {
  text-align: left;
}

#s-587522da-0eaa-449a-87e9-cd102af45653 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-587522da-0eaa-449a-87e9-cd102af45653 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-587522da-0eaa-449a-87e9-cd102af45653 .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-03a750c3-1eb4-4051-9be8-c9cc16218826 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-03a750c3-1eb4-4051-9be8-c9cc16218826:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03a750c3-1eb4-4051-9be8-c9cc16218826:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-03a750c3-1eb4-4051-9be8-c9cc16218826 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03a750c3-1eb4-4051-9be8-c9cc16218826.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03a750c3-1eb4-4051-9be8-c9cc16218826.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03a750c3-1eb4-4051-9be8-c9cc16218826.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74cf3faa-8594-4156-a016-e60a8cab55c5 {
  text-align: left;
}



.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cf3faa-8594-4156-a016-e60a8cab55c5 img.shogun-image {
  width: 100%;
}



}
#s-7a3569ad-324c-4c8a-b3e7-68dde21d1ff5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a3569ad-324c-4c8a-b3e7-68dde21d1ff5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5798d330-7c15-4d20-b30a-d426936d58d9 {
  text-align: left;
}

#s-5798d330-7c15-4d20-b30a-d426936d58d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5798d330-7c15-4d20-b30a-d426936d58d9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5798d330-7c15-4d20-b30a-d426936d58d9 .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-243b39f5-e21c-48e7-a5a6-3e438f4ff894 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-243b39f5-e21c-48e7-a5a6-3e438f4ff894:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-243b39f5-e21c-48e7-a5a6-3e438f4ff894:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-243b39f5-e21c-48e7-a5a6-3e438f4ff894 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-243b39f5-e21c-48e7-a5a6-3e438f4ff894.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-243b39f5-e21c-48e7-a5a6-3e438f4ff894.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-243b39f5-e21c-48e7-a5a6-3e438f4ff894.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-317277d1-f475-4396-8998-74d879fe992c {
  text-align: left;
}



.shg-c#s-317277d1-f475-4396-8998-74d879fe992c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317277d1-f475-4396-8998-74d879fe992c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-317277d1-f475-4396-8998-74d879fe992c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317277d1-f475-4396-8998-74d879fe992c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-317277d1-f475-4396-8998-74d879fe992c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317277d1-f475-4396-8998-74d879fe992c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-317277d1-f475-4396-8998-74d879fe992c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317277d1-f475-4396-8998-74d879fe992c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-317277d1-f475-4396-8998-74d879fe992c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317277d1-f475-4396-8998-74d879fe992c img.shogun-image {
  width: 100%;
}



}
#s-493297bb-1f55-438d-8142-019ee3115080 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-493297bb-1f55-438d-8142-019ee3115080 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e5d4b1a5-e35f-482c-b1e8-fc5c39670187 {
  text-align: left;
}

#s-e5d4b1a5-e35f-482c-b1e8-fc5c39670187 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5d4b1a5-e35f-482c-b1e8-fc5c39670187 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e5d4b1a5-e35f-482c-b1e8-fc5c39670187 .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-0632ac1d-50d9-475e-8314-af9e91ea9d23 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-0632ac1d-50d9-475e-8314-af9e91ea9d23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0632ac1d-50d9-475e-8314-af9e91ea9d23:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0632ac1d-50d9-475e-8314-af9e91ea9d23 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0632ac1d-50d9-475e-8314-af9e91ea9d23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0632ac1d-50d9-475e-8314-af9e91ea9d23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0632ac1d-50d9-475e-8314-af9e91ea9d23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 {
  text-align: left;
}



.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40ddbfdc-af2a-4856-b008-a6c774aeefc6 img.shogun-image {
  width: 100%;
}



}
#s-d35970ab-92a9-4f3f-849f-6eea16b85a98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d35970ab-92a9-4f3f-849f-6eea16b85a98 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6bc28c16-4174-4ce9-85cf-23f20a5fb0c9 {
  text-align: left;
}

#s-6bc28c16-4174-4ce9-85cf-23f20a5fb0c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6bc28c16-4174-4ce9-85cf-23f20a5fb0c9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6bc28c16-4174-4ce9-85cf-23f20a5fb0c9 .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-ace0a83a-03ce-4df4-a42a-dbe0cd590b59 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-ace0a83a-03ce-4df4-a42a-dbe0cd590b59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ace0a83a-03ce-4df4-a42a-dbe0cd590b59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ace0a83a-03ce-4df4-a42a-dbe0cd590b59 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ace0a83a-03ce-4df4-a42a-dbe0cd590b59.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ace0a83a-03ce-4df4-a42a-dbe0cd590b59.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ace0a83a-03ce-4df4-a42a-dbe0cd590b59.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 {
  text-align: left;
}



.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b4b842f-ab67-4336-9e43-3f7cb8332407 img.shogun-image {
  width: 100%;
}



}
#s-645d06cf-7a77-47a2-a7cf-669901fd26a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-645d06cf-7a77-47a2-a7cf-669901fd26a8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-48e839e5-8311-432b-9f7e-ba6b572b5c4c {
  text-align: left;
}

#s-48e839e5-8311-432b-9f7e-ba6b572b5c4c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-48e839e5-8311-432b-9f7e-ba6b572b5c4c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-48e839e5-8311-432b-9f7e-ba6b572b5c4c .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-badbf446-f992-47cb-bcd5-4c1a9d3a333a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-badbf446-f992-47cb-bcd5-4c1a9d3a333a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-badbf446-f992-47cb-bcd5-4c1a9d3a333a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-badbf446-f992-47cb-bcd5-4c1a9d3a333a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-badbf446-f992-47cb-bcd5-4c1a9d3a333a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-badbf446-f992-47cb-bcd5-4c1a9d3a333a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-badbf446-f992-47cb-bcd5-4c1a9d3a333a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a2aee52a-daf2-4143-91a9-01b7ed20215c {
  text-align: left;
}



.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2aee52a-daf2-4143-91a9-01b7ed20215c img.shogun-image {
  width: 100%;
}



}
#s-be6d0943-706f-4e80-906c-706a457abf89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be6d0943-706f-4e80-906c-706a457abf89 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9ffd0d29-483d-4eba-8ff0-3092e3f45dd4 {
  text-align: left;
}

#s-9ffd0d29-483d-4eba-8ff0-3092e3f45dd4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9ffd0d29-483d-4eba-8ff0-3092e3f45dd4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ffd0d29-483d-4eba-8ff0-3092e3f45dd4 .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-8ccf6bf7-048d-4322-998f-be9317c363bb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-8ccf6bf7-048d-4322-998f-be9317c363bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ccf6bf7-048d-4322-998f-be9317c363bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ccf6bf7-048d-4322-998f-be9317c363bb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ccf6bf7-048d-4322-998f-be9317c363bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ccf6bf7-048d-4322-998f-be9317c363bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8ccf6bf7-048d-4322-998f-be9317c363bb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-70381b20-8965-4984-ac90-c3f978f1dc2c {
  text-align: left;
}



.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70381b20-8965-4984-ac90-c3f978f1dc2c img.shogun-image {
  width: 100%;
}



}
#s-1c91dc61-42f1-4b7a-b5ea-2893931e9198 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c91dc61-42f1-4b7a-b5ea-2893931e9198 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cd071193-b669-49c8-a770-8929d8588bc4 {
  text-align: left;
}

#s-cd071193-b669-49c8-a770-8929d8588bc4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cd071193-b669-49c8-a770-8929d8588bc4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cd071193-b669-49c8-a770-8929d8588bc4 .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-825e3bc5-8dce-4b44-9e2d-8cb6d143bbb5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-825e3bc5-8dce-4b44-9e2d-8cb6d143bbb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-825e3bc5-8dce-4b44-9e2d-8cb6d143bbb5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-825e3bc5-8dce-4b44-9e2d-8cb6d143bbb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-825e3bc5-8dce-4b44-9e2d-8cb6d143bbb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-825e3bc5-8dce-4b44-9e2d-8cb6d143bbb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-825e3bc5-8dce-4b44-9e2d-8cb6d143bbb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba {
  text-align: left;
}



.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e7633c2-bdc2-482f-b423-1bed45e3d7ba img.shogun-image {
  width: 100%;
}



}
#s-f16ef3ee-dd6f-456c-ab03-3014e7f41dcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f16ef3ee-dd6f-456c-ab03-3014e7f41dcf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2e00387a-8d04-4b71-8024-b04351845531 {
  text-align: left;
}

#s-2e00387a-8d04-4b71-8024-b04351845531 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2e00387a-8d04-4b71-8024-b04351845531 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2e00387a-8d04-4b71-8024-b04351845531 .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-2615013b-70cd-4f5b-939d-5cde6bbb2461 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-2615013b-70cd-4f5b-939d-5cde6bbb2461:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2615013b-70cd-4f5b-939d-5cde6bbb2461:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2615013b-70cd-4f5b-939d-5cde6bbb2461 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2615013b-70cd-4f5b-939d-5cde6bbb2461.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2615013b-70cd-4f5b-939d-5cde6bbb2461.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2615013b-70cd-4f5b-939d-5cde6bbb2461.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d828af9d-df20-462d-bcce-117e36ca8ccf {
  text-align: left;
}



.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d828af9d-df20-462d-bcce-117e36ca8ccf img.shogun-image {
  width: 100%;
}



}
#s-7028638d-65a2-4a73-bb97-7b068f459a6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7028638d-65a2-4a73-bb97-7b068f459a6e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-63132f94-3573-4b5b-bb31-fb08a8a0ade9 {
  text-align: left;
}

#s-63132f94-3573-4b5b-bb31-fb08a8a0ade9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-63132f94-3573-4b5b-bb31-fb08a8a0ade9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-63132f94-3573-4b5b-bb31-fb08a8a0ade9 .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-82cb9b73-d4df-4ab9-ae53-130768ee4798 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-82cb9b73-d4df-4ab9-ae53-130768ee4798:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82cb9b73-d4df-4ab9-ae53-130768ee4798:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82cb9b73-d4df-4ab9-ae53-130768ee4798 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82cb9b73-d4df-4ab9-ae53-130768ee4798.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82cb9b73-d4df-4ab9-ae53-130768ee4798.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-82cb9b73-d4df-4ab9-ae53-130768ee4798.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e {
  text-align: left;
}



.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f933df09-a7a0-44b6-ba1e-3b5ed79d497e img.shogun-image {
  width: 100%;
}



}
#s-de9cbd50-2da5-478c-bc98-433357e787a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de9cbd50-2da5-478c-bc98-433357e787a2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f4b1b372-1680-49b5-982a-ef66ee89535e {
  text-align: left;
}

#s-f4b1b372-1680-49b5-982a-ef66ee89535e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f4b1b372-1680-49b5-982a-ef66ee89535e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f4b1b372-1680-49b5-982a-ef66ee89535e .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-5c4e836f-495f-43e4-abfa-26a929f3d84b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-5c4e836f-495f-43e4-abfa-26a929f3d84b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c4e836f-495f-43e4-abfa-26a929f3d84b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c4e836f-495f-43e4-abfa-26a929f3d84b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c4e836f-495f-43e4-abfa-26a929f3d84b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c4e836f-495f-43e4-abfa-26a929f3d84b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5c4e836f-495f-43e4-abfa-26a929f3d84b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-effde55d-6c91-4826-8950-2d68f4f41efc {
  text-align: left;
}



.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effde55d-6c91-4826-8950-2d68f4f41efc img.shogun-image {
  width: 100%;
}



}
#s-b1ec2069-4fdd-45fe-ac6d-74fcda28235f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1ec2069-4fdd-45fe-ac6d-74fcda28235f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5207031e-c497-4212-9b08-df0a63b8e450 {
  text-align: left;
}

#s-5207031e-c497-4212-9b08-df0a63b8e450 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5207031e-c497-4212-9b08-df0a63b8e450 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5207031e-c497-4212-9b08-df0a63b8e450 .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-a82092af-0113-4d7d-9308-f9987665b622 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-a82092af-0113-4d7d-9308-f9987665b622:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a82092af-0113-4d7d-9308-f9987665b622:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a82092af-0113-4d7d-9308-f9987665b622 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a82092af-0113-4d7d-9308-f9987665b622.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a82092af-0113-4d7d-9308-f9987665b622.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a82092af-0113-4d7d-9308-f9987665b622.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-196465a9-fb73-48d4-8a3a-c1b25893893f {
  text-align: left;
}



.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-196465a9-fb73-48d4-8a3a-c1b25893893f img.shogun-image {
  width: 100%;
}



}
#s-854fa7f1-7a81-4870-9e56-f521a3b3acb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-854fa7f1-7a81-4870-9e56-f521a3b3acb6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0ea06314-4c9d-4515-b872-28265bf08f15 {
  text-align: left;
}

#s-0ea06314-4c9d-4515-b872-28265bf08f15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0ea06314-4c9d-4515-b872-28265bf08f15 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0ea06314-4c9d-4515-b872-28265bf08f15 .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-66e34c8a-cbfd-4523-b3e4-5e46330511c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-66e34c8a-cbfd-4523-b3e4-5e46330511c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66e34c8a-cbfd-4523-b3e4-5e46330511c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66e34c8a-cbfd-4523-b3e4-5e46330511c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66e34c8a-cbfd-4523-b3e4-5e46330511c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66e34c8a-cbfd-4523-b3e4-5e46330511c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-66e34c8a-cbfd-4523-b3e4-5e46330511c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 {
  text-align: left;
}



.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ff49f-d54d-452b-b95d-dae7ccdd6362 img.shogun-image {
  width: 100%;
}



}
#s-63baef50-5fea-446f-b6e7-30f86a9240b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63baef50-5fea-446f-b6e7-30f86a9240b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-723644f2-3d0b-4aad-9435-d7c1a2e955fa {
  text-align: left;
}

#s-723644f2-3d0b-4aad-9435-d7c1a2e955fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-723644f2-3d0b-4aad-9435-d7c1a2e955fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-723644f2-3d0b-4aad-9435-d7c1a2e955fa .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-520e03bd-3e11-47a7-a3c2-009e53624f52 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-520e03bd-3e11-47a7-a3c2-009e53624f52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-520e03bd-3e11-47a7-a3c2-009e53624f52:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-520e03bd-3e11-47a7-a3c2-009e53624f52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-520e03bd-3e11-47a7-a3c2-009e53624f52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-520e03bd-3e11-47a7-a3c2-009e53624f52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-520e03bd-3e11-47a7-a3c2-009e53624f52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 {
  text-align: left;
}



.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f6ff0f-c017-4d25-8ae7-70e120c65aa2 img.shogun-image {
  width: 100%;
}



}
#s-12bb42d2-5baa-46f6-b408-8b1e1d5684ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12bb42d2-5baa-46f6-b408-8b1e1d5684ce .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-936544e9-daed-4d00-ad7e-4364f2e6b868 {
  text-align: left;
}

#s-936544e9-daed-4d00-ad7e-4364f2e6b868 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-936544e9-daed-4d00-ad7e-4364f2e6b868 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-936544e9-daed-4d00-ad7e-4364f2e6b868 .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-73f16008-c9e6-46a2-83e7-aa0ce26f5d6b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-73f16008-c9e6-46a2-83e7-aa0ce26f5d6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73f16008-c9e6-46a2-83e7-aa0ce26f5d6b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73f16008-c9e6-46a2-83e7-aa0ce26f5d6b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73f16008-c9e6-46a2-83e7-aa0ce26f5d6b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73f16008-c9e6-46a2-83e7-aa0ce26f5d6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-73f16008-c9e6-46a2-83e7-aa0ce26f5d6b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9f1c410e-146e-4e64-9bba-72fc931821ff {
  text-align: left;
}



.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c410e-146e-4e64-9bba-72fc931821ff img.shogun-image {
  width: 100%;
}



}
#s-6ccdae32-ede5-48a5-960a-d9e8ba44e2c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ccdae32-ede5-48a5-960a-d9e8ba44e2c3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-def1e438-b714-4f34-a7bd-4d95d45631da {
  text-align: left;
}

#s-def1e438-b714-4f34-a7bd-4d95d45631da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-def1e438-b714-4f34-a7bd-4d95d45631da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-def1e438-b714-4f34-a7bd-4d95d45631da .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-e9b30258-486c-46c4-82f8-3cddbad9d93c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-e9b30258-486c-46c4-82f8-3cddbad9d93c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9b30258-486c-46c4-82f8-3cddbad9d93c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9b30258-486c-46c4-82f8-3cddbad9d93c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9b30258-486c-46c4-82f8-3cddbad9d93c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9b30258-486c-46c4-82f8-3cddbad9d93c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e9b30258-486c-46c4-82f8-3cddbad9d93c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-df017435-7bff-4c39-9a22-9f7619777c8e {
  text-align: left;
}



.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df017435-7bff-4c39-9a22-9f7619777c8e img.shogun-image {
  width: 100%;
}



}
#s-0f529071-c1df-41b2-af57-71db64cf90eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f529071-c1df-41b2-af57-71db64cf90eb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b13c168b-e1a7-453f-ab4e-d85ec964c527 {
  text-align: left;
}

#s-b13c168b-e1a7-453f-ab4e-d85ec964c527 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b13c168b-e1a7-453f-ab4e-d85ec964c527 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b13c168b-e1a7-453f-ab4e-d85ec964c527 .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-e89cb08c-1f53-4723-846e-b04c452727b9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-e89cb08c-1f53-4723-846e-b04c452727b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e89cb08c-1f53-4723-846e-b04c452727b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e89cb08c-1f53-4723-846e-b04c452727b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e89cb08c-1f53-4723-846e-b04c452727b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e89cb08c-1f53-4723-846e-b04c452727b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e89cb08c-1f53-4723-846e-b04c452727b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-000f41d0-1852-4710-9386-d699a9bd6d79 {
  text-align: left;
}



.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000f41d0-1852-4710-9386-d699a9bd6d79 img.shogun-image {
  width: 100%;
}



}
#s-2af90beb-c5c9-4ef7-82bc-cff43d98d3a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2af90beb-c5c9-4ef7-82bc-cff43d98d3a6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9e7b2c77-0a6d-496b-b020-32e14252aee5 {
  text-align: left;
}

#s-9e7b2c77-0a6d-496b-b020-32e14252aee5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9e7b2c77-0a6d-496b-b020-32e14252aee5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9e7b2c77-0a6d-496b-b020-32e14252aee5 .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-b6ecf1a1-cd94-4140-9c6f-26360ddec1af {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-b6ecf1a1-cd94-4140-9c6f-26360ddec1af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6ecf1a1-cd94-4140-9c6f-26360ddec1af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6ecf1a1-cd94-4140-9c6f-26360ddec1af {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6ecf1a1-cd94-4140-9c6f-26360ddec1af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6ecf1a1-cd94-4140-9c6f-26360ddec1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b6ecf1a1-cd94-4140-9c6f-26360ddec1af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f0b2a4bc-8099-45e0-acdb-982858a15327 {
  text-align: left;
}



.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b2a4bc-8099-45e0-acdb-982858a15327 img.shogun-image {
  width: 100%;
}



}
#s-77ab9547-602e-4705-9cad-f9c9b82fc70a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77ab9547-602e-4705-9cad-f9c9b82fc70a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-78a67c97-2d16-40d0-b2b0-2ccb36484aa5 {
  text-align: left;
}

#s-78a67c97-2d16-40d0-b2b0-2ccb36484aa5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78a67c97-2d16-40d0-b2b0-2ccb36484aa5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-78a67c97-2d16-40d0-b2b0-2ccb36484aa5 .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-5d1cfb5c-18ae-42fb-ac5a-45feba5627d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-5d1cfb5c-18ae-42fb-ac5a-45feba5627d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d1cfb5c-18ae-42fb-ac5a-45feba5627d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d1cfb5c-18ae-42fb-ac5a-45feba5627d3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d1cfb5c-18ae-42fb-ac5a-45feba5627d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d1cfb5c-18ae-42fb-ac5a-45feba5627d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d1cfb5c-18ae-42fb-ac5a-45feba5627d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba {
  text-align: left;
}



.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2100a1-e08b-4413-be5b-48ccaa71c4ba img.shogun-image {
  width: 100%;
}



}
#s-2d835858-36ab-4008-b8e5-054e317a7d88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d835858-36ab-4008-b8e5-054e317a7d88 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2b5a4159-b4b4-4376-b2c0-d5869b833106 {
  text-align: left;
}

#s-2b5a4159-b4b4-4376-b2c0-d5869b833106 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2b5a4159-b4b4-4376-b2c0-d5869b833106 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2b5a4159-b4b4-4376-b2c0-d5869b833106 .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-c1d42b2e-cfea-45bc-b4d2-44a62a087044 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
cursor: pointer;
}
#s-c1d42b2e-cfea-45bc-b4d2-44a62a087044:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1d42b2e-cfea-45bc-b4d2-44a62a087044:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1d42b2e-cfea-45bc-b4d2-44a62a087044 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1d42b2e-cfea-45bc-b4d2-44a62a087044.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1d42b2e-cfea-45bc-b4d2-44a62a087044.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c1d42b2e-cfea-45bc-b4d2-44a62a087044.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}
