.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-789851af-34cf-40c7-aebd-76c50c92d1d1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-789851af-34cf-40c7-aebd-76c50c92d1d1 {
  margin-left: 0em;
margin-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-789851af-34cf-40c7-aebd-76c50c92d1d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-789851af-34cf-40c7-aebd-76c50c92d1d1 {
  
}
}@media (max-width: 767px){#s-789851af-34cf-40c7-aebd-76c50c92d1d1 {
  
}
}
#s-789851af-34cf-40c7-aebd-76c50c92d1d1 {
  background-image: url(https://i.shgcdn.com/8f2f0591-954d-4222-992c-a9ef3f30659f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-789851af-34cf-40c7-aebd-76c50c92d1d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-789851af-34cf-40c7-aebd-76c50c92d1d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-d88cc313-73e6-4403-8998-898135f653d0 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d88cc313-73e6-4403-8998-898135f653d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d88cc313-73e6-4403-8998-898135f653d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d88cc313-73e6-4403-8998-898135f653d0 {
  
}
}@media (max-width: 767px){#s-d88cc313-73e6-4403-8998-898135f653d0 {
  
}
}
@media (min-width: 0px) {
[id="s-d88cc313-73e6-4403-8998-898135f653d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d88cc313-73e6-4403-8998-898135f653d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d88cc313-73e6-4403-8998-898135f653d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d88cc313-73e6-4403-8998-898135f653d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d88cc313-73e6-4403-8998-898135f653d0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6e777663-0f1b-4f35-bb89-8b63d898df66 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0);
background-attachment: fixed;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 25px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-6e777663-0f1b-4f35-bb89-8b63d898df66 {
  margin-top: 0em;
margin-left: 10em;
margin-bottom: 0px;
margin-right: 5em;
padding-top: 1em;
padding-bottom: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e777663-0f1b-4f35-bb89-8b63d898df66 {
  margin-left: 5em;
margin-right: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e777663-0f1b-4f35-bb89-8b63d898df66 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-6e777663-0f1b-4f35-bb89-8b63d898df66 {
  margin-left: 1em;
margin-right: 1em;
padding-top: 5px;
padding-bottom: 5px;
}
}







#s-6e777663-0f1b-4f35-bb89-8b63d898df66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e777663-0f1b-4f35-bb89-8b63d898df66.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-0ec5bb3b-e8b0-4dfa-a05c-e80d3151ffa0 {
  padding-top: 4em;
padding-bottom: 0em;
text-align: left;
}
@media (max-width: 767px){#s-0ec5bb3b-e8b0-4dfa-a05c-e80d3151ffa0 {
  padding-top: 1em;
}
}
#s-0ec5bb3b-e8b0-4dfa-a05c-e80d3151ffa0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-0ec5bb3b-e8b0-4dfa-a05c-e80d3151ffa0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: left;
}


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

#s-f8f4410a-9674-4938-bb0b-9d5e418328c1 {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-f8f4410a-9674-4938-bb0b-9d5e418328c1 {
  margin-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8f4410a-9674-4938-bb0b-9d5e418328c1 {
  margin-right: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8f4410a-9674-4938-bb0b-9d5e418328c1 {
  
}
}@media (max-width: 767px){#s-f8f4410a-9674-4938-bb0b-9d5e418328c1 {
  
}
}
#s-a64e84b4-96c2-428e-88c6-a05967cc5dbe {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-attachment: scroll;
}








#s-a64e84b4-96c2-428e-88c6-a05967cc5dbe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.4;
}#s-a64e84b4-96c2-428e-88c6-a05967cc5dbe {
  cursor: pointer;
}#s-a64e84b4-96c2-428e-88c6-a05967cc5dbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}
#s-99829138-f1a0-48f2-af5f-bc69663927a3 {
  text-align: center;
}







  #s-99829138-f1a0-48f2-af5f-bc69663927a3 img.shogun-image {
    

    
    
    
  }


#s-99829138-f1a0-48f2-af5f-bc69663927a3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5ccd3e10-1042-4097-9e97-0364f36763b3 {
  padding-top: 1em;
padding-left: 5em;
padding-bottom: 1em;
padding-right: 5em;
background-color: rgba(243, 244, 245, 1);
}
@media (min-width: 1200px){#s-5ccd3e10-1042-4097-9e97-0364f36763b3 {
  padding-left: 8em;
padding-right: 8em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ccd3e10-1042-4097-9e97-0364f36763b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ccd3e10-1042-4097-9e97-0364f36763b3 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-5ccd3e10-1042-4097-9e97-0364f36763b3 {
  padding-left: 1em;
padding-right: 1em;
}
}







#s-5ccd3e10-1042-4097-9e97-0364f36763b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ccd3e10-1042-4097-9e97-0364f36763b3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8d29dd15-a79a-4894-a4e3-45a2a440c718 {
  margin-top: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-8d29dd15-a79a-4894-a4e3-45a2a440c718 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d29dd15-a79a-4894-a4e3-45a2a440c718 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d29dd15-a79a-4894-a4e3-45a2a440c718 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-8d29dd15-a79a-4894-a4e3-45a2a440c718 {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-8d29dd15-a79a-4894-a4e3-45a2a440c718 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-a15560a4-7158-46cb-afc5-cb38dd1dc2ca {
  margin-top: 0em;
margin-bottom: 0em;
}
@media (min-width: 1200px){#s-a15560a4-7158-46cb-afc5-cb38dd1dc2ca {
  background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-a15560a4-7158-46cb-afc5-cb38dd1dc2ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a15560a4-7158-46cb-afc5-cb38dd1dc2ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a15560a4-7158-46cb-afc5-cb38dd1dc2ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a15560a4-7158-46cb-afc5-cb38dd1dc2ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d27c60bb-a80d-4c2c-8931-66f22242be16 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d27c60bb-a80d-4c2c-8931-66f22242be16 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d27c60bb-a80d-4c2c-8931-66f22242be16 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d27c60bb-a80d-4c2c-8931-66f22242be16 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-d27c60bb-a80d-4c2c-8931-66f22242be16 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-d27c60bb-a80d-4c2c-8931-66f22242be16 {
  display: none;
}
.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-80417972-0beb-4bab-8b73-1928a7191e71 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80417972-0beb-4bab-8b73-1928a7191e71 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-c72d7868-4e65-4268-baf0-4b3b30399241 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-c72d7868-4e65-4268-baf0-4b3b30399241 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ec91109f-7121-4664-8d43-7b8963077ed0 {
  text-align: center;
}

#s-ec91109f-7121-4664-8d43-7b8963077ed0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-ec91109f-7121-4664-8d43-7b8963077ed0 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-ec91109f-7121-4664-8d43-7b8963077ed0 .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-btn {
  cursor: pointer;
  box-sizing: border-box;
}

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

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

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

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

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

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

#s-b4b77f9e-7a89-4dd8-8351-56c44da19404 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b4b77f9e-7a89-4dd8-8351-56c44da19404:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4b77f9e-7a89-4dd8-8351-56c44da19404:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4b77f9e-7a89-4dd8-8351-56c44da19404-root {
    text-align: center;
  }


#s-b4b77f9e-7a89-4dd8-8351-56c44da19404.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4b77f9e-7a89-4dd8-8351-56c44da19404-root {
    text-align: center;
  }


#s-b4b77f9e-7a89-4dd8-8351-56c44da19404.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4b77f9e-7a89-4dd8-8351-56c44da19404-root {
    text-align: center;
  }


#s-b4b77f9e-7a89-4dd8-8351-56c44da19404.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4b77f9e-7a89-4dd8-8351-56c44da19404-root {
    text-align: center;
  }


#s-b4b77f9e-7a89-4dd8-8351-56c44da19404.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4b77f9e-7a89-4dd8-8351-56c44da19404-root {
    text-align: center;
  }


#s-b4b77f9e-7a89-4dd8-8351-56c44da19404.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c7c29f1d-fb0a-41a9-bce0-635a029b10d4 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c7c29f1d-fb0a-41a9-bce0-635a029b10d4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7c29f1d-fb0a-41a9-bce0-635a029b10d4 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7c29f1d-fb0a-41a9-bce0-635a029b10d4 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-c7c29f1d-fb0a-41a9-bce0-635a029b10d4 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-c7c29f1d-fb0a-41a9-bce0-635a029b10d4 {
  display: none;
}
#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7369c058-ec47-4e72-b0ab-faa5a7602db9 img.shogun-image {
  width: 100%;
}



}
#s-4e33a77d-2afc-4fb7-896e-8a79c1862c83 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-4e33a77d-2afc-4fb7-896e-8a79c1862c83 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0c621caf-6be6-423a-9b21-3cf5ad6de67a {
  text-align: center;
}

#s-0c621caf-6be6-423a-9b21-3cf5ad6de67a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0c621caf-6be6-423a-9b21-3cf5ad6de67a .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c621caf-6be6-423a-9b21-3cf5ad6de67a .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-244adbd4-e4ca-430c-b785-ddea1b8ed74c {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-244adbd4-e4ca-430c-b785-ddea1b8ed74c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-244adbd4-e4ca-430c-b785-ddea1b8ed74c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-244adbd4-e4ca-430c-b785-ddea1b8ed74c-root {
    text-align: center;
  }


#s-244adbd4-e4ca-430c-b785-ddea1b8ed74c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-244adbd4-e4ca-430c-b785-ddea1b8ed74c-root {
    text-align: center;
  }


#s-244adbd4-e4ca-430c-b785-ddea1b8ed74c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-244adbd4-e4ca-430c-b785-ddea1b8ed74c-root {
    text-align: center;
  }


#s-244adbd4-e4ca-430c-b785-ddea1b8ed74c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-244adbd4-e4ca-430c-b785-ddea1b8ed74c-root {
    text-align: center;
  }


#s-244adbd4-e4ca-430c-b785-ddea1b8ed74c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-244adbd4-e4ca-430c-b785-ddea1b8ed74c-root {
    text-align: center;
  }


#s-244adbd4-e4ca-430c-b785-ddea1b8ed74c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4cb41a6a-cd74-43d5-aeb4-cc2b63c09844 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4cb41a6a-cd74-43d5-aeb4-cc2b63c09844 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cb41a6a-cd74-43d5-aeb4-cc2b63c09844 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cb41a6a-cd74-43d5-aeb4-cc2b63c09844 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-4cb41a6a-cd74-43d5-aeb4-cc2b63c09844 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-4cb41a6a-cd74-43d5-aeb4-cc2b63c09844 {
  display: none;
}
#s-ab768946-67c2-4e94-8bab-ddb108796873 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab768946-67c2-4e94-8bab-ddb108796873 img.shogun-image {
  width: 100%;
}



}
#s-d2eed2e6-ad40-4e2a-8f0b-91fbd4192837 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-d2eed2e6-ad40-4e2a-8f0b-91fbd4192837 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-240075c7-568f-4ee9-8dc3-7aad15a9c684 {
  text-align: center;
}

#s-240075c7-568f-4ee9-8dc3-7aad15a9c684 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-240075c7-568f-4ee9-8dc3-7aad15a9c684 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-240075c7-568f-4ee9-8dc3-7aad15a9c684 .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-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee-root {
    text-align: center;
  }


#s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee-root {
    text-align: center;
  }


#s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee-root {
    text-align: center;
  }


#s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee-root {
    text-align: center;
  }


#s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee-root {
    text-align: center;
  }


#s-3507d9b8-5326-4bcb-a184-f4c9d5c7c1ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-32df4d01-6825-4508-9e74-153a7192825d {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-32df4d01-6825-4508-9e74-153a7192825d {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32df4d01-6825-4508-9e74-153a7192825d {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-32df4d01-6825-4508-9e74-153a7192825d {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-32df4d01-6825-4508-9e74-153a7192825d {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-32df4d01-6825-4508-9e74-153a7192825d {
  display: none;
}
#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c94c5ce-eb0d-4e89-a332-fd4ea50502a7 img.shogun-image {
  width: 100%;
}



}
#s-fd1cbd5f-c2fb-454c-81f1-1158c1f63b29 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-fd1cbd5f-c2fb-454c-81f1-1158c1f63b29 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cdf3ca0d-1b64-4eeb-aa7c-cb84a77edb34 {
  text-align: center;
}

#s-cdf3ca0d-1b64-4eeb-aa7c-cb84a77edb34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-cdf3ca0d-1b64-4eeb-aa7c-cb84a77edb34 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-cdf3ca0d-1b64-4eeb-aa7c-cb84a77edb34 .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-cc13552d-6f52-4be1-933e-1fecc909275d {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cc13552d-6f52-4be1-933e-1fecc909275d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc13552d-6f52-4be1-933e-1fecc909275d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cc13552d-6f52-4be1-933e-1fecc909275d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc13552d-6f52-4be1-933e-1fecc909275d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc13552d-6f52-4be1-933e-1fecc909275d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cc13552d-6f52-4be1-933e-1fecc909275d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e54efcbe-c8ab-4c08-aa91-b09da7155d74 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e54efcbe-c8ab-4c08-aa91-b09da7155d74 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e54efcbe-c8ab-4c08-aa91-b09da7155d74 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e54efcbe-c8ab-4c08-aa91-b09da7155d74 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-e54efcbe-c8ab-4c08-aa91-b09da7155d74 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-e54efcbe-c8ab-4c08-aa91-b09da7155d74 {
  display: none;
}
#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0537a59d-f045-4c3b-b61b-aa2f0b670994 img.shogun-image {
  width: 100%;
}



}
#s-f98efd6e-26b6-4554-8707-98d8f146c033 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-f98efd6e-26b6-4554-8707-98d8f146c033 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9e96714a-0234-4cc1-bb40-31a59cc47a9d {
  text-align: center;
}

#s-9e96714a-0234-4cc1-bb40-31a59cc47a9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-9e96714a-0234-4cc1-bb40-31a59cc47a9d .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-9e96714a-0234-4cc1-bb40-31a59cc47a9d .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-65c53a4b-db2a-490c-83a0-1632f9524f48 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-65c53a4b-db2a-490c-83a0-1632f9524f48:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65c53a4b-db2a-490c-83a0-1632f9524f48:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65c53a4b-db2a-490c-83a0-1632f9524f48-root {
    text-align: center;
  }


#s-65c53a4b-db2a-490c-83a0-1632f9524f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65c53a4b-db2a-490c-83a0-1632f9524f48-root {
    text-align: center;
  }


#s-65c53a4b-db2a-490c-83a0-1632f9524f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65c53a4b-db2a-490c-83a0-1632f9524f48-root {
    text-align: center;
  }


#s-65c53a4b-db2a-490c-83a0-1632f9524f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65c53a4b-db2a-490c-83a0-1632f9524f48-root {
    text-align: center;
  }


#s-65c53a4b-db2a-490c-83a0-1632f9524f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65c53a4b-db2a-490c-83a0-1632f9524f48-root {
    text-align: center;
  }


#s-65c53a4b-db2a-490c-83a0-1632f9524f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-685fbd6d-9556-4f5a-bb46-acad07d81b27 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-685fbd6d-9556-4f5a-bb46-acad07d81b27 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-685fbd6d-9556-4f5a-bb46-acad07d81b27 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-685fbd6d-9556-4f5a-bb46-acad07d81b27 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-685fbd6d-9556-4f5a-bb46-acad07d81b27 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-685fbd6d-9556-4f5a-bb46-acad07d81b27 {
  display: none;
}
#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3381a513-ba5b-4808-b765-d64cb8c30ad9 img.shogun-image {
  width: 100%;
}



}
#s-ba5c8059-7ecb-41b8-9c0a-3b90235ec813 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-ba5c8059-7ecb-41b8-9c0a-3b90235ec813 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-65d5c224-ff16-4a49-990d-f5a7b1f6d5a0 {
  text-align: center;
}

#s-65d5c224-ff16-4a49-990d-f5a7b1f6d5a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-65d5c224-ff16-4a49-990d-f5a7b1f6d5a0 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-65d5c224-ff16-4a49-990d-f5a7b1f6d5a0 .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-8f65ae77-339b-4ef8-adbc-c1cd0368247d {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8f65ae77-339b-4ef8-adbc-c1cd0368247d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f65ae77-339b-4ef8-adbc-c1cd0368247d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f65ae77-339b-4ef8-adbc-c1cd0368247d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f65ae77-339b-4ef8-adbc-c1cd0368247d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f65ae77-339b-4ef8-adbc-c1cd0368247d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8f65ae77-339b-4ef8-adbc-c1cd0368247d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c053dc57-3608-4d90-9b26-ace3476b0201 {
  margin-top: 0em;
margin-bottom: 0em;
}
@media (min-width: 1200px){#s-c053dc57-3608-4d90-9b26-ace3476b0201 {
  background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-c053dc57-3608-4d90-9b26-ace3476b0201"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c053dc57-3608-4d90-9b26-ace3476b0201"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c053dc57-3608-4d90-9b26-ace3476b0201"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c053dc57-3608-4d90-9b26-ace3476b0201"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8066ca11-56d4-4870-a04c-393f73d82a9f {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8066ca11-56d4-4870-a04c-393f73d82a9f {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8066ca11-56d4-4870-a04c-393f73d82a9f {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8066ca11-56d4-4870-a04c-393f73d82a9f {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-8066ca11-56d4-4870-a04c-393f73d82a9f {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-8066ca11-56d4-4870-a04c-393f73d82a9f {
  display: none;
}
#s-d07e344e-e723-4081-a2f2-b884f319df71 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d07e344e-e723-4081-a2f2-b884f319df71 img.shogun-image {
  width: 100%;
}



}
#s-beb8d296-ac59-44e1-a73a-4b5249080d7e {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-beb8d296-ac59-44e1-a73a-4b5249080d7e .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c35e8768-8753-4151-a1b9-d9cee4ced533 {
  text-align: center;
}

#s-c35e8768-8753-4151-a1b9-d9cee4ced533 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-c35e8768-8753-4151-a1b9-d9cee4ced533 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-c35e8768-8753-4151-a1b9-d9cee4ced533 .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-9764b0f2-2523-4b4d-b490-4f46c2e83e17 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9764b0f2-2523-4b4d-b490-4f46c2e83e17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9764b0f2-2523-4b4d-b490-4f46c2e83e17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9764b0f2-2523-4b4d-b490-4f46c2e83e17-root {
    text-align: center;
  }


#s-9764b0f2-2523-4b4d-b490-4f46c2e83e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9764b0f2-2523-4b4d-b490-4f46c2e83e17-root {
    text-align: center;
  }


#s-9764b0f2-2523-4b4d-b490-4f46c2e83e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9764b0f2-2523-4b4d-b490-4f46c2e83e17-root {
    text-align: center;
  }


#s-9764b0f2-2523-4b4d-b490-4f46c2e83e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9764b0f2-2523-4b4d-b490-4f46c2e83e17-root {
    text-align: center;
  }


#s-9764b0f2-2523-4b4d-b490-4f46c2e83e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9764b0f2-2523-4b4d-b490-4f46c2e83e17-root {
    text-align: center;
  }


#s-9764b0f2-2523-4b4d-b490-4f46c2e83e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7a1eab39-bb04-44a6-ba33-f1f634253069 {
  margin-top: 0em;
margin-bottom: 0em;
}
@media (min-width: 1200px){#s-7a1eab39-bb04-44a6-ba33-f1f634253069 {
  background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-7a1eab39-bb04-44a6-ba33-f1f634253069"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a1eab39-bb04-44a6-ba33-f1f634253069"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a1eab39-bb04-44a6-ba33-f1f634253069"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a1eab39-bb04-44a6-ba33-f1f634253069"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-47cdb6ac-af40-40ff-9b92-48c6eec368c4 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-47cdb6ac-af40-40ff-9b92-48c6eec368c4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47cdb6ac-af40-40ff-9b92-48c6eec368c4 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-47cdb6ac-af40-40ff-9b92-48c6eec368c4 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-47cdb6ac-af40-40ff-9b92-48c6eec368c4 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-47cdb6ac-af40-40ff-9b92-48c6eec368c4 {
  display: none;
}
#s-e348c20d-dffd-465f-8b4c-428a169c30be {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e348c20d-dffd-465f-8b4c-428a169c30be img.shogun-image {
  width: 100%;
}



}
#s-8b9f84b4-04e2-4021-843d-dfa6856e17d8 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-8b9f84b4-04e2-4021-843d-dfa6856e17d8 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a293d2d0-796a-4ec7-b9f3-f018df3e2f9c {
  text-align: center;
}

#s-a293d2d0-796a-4ec7-b9f3-f018df3e2f9c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a293d2d0-796a-4ec7-b9f3-f018df3e2f9c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a293d2d0-796a-4ec7-b9f3-f018df3e2f9c .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-35ce1004-a79c-46ed-8091-bfac0a4f32b9 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-35ce1004-a79c-46ed-8091-bfac0a4f32b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35ce1004-a79c-46ed-8091-bfac0a4f32b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-35ce1004-a79c-46ed-8091-bfac0a4f32b9-root {
    text-align: center;
  }


#s-35ce1004-a79c-46ed-8091-bfac0a4f32b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35ce1004-a79c-46ed-8091-bfac0a4f32b9-root {
    text-align: center;
  }


#s-35ce1004-a79c-46ed-8091-bfac0a4f32b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35ce1004-a79c-46ed-8091-bfac0a4f32b9-root {
    text-align: center;
  }


#s-35ce1004-a79c-46ed-8091-bfac0a4f32b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35ce1004-a79c-46ed-8091-bfac0a4f32b9-root {
    text-align: center;
  }


#s-35ce1004-a79c-46ed-8091-bfac0a4f32b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35ce1004-a79c-46ed-8091-bfac0a4f32b9-root {
    text-align: center;
  }


#s-35ce1004-a79c-46ed-8091-bfac0a4f32b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-077d7330-fcf8-44f3-9405-296f54c425c7 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-077d7330-fcf8-44f3-9405-296f54c425c7 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-077d7330-fcf8-44f3-9405-296f54c425c7 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-077d7330-fcf8-44f3-9405-296f54c425c7 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-077d7330-fcf8-44f3-9405-296f54c425c7 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-077d7330-fcf8-44f3-9405-296f54c425c7 {
  display: none;
}
#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c19511d0-0f5d-4bb6-83c3-d05d239c2b11 img.shogun-image {
  width: 100%;
}



}
#s-202fa66e-0732-4798-94ed-e11ece2dd904 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-202fa66e-0732-4798-94ed-e11ece2dd904 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-994d95d4-11d6-4887-8c9c-8a8ef74386eb {
  text-align: center;
}

#s-994d95d4-11d6-4887-8c9c-8a8ef74386eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-994d95d4-11d6-4887-8c9c-8a8ef74386eb .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-994d95d4-11d6-4887-8c9c-8a8ef74386eb .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-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6-root {
    text-align: center;
  }


#s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6-root {
    text-align: center;
  }


#s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6-root {
    text-align: center;
  }


#s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6-root {
    text-align: center;
  }


#s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6-root {
    text-align: center;
  }


#s-9ae5f38e-f559-4dbe-8ec8-bca5bfed81e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-229841a3-f847-473a-acf7-2075ae67a1b6 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-229841a3-f847-473a-acf7-2075ae67a1b6 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-229841a3-f847-473a-acf7-2075ae67a1b6 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-229841a3-f847-473a-acf7-2075ae67a1b6 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-229841a3-f847-473a-acf7-2075ae67a1b6 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-229841a3-f847-473a-acf7-2075ae67a1b6 {
  display: none;
}
#s-e5d1754c-4de1-4189-9238-aabf609318a3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5d1754c-4de1-4189-9238-aabf609318a3 img.shogun-image {
  width: 100%;
}



}
#s-1852a082-a948-4696-bca4-b6b9301bdf45 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-1852a082-a948-4696-bca4-b6b9301bdf45 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d3183710-a5a7-473f-bed2-db595f24081d {
  text-align: center;
}

#s-d3183710-a5a7-473f-bed2-db595f24081d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d3183710-a5a7-473f-bed2-db595f24081d .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3183710-a5a7-473f-bed2-db595f24081d .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-a22caf6e-5629-4658-88c7-41ad7bab8393 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a22caf6e-5629-4658-88c7-41ad7bab8393:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a22caf6e-5629-4658-88c7-41ad7bab8393:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a22caf6e-5629-4658-88c7-41ad7bab8393-root {
    text-align: center;
  }


#s-a22caf6e-5629-4658-88c7-41ad7bab8393.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a22caf6e-5629-4658-88c7-41ad7bab8393-root {
    text-align: center;
  }


#s-a22caf6e-5629-4658-88c7-41ad7bab8393.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a22caf6e-5629-4658-88c7-41ad7bab8393-root {
    text-align: center;
  }


#s-a22caf6e-5629-4658-88c7-41ad7bab8393.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a22caf6e-5629-4658-88c7-41ad7bab8393-root {
    text-align: center;
  }


#s-a22caf6e-5629-4658-88c7-41ad7bab8393.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a22caf6e-5629-4658-88c7-41ad7bab8393-root {
    text-align: center;
  }


#s-a22caf6e-5629-4658-88c7-41ad7bab8393.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-076a29c8-1833-4a89-9141-cb595c428bd0 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-076a29c8-1833-4a89-9141-cb595c428bd0 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-076a29c8-1833-4a89-9141-cb595c428bd0 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-076a29c8-1833-4a89-9141-cb595c428bd0 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-076a29c8-1833-4a89-9141-cb595c428bd0 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-076a29c8-1833-4a89-9141-cb595c428bd0 {
  display: none;
}
#s-69b0ddf0-ac15-4692-8d11-64f591985398 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69b0ddf0-ac15-4692-8d11-64f591985398 img.shogun-image {
  width: 100%;
}



}
#s-02026cdb-9fe7-4b63-a5dc-42ee9821a2cf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-02026cdb-9fe7-4b63-a5dc-42ee9821a2cf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d45f8eb5-3762-4daf-80d1-632562cf09e8 {
  text-align: center;
}

#s-d45f8eb5-3762-4daf-80d1-632562cf09e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d45f8eb5-3762-4daf-80d1-632562cf09e8 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d45f8eb5-3762-4daf-80d1-632562cf09e8 .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-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5-root {
    text-align: center;
  }


#s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5-root {
    text-align: center;
  }


#s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5-root {
    text-align: center;
  }


#s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5-root {
    text-align: center;
  }


#s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5-root {
    text-align: center;
  }


#s-046086a6-0a4e-42b0-9ae0-ba1373c4e5b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4d531aab-bd74-4e32-8ec1-c6ba7f477dd2 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4d531aab-bd74-4e32-8ec1-c6ba7f477dd2 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d531aab-bd74-4e32-8ec1-c6ba7f477dd2 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d531aab-bd74-4e32-8ec1-c6ba7f477dd2 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-4d531aab-bd74-4e32-8ec1-c6ba7f477dd2 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-4d531aab-bd74-4e32-8ec1-c6ba7f477dd2 {
  display: none;
}
#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5f4699a-ab1a-4028-8bdd-b41d1947855c img.shogun-image {
  width: 100%;
}



}
#s-81bb136c-335e-46c8-8b17-3eee612f5247 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-81bb136c-335e-46c8-8b17-3eee612f5247 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-82f09e40-520b-43d9-a673-5826ec6ca042 {
  text-align: center;
}

#s-82f09e40-520b-43d9-a673-5826ec6ca042 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-82f09e40-520b-43d9-a673-5826ec6ca042 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-82f09e40-520b-43d9-a673-5826ec6ca042 .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-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f-root {
    text-align: center;
  }


#s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f-root {
    text-align: center;
  }


#s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f-root {
    text-align: center;
  }


#s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f-root {
    text-align: center;
  }


#s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f-root {
    text-align: center;
  }


#s-efb35bf1-73a5-4c8d-aa83-9cf0a1b2902f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-61e2a53f-73ea-4ec3-a32a-d908ff490873 {
  margin-top: 2em;
margin-bottom: 3em;
}
@media (min-width: 1200px){#s-61e2a53f-73ea-4ec3-a32a-d908ff490873 {
  margin-bottom: 2em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-61e2a53f-73ea-4ec3-a32a-d908ff490873"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-61e2a53f-73ea-4ec3-a32a-d908ff490873"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61e2a53f-73ea-4ec3-a32a-d908ff490873"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61e2a53f-73ea-4ec3-a32a-d908ff490873"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-07c8190a-70aa-4c69-bb7f-a38181f954ec {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-07c8190a-70aa-4c69-bb7f-a38181f954ec {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07c8190a-70aa-4c69-bb7f-a38181f954ec {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-07c8190a-70aa-4c69-bb7f-a38181f954ec {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-07c8190a-70aa-4c69-bb7f-a38181f954ec {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-07c8190a-70aa-4c69-bb7f-a38181f954ec {
  display: none;
}
#s-180cf081-8c7b-42dd-8488-926b484d4ca9 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-180cf081-8c7b-42dd-8488-926b484d4ca9 img.shogun-image {
  width: 100%;
}



}
#s-29bc14ca-1ed8-4bab-8763-0277ada6b757 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-29bc14ca-1ed8-4bab-8763-0277ada6b757 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a44c278e-19f6-490b-bb9f-025d6ffb1b4f {
  text-align: center;
}

#s-a44c278e-19f6-490b-bb9f-025d6ffb1b4f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a44c278e-19f6-490b-bb9f-025d6ffb1b4f .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a44c278e-19f6-490b-bb9f-025d6ffb1b4f .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-f44b98ab-9f79-43d8-ba07-e6c053c3e364 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f44b98ab-9f79-43d8-ba07-e6c053c3e364:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f44b98ab-9f79-43d8-ba07-e6c053c3e364:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f44b98ab-9f79-43d8-ba07-e6c053c3e364-root {
    text-align: center;
  }


#s-f44b98ab-9f79-43d8-ba07-e6c053c3e364.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f44b98ab-9f79-43d8-ba07-e6c053c3e364-root {
    text-align: center;
  }


#s-f44b98ab-9f79-43d8-ba07-e6c053c3e364.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f44b98ab-9f79-43d8-ba07-e6c053c3e364-root {
    text-align: center;
  }


#s-f44b98ab-9f79-43d8-ba07-e6c053c3e364.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f44b98ab-9f79-43d8-ba07-e6c053c3e364-root {
    text-align: center;
  }


#s-f44b98ab-9f79-43d8-ba07-e6c053c3e364.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f44b98ab-9f79-43d8-ba07-e6c053c3e364-root {
    text-align: center;
  }


#s-f44b98ab-9f79-43d8-ba07-e6c053c3e364.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-217d842c-a29a-4428-89b5-a3b538bcfb8c {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-217d842c-a29a-4428-89b5-a3b538bcfb8c {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-217d842c-a29a-4428-89b5-a3b538bcfb8c {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-217d842c-a29a-4428-89b5-a3b538bcfb8c {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-217d842c-a29a-4428-89b5-a3b538bcfb8c {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-217d842c-a29a-4428-89b5-a3b538bcfb8c {
  display: none;
}
#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae61cef-e559-4b48-8d7d-2858d85a76b0 img.shogun-image {
  width: 100%;
}



}
#s-5aabbcc8-7492-4e5f-befe-61a4d9c61f7e {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-5aabbcc8-7492-4e5f-befe-61a4d9c61f7e .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4d34d878-3640-4fee-9159-31486b1f1042 {
  text-align: center;
}

#s-4d34d878-3640-4fee-9159-31486b1f1042 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-4d34d878-3640-4fee-9159-31486b1f1042 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-4d34d878-3640-4fee-9159-31486b1f1042 .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-082e608c-b56d-4a47-b2d8-ff9eee073226 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-082e608c-b56d-4a47-b2d8-ff9eee073226:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-082e608c-b56d-4a47-b2d8-ff9eee073226:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-082e608c-b56d-4a47-b2d8-ff9eee073226-root {
    text-align: center;
  }


#s-082e608c-b56d-4a47-b2d8-ff9eee073226.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-082e608c-b56d-4a47-b2d8-ff9eee073226-root {
    text-align: center;
  }


#s-082e608c-b56d-4a47-b2d8-ff9eee073226.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-082e608c-b56d-4a47-b2d8-ff9eee073226-root {
    text-align: center;
  }


#s-082e608c-b56d-4a47-b2d8-ff9eee073226.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-082e608c-b56d-4a47-b2d8-ff9eee073226-root {
    text-align: center;
  }


#s-082e608c-b56d-4a47-b2d8-ff9eee073226.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-082e608c-b56d-4a47-b2d8-ff9eee073226-root {
    text-align: center;
  }


#s-082e608c-b56d-4a47-b2d8-ff9eee073226.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9c056e2a-62a7-4124-8e39-25fa6257e808 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9c056e2a-62a7-4124-8e39-25fa6257e808 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c056e2a-62a7-4124-8e39-25fa6257e808 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c056e2a-62a7-4124-8e39-25fa6257e808 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-9c056e2a-62a7-4124-8e39-25fa6257e808 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-9c056e2a-62a7-4124-8e39-25fa6257e808 {
  display: none;
}
#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8546b2a-a49b-4aa8-9cd6-0b52d3aaec4a img.shogun-image {
  width: 100%;
}



}
#s-9a029b31-d1a5-48d3-9274-104a5b17abc1 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-9a029b31-d1a5-48d3-9274-104a5b17abc1 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-27d7948d-dfe7-4e15-9e5e-bcc94c6602e9 {
  text-align: center;
}

#s-27d7948d-dfe7-4e15-9e5e-bcc94c6602e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-27d7948d-dfe7-4e15-9e5e-bcc94c6602e9 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-27d7948d-dfe7-4e15-9e5e-bcc94c6602e9 .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-f56fccb7-bc37-49e4-840d-7daf9847ae48 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f56fccb7-bc37-49e4-840d-7daf9847ae48:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f56fccb7-bc37-49e4-840d-7daf9847ae48:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f56fccb7-bc37-49e4-840d-7daf9847ae48-root {
    text-align: center;
  }


#s-f56fccb7-bc37-49e4-840d-7daf9847ae48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f56fccb7-bc37-49e4-840d-7daf9847ae48-root {
    text-align: center;
  }


#s-f56fccb7-bc37-49e4-840d-7daf9847ae48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f56fccb7-bc37-49e4-840d-7daf9847ae48-root {
    text-align: center;
  }


#s-f56fccb7-bc37-49e4-840d-7daf9847ae48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f56fccb7-bc37-49e4-840d-7daf9847ae48-root {
    text-align: center;
  }


#s-f56fccb7-bc37-49e4-840d-7daf9847ae48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f56fccb7-bc37-49e4-840d-7daf9847ae48-root {
    text-align: center;
  }


#s-f56fccb7-bc37-49e4-840d-7daf9847ae48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-16c28fee-a376-4eb9-a2fa-77617e4b1541 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-16c28fee-a376-4eb9-a2fa-77617e4b1541 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16c28fee-a376-4eb9-a2fa-77617e4b1541 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16c28fee-a376-4eb9-a2fa-77617e4b1541 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-16c28fee-a376-4eb9-a2fa-77617e4b1541 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-16c28fee-a376-4eb9-a2fa-77617e4b1541 {
  display: none;
}
#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de1cb9e6-52ac-45ff-9962-69dc6128e23e img.shogun-image {
  width: 100%;
}



}
#s-b94ea74a-8e88-482d-8d9e-15a14c7a1ca5 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-b94ea74a-8e88-482d-8d9e-15a14c7a1ca5 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-29a36e53-1311-47d0-967c-15c2642085c2 {
  text-align: center;
}

#s-29a36e53-1311-47d0-967c-15c2642085c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-29a36e53-1311-47d0-967c-15c2642085c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-29a36e53-1311-47d0-967c-15c2642085c2 .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-1968972f-824a-4b7d-9cb3-f07ecefb5027 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1968972f-824a-4b7d-9cb3-f07ecefb5027:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1968972f-824a-4b7d-9cb3-f07ecefb5027:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1968972f-824a-4b7d-9cb3-f07ecefb5027-root {
    text-align: center;
  }


#s-1968972f-824a-4b7d-9cb3-f07ecefb5027.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1968972f-824a-4b7d-9cb3-f07ecefb5027-root {
    text-align: center;
  }


#s-1968972f-824a-4b7d-9cb3-f07ecefb5027.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1968972f-824a-4b7d-9cb3-f07ecefb5027-root {
    text-align: center;
  }


#s-1968972f-824a-4b7d-9cb3-f07ecefb5027.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1968972f-824a-4b7d-9cb3-f07ecefb5027-root {
    text-align: center;
  }


#s-1968972f-824a-4b7d-9cb3-f07ecefb5027.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1968972f-824a-4b7d-9cb3-f07ecefb5027-root {
    text-align: center;
  }


#s-1968972f-824a-4b7d-9cb3-f07ecefb5027.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ae2a3f84-3f41-443b-81a9-2020e865e276 {
  margin-top: 2em;
margin-bottom: 3em;
}
@media (min-width: 1200px){#s-ae2a3f84-3f41-443b-81a9-2020e865e276 {
  margin-bottom: 2em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-ae2a3f84-3f41-443b-81a9-2020e865e276"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae2a3f84-3f41-443b-81a9-2020e865e276"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae2a3f84-3f41-443b-81a9-2020e865e276"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae2a3f84-3f41-443b-81a9-2020e865e276"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9700da9f-3992-4229-a484-9f03d0eabd66 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9700da9f-3992-4229-a484-9f03d0eabd66 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9700da9f-3992-4229-a484-9f03d0eabd66 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9700da9f-3992-4229-a484-9f03d0eabd66 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-9700da9f-3992-4229-a484-9f03d0eabd66 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-9700da9f-3992-4229-a484-9f03d0eabd66 {
  display: none;
}
#s-c9408414-0de7-43dc-96bc-4c570955f453 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9408414-0de7-43dc-96bc-4c570955f453 img.shogun-image {
  width: 100%;
}



}
#s-ce22149b-ca9e-4441-9c6c-89b9bd9f53a5 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-ce22149b-ca9e-4441-9c6c-89b9bd9f53a5 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bde76afe-2a0c-4598-a5ad-985ac984660c {
  text-align: center;
}

#s-bde76afe-2a0c-4598-a5ad-985ac984660c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-bde76afe-2a0c-4598-a5ad-985ac984660c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-bde76afe-2a0c-4598-a5ad-985ac984660c .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-bb2539aa-8eeb-4811-88d7-3642324ced17 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bb2539aa-8eeb-4811-88d7-3642324ced17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb2539aa-8eeb-4811-88d7-3642324ced17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb2539aa-8eeb-4811-88d7-3642324ced17-root {
    text-align: center;
  }


#s-bb2539aa-8eeb-4811-88d7-3642324ced17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb2539aa-8eeb-4811-88d7-3642324ced17-root {
    text-align: center;
  }


#s-bb2539aa-8eeb-4811-88d7-3642324ced17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb2539aa-8eeb-4811-88d7-3642324ced17-root {
    text-align: center;
  }


#s-bb2539aa-8eeb-4811-88d7-3642324ced17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb2539aa-8eeb-4811-88d7-3642324ced17-root {
    text-align: center;
  }


#s-bb2539aa-8eeb-4811-88d7-3642324ced17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb2539aa-8eeb-4811-88d7-3642324ced17-root {
    text-align: center;
  }


#s-bb2539aa-8eeb-4811-88d7-3642324ced17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-18a84ebe-db9e-4662-8b40-a8eecbc2be65 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-18a84ebe-db9e-4662-8b40-a8eecbc2be65 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18a84ebe-db9e-4662-8b40-a8eecbc2be65 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-18a84ebe-db9e-4662-8b40-a8eecbc2be65 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-18a84ebe-db9e-4662-8b40-a8eecbc2be65 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-18a84ebe-db9e-4662-8b40-a8eecbc2be65 {
  display: none;
}
#s-03a9f3a8-8a50-4f55-852f-faef53fead30 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a9f3a8-8a50-4f55-852f-faef53fead30 img.shogun-image {
  width: 100%;
}



}
#s-1d69fe61-ce67-4739-84ba-257e3dfd291d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-1d69fe61-ce67-4739-84ba-257e3dfd291d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6e85096e-8dab-4ac6-bf53-ce979c6d869e {
  text-align: center;
}

#s-6e85096e-8dab-4ac6-bf53-ce979c6d869e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-6e85096e-8dab-4ac6-bf53-ce979c6d869e .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-6e85096e-8dab-4ac6-bf53-ce979c6d869e .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-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd-root {
    text-align: center;
  }


#s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd-root {
    text-align: center;
  }


#s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd-root {
    text-align: center;
  }


#s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd-root {
    text-align: center;
  }


#s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd-root {
    text-align: center;
  }


#s-9c700ef6-40aa-4f57-8b37-3a33c9e4b0dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6ff362b3-01fd-44a2-94b0-f7e61201a151 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6ff362b3-01fd-44a2-94b0-f7e61201a151 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ff362b3-01fd-44a2-94b0-f7e61201a151 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ff362b3-01fd-44a2-94b0-f7e61201a151 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-6ff362b3-01fd-44a2-94b0-f7e61201a151 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-6ff362b3-01fd-44a2-94b0-f7e61201a151 {
  display: none;
}
#s-3d82ed13-3559-4cc4-b407-2cfcd602390b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d82ed13-3559-4cc4-b407-2cfcd602390b img.shogun-image {
  width: 100%;
}



}
#s-fa35631f-1ee5-4125-af8d-320e3f7390c4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-fa35631f-1ee5-4125-af8d-320e3f7390c4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-423bf5cb-83df-45b9-89ab-3bfbb3c44460 {
  text-align: center;
}

#s-423bf5cb-83df-45b9-89ab-3bfbb3c44460 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-423bf5cb-83df-45b9-89ab-3bfbb3c44460 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-423bf5cb-83df-45b9-89ab-3bfbb3c44460 .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-9efa4e12-2fde-4a9c-9e59-c40f24656580 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9efa4e12-2fde-4a9c-9e59-c40f24656580:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9efa4e12-2fde-4a9c-9e59-c40f24656580:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9efa4e12-2fde-4a9c-9e59-c40f24656580-root {
    text-align: center;
  }


#s-9efa4e12-2fde-4a9c-9e59-c40f24656580.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9efa4e12-2fde-4a9c-9e59-c40f24656580-root {
    text-align: center;
  }


#s-9efa4e12-2fde-4a9c-9e59-c40f24656580.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9efa4e12-2fde-4a9c-9e59-c40f24656580-root {
    text-align: center;
  }


#s-9efa4e12-2fde-4a9c-9e59-c40f24656580.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9efa4e12-2fde-4a9c-9e59-c40f24656580-root {
    text-align: center;
  }


#s-9efa4e12-2fde-4a9c-9e59-c40f24656580.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9efa4e12-2fde-4a9c-9e59-c40f24656580-root {
    text-align: center;
  }


#s-9efa4e12-2fde-4a9c-9e59-c40f24656580.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b9b0e7b7-3a6e-4295-aa3d-81c595d0a6b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-b9b0e7b7-3a6e-4295-aa3d-81c595d0a6b2 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9b0e7b7-3a6e-4295-aa3d-81c595d0a6b2 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9b0e7b7-3a6e-4295-aa3d-81c595d0a6b2 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-b9b0e7b7-3a6e-4295-aa3d-81c595d0a6b2 {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-b9b0e7b7-3a6e-4295-aa3d-81c595d0a6b2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d43d2d3a-cc5e-4ca3-892e-45d5ba22d915 {
  margin-top: 0em;
margin-bottom: 3em;
}
@media (min-width: 1200px){#s-d43d2d3a-cc5e-4ca3-892e-45d5ba22d915 {
  background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-d43d2d3a-cc5e-4ca3-892e-45d5ba22d915"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d43d2d3a-cc5e-4ca3-892e-45d5ba22d915"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d43d2d3a-cc5e-4ca3-892e-45d5ba22d915"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d43d2d3a-cc5e-4ca3-892e-45d5ba22d915"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-890a42ee-e4ed-4581-b497-82bf791111ad {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-890a42ee-e4ed-4581-b497-82bf791111ad {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-890a42ee-e4ed-4581-b497-82bf791111ad {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-890a42ee-e4ed-4581-b497-82bf791111ad {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-890a42ee-e4ed-4581-b497-82bf791111ad {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-890a42ee-e4ed-4581-b497-82bf791111ad {
  display: none;
}
#s-9e07622a-2b8c-4a10-a22c-3f8091701454 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e07622a-2b8c-4a10-a22c-3f8091701454 img.shogun-image {
  width: 100%;
}



}
#s-ab3f37dc-9ffa-4efa-b0c7-5d685b7d57d8 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-ab3f37dc-9ffa-4efa-b0c7-5d685b7d57d8 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-71af2b97-1e47-4b06-949f-9f7cac6413f4 {
  text-align: center;
}

#s-71af2b97-1e47-4b06-949f-9f7cac6413f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-71af2b97-1e47-4b06-949f-9f7cac6413f4 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-71af2b97-1e47-4b06-949f-9f7cac6413f4 .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-46e5cb92-75bb-4a33-855d-c301d5096bff {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-46e5cb92-75bb-4a33-855d-c301d5096bff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46e5cb92-75bb-4a33-855d-c301d5096bff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46e5cb92-75bb-4a33-855d-c301d5096bff-root {
    text-align: center;
  }


#s-46e5cb92-75bb-4a33-855d-c301d5096bff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46e5cb92-75bb-4a33-855d-c301d5096bff-root {
    text-align: center;
  }


#s-46e5cb92-75bb-4a33-855d-c301d5096bff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46e5cb92-75bb-4a33-855d-c301d5096bff-root {
    text-align: center;
  }


#s-46e5cb92-75bb-4a33-855d-c301d5096bff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46e5cb92-75bb-4a33-855d-c301d5096bff-root {
    text-align: center;
  }


#s-46e5cb92-75bb-4a33-855d-c301d5096bff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46e5cb92-75bb-4a33-855d-c301d5096bff-root {
    text-align: center;
  }


#s-46e5cb92-75bb-4a33-855d-c301d5096bff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b1f0d350-2651-4d44-a162-5f1e4567a84e {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b1f0d350-2651-4d44-a162-5f1e4567a84e {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1f0d350-2651-4d44-a162-5f1e4567a84e {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1f0d350-2651-4d44-a162-5f1e4567a84e {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-b1f0d350-2651-4d44-a162-5f1e4567a84e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-b1f0d350-2651-4d44-a162-5f1e4567a84e {
  display: none;
}
#s-be5738f8-97e2-49af-bd55-1011544f156b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5738f8-97e2-49af-bd55-1011544f156b img.shogun-image {
  width: 100%;
}



}
#s-bb185bd8-1882-4e66-8c75-4a421f0e0678 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-bb185bd8-1882-4e66-8c75-4a421f0e0678 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-120ebbbb-e984-4bb3-9a68-381d16ac2afa {
  text-align: center;
}

#s-120ebbbb-e984-4bb3-9a68-381d16ac2afa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-120ebbbb-e984-4bb3-9a68-381d16ac2afa .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-120ebbbb-e984-4bb3-9a68-381d16ac2afa .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-dc5d06d4-12cf-4237-9a1f-b861732212f4 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dc5d06d4-12cf-4237-9a1f-b861732212f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc5d06d4-12cf-4237-9a1f-b861732212f4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc5d06d4-12cf-4237-9a1f-b861732212f4-root {
    text-align: center;
  }


#s-dc5d06d4-12cf-4237-9a1f-b861732212f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc5d06d4-12cf-4237-9a1f-b861732212f4-root {
    text-align: center;
  }


#s-dc5d06d4-12cf-4237-9a1f-b861732212f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc5d06d4-12cf-4237-9a1f-b861732212f4-root {
    text-align: center;
  }


#s-dc5d06d4-12cf-4237-9a1f-b861732212f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc5d06d4-12cf-4237-9a1f-b861732212f4-root {
    text-align: center;
  }


#s-dc5d06d4-12cf-4237-9a1f-b861732212f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc5d06d4-12cf-4237-9a1f-b861732212f4-root {
    text-align: center;
  }


#s-dc5d06d4-12cf-4237-9a1f-b861732212f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-13f088f0-8cf2-45f1-9507-002b943a3222 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-13f088f0-8cf2-45f1-9507-002b943a3222 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13f088f0-8cf2-45f1-9507-002b943a3222 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-13f088f0-8cf2-45f1-9507-002b943a3222 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-13f088f0-8cf2-45f1-9507-002b943a3222 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-13f088f0-8cf2-45f1-9507-002b943a3222 {
  display: none;
}
#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e18541e8-4c4f-4e23-bac5-b3a8b6540c06 img.shogun-image {
  width: 100%;
}



}
#s-3e17a6ca-6dd2-4003-9b9b-1ba941c39993 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-3e17a6ca-6dd2-4003-9b9b-1ba941c39993 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4ca3c99d-778c-4452-b4d2-f178cfc237fd {
  text-align: center;
}

#s-4ca3c99d-778c-4452-b4d2-f178cfc237fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-4ca3c99d-778c-4452-b4d2-f178cfc237fd .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-4ca3c99d-778c-4452-b4d2-f178cfc237fd .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-4a9c0b5a-6587-470f-ab81-4b28e1f568c0 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0-root {
    text-align: center;
  }


#s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0-root {
    text-align: center;
  }


#s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0-root {
    text-align: center;
  }


#s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0-root {
    text-align: center;
  }


#s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0-root {
    text-align: center;
  }


#s-4a9c0b5a-6587-470f-ab81-4b28e1f568c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-03fd4711-dc7b-4d8b-acd6-e4105f3f70d3 {
  margin-top: 0em;
margin-bottom: 3em;
}
@media (min-width: 1200px){#s-03fd4711-dc7b-4d8b-acd6-e4105f3f70d3 {
  background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-03fd4711-dc7b-4d8b-acd6-e4105f3f70d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03fd4711-dc7b-4d8b-acd6-e4105f3f70d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03fd4711-dc7b-4d8b-acd6-e4105f3f70d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03fd4711-dc7b-4d8b-acd6-e4105f3f70d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-362c64a5-46f8-4b3a-9005-6849b999dad4 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-362c64a5-46f8-4b3a-9005-6849b999dad4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-362c64a5-46f8-4b3a-9005-6849b999dad4 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-362c64a5-46f8-4b3a-9005-6849b999dad4 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-362c64a5-46f8-4b3a-9005-6849b999dad4 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-362c64a5-46f8-4b3a-9005-6849b999dad4 {
  display: none;
}
#s-0a536198-d91a-414a-826f-0cc485f4b1f5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a536198-d91a-414a-826f-0cc485f4b1f5 img.shogun-image {
  width: 100%;
}



}
#s-6218a916-ef8c-4ceb-9e3a-2046451de2e5 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-6218a916-ef8c-4ceb-9e3a-2046451de2e5 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-09a83ab6-7f33-4289-93b2-bd9b9ca9a4e9 {
  text-align: center;
}

#s-09a83ab6-7f33-4289-93b2-bd9b9ca9a4e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-09a83ab6-7f33-4289-93b2-bd9b9ca9a4e9 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-09a83ab6-7f33-4289-93b2-bd9b9ca9a4e9 .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-1c96fe62-0f3f-481c-850f-ac66ceb2396f {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1c96fe62-0f3f-481c-850f-ac66ceb2396f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c96fe62-0f3f-481c-850f-ac66ceb2396f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c96fe62-0f3f-481c-850f-ac66ceb2396f-root {
    text-align: center;
  }


#s-1c96fe62-0f3f-481c-850f-ac66ceb2396f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c96fe62-0f3f-481c-850f-ac66ceb2396f-root {
    text-align: center;
  }


#s-1c96fe62-0f3f-481c-850f-ac66ceb2396f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c96fe62-0f3f-481c-850f-ac66ceb2396f-root {
    text-align: center;
  }


#s-1c96fe62-0f3f-481c-850f-ac66ceb2396f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c96fe62-0f3f-481c-850f-ac66ceb2396f-root {
    text-align: center;
  }


#s-1c96fe62-0f3f-481c-850f-ac66ceb2396f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c96fe62-0f3f-481c-850f-ac66ceb2396f-root {
    text-align: center;
  }


#s-1c96fe62-0f3f-481c-850f-ac66ceb2396f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ade2b145-d845-4217-b5de-1a98ecc4525d {
  margin-top: 0em;
margin-bottom: 3em;
}
@media (min-width: 1200px){#s-ade2b145-d845-4217-b5de-1a98ecc4525d {
  background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-ade2b145-d845-4217-b5de-1a98ecc4525d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ade2b145-d845-4217-b5de-1a98ecc4525d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ade2b145-d845-4217-b5de-1a98ecc4525d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ade2b145-d845-4217-b5de-1a98ecc4525d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-17dc046b-662b-4cc6-85cb-d522bfd32048 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-17dc046b-662b-4cc6-85cb-d522bfd32048 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17dc046b-662b-4cc6-85cb-d522bfd32048 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17dc046b-662b-4cc6-85cb-d522bfd32048 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-17dc046b-662b-4cc6-85cb-d522bfd32048 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-17dc046b-662b-4cc6-85cb-d522bfd32048 {
  display: none;
}
#s-7a90884a-b733-40b0-956c-b7cd214b32a0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a90884a-b733-40b0-956c-b7cd214b32a0 img.shogun-image {
  width: 100%;
}



}
#s-495bf6c7-1aae-4d72-bbf3-df6f33288004 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-495bf6c7-1aae-4d72-bbf3-df6f33288004 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f8adfed4-8d56-490f-b9a6-99f3f05f6323 {
  text-align: center;
}

#s-f8adfed4-8d56-490f-b9a6-99f3f05f6323 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-f8adfed4-8d56-490f-b9a6-99f3f05f6323 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-f8adfed4-8d56-490f-b9a6-99f3f05f6323 .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-bfba60df-0ef0-4b63-8333-d2c64fe28974 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bfba60df-0ef0-4b63-8333-d2c64fe28974:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfba60df-0ef0-4b63-8333-d2c64fe28974:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfba60df-0ef0-4b63-8333-d2c64fe28974-root {
    text-align: center;
  }


#s-bfba60df-0ef0-4b63-8333-d2c64fe28974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfba60df-0ef0-4b63-8333-d2c64fe28974-root {
    text-align: center;
  }


#s-bfba60df-0ef0-4b63-8333-d2c64fe28974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfba60df-0ef0-4b63-8333-d2c64fe28974-root {
    text-align: center;
  }


#s-bfba60df-0ef0-4b63-8333-d2c64fe28974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfba60df-0ef0-4b63-8333-d2c64fe28974-root {
    text-align: center;
  }


#s-bfba60df-0ef0-4b63-8333-d2c64fe28974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfba60df-0ef0-4b63-8333-d2c64fe28974-root {
    text-align: center;
  }


#s-bfba60df-0ef0-4b63-8333-d2c64fe28974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b10263c6-2714-4954-83d0-cf1d91c21343 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b10263c6-2714-4954-83d0-cf1d91c21343 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b10263c6-2714-4954-83d0-cf1d91c21343 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b10263c6-2714-4954-83d0-cf1d91c21343 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-b10263c6-2714-4954-83d0-cf1d91c21343 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-b10263c6-2714-4954-83d0-cf1d91c21343 {
  display: none;
}
#s-0b571b06-53c4-4dc1-beef-079398883573 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b571b06-53c4-4dc1-beef-079398883573 img.shogun-image {
  width: 100%;
}



}
#s-b16390b1-d8aa-4f85-9876-1e27e13db236 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-b16390b1-d8aa-4f85-9876-1e27e13db236 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-72d51840-232f-4a13-910b-9fe65141c285 {
  text-align: center;
}

#s-72d51840-232f-4a13-910b-9fe65141c285 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-72d51840-232f-4a13-910b-9fe65141c285 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-72d51840-232f-4a13-910b-9fe65141c285 .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-c4df21fd-543c-4250-897a-99bd6f8fb6cb {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c4df21fd-543c-4250-897a-99bd6f8fb6cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4df21fd-543c-4250-897a-99bd6f8fb6cb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c4df21fd-543c-4250-897a-99bd6f8fb6cb-root {
    text-align: center;
  }


#s-c4df21fd-543c-4250-897a-99bd6f8fb6cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4df21fd-543c-4250-897a-99bd6f8fb6cb-root {
    text-align: center;
  }


#s-c4df21fd-543c-4250-897a-99bd6f8fb6cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4df21fd-543c-4250-897a-99bd6f8fb6cb-root {
    text-align: center;
  }


#s-c4df21fd-543c-4250-897a-99bd6f8fb6cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4df21fd-543c-4250-897a-99bd6f8fb6cb-root {
    text-align: center;
  }


#s-c4df21fd-543c-4250-897a-99bd6f8fb6cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4df21fd-543c-4250-897a-99bd6f8fb6cb-root {
    text-align: center;
  }


#s-c4df21fd-543c-4250-897a-99bd6f8fb6cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-98163761-1bad-4285-ad82-ebf93df6a118 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-98163761-1bad-4285-ad82-ebf93df6a118 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98163761-1bad-4285-ad82-ebf93df6a118 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98163761-1bad-4285-ad82-ebf93df6a118 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-98163761-1bad-4285-ad82-ebf93df6a118 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-98163761-1bad-4285-ad82-ebf93df6a118 {
  display: none;
}
#s-08b230f3-2a82-4fac-aaa2-28c54851a548 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b230f3-2a82-4fac-aaa2-28c54851a548 img.shogun-image {
  width: 100%;
}



}
#s-6e3ab4b3-bd1a-40e2-8730-50b5614848ac {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-6e3ab4b3-bd1a-40e2-8730-50b5614848ac .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3a9307fc-aa25-4f4b-9a16-e8caa8b83bd7 {
  text-align: center;
}

#s-3a9307fc-aa25-4f4b-9a16-e8caa8b83bd7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3a9307fc-aa25-4f4b-9a16-e8caa8b83bd7 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3a9307fc-aa25-4f4b-9a16-e8caa8b83bd7 .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-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a-root {
    text-align: center;
  }


#s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a-root {
    text-align: center;
  }


#s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a-root {
    text-align: center;
  }


#s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a-root {
    text-align: center;
  }


#s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a-root {
    text-align: center;
  }


#s-51ff78c1-b198-4f8a-9c5f-b075eb92ee2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-43abe5ac-6172-4fb2-a89d-831e0d259908 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-43abe5ac-6172-4fb2-a89d-831e0d259908 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43abe5ac-6172-4fb2-a89d-831e0d259908 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-43abe5ac-6172-4fb2-a89d-831e0d259908 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-43abe5ac-6172-4fb2-a89d-831e0d259908 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-43abe5ac-6172-4fb2-a89d-831e0d259908 {
  display: none;
}
#s-9eb58063-a875-471e-9124-074cdd5f3628 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb58063-a875-471e-9124-074cdd5f3628 img.shogun-image {
  width: 100%;
}



}
#s-bb1f59a4-6ced-44c8-8cb9-a03d4f9878c2 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-bb1f59a4-6ced-44c8-8cb9-a03d4f9878c2 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-95d87f58-6b6f-4874-9a87-b0a3eeeb0613 {
  text-align: center;
}

#s-95d87f58-6b6f-4874-9a87-b0a3eeeb0613 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-95d87f58-6b6f-4874-9a87-b0a3eeeb0613 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-95d87f58-6b6f-4874-9a87-b0a3eeeb0613 .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-5b05e144-d862-4293-bef7-8c43fddbabd8 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5b05e144-d862-4293-bef7-8c43fddbabd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b05e144-d862-4293-bef7-8c43fddbabd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b05e144-d862-4293-bef7-8c43fddbabd8-root {
    text-align: center;
  }


#s-5b05e144-d862-4293-bef7-8c43fddbabd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b05e144-d862-4293-bef7-8c43fddbabd8-root {
    text-align: center;
  }


#s-5b05e144-d862-4293-bef7-8c43fddbabd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b05e144-d862-4293-bef7-8c43fddbabd8-root {
    text-align: center;
  }


#s-5b05e144-d862-4293-bef7-8c43fddbabd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b05e144-d862-4293-bef7-8c43fddbabd8-root {
    text-align: center;
  }


#s-5b05e144-d862-4293-bef7-8c43fddbabd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b05e144-d862-4293-bef7-8c43fddbabd8-root {
    text-align: center;
  }


#s-5b05e144-d862-4293-bef7-8c43fddbabd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e7d27047-aa11-43f6-ba2f-e5ffafdf0d1a {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e7d27047-aa11-43f6-ba2f-e5ffafdf0d1a {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7d27047-aa11-43f6-ba2f-e5ffafdf0d1a {
  margin-left: 2em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7d27047-aa11-43f6-ba2f-e5ffafdf0d1a {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-e7d27047-aa11-43f6-ba2f-e5ffafdf0d1a {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
}
#s-e7d27047-aa11-43f6-ba2f-e5ffafdf0d1a {
  display: none;
}
#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}



.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61ad2939-6d8e-4c6e-a055-e5c6d3c4539c img.shogun-image {
  width: 100%;
}



}
#s-a00ee9fa-a26c-41d3-b3b5-223399963eda {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}

#s-a00ee9fa-a26c-41d3-b3b5-223399963eda .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0d128ed1-43b3-4bd3-b24a-2cdeea886800 {
  text-align: center;
}

#s-0d128ed1-43b3-4bd3-b24a-2cdeea886800 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0d128ed1-43b3-4bd3-b24a-2cdeea886800 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0d128ed1-43b3-4bd3-b24a-2cdeea886800 .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-6d2e5f9c-ae09-4811-a5a3-2631748c9a28 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28-root {
    text-align: center;
  }


#s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28-root {
    text-align: center;
  }


#s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28-root {
    text-align: center;
  }


#s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28-root {
    text-align: center;
  }


#s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28-root {
    text-align: center;
  }


#s-6d2e5f9c-ae09-4811-a5a3-2631748c9a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}